2018-08-29 05:00:08,193 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-274 | | 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-08-29 05:00:08,196 - 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=a7BUMz4TCQhrYvJCDTVukhvKk export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-08-29 05:00:08,196 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-29 05:00:08,196 - 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-08-29 05:00:08,205 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-29 05:00:08,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:00:08,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:00:08,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:00:08,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:00:08,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:00:08,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-08-29 05:00:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:00:08,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41aa232-8031-4458-a6f9-c5c645ced1d2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:08,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f41aa232-8031-4458-a6f9-c5c645ced1d2 2018-08-29 05:00:08,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:09,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["f4D3HdOYSA-wpYXktP7c9A"], "issued_at": "2018-08-29T05:00:09.000000Z"}} 2018-08-29 05:00:09,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:09,359 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:09,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb3ed6a7-d649-46b6-8278-e0113be97478 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/3e0ca93d57fd4bc085ad22d5c98fa54c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3e0ca93d57fd4bc085ad22d5c98fa54c"}, {"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-29 05:00:09,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-cb3ed6a7-d649-46b6-8278-e0113be97478 2018-08-29 05:00:09,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.5583319664s 2018-08-29 05:00:09,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-29 05:00:09,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}}' 2018-08-29 05:00:09,670 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7dd7087-6916-4cdc-a21e-1b8d7922a980 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.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f"}, "enabled": true, "id": "705a4935a1db4165b592b9d8e316b83f", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}} 2018-08-29 05:00:09,670 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-f7dd7087-6916-4cdc-a21e-1b8d7922a980 2018-08-29 05:00:09,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.141819000244s 2018-08-29 05:00:09,670 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-f7dd7087-6916-4cdc-a21e-1b8d7922a980 2018-08-29 05:00:09,671 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc', 'id': u'705a4935a1db4165b592b9d8e316b83f', '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-08-29 05:00:09,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-08-29 05:00:10,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.471361160278s 2018-08-29 05:00:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29fd5fe4-0054-47b4-a719-8cf2415e3255 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}, "domain_id": "default", "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}} 2018-08-29 05:00:10,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 used request id req-29fd5fe4-0054-47b4-a719-8cf2415e3255 2018-08-29 05:00:10,250 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8b4da9bff0d046b3b8defa3e12c28dc6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc'}) 2018-08-29 05:00:10,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:10,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7468f8-778f-4f4e-89b3-04a33646fba7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:10,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-6b7468f8-778f-4f4e-89b3-04a33646fba7 2018-08-29 05:00:10,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801560878754s 2018-08-29 05:00:10,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:10,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd4a206a-e745-4555-ad64-549ec7627fb7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:10,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fd4a206a-e745-4555-ad64-549ec7627fb7 2018-08-29 05:00:10,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.134382963181s 2018-08-29 05:00:10,468 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 05:00:10,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:00:10,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" -d '{"role": {"name": "Member"}}' 2018-08-29 05:00:10,603 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6ecbe73-066d-4b6e-b576-05f7e4bf1767 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}} 2018-08-29 05:00:10,603 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-f6ecbe73-066d-4b6e-b576-05f7e4bf1767 2018-08-29 05:00:10,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.134328126907s 2018-08-29 05:00:10,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a2d1c44-c413-4613-aa5b-951c2a258f91 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "domain_id": null, "name": "Member", "id": "34b5350f06bb44d0b498b64c3e35c2f2"}} 2018-08-29 05:00:10,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2 used request id req-7a2d1c44-c413-4613-aa5b-951c2a258f91 2018-08-29 05:00:10,621 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2'}, 'domain_id': None, 'human_id': None, 'id': u'34b5350f06bb44d0b498b64c3e35c2f2', 'HUMAN_ID': False}) 2018-08-29 05:00:10,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:10,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ccc763-f1a8-42b4-8af5-28148c192632 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:10,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-84ccc763-f1a8-42b4-8af5-28148c192632 2018-08-29 05:00:10,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0867109298706s 2018-08-29 05:00:10,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:00:10,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8fe347c-9286-4237-8de3-bd7878b52f2b 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:10,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-a8fe347c-9286-4237-8de3-bd7878b52f2b 2018-08-29 05:00:10,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0776269435883s 2018-08-29 05:00:10,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:10,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:10,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea6147b-9171-408a-9eeb-d986f6de43ca Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "domain_id": "default", "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:10,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-6ea6147b-9171-408a-9eeb-d986f6de43ca 2018-08-29 05:00:10,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146836996078s 2018-08-29 05:00:10,936 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-6ea6147b-9171-408a-9eeb-d986f6de43ca 2018-08-29 05:00:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:10,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7578f6-b74e-4fb9-add5-3e4845d6e5b7 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24: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.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f"}, "enabled": true, "id": "705a4935a1db4165b592b9d8e316b83f", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:11,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-6e7578f6-b74e-4fb9-add5-3e4845d6e5b7 2018-08-29 05:00:11,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080924987793s 2018-08-29 05:00:11,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-6e7578f6-b74e-4fb9-add5-3e4845d6e5b7 2018-08-29 05:00:11,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:00:11,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=34b5350f06bb44d0b498b64c3e35c2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b39e3ed-cf9f-47c8-a12f-90e4be6c489d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=34b5350f06bb44d0b498b64c3e35c2f2", "previous": null, "next": null}} 2018-08-29 05:00:11,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=34b5350f06bb44d0b498b64c3e35c2f2 used request id req-0b39e3ed-cf9f-47c8-a12f-90e4be6c489d 2018-08-29 05:00:11,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830619335175s 2018-08-29 05:00:11,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:00:11,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f/users/8b4da9bff0d046b3b8defa3e12c28dc6/roles/34b5350f06bb44d0b498b64c3e35c2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05aa0e79-9f75-4ac3-80f7-162d14bcced9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:11,304 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f/users/8b4da9bff0d046b3b8defa3e12c28dc6/roles/34b5350f06bb44d0b498b64c3e35c2f2 used request id req-05aa0e79-9f75-4ac3-80f7-162d14bcced9 2018-08-29 05:00:11,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.197214126587s 2018-08-29 05:00:11,305 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc', 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': '810ea0a4-d971-4ed3-a6cb-a30b725d750f', 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_06d96a44-c7cd-4e82-8c8c-73d20dac48bc', 'project_id': u'705a4935a1db4165b592b9d8e316b83f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-29 05:00:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:00:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:00:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:00:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:00:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:00:11,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:00:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:00:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:00:11,311 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc', 'password': '810ea0a4-d971-4ed3-a6cb-a30b725d750f', 'project_name': 'connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000/v3', 'project_id': '705a4935a1db4165b592b9d8e316b83f', 'project_domain_name': 'Default'} 2018-08-29 05:00:11,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:11,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ddace0-de26-4deb-93c9-f1861e9b2b42 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:11,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-91ddace0-de26-4deb-93c9-f1861e9b2b42 2018-08-29 05:00:11,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0827260017395s 2018-08-29 05:00:11,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:11,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ec9885-f1c4-4b51-891f-dcd99637395b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:11,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-90ec9885-f1c4-4b51-891f-dcd99637395b 2018-08-29 05:00:11,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.141718149185s 2018-08-29 05:00:11,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:00:11,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8319d27-4f14-49d0-8eec-d10cf3da354a 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:11,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-e8319d27-4f14-49d0-8eec-d10cf3da354a 2018-08-29 05:00:11,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0754539966583s 2018-08-29 05:00:11,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:11,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23007567-8526-4bc8-920e-5922963d0cab Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "domain_id": "default", "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:11,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-23007567-8526-4bc8-920e-5922963d0cab 2018-08-29 05:00:11,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106355905533s 2018-08-29 05:00:11,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-23007567-8526-4bc8-920e-5922963d0cab 2018-08-29 05:00:11,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:11,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ddbb03-ffe4-4c30-8641-2570b66f98d6 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24: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.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f"}, "enabled": true, "id": "705a4935a1db4165b592b9d8e316b83f", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:11,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-c8ddbb03-ffe4-4c30-8641-2570b66f98d6 2018-08-29 05:00:11,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.137831926346s 2018-08-29 05:00:11,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-c8ddbb03-ffe4-4c30-8641-2570b66f98d6 2018-08-29 05:00:11,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:00:11,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:11,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b49ceaf-f75b-4916-846b-b9f9e929da7b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=a460152930ef4d1a8287ffc269a5335d", "previous": null, "next": null}} 2018-08-29 05:00:11,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=a460152930ef4d1a8287ffc269a5335d used request id req-5b49ceaf-f75b-4916-846b-b9f9e929da7b 2018-08-29 05:00:11,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.075667142868s 2018-08-29 05:00:11,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:00:11,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f/users/8b4da9bff0d046b3b8defa3e12c28dc6/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e17ee89-0e3b-4808-829b-910555a38224 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:12,161 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f/users/8b4da9bff0d046b3b8defa3e12c28dc6/roles/a460152930ef4d1a8287ffc269a5335d used request id req-9e17ee89-0e3b-4808-829b-910555a38224 2018-08-29 05:00:12,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.217850923538s 2018-08-29 05:00:12,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:12,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb5d4c15-42be-4291-9f68-db05e3f4b563 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:12,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-bb5d4c15-42be-4291-9f68-db05e3f4b563 2018-08-29 05:00:12,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796401500702s 2018-08-29 05:00:12,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:00:12,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-29 05:00:12,453 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8de16df4-73fd-4f12-8fe9-c01e1e64a46f Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53a0cb8d9310484db6e104d0e8356e77", "links": {"self": "http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77"}, "name": "heat_stack_owner"}} 2018-08-29 05:00:12,453 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-8de16df4-73fd-4f12-8fe9-c01e1e64a46f 2018-08-29 05:00:12,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.210222959518s 2018-08-29 05:00:12,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b71ecc-09cf-4f41-9f62-464670fb343e Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77"}, "domain_id": null, "name": "heat_stack_owner", "id": "53a0cb8d9310484db6e104d0e8356e77"}} 2018-08-29 05:00:12,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77 used request id req-f3b71ecc-09cf-4f41-9f62-464670fb343e 2018-08-29 05:00:12,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:12,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c44567-86d7-4e71-9c41-b36bec4da473 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "53a0cb8d9310484db6e104d0e8356e77", "links": {"self": "http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:12,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-72c44567-86d7-4e71-9c41-b36bec4da473 2018-08-29 05:00:12,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823409557343s 2018-08-29 05:00:12,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:00:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f064d943-861f-4b18-ba95-143981e4738c 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:12,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-f064d943-861f-4b18-ba95-143981e4738c 2018-08-29 05:00:12,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0772070884705s 2018-08-29 05:00:12,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:12,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10eb6b55-e60a-4bd2-9ef5-3fbac2d88f84 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "domain_id": "default", "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:12,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-10eb6b55-e60a-4bd2-9ef5-3fbac2d88f84 2018-08-29 05:00:12,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945830345154s 2018-08-29 05:00:12,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-10eb6b55-e60a-4bd2-9ef5-3fbac2d88f84 2018-08-29 05:00:12,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51318dfa-92ff-4e94-a339-a73ea115cea8 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24: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.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f"}, "enabled": true, "id": "705a4935a1db4165b592b9d8e316b83f", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:12,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-51318dfa-92ff-4e94-a339-a73ea115cea8 2018-08-29 05:00:12,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810480117798s 2018-08-29 05:00:12,878 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-51318dfa-92ff-4e94-a339-a73ea115cea8 2018-08-29 05:00:12,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:00:12,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=53a0cb8d9310484db6e104d0e8356e77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:12,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c970f6d-d308-46f8-9b6d-bec7cfb190e6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=53a0cb8d9310484db6e104d0e8356e77", "previous": null, "next": null}} 2018-08-29 05:00:12,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=8b4da9bff0d046b3b8defa3e12c28dc6&scope.project.id=705a4935a1db4165b592b9d8e316b83f&role.id=53a0cb8d9310484db6e104d0e8356e77 used request id req-7c970f6d-d308-46f8-9b6d-bec7cfb190e6 2018-08-29 05:00:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0762100219727s 2018-08-29 05:00:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:00:12,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f/users/8b4da9bff0d046b3b8defa3e12c28dc6/roles/53a0cb8d9310484db6e104d0e8356e77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:13,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3ec3e64-cce6-4baa-98bc-e1b0142fc713 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:13,180 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f/users/8b4da9bff0d046b3b8defa3e12c28dc6/roles/53a0cb8d9310484db6e104d0e8356e77 used request id req-a3ec3e64-cce6-4baa-98bc-e1b0142fc713 2018-08-29 05:00:13,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.224240064621s 2018-08-29 05:00:13,181 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-29 05:00:13,181 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-29 05:00:13,181 - openstack_tests - INFO - OS Credentials = > 2018-08-29 05:00:13,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:13,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:13,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["XljrQftFR7SQE4SwI1sYgA"], "issued_at": "2018-08-29T05:00:13.000000Z"}} 2018-08-29 05:00:13,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a35d6c1370486147224dd955a083adf8716e51" 2018-08-29 05:00:14,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8b5f5c10-f7c7-45b5-8234-d7b749d590f2 Date: Wed, 29 Aug 2018 05:00:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:00:14,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True used request id req-8b5f5c10-f7c7-45b5-8234-d7b749d590f2 2018-08-29 05:00:14,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a35d6c1370486147224dd955a083adf8716e51" 2018-08-29 05:00:15,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-77651d53-6f14-42bb-861e-d588ce211eb5 Date: Wed, 29 Aug 2018 05:00:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:00:15,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-77651d53-6f14-42bb-861e-d588ce211eb5 2018-08-29 05:00:15,554 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-29 05:00:15,554 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-29 05:00:15,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:15,586 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-08-29 05:00:15,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:16,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["B-auZre8TpCewV-TUZCtHA"], "issued_at": "2018-08-29T05:00:16.000000Z"}} 2018-08-29 05:00:16,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c9cfa6b993993b8a80301c0ead6afd489cc7835" 2018-08-29 05:00:16,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-c226b15a-3d7d-49d1-9840-9e5eba44d1ec Date: Wed, 29 Aug 2018 05:00:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-08-29 05:00:16,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&name=foo used request id req-c226b15a-3d7d-49d1-9840-9e5eba44d1ec 2018-08-29 05:00:16,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:16,773 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-08-29 05:00:16,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:17,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["3keXmXRjQLWEeTBJYyWcXw"], "issued_at": "2018-08-29T05:00:17.000000Z"}} 2018-08-29 05:00:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356716abe057c6137614d13b547f6b2e5e6e0653" 2018-08-29 05:00:17,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ad728b-1441-4d00-b031-13809bf426e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:17,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-80ad728b-1441-4d00-b031-13809bf426e9 2018-08-29 05:00:17,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:17,253 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:17,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}356716abe057c6137614d13b547f6b2e5e6e0653" 2018-08-29 05:00:17,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cddca83-c002-4029-a268-3685d0f76e9b Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "domain_id": "default", "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:17,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-6cddca83-c002-4029-a268-3685d0f76e9b 2018-08-29 05:00:17,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:17,356 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-08-29 05:00:17,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:17,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["2AmAY3RFQO62zmgHL3Ct7g"], "issued_at": "2018-08-29T05:00:17.000000Z"}} 2018-08-29 05:00:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8312d636cdc73814246da39618e4e57da6494935" 2018-08-29 05:00:18,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6e853e8c-c328-4be0-9980-80ce75f0a47b Date: Wed, 29 Aug 2018 05:00:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:00:18,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-6e853e8c-c328-4be0-9980-80ce75f0a47b 2018-08-29 05:00:18,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:19,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["1YRC2_RKT1GBUfKMqlD6FQ"], "issued_at": "2018-08-29T05:00:19.000000Z"}} 2018-08-29 05:00:19,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fab78e3ce752b2ee7cb8db1588558fb06c52beb" 2018-08-29 05:00:19,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2e2b35fd-b032-43a5-bbbe-f84214cc6422 Date: Wed, 29 Aug 2018 05:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:00:19,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True used request id req-2e2b35fd-b032-43a5-bbbe-f84214cc6422 2018-08-29 05:00:19,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fab78e3ce752b2ee7cb8db1588558fb06c52beb" 2018-08-29 05:00:20,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9e2429c3-2e18-4593-8160-cd0851529580 Date: Wed, 29 Aug 2018 05:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:00:20,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-9e2429c3-2e18-4593-8160-cd0851529580 2018-08-29 05:00:20,162 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:00:20,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:20,213 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.24:5000/v2.0/tokens 2018-08-29 05:00:20,228 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-29 05:00:20,229 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:00:20,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:20,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["TMdhTkW1SiGIN3MkkZMeeA"], "issued_at": "2018-08-29T05:00:20.000000Z"}} 2018-08-29 05:00:20,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d37fb10757bc2ce5a7f1fd1f74ea1e9bbba9eb5" 2018-08-29 05:00:21,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00: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-be2182ff-41ac-4e6c-b1f2-47aa5b64514b x-compute-request-id: req-be2182ff-41ac-4e6c-b1f2-47aa5b64514b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:00:21,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail used request id req-be2182ff-41ac-4e6c-b1f2-47aa5b64514b 2018-08-29 05:00:21,355 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:00:21,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:21,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["MwB8jbpsR6-k98IZIw3SLQ"], "issued_at": "2018-08-29T05:00:21.000000Z"}} 2018-08-29 05:00:21,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1815e53d3080b95bd86c1fe17bb478a32c433a6c" 2018-08-29 05:00:22,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00: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-97ec24b2-0cd2-496a-a457-1a8e105948b0 x-compute-request-id: req-97ec24b2-0cd2-496a-a457-1a8e105948b0 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 05:00:22,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-97ec24b2-0cd2-496a-a457-1a8e105948b0 2018-08-29 05:00:22,747 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:00:22,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:22,755 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.24:5000/v2.0/tokens 2018-08-29 05:00:22,770 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-29 05:00:22,770 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:00:22,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:23,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["LsWajE5WTxqnRrQQ-jPKpw"], "issued_at": "2018-08-29T05:00:23.000000Z"}} 2018-08-29 05:00:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe86503d5408b4907fffec32d277947d97dcce8" 2018-08-29 05:00:23,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:23 GMT Server: Apache x-openstack-request-id: req-0b41c980-b8d6-45f8-a47f-0af6fd50d631 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-08-29 05:00:23,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f/stacks used request id req-0b41c980-b8d6-45f8-a47f-0af6fd50d631 2018-08-29 05:00:23,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:23,954 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-08-29 05:00:23,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:24,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "53a0cb8d9310484db6e104d0e8356e77", "name": "heat_stack_owner"}, {"id": "34b5350f06bb44d0b498b64c3e35c2f2", "name": "Member"}], "expires_at": "2018-08-29T06:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705a4935a1db4165b592b9d8e316b83f", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/705a4935a1db4165b592b9d8e316b83f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "id": "8b4da9bff0d046b3b8defa3e12c28dc6"}, "audit_ids": ["JFMVc-RhRWmcLiu09pZ86A"], "issued_at": "2018-08-29T05:00:24.000000Z"}} 2018-08-29 05:00:24,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}961a01be639c718e1bbae0b98429028256278682" 2018-08-29 05:00:25,115 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:24 GMT Server: Apache x-compute-request-id: req-9a506f38-8b92-43cb-893a-28385d66809a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9a506f38-8b92-43cb-893a-28385d66809a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-29 05:00:25,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/705a4935a1db4165b592b9d8e316b83f/volumes/detail used request id req-9a506f38-8b92-43cb-893a-28385d66809a 2018-08-29 05:00:25,117 - 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 9.551s OK 2018-08-29 05:00:25,244 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 05:00:25,244 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-29 05:00:25,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:25,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:25,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90adb36f-d0e9-4d4a-bd4a-ab45dce3d3ee Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "53a0cb8d9310484db6e104d0e8356e77", "links": {"self": "http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:25,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-90adb36f-d0e9-4d4a-bd4a-ab45dce3d3ee 2018-08-29 05:00:25,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810618400574s 2018-08-29 05:00:25,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:00:25,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:25,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8de6b50-d928-4a23-bf73-4b43c37f7d28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:25,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/53a0cb8d9310484db6e104d0e8356e77 used request id req-b8de6b50-d928-4a23-bf73-4b43c37f7d28 2018-08-29 05:00:25,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.204385995865s 2018-08-29 05:00:25,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:25,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:25,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51a25157-bd9c-4f65-8644-fef7cfe7865c Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc", "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "domain_id": "default", "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:25,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-51a25157-bd9c-4f65-8644-fef7cfe7865c 2018-08-29 05:00:25,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.176724910736s 2018-08-29 05:00:25,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-51a25157-bd9c-4f65-8644-fef7cfe7865c 2018-08-29 05:00:25,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:25,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:25,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fcf1fa-3c31-421d-a25a-c418ba278ec3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6"}, "enabled": true, "id": "8b4da9bff0d046b3b8defa3e12c28dc6", "options": {}, "domain_id": "default", "name": "connection_check-user_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}} 2018-08-29 05:00:25,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 used request id req-65fcf1fa-3c31-421d-a25a-c418ba278ec3 2018-08-29 05:00:25,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0909929275513s 2018-08-29 05:00:25,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 used request id req-65fcf1fa-3c31-421d-a25a-c418ba278ec3 2018-08-29 05:00:25,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-29 05:00:25,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:26,134 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fd6ac2a-0c26-43b3-b4c2-6707f1ca0ae4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:26,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 used request id req-7fd6ac2a-0c26-43b3-b4c2-6707f1ca0ae4 2018-08-29 05:00:26,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.322464942932s 2018-08-29 05:00:26,135 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/8b4da9bff0d046b3b8defa3e12c28dc6 used request id req-7fd6ac2a-0c26-43b3-b4c2-6707f1ca0ae4 2018-08-29 05:00:26,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:26,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:26,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35dd4d2c-90fe-4066-bd8d-ff864829f0d9 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f"}, "enabled": true, "id": "705a4935a1db4165b592b9d8e316b83f", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_06d96a44-c7cd-4e82-8c8c-73d20dac48bc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:26,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-35dd4d2c-90fe-4066-bd8d-ff864829f0d9 2018-08-29 05:00:26,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0743908882141s 2018-08-29 05:00:26,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-35dd4d2c-90fe-4066-bd8d-ff864829f0d9 2018-08-29 05:00:26,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-29 05:00:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:26,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9db4f961-2120-418b-947d-310565ffec50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:26,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f used request id req-9db4f961-2120-418b-947d-310565ffec50 2018-08-29 05:00:26,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.21573805809s 2018-08-29 05:00:26,428 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/705a4935a1db4165b592b9d8e316b83f used request id req-9db4f961-2120-418b-947d-310565ffec50 2018-08-29 05:00:26,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:26,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:26,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b53038-4393-4275-97e9-1e933800be55 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "34b5350f06bb44d0b498b64c3e35c2f2", "links": {"self": "http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:26,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e0b53038-4393-4275-97e9-1e933800be55 2018-08-29 05:00:26,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796129703522s 2018-08-29 05:00:26,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:00:26,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa438928a22d1f70878a0585d4d81a1bafeca66f" 2018-08-29 05:00:26,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7767c4fc-f94c-45e4-985d-83401fd1bdd7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:26,747 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/34b5350f06bb44d0b498b64c3e35c2f2 used request id req-7767c4fc-f94c-45e4-985d-83401fd1bdd7 2018-08-29 05:00:26,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.236884832382s 2018-08-29 05:00:26,767 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-29 05:00:26,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:00:26,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:00:26,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:00:26,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:00:26,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:00:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-08-29 05:00:26,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:00:26,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27fd085-b4a4-45e5-8f4c-bfff4d8a70f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:26,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a27fd085-b4a4-45e5-8f4c-bfff4d8a70f3 2018-08-29 05:00:26,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:27,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:00:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["AtJSFZ_jS7CWPgDiLT97mg"], "issued_at": "2018-08-29T05:00:27.000000Z"}} 2018-08-29 05:00:27,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:27,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:27,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:27,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab98680-60ff-42df-8dd4-ebb1ec91313a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/3e0ca93d57fd4bc085ad22d5c98fa54c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3e0ca93d57fd4bc085ad22d5c98fa54c"}, {"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-29 05:00:27,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-1ab98680-60ff-42df-8dd4-ebb1ec91313a 2018-08-29 05:00:27,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.475919961929s 2018-08-29 05:00:27,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-29 05:00:27,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}}' 2018-08-29 05:00:27,404 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20f4e16e-0ef6-4392-9e3e-b3219b520384 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.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:00:27,405 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-20f4e16e-0ef6-4392-9e3e-b3219b520384 2018-08-29 05:00:27,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.137423992157s 2018-08-29 05:00:27,405 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-20f4e16e-0ef6-4392-9e3e-b3219b520384 2018-08-29 05:00:27,406 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d', 'id': u'c8c4e2c36ff640bd9e200515f4dcb394', '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-08-29 05:00:27,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-08-29 05:00:27,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.378389835358s 2018-08-29 05:00:27,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:27,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7ef0ab-3515-4dfa-adbe-e8c7f4abcac8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}, "domain_id": "default", "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:00:27,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 used request id req-be7ef0ab-3515-4dfa-adbe-e8c7f4abcac8 2018-08-29 05:00:27,887 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5c13b98ea2d2405f88dc2cc899f69588', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d'}) 2018-08-29 05:00:27,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:27,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfe5511-cccb-4401-85f3-0b91f57aa98a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:28,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-cbfe5511-cccb-4401-85f3-0b91f57aa98a 2018-08-29 05:00:28,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137622833252s 2018-08-29 05:00:28,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:28,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152b6a37-34a0-4c20-9646-1cd98fae0f12 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:28,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-152b6a37-34a0-4c20-9646-1cd98fae0f12 2018-08-29 05:00:28,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741369724274s 2018-08-29 05:00:28,102 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 05:00:28,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:00:28,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" -d '{"role": {"name": "Member"}}' 2018-08-29 05:00:28,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-711bb86e-e121-4f66-8069-d7c5f16bf6bb Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}} 2018-08-29 05:00:28,199 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-711bb86e-e121-4f66-8069-d7c5f16bf6bb 2018-08-29 05:00:28,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0967428684235s 2018-08-29 05:00:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1393de97-2c99-40a6-8931-a5c1fcceb096 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "domain_id": null, "name": "Member", "id": "c58afe2a4ac645c9a842fc6e32996d40"}} 2018-08-29 05:00:28,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40 used request id req-1393de97-2c99-40a6-8931-a5c1fcceb096 2018-08-29 05:00:28,216 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40'}, 'domain_id': None, 'human_id': None, 'id': u'c58afe2a4ac645c9a842fc6e32996d40', 'HUMAN_ID': False}) 2018-08-29 05:00:28,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:28,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667535fc-a998-4cef-b528-d168026a40e4 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:28,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-667535fc-a998-4cef-b528-d168026a40e4 2018-08-29 05:00:28,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745220184326s 2018-08-29 05:00:28,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:00:28,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a441dee9-0a9b-48ca-8f5e-7aa7f5f27edd 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:28,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-a441dee9-0a9b-48ca-8f5e-7aa7f5f27edd 2018-08-29 05:00:28,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.144663095474s 2018-08-29 05:00:28,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:28,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4adb7655-6e5a-4ae2-b00a-fc105732818d Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:28,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4adb7655-6e5a-4ae2-b00a-fc105732818d 2018-08-29 05:00:28,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104841947556s 2018-08-29 05:00:28,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4adb7655-6e5a-4ae2-b00a-fc105732818d 2018-08-29 05:00:28,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:28,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5ccca4-c28d-4a3d-b332-b2841c929b60 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:28,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-2c5ccca4-c28d-4a3d-b332-b2841c929b60 2018-08-29 05:00:28,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0747530460358s 2018-08-29 05:00:28,624 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-2c5ccca4-c28d-4a3d-b332-b2841c929b60 2018-08-29 05:00:28,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:00:28,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=c58afe2a4ac645c9a842fc6e32996d40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36358c4f-009f-4f98-94cd-05138d3aec6c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=c58afe2a4ac645c9a842fc6e32996d40", "previous": null, "next": null}} 2018-08-29 05:00:28,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=c58afe2a4ac645c9a842fc6e32996d40 used request id req-36358c4f-009f-4f98-94cd-05138d3aec6c 2018-08-29 05:00:28,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.080796957016s 2018-08-29 05:00:28,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:00:28,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/5c13b98ea2d2405f88dc2cc899f69588/roles/c58afe2a4ac645c9a842fc6e32996d40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-793aa9f5-20d8-4932-ab29-6e0d321381c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:28,824 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/5c13b98ea2d2405f88dc2cc899f69588/roles/c58afe2a4ac645c9a842fc6e32996d40 used request id req-793aa9f5-20d8-4932-ab29-6e0d321381c9 2018-08-29 05:00:28,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11638212204s 2018-08-29 05:00:28,825 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d', 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': 'acc65270-9731-4ef6-b16c-8b9bc5637c77', 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_282ef310-1377-4dcf-a853-7bc3d816f68d', 'project_id': u'c8c4e2c36ff640bd9e200515f4dcb394', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-29 05:00:28,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:00:28,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:00:28,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:00:28,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:00:28,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:00:28,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:00:28,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:00:28,830 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d', 'password': 'acc65270-9731-4ef6-b16c-8b9bc5637c77', 'project_name': 'api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000/v3', 'project_id': 'c8c4e2c36ff640bd9e200515f4dcb394', 'project_domain_name': 'Default'} 2018-08-29 05:00:28,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:28,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:28,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-435a9ec1-7004-44dc-97ec-6aab6736d4b9 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:28,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-435a9ec1-7004-44dc-97ec-6aab6736d4b9 2018-08-29 05:00:28,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075915813446s 2018-08-29 05:00:28,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c58cab44-4e94-43dd-b5c1-f94de66f5f6d Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:29,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-c58cab44-4e94-43dd-b5c1-f94de66f5f6d 2018-08-29 05:00:29,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.149523973465s 2018-08-29 05:00:29,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:00:29,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25189312-03c0-4f43-bc4a-4817462761e5 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:29,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-25189312-03c0-4f43-bc4a-4817462761e5 2018-08-29 05:00:29,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0849938392639s 2018-08-29 05:00:29,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:29,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c053b7e1-7d8c-4629-9251-9d57e8ad8523 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:29,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-c053b7e1-7d8c-4629-9251-9d57e8ad8523 2018-08-29 05:00:29,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0871238708496s 2018-08-29 05:00:29,232 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-c053b7e1-7d8c-4629-9251-9d57e8ad8523 2018-08-29 05:00:29,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3447059e-4e7a-4f10-b565-90e0d5d0fd2f Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:29,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-3447059e-4e7a-4f10-b565-90e0d5d0fd2f 2018-08-29 05:00:29,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0878331661224s 2018-08-29 05:00:29,326 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-3447059e-4e7a-4f10-b565-90e0d5d0fd2f 2018-08-29 05:00:29,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:00:29,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049e95fe-a909-46e8-b509-f1c9a98a3bb4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=a460152930ef4d1a8287ffc269a5335d", "previous": null, "next": null}} 2018-08-29 05:00:29,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=a460152930ef4d1a8287ffc269a5335d used request id req-049e95fe-a909-46e8-b509-f1c9a98a3bb4 2018-08-29 05:00:29,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0723609924316s 2018-08-29 05:00:29,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:00:29,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/5c13b98ea2d2405f88dc2cc899f69588/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190b1857-8430-474a-8c0d-6abdf33b5427 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:29,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/5c13b98ea2d2405f88dc2cc899f69588/roles/a460152930ef4d1a8287ffc269a5335d used request id req-190b1857-8430-474a-8c0d-6abdf33b5427 2018-08-29 05:00:29,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.235734224319s 2018-08-29 05:00:29,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:29,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d3b6835-4aa2-4ea5-82fa-44ef7c674038 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:29,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0d3b6835-4aa2-4ea5-82fa-44ef7c674038 2018-08-29 05:00:29,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833539962769s 2018-08-29 05:00:29,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:00:29,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-29 05:00:29,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-668fc827-aba9-4d2f-bf43-221131a71aa9 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}} 2018-08-29 05:00:29,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-668fc827-aba9-4d2f-bf43-221131a71aa9 2018-08-29 05:00:29,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.133922815323s 2018-08-29 05:00:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:29,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69f2985-639a-49dd-9eb5-cf7bf0c02309 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "domain_id": null, "name": "heat_stack_owner", "id": "412e2525f4b44090a1eca5d05bce223d"}} 2018-08-29 05:00:29,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d used request id req-f69f2985-639a-49dd-9eb5-cf7bf0c02309 2018-08-29 05:00:29,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:00:29,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:30,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c28b95-5a3e-4069-a5da-0f3d6d8f48c5 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:30,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e8c28b95-5a3e-4069-a5da-0f3d6d8f48c5 2018-08-29 05:00:30,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754978656769s 2018-08-29 05:00:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:00:30,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:30,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca7fdf2-2c10-4c7b-900a-21178f9b40cc 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:30,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-0ca7fdf2-2c10-4c7b-900a-21178f9b40cc 2018-08-29 05:00:30,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.072958946228s 2018-08-29 05:00:30,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:00:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:30,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed67b77f-7962-4216-84e4-c31d1f3be6df Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:30,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-ed67b77f-7962-4216-84e4-c31d1f3be6df 2018-08-29 05:00:30,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0884079933167s 2018-08-29 05:00:30,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-ed67b77f-7962-4216-84e4-c31d1f3be6df 2018-08-29 05:00:30,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:00:30,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:30,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f6d2e3-43b5-4007-9e11-482b064a529e Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:00:30,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-e7f6d2e3-43b5-4007-9e11-482b064a529e 2018-08-29 05:00:30,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0893218517303s 2018-08-29 05:00:30,267 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-e7f6d2e3-43b5-4007-9e11-482b064a529e 2018-08-29 05:00:30,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:00:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=412e2525f4b44090a1eca5d05bce223d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:30,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d36a069-fb0a-4179-83d0-32a63e648bb9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=412e2525f4b44090a1eca5d05bce223d", "previous": null, "next": null}} 2018-08-29 05:00:30,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=5c13b98ea2d2405f88dc2cc899f69588&scope.project.id=c8c4e2c36ff640bd9e200515f4dcb394&role.id=412e2525f4b44090a1eca5d05bce223d used request id req-6d36a069-fb0a-4179-83d0-32a63e648bb9 2018-08-29 05:00:30,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0835251808167s 2018-08-29 05:00:30,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:00:30,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/5c13b98ea2d2405f88dc2cc899f69588/roles/412e2525f4b44090a1eca5d05bce223d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:00:30,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dadca34b-85ec-4cc1-94b3-2018d846f64d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:30,560 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/5c13b98ea2d2405f88dc2cc899f69588/roles/412e2525f4b44090a1eca5d05bce223d used request id req-dadca34b-85ec-4cc1-94b3-2018d846f64d 2018-08-29 05:00:30,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.207206964493s 2018-08-29 05:00:30,560 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-29 05:00:30,561 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-29 05:00:30,561 - openstack_tests - INFO - OS Credentials = > 2018-08-29 05:00:30,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:30,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:30,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["DJPXDaubSKeLQTV-FNS7xQ"], "issued_at": "2018-08-29T05:00:30.000000Z"}} 2018-08-29 05:00:30,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02325d287210ea8b81e97b7ebe31a894591bcd04" 2018-08-29 05:00:31,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c22fb5f3-dd11-40d5-816f-69fbd66a2067 Date: Wed, 29 Aug 2018 05:00:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:00:31,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True used request id req-c22fb5f3-dd11-40d5-816f-69fbd66a2067 2018-08-29 05:00:31,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02325d287210ea8b81e97b7ebe31a894591bcd04" 2018-08-29 05:00:32,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3af03e79-004e-4085-b6f0-dfe68f22b406 Date: Wed, 29 Aug 2018 05:00:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:00:32,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-3af03e79-004e-4085-b6f0-dfe68f22b406 2018-08-29 05:00:32,814 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-29 05:00:32,814 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-08-29 05:00:32,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:32,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:33,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["X8q6SvkCShC1rvpJch_bIg"], "issued_at": "2018-08-29T05:00:33.000000Z"}} 2018-08-29 05:00:33,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:33,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9966d2-df75-4f91-9306-52436c794fae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:33,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cf9966d2-df75-4f91-9306-52436c794fae 2018-08-29 05:00:33,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:33,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:33,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:33,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feac26b5-2be5-4446-a971-e1b3c2b16256 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:33,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-feac26b5-2be5-4446-a971-e1b3c2b16256 2018-08-29 05:00:33,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName"}}' 2018-08-29 05:00:33,831 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d4d9549-b181-4694-ba67-c190a973b1db Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/f132546d62ba4789acc4ac4026be18a7"}, "enabled": true, "id": "f132546d62ba4789acc4ac4026be18a7", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName"}} 2018-08-29 05:00:33,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-4d4d9549-b181-4694-ba67-c190a973b1db 2018-08-29 05:00:33,832 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName 2018-08-29 05:00:33,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:33,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7ad7f9-c0fe-4278-95cc-cafd83cc859a Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/f132546d62ba4789acc4ac4026be18a7"}, "enabled": true, "id": "f132546d62ba4789acc4ac4026be18a7", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName"}]} 2018-08-29 05:00:33,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName used request id req-7f7ad7f9-c0fe-4278-95cc-cafd83cc859a 2018-08-29 05:00:33,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:33,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f39035-4001-4a84-882a-57b90bf1f2ad 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:00:33,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-81f39035-4001-4a84-882a-57b90bf1f2ad 2018-08-29 05:00:33,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:35,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-44242605-0b0c-4bfa-aa5d-6546542e1952 Date: Wed, 29 Aug 2018 05:00:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:34Z", "updated_at": "2018-08-29T05:00:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "revision_number": 0, "id": "cd6278cc-0d65-4771-a61b-0c3ff610402a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "revision_number": 0, "id": "217766e7-774a-431b-86ee-254464367e10", "remote_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "revision_number": 0, "id": "6eb72fe9-1a31-4bc0-929c-ed141307b147", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "revision_number": 0, "id": "4f0ba7ff-ddf6-4ab8-ba29-438a9b4c4963", "remote_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "58d21182-49c2-459a-ae38-c9565309982f", "name": "default"}]} 2018-08-29 05:00:35,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-44242605-0b0c-4bfa-aa5d-6546542e1952 2018-08-29 05:00:35,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:35,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1ddf52-d19b-47c6-9e6a-f7ba1f546bc4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:00:35,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-db1ddf52-d19b-47c6-9e6a-f7ba1f546bc4 2018-08-29 05:00:35,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:35,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fdadd7-005f-4f2f-93c8-c59fced0a56e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:00:35,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-92fdadd7-005f-4f2f-93c8-c59fced0a56e 2018-08-29 05:00:35,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58d21182-49c2-459a-ae38-c9565309982f 2018-08-29 05:00:35,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=58d21182-49c2-459a-ae38-c9565309982f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:36,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2e87a426-1a9c-4cfc-be57-247f5779726f Date: Wed, 29 Aug 2018 05:00:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "217766e7-774a-431b-86ee-254464367e10"}, {"remote_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4f0ba7ff-ddf6-4ab8-ba29-438a9b4c4963"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6eb72fe9-1a31-4bc0-929c-ed141307b147"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:34Z", "security_group_id": "58d21182-49c2-459a-ae38-c9565309982f", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "cd6278cc-0d65-4771-a61b-0c3ff610402a"}]} 2018-08-29 05:00:36,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=58d21182-49c2-459a-ae38-c9565309982f used request id req-2e87a426-1a9c-4cfc-be57-247f5779726f 2018-08-29 05:00:36,087 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 05:00:36,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/58d21182-49c2-459a-ae38-c9565309982f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:37,140 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f265e8d-6680-4f72-aed6-9f88dd8ad9df Content-Length: 0 Date: Wed, 29 Aug 2018 05:00:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:00:37,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/58d21182-49c2-459a-ae38-c9565309982f used request id req-3f265e8d-6680-4f72-aed6-9f88dd8ad9df 2018-08-29 05:00:37,140 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-77bec7f3-cb37-4480-abc2-7c78c60d2d13-projName 2018-08-29 05:00:37,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/f132546d62ba4789acc4ac4026be18a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fccd4b62ae1750a37c10425cdb7d33a64ce15bc" 2018-08-29 05:00:37,457 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eca7e31-4199-4b94-972e-b16bfeee436a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:37,457 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/f132546d62ba4789acc4ac4026be18a7 used request id req-8eca7e31-4199-4b94-972e-b16bfeee436a 2018-08-29 05:00:37,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:37,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["8uvPmLr_S0qr7tFBpCb7aw"], "issued_at": "2018-08-29T05:00:37.000000Z"}} 2018-08-29 05:00:37,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f459aae085af98c52dc1da92b9ba3a6e8a6e753" 2018-08-29 05:00:37,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bca506d-0982-4d60-a14c-6226bcea4929 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:37,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5bca506d-0982-4d60-a14c-6226bcea4929 2018-08-29 05:00:37,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:37,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:37,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f459aae085af98c52dc1da92b9ba3a6e8a6e753" 2018-08-29 05:00:38,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d58e69-a16a-4c6a-9bea-f7c2622472b1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:38,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-d0d58e69-a16a-4c6a-9bea-f7c2622472b1 2018-08-29 05:00:38,440 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-5ddb7397-99be-4443-863a-c1a23ddd815f-username 2018-08-29 05:00:38,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f459aae085af98c52dc1da92b9ba3a6e8a6e753" 2018-08-29 05:00:38,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d856f744-e811-45ea-a482-056286755b3a Content-Encoding: gzip Content-Length: 912 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-5ddb7397-99be-4443-863a-c1a23ddd815f-username", "links": {"self": "http://172.30.9.24:5000/v3/users/b8e43f8c805048f0ae9f709eedade473"}, "domain_id": "default", "enabled": true, "id": "b8e43f8c805048f0ae9f709eedade473", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:38,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-d856f744-e811-45ea-a482-056286755b3a 2018-08-29 05:00:38,551 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-5ddb7397-99be-4443-863a-c1a23ddd815f-username 2018-08-29 05:00:38,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/b8e43f8c805048f0ae9f709eedade473 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f459aae085af98c52dc1da92b9ba3a6e8a6e753" 2018-08-29 05:00:38,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f913279-b82f-423a-b424-20b44e55b8b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:38,775 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/b8e43f8c805048f0ae9f709eedade473 used request id req-2f913279-b82f-423a-b424-20b44e55b8b0 2018-08-29 05:00:38,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:39,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["G8uydWjaTFOQGLcjn14yiQ"], "issued_at": "2018-08-29T05:00:39.000000Z"}} 2018-08-29 05:00:39,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cb17ebaa9727fe0ffa9106be5a2c64832e2b1f8" 2018-08-29 05:00:39,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdde439-183e-480e-9890-4b895614043a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:39,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1cdde439-183e-480e-9890-4b895614043a 2018-08-29 05:00:39,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:39,411 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-08-29 05:00:39,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:39,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["LOBjsZmOTAe_I6v1pW4YFA"], "issued_at": "2018-08-29T05:00:39.000000Z"}} 2018-08-29 05:00:39,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78312b05a5cf7fbd3fc49b524344ef1ee1b5ecfe" 2018-08-29 05:00:39,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c6a634-2322-4d94-85f8-1d824650e804 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:39,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-94c6a634-2322-4d94-85f8-1d824650e804 2018-08-29 05:00:39,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:39,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:40,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["LJ1j6aFURjeOTu5Zbvp7nw"], "issued_at": "2018-08-29T05:00:40.000000Z"}} 2018-08-29 05:00:40,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:40,730 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["CaQNpoEDRvmlTYTZmJoESA"], "issued_at": "2018-08-29T05:00:40.000000Z"}} 2018-08-29 05:00:40,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038dbd3a3bb58866199ead54159892e621e66237" 2018-08-29 05:00:40,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a67c2460-5947-4dc1-9960-8713551e4cfa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:40,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a67c2460-5947-4dc1-9960-8713551e4cfa 2018-08-29 05:00:40,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:40,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:41,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["nVjYehB-TDur6zW5TJ9e0Q"], "issued_at": "2018-08-29T05:00:41.000000Z"}} 2018-08-29 05:00:41,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:41,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["SrBjPtYhS8CxNWQ4zw2yCQ"], "issued_at": "2018-08-29T05:00:41.000000Z"}} 2018-08-29 05:00:41,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c7bf5ddc665608d82e8769849448a493eaae274" 2018-08-29 05:00:41,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9180313d-54b3-40cd-a8f4-6ac8c22492c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:41,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9180313d-54b3-40cd-a8f4-6ac8c22492c2 2018-08-29 05:00:41,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:41,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:42,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["MA1w9U9qTz6EiPURIcR16A"], "issued_at": "2018-08-29T05:00:42.000000Z"}} 2018-08-29 05:00:42,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:42,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:42,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["bchIBnXqQuqUV2qrNtamOg"], "issued_at": "2018-08-29T05:00:42.000000Z"}} 2018-08-29 05:00:42,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:42,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:42,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["gDzrgHa9QqKyyve1QHQ4dA"], "issued_at": "2018-08-29T05:00:42.000000Z"}} 2018-08-29 05:00:42,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:43,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["QCqM03aoQyqMSWoFhRGkEw"], "issued_at": "2018-08-29T05:00:43.000000Z"}} 2018-08-29 05:00:43,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:43,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c6f4006-38c6-49b3-9ec4-d3eb41a007f5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:43,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8c6f4006-38c6-49b3-9ec4-d3eb41a007f5 2018-08-29 05:00:43,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:43,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:43,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:43,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abea4a90-f4c7-4dee-bbd9-8d42afb4ee8e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:43,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-abea4a90-f4c7-4dee-bbd9-8d42afb4ee8e 2018-08-29 05:00:43,783 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-username 2018-08-29 05:00:43,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:43,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd82afa-3523-4f60-9962-f2661794c58d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:43,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-6fd82afa-3523-4f60-9962-f2661794c58d 2018-08-29 05:00:43,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-projName"}}' 2018-08-29 05:00:44,043 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9ae44e4-d8a3-4000-87c0-ef58950f0da4 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea"}, "enabled": true, "id": "2cc9f8a867f541eb8314c5a573edceea", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-projName"}} 2018-08-29 05:00:44,043 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-b9ae44e4-d8a3-4000-87c0-ef58950f0da4 2018-08-29 05:00:44,043 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-projName 2018-08-29 05:00:44,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" -d '{"role": {"name": "KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role"}}' 2018-08-29 05:00:44,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:00:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49042442-84b3-4235-9cd5-f68b297b2f1b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06834a5f6b2b498baeff4729da0eb57a", "links": {"self": "http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a"}, "name": "KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role"}} 2018-08-29 05:00:44,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-49042442-84b3-4235-9cd5-f68b297b2f1b 2018-08-29 05:00:44,184 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role 2018-08-29 05:00:44,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:44,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72abd22e-b0c0-48d6-b554-94ed5afceadf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a"}, "domain_id": null, "name": "KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role", "id": "06834a5f6b2b498baeff4729da0eb57a"}} 2018-08-29 05:00:44,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a used request id req-72abd22e-b0c0-48d6-b554-94ed5afceadf 2018-08-29 05:00:44,278 - keystone_utils - INFO - Granting role KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role to project KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-projName 2018-08-29 05:00:44,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea/users/227dfe6590e54675a78554bfbf9e09d8/roles/06834a5f6b2b498baeff4729da0eb57a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:44,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50f416a8-6562-440f-a410-23f7e395620a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:44,449 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea/users/227dfe6590e54675a78554bfbf9e09d8/roles/06834a5f6b2b498baeff4729da0eb57a used request id req-50f416a8-6562-440f-a410-23f7e395620a 2018-08-29 05:00:44,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea/users/227dfe6590e54675a78554bfbf9e09d8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:44,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5718f0e3-0f4d-424a-b8ee-40a54f8d7339 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea/users/227dfe6590e54675a78554bfbf9e09d8/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06834a5f6b2b498baeff4729da0eb57a", "links": {"self": "http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a"}, "name": "KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role"}]} 2018-08-29 05:00:44,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea/users/227dfe6590e54675a78554bfbf9e09d8/roles used request id req-5718f0e3-0f4d-424a-b8ee-40a54f8d7339 2018-08-29 05:00:44,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:45,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-d082830f-555c-4e71-8140-59c27e25841b Date: Wed, 29 Aug 2018 05:00:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:45Z", "updated_at": "2018-08-29T05:00:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "revision_number": 0, "id": "210f1f9f-6119-4f09-9fad-24a511b525ff", "remote_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "revision_number": 0, "id": "1fb2c62a-4230-4294-8804-439e80f9922e", "remote_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "revision_number": 0, "id": "ee1ecab3-ec1b-4867-be32-6abb51e3dcc5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "revision_number": 0, "id": "156836f1-31bc-43fe-b6d2-6181589f342e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "1e6fec8a-e377-4244-9c44-26750907accf", "name": "default"}]} 2018-08-29 05:00:45,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-d082830f-555c-4e71-8140-59c27e25841b 2018-08-29 05:00:45,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:45,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2de961f-ae4a-4b5e-a4bd-26481b1de6e5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:00:45,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-f2de961f-ae4a-4b5e-a4bd-26481b1de6e5 2018-08-29 05:00:45,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:45,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b248a43a-552b-41e1-bdf1-d90f809b41cf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:00:45,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-b248a43a-552b-41e1-bdf1-d90f809b41cf 2018-08-29 05:00:45,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e6fec8a-e377-4244-9c44-26750907accf 2018-08-29 05:00:45,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=1e6fec8a-e377-4244-9c44-26750907accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:46,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7e6cb5e7-038d-4949-8f56-b1d3ca2ca717 Date: Wed, 29 Aug 2018 05:00:46 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-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:45Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "156836f1-31bc-43fe-b6d2-6181589f342e"}, {"remote_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:45Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "1fb2c62a-4230-4294-8804-439e80f9922e"}, {"remote_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:45Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "210f1f9f-6119-4f09-9fad-24a511b525ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:00:45Z", "security_group_id": "1e6fec8a-e377-4244-9c44-26750907accf", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:00:45Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ee1ecab3-ec1b-4867-be32-6abb51e3dcc5"}]} 2018-08-29 05:00:46,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=1e6fec8a-e377-4244-9c44-26750907accf used request id req-7e6cb5e7-038d-4949-8f56-b1d3ca2ca717 2018-08-29 05:00:46,510 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 05:00:46,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/1e6fec8a-e377-4244-9c44-26750907accf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:47,646 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b79d262-16e9-4fa0-bf1c-bf4f803fcfea Content-Length: 0 Date: Wed, 29 Aug 2018 05:00:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:00:47,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/1e6fec8a-e377-4244-9c44-26750907accf used request id req-5b79d262-16e9-4fa0-bf1c-bf4f803fcfea 2018-08-29 05:00:47,646 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-projName 2018-08-29 05:00:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:47,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22a9f10f-df4b-447f-8247-882634f038fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:47,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/2cc9f8a867f541eb8314c5a573edceea used request id req-22a9f10f-df4b-447f-8247-882634f038fd 2018-08-29 05:00:47,860 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-username 2018-08-29 05:00:47,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/227dfe6590e54675a78554bfbf9e09d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:48,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e3c8630-3d65-4d94-90da-1fafd3daccad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:48,173 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/227dfe6590e54675a78554bfbf9e09d8 used request id req-3e3c8630-3d65-4d94-90da-1fafd3daccad 2018-08-29 05:00:48,174 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-b327da7f-7856-46e0-8e50-ef9d0ee2bff6-role 2018-08-29 05:00:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a64ee5417359e5276c2c8da77538a09b66764a" 2018-08-29 05:00:48,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55ec4c13-0216-4a97-9871-605c773f0fc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:48,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/06834a5f6b2b498baeff4729da0eb57a used request id req-55ec4c13-0216-4a97-9871-605c773f0fc2 2018-08-29 05:00:48,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:48,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["z4nohCdMR02CT5c70EtX1w"], "issued_at": "2018-08-29T05:00:48.000000Z"}} 2018-08-29 05:00:48,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabc107b007ccbc36769575d8f4e634442239c85" 2018-08-29 05:00:48,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baab3129-46d1-42dd-a8fd-bfff57507e9b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:48,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-baab3129-46d1-42dd-a8fd-bfff57507e9b 2018-08-29 05:00:48,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:48,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:49,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["4vpLKVGzSImdzdF7mJdcEg"], "issued_at": "2018-08-29T05:00:49.000000Z"}} 2018-08-29 05:00:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:49,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-844766ac-27a3-4fd8-aeab-87ea5f482112 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:49,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-844766ac-27a3-4fd8-aeab-87ea5f482112 2018-08-29 05:00:49,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:49,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:49,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:49,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1657e008-b056-4829-bb1e-5b7f76bd31d1 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:49,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-1657e008-b056-4829-bb1e-5b7f76bd31d1 2018-08-29 05:00:49,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:49,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d1e983-4898-4567-a052-c367a3819796 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:49,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-05d1e983-4898-4567-a052-c367a3819796 2018-08-29 05:00:49,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:49,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d18749-bdcc-484e-ba7a-fd63bb55e39a Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:49,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a8d18749-bdcc-484e-ba7a-fd63bb55e39a 2018-08-29 05:00:49,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:49,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac25bdd-65ff-49ea-8b2d-2ec3540210d4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:49,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-2ac25bdd-65ff-49ea-8b2d-2ec3540210d4 2018-08-29 05:00:49,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/0795b8c793404a65a1a150b29c739c3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:50,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19129793-5fa5-424a-b006-a65ccd7f7a87 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/0795b8c793404a65a1a150b29c739c3f"}, "enabled": true, "id": "0795b8c793404a65a1a150b29c739c3f", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-476e1718-66fa-491-name"}} 2018-08-29 05:00:50,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/0795b8c793404a65a1a150b29c739c3f used request id req-19129793-5fa5-424a-b006-a65ccd7f7a87 2018-08-29 05:00:50,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:50,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5eb4ac-93fc-42c5-917b-a7cd9b3375cb Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:00:50,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles used request id req-6b5eb4ac-93fc-42c5-917b-a7cd9b3375cb 2018-08-29 05:00:50,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:50,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5bccf5-945b-4b70-a62d-2d5fb4cd14a6 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:00:50,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-1f5bccf5-945b-4b70-a62d-2d5fb4cd14a6 2018-08-29 05:00:50,224 - keystone_utils - INFO - Granting role admin to project api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d 2018-08-29 05:00:50,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:50,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1465a1e-0d9e-4c27-97a4-ccc6acbb8c11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:50,369 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles/a460152930ef4d1a8287ffc269a5335d used request id req-b1465a1e-0d9e-4c27-97a4-ccc6acbb8c11 2018-08-29 05:00:50,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:50,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ebb9d6-e0af-4849-ad2a-cd2eb6c6301d Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:50,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-88ebb9d6-e0af-4849-ad2a-cd2eb6c6301d 2018-08-29 05:00:50,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:50,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4622babf-f289-49b1-ac12-70135f684f85 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:50,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-4622babf-f289-49b1-ac12-70135f684f85 2018-08-29 05:00:50,546 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-476e1718-66fa-491-name 2018-08-29 05:00:50,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:50,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:50,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabc107b007ccbc36769575d8f4e634442239c85" 2018-08-29 05:00:50,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcdc5c92-93b9-4503-8357-fb61b94adc1c Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-476e1718-66fa-491-name", "links": {"self": "http://172.30.9.24:5000/v3/users/0795b8c793404a65a1a150b29c739c3f"}, "domain_id": "default", "enabled": true, "id": "0795b8c793404a65a1a150b29c739c3f", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:50,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-dcdc5c92-93b9-4503-8357-fb61b94adc1c 2018-08-29 05:00:50,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabc107b007ccbc36769575d8f4e634442239c85" 2018-08-29 05:00:50,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ffa962-143e-49fe-bd56-40b9d191dcb1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:50,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-25ffa962-143e-49fe-bd56-40b9d191dcb1 2018-08-29 05:00:50,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabc107b007ccbc36769575d8f4e634442239c85" 2018-08-29 05:00:50,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd7b8349-975a-4f31-9687-f2ece249fb81 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:50,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-cd7b8349-975a-4f31-9687-f2ece249fb81 2018-08-29 05:00:50,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabc107b007ccbc36769575d8f4e634442239c85" 2018-08-29 05:00:50,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d72b75-efb5-472b-a2a6-fbf52f1b3bd5 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}]} 2018-08-29 05:00:50,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/0795b8c793404a65a1a150b29c739c3f/roles used request id req-91d72b75-efb5-472b-a2a6-fbf52f1b3bd5 2018-08-29 05:00:50,877 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-476e1718-66fa-491-name 2018-08-29 05:00:50,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/0795b8c793404a65a1a150b29c739c3f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa99a186bb1c090ef4c7dc68379525fec4fed5d" 2018-08-29 05:00:51,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a37df9b-0b73-4c54-bd4a-86b1671cbe39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:51,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/0795b8c793404a65a1a150b29c739c3f used request id req-6a37df9b-0b73-4c54-bd4a-86b1671cbe39 2018-08-29 05:00:51,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:51,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["QOEX4s0ISGqXCPRf7hVJdQ"], "issued_at": "2018-08-29T05:00:51.000000Z"}} 2018-08-29 05:00:51,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}222bd7eed95b7f8bead2f1e451edaa613d195eed" 2018-08-29 05:00:51,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-446139da-c41d-40a2-8d80-6792a62d6ab7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:51,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-446139da-c41d-40a2-8d80-6792a62d6ab7 2018-08-29 05:00:51,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:51,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:52,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Y3wgeZYbTEq50Xi_tLrwTg"], "issued_at": "2018-08-29T05:00:52.000000Z"}} 2018-08-29 05:00:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:52,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06a9d4a-9a08-41d2-b4bc-59df7b5624f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:52,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d06a9d4a-9a08-41d2-b4bc-59df7b5624f1 2018-08-29 05:00:52,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:52,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:52,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:52,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc99632-5f18-4309-b485-7f6a18e858c1 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:52,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-2cc99632-5f18-4309-b485-7f6a18e858c1 2018-08-29 05:00:52,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:52,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecce9b9b-5151-451a-8a74-e69eb2fdeddc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:52,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-ecce9b9b-5151-451a-8a74-e69eb2fdeddc 2018-08-29 05:00:52,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:52,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2267a4-6830-445e-999a-03af24b2fd15 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:52,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-7f2267a4-6830-445e-999a-03af24b2fd15 2018-08-29 05:00:52,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:52,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aba50c1-119d-4472-839c-e13ec0a007bb Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:52,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-1aba50c1-119d-4472-839c-e13ec0a007bb 2018-08-29 05:00:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27dee29e-09ce-4ee5-bb4a-6e3425da2637 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60"}, "enabled": true, "id": "c2a81ccbb65843d0aa6b54cb9a598f60", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-5e204183-4f66-4dc-name"}} 2018-08-29 05:00:53,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60 used request id req-27dee29e-09ce-4ee5-bb4a-6e3425da2637 2018-08-29 05:00:53,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/c2a81ccbb65843d0aa6b54cb9a598f60/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb40c93-15c5-48f4-affd-febd09e3ebc9 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/c2a81ccbb65843d0aa6b54cb9a598f60/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:00:53,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/c2a81ccbb65843d0aa6b54cb9a598f60/roles used request id req-4fb40c93-15c5-48f4-affd-febd09e3ebc9 2018-08-29 05:00:53,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1be6aa-c6a6-45ba-96cb-d52f2ef6e317 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:00:53,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-7b1be6aa-c6a6-45ba-96cb-d52f2ef6e317 2018-08-29 05:00:53,215 - keystone_utils - INFO - Granting role admin to project api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d 2018-08-29 05:00:53,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/c2a81ccbb65843d0aa6b54cb9a598f60/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ca9e99c-8946-4745-a4c3-ef9c44a867da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:53,441 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/c2a81ccbb65843d0aa6b54cb9a598f60/roles/a460152930ef4d1a8287ffc269a5335d used request id req-4ca9e99c-8946-4745-a4c3-ef9c44a867da 2018-08-29 05:00:53,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d8fd17-270d-45dc-97c9-3880eff149f3 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:53,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b5d8fd17-270d-45dc-97c9-3880eff149f3 2018-08-29 05:00:53,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d1b2bd-a230-4a56-aefb-afbe514af82e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:53,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-f5d1b2bd-a230-4a56-aefb-afbe514af82e 2018-08-29 05:00:53,550 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-5e204183-4f66-4dc-name 2018-08-29 05:00:53,550 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5e204183-4f66-4dc-name 2018-08-29 05:00:53,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:53,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:53,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}222bd7eed95b7f8bead2f1e451edaa613d195eed" 2018-08-29 05:00:53,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21ac02ed-7299-4d4f-8e55-eeddb1d2fa96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:53,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60 used request id req-21ac02ed-7299-4d4f-8e55-eeddb1d2fa96 2018-08-29 05:00:53,826 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5e204183-4f66-4dc-name 2018-08-29 05:00:53,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}556a28f0062e5ec0201f0558f05873df146d0da3" 2018-08-29 05:00:53,916 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dddc18c-cb6a-448b-a3ed-639f549a8583 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: c2a81ccbb65843d0aa6b54cb9a598f60.", "code": 404, "title": "Not Found"}} 2018-08-29 05:00:53,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c2a81ccbb65843d0aa6b54cb9a598f60 used request id req-8dddc18c-cb6a-448b-a3ed-639f549a8583 2018-08-29 05:00:53,916 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-29 05:00:53,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:54,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["8mQfkipJSM2W0RoM8gpfgw"], "issued_at": "2018-08-29T05:00:54.000000Z"}} 2018-08-29 05:00:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4520b4cf3684b71e3edf3991ff12ec6511090f" 2018-08-29 05:00:54,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497fe145-831e-4706-8f35-b595324224d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:54,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-497fe145-831e-4706-8f35-b595324224d6 2018-08-29 05:00:54,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:54,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:54,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["pAWre4lNRPSykE9LNBwukQ"], "issued_at": "2018-08-29T05:00:54.000000Z"}} 2018-08-29 05:00:54,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:54,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c8963b-02e0-4c89-8b6c-af4d16f11ede Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:54,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-60c8963b-02e0-4c89-8b6c-af4d16f11ede 2018-08-29 05:00:54,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:54,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:54,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:54,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e9c9c6-3122-49ed-8b44-bb98b0f82a4a Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:54,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-02e9c9c6-3122-49ed-8b44-bb98b0f82a4a 2018-08-29 05:00:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:55,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a02aa57-ace9-459f-9902-5aa97a4fff6c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:55,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-2a02aa57-ace9-459f-9902-5aa97a4fff6c 2018-08-29 05:00:55,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:55,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad5f7ad6-8f39-4538-9dab-4deb909f5296 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:55,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ad5f7ad6-8f39-4538-9dab-4deb909f5296 2018-08-29 05:00:55,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:55,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b527637c-c87c-4d46-9fd3-e092fd0fb739 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:55,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-b527637c-c87c-4d46-9fd3-e092fd0fb739 2018-08-29 05:00:55,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/e5a7910f6063456e8b4f44b656f178b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:55,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc33e4c9-482e-4ad7-93c8-768f429b4c26 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/e5a7910f6063456e8b4f44b656f178b3"}, "enabled": true, "id": "e5a7910f6063456e8b4f44b656f178b3", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-4da4a13a-9496-450-name"}} 2018-08-29 05:00:55,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/e5a7910f6063456e8b4f44b656f178b3 used request id req-dc33e4c9-482e-4ad7-93c8-768f429b4c26 2018-08-29 05:00:55,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/e5a7910f6063456e8b4f44b656f178b3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:55,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e67ca09-6336-4bf5-b53a-41b873b68c28 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/e5a7910f6063456e8b4f44b656f178b3/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:00:55,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/e5a7910f6063456e8b4f44b656f178b3/roles used request id req-5e67ca09-6336-4bf5-b53a-41b873b68c28 2018-08-29 05:00:55,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:55,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a12c6e-8057-4a8c-bddb-78af11aa7a14 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:00:55,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-42a12c6e-8057-4a8c-bddb-78af11aa7a14 2018-08-29 05:00:55,905 - keystone_utils - INFO - Granting role admin to project api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d 2018-08-29 05:00:55,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/e5a7910f6063456e8b4f44b656f178b3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:56,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08ec7697-2594-42fc-ba5e-995e72333e8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:56,027 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/e5a7910f6063456e8b4f44b656f178b3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-08ec7697-2594-42fc-ba5e-995e72333e8c 2018-08-29 05:00:56,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:56,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d50ce2e-80e4-4123-9a7c-97e5767bcee2 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:56,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3d50ce2e-80e4-4123-9a7c-97e5767bcee2 2018-08-29 05:00:56,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:56,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a19cc7f-d3e1-450b-8113-12d747dcebdd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:56,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-9a19cc7f-d3e1-450b-8113-12d747dcebdd 2018-08-29 05:00:56,206 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-4da4a13a-9496-450-name 2018-08-29 05:00:56,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:56,215 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:56,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd4520b4cf3684b71e3edf3991ff12ec6511090f" 2018-08-29 05:00:56,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b8c4570-97a7-4ba2-b547-74b4c96d7c62 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-4da4a13a-9496-450-name", "links": {"self": "http://172.30.9.24:5000/v3/users/e5a7910f6063456e8b4f44b656f178b3"}, "domain_id": "default", "enabled": true, "id": "e5a7910f6063456e8b4f44b656f178b3", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:56,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-2b8c4570-97a7-4ba2-b547-74b4c96d7c62 2018-08-29 05:00:56,254 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-4da4a13a-9496-450-name 2018-08-29 05:00:56,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/e5a7910f6063456e8b4f44b656f178b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c75c1029d871fd5097f56d95ce238ee7d33aeb6" 2018-08-29 05:00:56,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b45db3a-4523-4382-b126-9faad85dfaa1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:56,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/e5a7910f6063456e8b4f44b656f178b3 used request id req-3b45db3a-4523-4382-b126-9faad85dfaa1 2018-08-29 05:00:56,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:56,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["D7bqvQ6UQyCBAaUvmJI0iQ"], "issued_at": "2018-08-29T05:00:56.000000Z"}} 2018-08-29 05:00:56,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c7f6aba470fd1ed3da6ff6e24cc5b0f83589a4" 2018-08-29 05:00:56,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1d41876-8a03-41d8-bedc-e9759bada806 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:56,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b1d41876-8a03-41d8-bedc-e9759bada806 2018-08-29 05:00:56,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:56,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:57,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["vQy5n_OrTxSMpAx6xAvb3g"], "issued_at": "2018-08-29T05:00:57.000000Z"}} 2018-08-29 05:00:57,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:57,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d276f69-92d7-4b96-bd72-9d72b14c59f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:57,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8d276f69-92d7-4b96-bd72-9d72b14c59f4 2018-08-29 05:00:57,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:57,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:57,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:57,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd27b5d-f2a3-4772-83a8-5f550fae3641 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:57,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-edd27b5d-f2a3-4772-83a8-5f550fae3641 2018-08-29 05:00:57,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:57,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4bcfa78-1b90-4780-bcd8-6a8b8db633a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:00:57,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-e4bcfa78-1b90-4780-bcd8-6a8b8db633a5 2018-08-29 05:00:57,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:57,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a075de-6563-46da-8d1b-4fa5f10ab16c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:57,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-04a075de-6563-46da-8d1b-4fa5f10ab16c 2018-08-29 05:00:57,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0609a5-2925-42d2-bab0-93aae4d5f39e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:58,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-2d0609a5-2925-42d2-bab0-93aae4d5f39e 2018-08-29 05:00:58,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502d9a21-6d54-40bb-b0ed-1808fd185fc0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2"}, "enabled": true, "id": "aa0146d7e7174e36a537f3df428daef2", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-c5e08ba3-226a-448-name"}} 2018-08-29 05:00:58,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2 used request id req-502d9a21-6d54-40bb-b0ed-1808fd185fc0 2018-08-29 05:00:58,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/aa0146d7e7174e36a537f3df428daef2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7429c85c-f77c-4122-adfd-12169845ac02 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/aa0146d7e7174e36a537f3df428daef2/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:00:58,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/aa0146d7e7174e36a537f3df428daef2/roles used request id req-7429c85c-f77c-4122-adfd-12169845ac02 2018-08-29 05:00:58,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0b422ca-8a57-461c-903b-fc6089e235c9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:00:58,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-a0b422ca-8a57-461c-903b-fc6089e235c9 2018-08-29 05:00:58,329 - keystone_utils - INFO - Granting role admin to project api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d 2018-08-29 05:00:58,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/aa0146d7e7174e36a537f3df428daef2/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8e8b5ab-3a6b-466c-8596-e0ffb05367c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:58,452 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394/users/aa0146d7e7174e36a537f3df428daef2/roles/a460152930ef4d1a8287ffc269a5335d used request id req-e8e8b5ab-3a6b-466c-8596-e0ffb05367c2 2018-08-29 05:00:58,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309410cf-406a-4ff2-b928-106a566531be Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:00:58,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-309410cf-406a-4ff2-b928-106a566531be 2018-08-29 05:00:58,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:58,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ddbec6-15f8-49b8-b52c-eef71120def7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}]} 2018-08-29 05:00:58,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d used request id req-35ddbec6-15f8-49b8-b52c-eef71120def7 2018-08-29 05:00:58,612 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-c5e08ba3-226a-448-name 2018-08-29 05:00:58,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:58,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:58,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c7f6aba470fd1ed3da6ff6e24cc5b0f83589a4" 2018-08-29 05:00:58,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3adc95bc-9f75-4954-9320-068d6e5bd253 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-c5e08ba3-226a-448-name", "links": {"self": "http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2"}, "domain_id": "default", "enabled": true, "id": "aa0146d7e7174e36a537f3df428daef2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:58,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-3adc95bc-9f75-4954-9320-068d6e5bd253 2018-08-29 05:00:58,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:58,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:59,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["rf40gcTYROqKAcfwnhzz1g"], "issued_at": "2018-08-29T05:00:59.000000Z"}} 2018-08-29 05:00:59,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86413a77406be453ea782771a6de9139ca2d3ae" 2018-08-29 05:00:59,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70df60d5-7099-42df-abee-de66c3a675a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:59,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-70df60d5-7099-42df-abee-de66c3a675a0 2018-08-29 05:00:59,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:00:59,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:00: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:00:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86413a77406be453ea782771a6de9139ca2d3ae" 2018-08-29 05:00:59,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8197aec2-22ee-4401-8df5-b379c93b57d1 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-c5e08ba3-226a-448-name", "links": {"self": "http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2"}, "domain_id": "default", "enabled": true, "id": "aa0146d7e7174e36a537f3df428daef2", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:00:59,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-8197aec2-22ee-4401-8df5-b379c93b57d1 2018-08-29 05:00:59,237 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-c5e08ba3-226a-448-name 2018-08-29 05:00:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2d6775fbf36612d098025d3bcc9b9b87ed5b142" 2018-08-29 05:00:59,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7dafe440-33b5-4b06-bee8-c11e9221a544 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:00:59,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/aa0146d7e7174e36a537f3df428daef2 used request id req-7dafe440-33b5-4b06-bee8-c11e9221a544 2018-08-29 05:00:59,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:00:59,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["pgzVhXmMT2iMX54jSAigzQ"], "issued_at": "2018-08-29T05:00:59.000000Z"}} 2018-08-29 05:00:59,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9657e64073cb7b3b53ff1790e3c2acd7896997cb" 2018-08-29 05:00:59,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61018b38-c0a8-44fd-9145-a4b4c60c6034 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:00:59,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-61018b38-c0a8-44fd-9145-a4b4c60c6034 2018-08-29 05:00:59,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:00:59,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:00,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["hFF1uENdSH27dPQu1-_s4A"], "issued_at": "2018-08-29T05:01:00.000000Z"}} 2018-08-29 05:01:00,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:00,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f313958-8d04-4133-a78c-1de220016f1b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:00,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5f313958-8d04-4133-a78c-1de220016f1b 2018-08-29 05:01:00,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:00,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:00,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caa92d6d-81a2-49f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:00,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28afca5-2f41-41f3-ba9e-64a0ed409e57 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caa92d6d-81a2-49f-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:00,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caa92d6d-81a2-49f-name used request id req-c28afca5-2f41-41f3-ba9e-64a0ed409e57 2018-08-29 05:01:00,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:00,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff32e837-4eb3-4b02-882a-bcc92d2b5919 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:00,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-ff32e837-4eb3-4b02-882a-bcc92d2b5919 2018-08-29 05:01:00,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-caa92d6d-81a2-49f-name"}}' 2018-08-29 05:01:00,723 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0382b0c4-cd7f-41bb-ba77-2559eaae6176 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/abd066dd96f14323867f676e5d927b9f"}, "enabled": true, "id": "abd066dd96f14323867f676e5d927b9f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-caa92d6d-81a2-49f-name"}} 2018-08-29 05:01:00,723 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-0382b0c4-cd7f-41bb-ba77-2559eaae6176 2018-08-29 05:01:00,723 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-caa92d6d-81a2-49f-name 2018-08-29 05:01:00,723 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-caa92d6d-81a2-49f-name 2018-08-29 05:01:00,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:00,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:00,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/abd066dd96f14323867f676e5d927b9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9657e64073cb7b3b53ff1790e3c2acd7896997cb" 2018-08-29 05:01:00,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cc681ba-6276-4183-943b-b6118f89e1b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:00,889 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/abd066dd96f14323867f676e5d927b9f used request id req-4cc681ba-6276-4183-943b-b6118f89e1b8 2018-08-29 05:01:00,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:01,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-23b4aa42-0a92-4662-bddf-d5e2f2d75f2b Date: Wed, 29 Aug 2018 05:01:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}]} 2018-08-29 05:01:01,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-23b4aa42-0a92-4662-bddf-d5e2f2d75f2b 2018-08-29 05:01:01,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:01,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c8d1f9-528c-4650-954b-ac4d09e543ef Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:01,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-89c8d1f9-528c-4650-954b-ac4d09e543ef 2018-08-29 05:01:01,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:02,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac6827d-ff54-4009-bc28-52f141fa26e3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:02,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-7ac6827d-ff54-4009-bc28-52f141fa26e3 2018-08-29 05:01:02,083 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-caa92d6d-81a2-49f-name 2018-08-29 05:01:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/abd066dd96f14323867f676e5d927b9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:02,100 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6ab9115-1e33-4b0d-9def-25b01309aba6 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: abd066dd96f14323867f676e5d927b9f.", "code": 404, "title": "Not Found"}} 2018-08-29 05:01:02,100 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/abd066dd96f14323867f676e5d927b9f used request id req-a6ab9115-1e33-4b0d-9def-25b01309aba6 2018-08-29 05:01:02,100 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-29 05:01:02,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:02,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ddd2a9-1532-4250-a3c2-e3a149d64627 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:02,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-64ddd2a9-1532-4250-a3c2-e3a149d64627 2018-08-29 05:01:02,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9657e64073cb7b3b53ff1790e3c2acd7896997cb" 2018-08-29 05:01:02,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd95ddaa-cd28-46b8-aa36-8462ab05d696 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:01:02,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-cd95ddaa-cd28-46b8-aa36-8462ab05d696 2018-08-29 05:01:02,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}113b3e9801f0056b01c95b759ec2c4a97f0ad363" 2018-08-29 05:01:02,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f49879-791e-41dc-b49d-197980cb94f1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:02,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e0f49879-791e-41dc-b49d-197980cb94f1 2018-08-29 05:01:02,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:02,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["5ciW2ErTRjWQ5ij9QKSibA"], "issued_at": "2018-08-29T05:01:02.000000Z"}} 2018-08-29 05:01:02,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19663a0af82465be894c74f4992430fad800d64" 2018-08-29 05:01:02,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5392dd6-7eed-4bcc-8540-7727c3c05e3a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:02,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a5392dd6-7eed-4bcc-8540-7727c3c05e3a 2018-08-29 05:01:02,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:02,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:03,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["STjil3weQz-a0meLNJoU8g"], "issued_at": "2018-08-29T05:01:03.000000Z"}} 2018-08-29 05:01:03,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:03,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6531a25f-1136-4850-9a63-1f2d41261eed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:03,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6531a25f-1136-4850-9a63-1f2d41261eed 2018-08-29 05:01:03,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:03,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:03,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-a74982a2-1d35-4f1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:03,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013dc7bf-1500-4678-9bdf-121acc01c9c9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-a74982a2-1d35-4f1-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:03,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-a74982a2-1d35-4f1-name used request id req-013dc7bf-1500-4678-9bdf-121acc01c9c9 2018-08-29 05:01:03,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:03,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4432e19-3f92-480f-9ba6-5b9afc007c23 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:03,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-d4432e19-3f92-480f-9ba6-5b9afc007c23 2018-08-29 05:01:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-a74982a2-1d35-4f1-name"}}' 2018-08-29 05:01:03,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f350a55-1cc0-42d0-a4cc-3eee33f64e73 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/97df4edc9dd6460193eaaccae8c0402c"}, "enabled": true, "id": "97df4edc9dd6460193eaaccae8c0402c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-a74982a2-1d35-4f1-name"}} 2018-08-29 05:01:03,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-0f350a55-1cc0-42d0-a4cc-3eee33f64e73 2018-08-29 05:01:03,622 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-a74982a2-1d35-4f1-name 2018-08-29 05:01:03,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:03,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:03,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-a74982a2-1d35-4f1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19663a0af82465be894c74f4992430fad800d64" 2018-08-29 05:01:03,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38c1473-d348-44c5-a95d-124bb4d2dde1 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-a74982a2-1d35-4f1-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/97df4edc9dd6460193eaaccae8c0402c"}, "enabled": true, "id": "97df4edc9dd6460193eaaccae8c0402c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-a74982a2-1d35-4f1-name"}]} 2018-08-29 05:01:03,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-a74982a2-1d35-4f1-name used request id req-f38c1473-d348-44c5-a95d-124bb4d2dde1 2018-08-29 05:01:03,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19663a0af82465be894c74f4992430fad800d64" 2018-08-29 05:01:03,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea079f0f-96fe-43f3-aa93-2c0ff42ec367 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:01:03,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-ea079f0f-96fe-43f3-aa93-2c0ff42ec367 2018-08-29 05:01:03,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:04,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-e4a0b0d5-ce29-4e3f-85a3-83ab9d4ff7b3 Date: Wed, 29 Aug 2018 05:01:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}]} 2018-08-29 05:01:04,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-e4a0b0d5-ce29-4e3f-85a3-83ab9d4ff7b3 2018-08-29 05:01:04,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:04,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b816979-6f2c-44e8-9c30-b1380ffe9c5e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:04,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-6b816979-6f2c-44e8-9c30-b1380ffe9c5e 2018-08-29 05:01:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:04,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f1682b-c7cf-4e19-9443-2e8112897d80 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:04,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-d8f1682b-c7cf-4e19-9443-2e8112897d80 2018-08-29 05:01:04,860 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-a74982a2-1d35-4f1-name 2018-08-29 05:01:04,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/97df4edc9dd6460193eaaccae8c0402c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:05,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1687e371-ea40-4d77-b450-0c51e59f6f00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:05,003 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/97df4edc9dd6460193eaaccae8c0402c used request id req-1687e371-ea40-4d77-b450-0c51e59f6f00 2018-08-29 05:01:05,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd184095c53e130e3f17b80042ec5ca60ce61bc5" 2018-08-29 05:01:05,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c64205-18b9-4b05-a6ff-a73b38810b5f Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:05,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-73c64205-18b9-4b05-a6ff-a73b38810b5f 2018-08-29 05:01:05,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:05,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["T5fgwdvoQIqFmcyb929Gqw"], "issued_at": "2018-08-29T05:01:05.000000Z"}} 2018-08-29 05:01:05,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f13858b2311c32f1c136c9da5c629abb551513" 2018-08-29 05:01:05,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f258c194-7bb7-442d-871d-845df71b5ac1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:05,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f258c194-7bb7-442d-871d-845df71b5ac1 2018-08-29 05:01:05,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:05,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:05,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["wqDn9eyTQY2gt64K7e3-jQ"], "issued_at": "2018-08-29T05:01:05.000000Z"}} 2018-08-29 05:01:05,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:06,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3200d6c7-82b5-4755-b522-7313fdea7659 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:06,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3200d6c7-82b5-4755-b522-7313fdea7659 2018-08-29 05:01:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:06,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:06,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:06,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8705fdf2-5419-4025-9bd6-9dd0e97d652f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:06,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name used request id req-8705fdf2-5419-4025-9bd6-9dd0e97d652f 2018-08-29 05:01:06,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:06,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd2969b-26ac-44c3-ac08-95252f8dc73d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:06,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-9cd2969b-26ac-44c3-ac08-95252f8dc73d 2018-08-29 05:01:06,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-59fd677d-674d-4b7-name"}}' 2018-08-29 05:01:06,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02b8b810-9279-4420-9ae8-af635a9b5c9b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/37c45a71f1cf4710bcacd5bc05784ec1"}, "enabled": true, "id": "37c45a71f1cf4710bcacd5bc05784ec1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-59fd677d-674d-4b7-name"}} 2018-08-29 05:01:06,371 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-02b8b810-9279-4420-9ae8-af635a9b5c9b 2018-08-29 05:01:06,371 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-59fd677d-674d-4b7-name 2018-08-29 05:01:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:06,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:06,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f13858b2311c32f1c136c9da5c629abb551513" 2018-08-29 05:01:06,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8c48b5-c4eb-45fe-a9e7-002025ca81fd Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/37c45a71f1cf4710bcacd5bc05784ec1"}, "enabled": true, "id": "37c45a71f1cf4710bcacd5bc05784ec1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-59fd677d-674d-4b7-name"}]} 2018-08-29 05:01:06,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name used request id req-4c8c48b5-c4eb-45fe-a9e7-002025ca81fd 2018-08-29 05:01:06,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:06,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:06,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["cdqZoCPzSrOVLUlCVXRzDA"], "issued_at": "2018-08-29T05:01:06.000000Z"}} 2018-08-29 05:01:06,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402c3df3e171d47fbf469390b9af6633411007d8" 2018-08-29 05:01:06,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e071cf8-871f-4f13-9a07-6a587f419cd1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:06,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4e071cf8-871f-4f13-9a07-6a587f419cd1 2018-08-29 05:01:06,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:06,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:06,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}402c3df3e171d47fbf469390b9af6633411007d8" 2018-08-29 05:01:06,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff9926d-a3b9-4579-82f0-4f4b2fef309f Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/37c45a71f1cf4710bcacd5bc05784ec1"}, "enabled": true, "id": "37c45a71f1cf4710bcacd5bc05784ec1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-59fd677d-674d-4b7-name"}]} 2018-08-29 05:01:06,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-59fd677d-674d-4b7-name used request id req-4ff9926d-a3b9-4579-82f0-4f4b2fef309f 2018-08-29 05:01:06,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9f13858b2311c32f1c136c9da5c629abb551513" 2018-08-29 05:01:07,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e9b4cf4-e2c7-4c34-bfcf-86412df6eb60 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:01:07,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-1e9b4cf4-e2c7-4c34-bfcf-86412df6eb60 2018-08-29 05:01:07,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:07,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-afa33809-d22c-4afe-ae43-a708168f2beb Date: Wed, 29 Aug 2018 05:01:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}]} 2018-08-29 05:01:07,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-afa33809-d22c-4afe-ae43-a708168f2beb 2018-08-29 05:01:07,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:07,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0684ff6d-541e-4c95-a482-98123dd83ebc Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:07,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-0684ff6d-541e-4c95-a482-98123dd83ebc 2018-08-29 05:01:07,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:08,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9d2606-2373-4927-9e83-2b1d1fc57c28 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:08,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-eb9d2606-2373-4927-9e83-2b1d1fc57c28 2018-08-29 05:01:08,086 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-59fd677d-674d-4b7-name 2018-08-29 05:01:08,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/37c45a71f1cf4710bcacd5bc05784ec1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:08,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02e2d5d5-9f65-4d8b-995a-a3c8c99b8e31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:08,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/37c45a71f1cf4710bcacd5bc05784ec1 used request id req-02e2d5d5-9f65-4d8b-995a-a3c8c99b8e31 2018-08-29 05:01:08,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5129f46efbab15332c9e1f4f497addfd9382e703" 2018-08-29 05:01:08,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc65d55-766c-4c95-b93c-c0e21d887a7c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:08,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3cc65d55-766c-4c95-b93c-c0e21d887a7c 2018-08-29 05:01:08,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:08,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["gdwyuW3zTkmjRA2p2gur9w"], "issued_at": "2018-08-29T05:01:08.000000Z"}} 2018-08-29 05:01:08,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5aff7d85cbf739d8e9dc15e628ae0a43e632e23" 2018-08-29 05:01:08,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277fde9b-a598-45e9-8991-567b9fc9bbb0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:08,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-277fde9b-a598-45e9-8991-567b9fc9bbb0 2018-08-29 05:01:08,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:08,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:09,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["NlnlWl-_QmeA_lyaYLglug"], "issued_at": "2018-08-29T05:01:09.000000Z"}} 2018-08-29 05:01:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd494b8bf97ddd8ce12a2fff30f30694486fd0" 2018-08-29 05:01:09,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa50129-4106-4b85-a370-1590bd98788e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:09,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8fa50129-4106-4b85-a370-1590bd98788e 2018-08-29 05:01:09,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:09,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:09,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-ce4f298f-3c61-4f1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd494b8bf97ddd8ce12a2fff30f30694486fd0" 2018-08-29 05:01:09,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6cbaec0-2d93-4ba9-bd3a-0df3fdbece17 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-ce4f298f-3c61-4f1-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:09,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-ce4f298f-3c61-4f1-name used request id req-a6cbaec0-2d93-4ba9-bd3a-0df3fdbece17 2018-08-29 05:01:09,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd494b8bf97ddd8ce12a2fff30f30694486fd0" 2018-08-29 05:01:09,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac7028a-6eea-452f-afbe-7ce4be2497ae Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-08-29 05:01:09,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=foo used request id req-1ac7028a-6eea-452f-afbe-7ce4be2497ae 2018-08-29 05:01:09,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd494b8bf97ddd8ce12a2fff30f30694486fd0" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-ce4f298f-3c61-4f1-name"}}' 2018-08-29 05:01:09,562 - keystoneauth.session - DEBUG - RESP: [400] Date: Wed, 29 Aug 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0941557d-0742-4f37-95b8-f53424e36607 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-08-29 05:01:09,562 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-0941557d-0742-4f37-95b8-f53424e36607 2018-08-29 05:01:09,562 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-08-29 05:01:09,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabd494b8bf97ddd8ce12a2fff30f30694486fd0" 2018-08-29 05:01:09,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ee6dbc-5b34-48a5-9dce-124213575b62 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:09,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f8ee6dbc-5b34-48a5-9dce-124213575b62 2018-08-29 05:01:09,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:10,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["e7-HDD7wTaS-mAuENJPVlg"], "issued_at": "2018-08-29T05:01:10.000000Z"}} 2018-08-29 05:01:10,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15137fe0e299a610bf81988cb51ec78c8075461c" 2018-08-29 05:01:10,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3622940a-b6db-4c52-9be1-e5f9af00f504 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:10,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3622940a-b6db-4c52-9be1-e5f9af00f504 2018-08-29 05:01:10,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:10,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:10,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["lSiSi8KrR66xIRhP9k4snw"], "issued_at": "2018-08-29T05:01:10.000000Z"}} 2018-08-29 05:01:10,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:10,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0d238b-a5db-47ea-bbac-6fcd91f2679d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:10,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3d0d238b-a5db-47ea-bbac-6fcd91f2679d 2018-08-29 05:01:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:10,597 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:10,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30b557f3-e318-44a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:10,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a208663-2c43-4185-9603-6c19318c9f4c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30b557f3-e318-44a-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:10,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30b557f3-e318-44a-name used request id req-5a208663-2c43-4185-9603-6c19318c9f4c 2018-08-29 05:01:10,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:10,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e8443a-b5be-49b9-a687-d129571d3f5c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:10,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-89e8443a-b5be-49b9-a687-d129571d3f5c 2018-08-29 05:01:10,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-30b557f3-e318-44a-name"}}' 2018-08-29 05:01:10,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5f47faa-6515-4fa3-87d3-fe1ccdeea3ad Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/c4390a3a9c664a2a96745739dc6520a2"}, "enabled": true, "id": "c4390a3a9c664a2a96745739dc6520a2", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-30b557f3-e318-44a-name"}} 2018-08-29 05:01:10,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-e5f47faa-6515-4fa3-87d3-fe1ccdeea3ad 2018-08-29 05:01:10,893 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-30b557f3-e318-44a-name 2018-08-29 05:01:10,893 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:01:10,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-quota-sets/c4390a3a9c664a2a96745739dc6520a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:11,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc7c5343-2deb-46b6-a558-2924e25806ea x-compute-request-id: req-fc7c5343-2deb-46b6-a558-2924e25806ea 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": "c4390a3a9c664a2a96745739dc6520a2", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-29 05:01:11,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-quota-sets/c4390a3a9c664a2a96745739dc6520a2 used request id req-fc7c5343-2deb-46b6-a558-2924e25806ea 2018-08-29 05:01:11,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:8774/v2.1/os-quota-sets/c4390a3a9c664a2a96745739dc6520a2 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" -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-08-29 05:01:12,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01: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-9690440e-7abb-49e3-b461-883baa4d7bf1 x-compute-request-id: req-9690440e-7abb-49e3-b461-883baa4d7bf1 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-08-29 05:01:12,795 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.24:8774/v2.1/os-quota-sets/c4390a3a9c664a2a96745739dc6520a2 used request id req-9690440e-7abb-49e3-b461-883baa4d7bf1 2018-08-29 05:01:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:12,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:12,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30b557f3-e318-44a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15137fe0e299a610bf81988cb51ec78c8075461c" 2018-08-29 05:01:12,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff29a36-80c0-4afb-b659-c129b041efec Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30b557f3-e318-44a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/c4390a3a9c664a2a96745739dc6520a2"}, "enabled": true, "id": "c4390a3a9c664a2a96745739dc6520a2", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-30b557f3-e318-44a-name"}]} 2018-08-29 05:01:12,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-30b557f3-e318-44a-name used request id req-9ff29a36-80c0-4afb-b659-c129b041efec 2018-08-29 05:01:12,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15137fe0e299a610bf81988cb51ec78c8075461c" 2018-08-29 05:01:12,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408fae7a-8111-4c6e-94bd-010b6c4b5425 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:01:12,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-408fae7a-8111-4c6e-94bd-010b6c4b5425 2018-08-29 05:01:12,993 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:01:12,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-quota-sets/c4390a3a9c664a2a96745739dc6520a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15137fe0e299a610bf81988cb51ec78c8075461c" 2018-08-29 05:01:13,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01: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-1e050e07-b47a-4c38-b4a8-60d606f73b50 x-compute-request-id: req-1e050e07-b47a-4c38-b4a8-60d606f73b50 Content-Encoding: gzip Content-Length: 223 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": "c4390a3a9c664a2a96745739dc6520a2", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-29 05:01:13,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-quota-sets/c4390a3a9c664a2a96745739dc6520a2 used request id req-1e050e07-b47a-4c38-b4a8-60d606f73b50 2018-08-29 05:01:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:14,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-fcb27b0d-1c85-4b0d-963b-6f505f4201b8 Date: Wed, 29 Aug 2018 05:01:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}]} 2018-08-29 05:01:14,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-fcb27b0d-1c85-4b0d-963b-6f505f4201b8 2018-08-29 05:01:14,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:14,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51f852b2-7d0b-461f-b3e3-dc47f7c8c459 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:14,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-51f852b2-7d0b-461f-b3e3-dc47f7c8c459 2018-08-29 05:01:14,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:14,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfdc2b3e-42ca-4aa0-b67f-e0eabbfe6f47 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:14,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-cfdc2b3e-42ca-4aa0-b67f-e0eabbfe6f47 2018-08-29 05:01:14,841 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-30b557f3-e318-44a-name 2018-08-29 05:01:14,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/c4390a3a9c664a2a96745739dc6520a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:15,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f35f41bd-48b6-4bdf-838c-e1a2209d292c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:15,014 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/c4390a3a9c664a2a96745739dc6520a2 used request id req-f35f41bd-48b6-4bdf-838c-e1a2209d292c 2018-08-29 05:01:15,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd2a156ac78615206dd529eaf80b167cc78868d" 2018-08-29 05:01:15,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b72d13c-c01d-4316-8be1-209e90d93bd4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:15,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0b72d13c-c01d-4316-8be1-209e90d93bd4 2018-08-29 05:01:15,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:15,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["nAuKmF3nQ6i6IPYeCjY-fw"], "issued_at": "2018-08-29T05:01:15.000000Z"}} 2018-08-29 05:01:15,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a89e8dd7e9357d2135ae8cfc0bb0aad311ba946" 2018-08-29 05:01:15,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9d69c86-df10-4679-b86e-5918dbd88761 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:15,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a9d69c86-df10-4679-b86e-5918dbd88761 2018-08-29 05:01:15,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:15,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:15,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["M4u8zw5rQFKTUlBdP7TWSQ"], "issued_at": "2018-08-29T05:01:15.000000Z"}} 2018-08-29 05:01:15,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:16,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96bee36f-2223-4084-a119-b8cc1b03a50c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:16,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-96bee36f-2223-4084-a119-b8cc1b03a50c 2018-08-29 05:01:16,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:16,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:16,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-404cad5c-861c-4d3-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:16,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e05d64-3a2d-4491-a120-7cd5154d2617 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-404cad5c-861c-4d3-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:16,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-404cad5c-861c-4d3-name used request id req-31e05d64-3a2d-4491-a120-7cd5154d2617 2018-08-29 05:01:16,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:16,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11067649-1c9d-422d-a388-ddd658c85a90 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:16,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-11067649-1c9d-422d-a388-ddd658c85a90 2018-08-29 05:01:16,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-404cad5c-861c-4d3-name"}}' 2018-08-29 05:01:16,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41dc71b4-e7db-4087-b11b-d0f94167f60b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/a3e5377f989c44199d9b8b8fee3ff8ab"}, "enabled": true, "id": "a3e5377f989c44199d9b8b8fee3ff8ab", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-404cad5c-861c-4d3-name"}} 2018-08-29 05:01:16,370 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-41dc71b4-e7db-4087-b11b-d0f94167f60b 2018-08-29 05:01:16,370 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-404cad5c-861c-4d3-name 2018-08-29 05:01:16,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:16,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:16,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-404cad5c-861c-4d3-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a89e8dd7e9357d2135ae8cfc0bb0aad311ba946" 2018-08-29 05:01:16,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8583c3-6d57-4504-8196-b595e8e6c473 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-404cad5c-861c-4d3-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/a3e5377f989c44199d9b8b8fee3ff8ab"}, "enabled": true, "id": "a3e5377f989c44199d9b8b8fee3ff8ab", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-404cad5c-861c-4d3-name"}]} 2018-08-29 05:01:16,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-404cad5c-861c-4d3-name used request id req-8f8583c3-6d57-4504-8196-b595e8e6c473 2018-08-29 05:01:16,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a89e8dd7e9357d2135ae8cfc0bb0aad311ba946" 2018-08-29 05:01:16,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fadc1d9b-cd54-4f19-9fff-4d9aa5858106 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:01:16,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-fadc1d9b-cd54-4f19-9fff-4d9aa5858106 2018-08-29 05:01:16,484 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:01:16,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:8774/v2.1/os-quota-sets/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" -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-08-29 05:01:17,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01: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-9edc6b2d-f61d-4a4c-a2ec-6d9d2cef0e89 x-compute-request-id: req-9edc6b2d-f61d-4a4c-a2ec-6d9d2cef0e89 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-08-29 05:01:17,133 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.24:8774/v2.1/os-quota-sets/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-9edc6b2d-f61d-4a4c-a2ec-6d9d2cef0e89 2018-08-29 05:01:17,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9696/v2.0/quotas/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-08-29 05:01:17,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-43f27a40-9577-401f-b1e1-c9a83b00c559 Date: Wed, 29 Aug 2018 05:01:17 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-08-29 05:01:17,451 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/quotas/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-43f27a40-9577-401f-b1e1-c9a83b00c559 2018-08-29 05:01:17,452 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:01:17,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-quota-sets/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:18,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3510b27-464b-4fa3-bbc9-a95c775a0bd2 x-compute-request-id: req-c3510b27-464b-4fa3-bbc9-a95c775a0bd2 Content-Encoding: gzip Content-Length: 223 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": "a3e5377f989c44199d9b8b8fee3ff8ab", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-29 05:01:18,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-quota-sets/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-c3510b27-464b-4fa3-bbc9-a95c775a0bd2 2018-08-29 05:01:18,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/quotas/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:18,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-fcc2fbb7-64db-452b-8b4b-46c7414022a7 Date: Wed, 29 Aug 2018 05:01:18 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-08-29 05:01:18,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/quotas/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-fcc2fbb7-64db-452b-8b4b-46c7414022a7 2018-08-29 05:01:18,379 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:01:18,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-quota-sets/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a89e8dd7e9357d2135ae8cfc0bb0aad311ba946" 2018-08-29 05:01:18,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0be32ee-ef3f-441c-b42d-4c8aae3632db x-compute-request-id: req-a0be32ee-ef3f-441c-b42d-4c8aae3632db Content-Encoding: gzip Content-Length: 223 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": "a3e5377f989c44199d9b8b8fee3ff8ab", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-08-29 05:01:18,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-quota-sets/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-a0be32ee-ef3f-441c-b42d-4c8aae3632db 2018-08-29 05:01:18,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/quotas/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a89e8dd7e9357d2135ae8cfc0bb0aad311ba946" 2018-08-29 05:01:18,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-bd06b128-182d-4eb1-a78a-7f4057a7e959 Date: Wed, 29 Aug 2018 05:01:18 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-08-29 05:01:18,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/quotas/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-bd06b128-182d-4eb1-a78a-7f4057a7e959 2018-08-29 05:01:18,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:19,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-b93fda7a-0766-4b62-9310-2eb603a4a603 Date: Wed, 29 Aug 2018 05:01:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}]} 2018-08-29 05:01:19,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-b93fda7a-0766-4b62-9310-2eb603a4a603 2018-08-29 05:01:19,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:19,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e151cf-51d7-4d45-90be-b0798aad6fc4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:19,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-77e151cf-51d7-4d45-90be-b0798aad6fc4 2018-08-29 05:01:19,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:19,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df31eed3-2f2a-4ceb-8624-d73397d9c6a4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:19,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-df31eed3-2f2a-4ceb-8624-d73397d9c6a4 2018-08-29 05:01:19,871 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-404cad5c-861c-4d3-name 2018-08-29 05:01:19,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/a3e5377f989c44199d9b8b8fee3ff8ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:20,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ba95e5-1bdc-49a6-a6dc-702a586fcf6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:20,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/a3e5377f989c44199d9b8b8fee3ff8ab used request id req-82ba95e5-1bdc-49a6-a6dc-702a586fcf6c 2018-08-29 05:01:20,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f281be09a6446c0ee07b91b3503f75ccd3417d5" 2018-08-29 05:01:20,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2652ddc-ffe6-4e23-926d-a51b2336314e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:20,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e2652ddc-ffe6-4e23-926d-a51b2336314e 2018-08-29 05:01:20,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:20,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["B_EPCBKHSDKxjo-dLtyLEQ"], "issued_at": "2018-08-29T05:01:20.000000Z"}} 2018-08-29 05:01:20,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1542ac083dab2e5d5d094e1bb87806e72af5b874" 2018-08-29 05:01:20,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7caa8675-31b6-47f5-acba-f93765f5c323 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:20,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7caa8675-31b6-47f5-acba-f93765f5c323 2018-08-29 05:01:20,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:20,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:20,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["y6t2DtTyRgWF50EhkubuOg"], "issued_at": "2018-08-29T05:01:20.000000Z"}} 2018-08-29 05:01:20,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:21,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1558e6f-f5da-4ac7-9819-0313d52336ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:21,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a1558e6f-f5da-4ac7-9819-0313d52336ee 2018-08-29 05:01:21,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:21,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:21,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2272e279-4766-49f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:21,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d26750-8e16-47ff-b37b-1088a9cc041a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2272e279-4766-49f-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:21,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-2272e279-4766-49f-name used request id req-19d26750-8e16-47ff-b37b-1088a9cc041a 2018-08-29 05:01:21,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:21,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74efa677-39b5-46a6-b1d4-9f922aa3c810 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:21,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-74efa677-39b5-46a6-b1d4-9f922aa3c810 2018-08-29 05:01:21,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}}' 2018-08-29 05:01:21,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55e9b9d8-f9a7-45bc-a95d-220f19e53a26 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7"}, "enabled": true, "id": "a485e336c79e4aae81ba06e5e1f770e7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}} 2018-08-29 05:01:21,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-55e9b9d8-f9a7-45bc-a95d-220f19e53a26 2018-08-29 05:01:21,367 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-2272e279-4766-49f-name 2018-08-29 05:01:21,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:21,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:21,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["vTevgvAXScqRXpzeTsRcEQ"], "issued_at": "2018-08-29T05:01:21.000000Z"}} 2018-08-29 05:01:21,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:21,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38439704-4930-4e07-a1e9-9bbcbf9cc4e4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:21,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-38439704-4930-4e07-a1e9-9bbcbf9cc4e4 2018-08-29 05:01:21,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:21,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:21,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52ec78d-b16f-4ecc-b0ff-887a24b78a85 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:01:21,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-a52ec78d-b16f-4ecc-b0ff-887a24b78a85 2018-08-29 05:01:21,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:22,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a55208-d060-4ae1-ba26-10ec181fbdac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:22,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-66a55208-d060-4ae1-ba26-10ec181fbdac 2018-08-29 05:01:22,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:22,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c42b26-882b-4f02-96df-97fd433b8172 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:22,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b8c42b26-882b-4f02-96df-97fd433b8172 2018-08-29 05:01:22,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-2272e279-4766-49f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:22,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5175c72-8739-4adf-bce8-54a6d8565988 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-2272e279-4766-49f-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7"}, "enabled": true, "id": "a485e336c79e4aae81ba06e5e1f770e7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}]} 2018-08-29 05:01:22,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-2272e279-4766-49f-name used request id req-f5175c72-8739-4adf-bce8-54a6d8565988 2018-08-29 05:01:22,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/d2f63386df4f4aea8dfc703248c092ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:22,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c67e710-fbf5-47a8-958f-321d6e056912 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/d2f63386df4f4aea8dfc703248c092ce"}, "enabled": true, "id": "d2f63386df4f4aea8dfc703248c092ce", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-2272e279-4766-49f-user"}} 2018-08-29 05:01:22,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/d2f63386df4f4aea8dfc703248c092ce used request id req-0c67e710-fbf5-47a8-958f-321d6e056912 2018-08-29 05:01:22,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:22,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e353d7f-b554-4353-b786-d681f722d73f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:01:22,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles used request id req-9e353d7f-b554-4353-b786-d681f722d73f 2018-08-29 05:01:22,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:22,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec17869-5996-4234-a51a-ea728d393bce Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:01:22,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-2ec17869-5996-4234-a51a-ea728d393bce 2018-08-29 05:01:22,881 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-2272e279-4766-49f-name 2018-08-29 05:01:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:23,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c83b2a7f-f2ad-44c9-97f5-a0bde4506b32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:23,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles/a460152930ef4d1a8287ffc269a5335d used request id req-c83b2a7f-f2ad-44c9-97f5-a0bde4506b32 2018-08-29 05:01:23,015 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-2272e279-4766-49f-user 2018-08-29 05:01:23,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:23,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58519656-2d87-4a50-8e48-96f9fd2e7f00 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:23,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-58519656-2d87-4a50-8e48-96f9fd2e7f00 2018-08-29 05:01:23,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" -d '{"role": {"name": "CreateProjectUserTests-2272e279-4766-49f-name-role"}}' 2018-08-29 05:01:23,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea5b369f-f8c6-435e-801a-5df923e15db8 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06abd64c77bc415795d6384bb7cf2ae5", "links": {"self": "http://172.30.9.24:5000/v3/roles/06abd64c77bc415795d6384bb7cf2ae5"}, "name": "CreateProjectUserTests-2272e279-4766-49f-name-role"}} 2018-08-29 05:01:23,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-ea5b369f-f8c6-435e-801a-5df923e15db8 2018-08-29 05:01:23,217 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-2272e279-4766-49f-name-role 2018-08-29 05:01:23,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/06abd64c77bc415795d6384bb7cf2ae5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:23,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4d7648-17fd-4777-8fb4-a973c41f34cd Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/06abd64c77bc415795d6384bb7cf2ae5"}, "domain_id": null, "name": "CreateProjectUserTests-2272e279-4766-49f-name-role", "id": "06abd64c77bc415795d6384bb7cf2ae5"}} 2018-08-29 05:01:23,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/06abd64c77bc415795d6384bb7cf2ae5 used request id req-8d4d7648-17fd-4777-8fb4-a973c41f34cd 2018-08-29 05:01:23,304 - keystone_utils - INFO - Granting role CreateProjectUserTests-2272e279-4766-49f-name-role to project CreateProjectUserTests-2272e279-4766-49f-name 2018-08-29 05:01:23,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles/06abd64c77bc415795d6384bb7cf2ae5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:23,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eeb8ae2-3406-4b48-84f8-052cc3566cae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:23,430 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7/users/d2f63386df4f4aea8dfc703248c092ce/roles/06abd64c77bc415795d6384bb7cf2ae5 used request id req-2eeb8ae2-3406-4b48-84f8-052cc3566cae 2018-08-29 05:01:23,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:23,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:23,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06abd64c77bc415795d6384bb7cf2ae5", "name": "CreateProjectUserTests-2272e279-4766-49f-name-role"}, {"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:01:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a485e336c79e4aae81ba06e5e1f770e7", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a485e336c79e4aae81ba06e5e1f770e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/a485e336c79e4aae81ba06e5e1f770e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/a485e336c79e4aae81ba06e5e1f770e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/a485e336c79e4aae81ba06e5e1f770e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/a485e336c79e4aae81ba06e5e1f770e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/a485e336c79e4aae81ba06e5e1f770e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a485e336c79e4aae81ba06e5e1f770e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/a485e336c79e4aae81ba06e5e1f770e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/a485e336c79e4aae81ba06e5e1f770e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/a485e336c79e4aae81ba06e5e1f770e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/a485e336c79e4aae81ba06e5e1f770e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/a485e336c79e4aae81ba06e5e1f770e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-2272e279-4766-49f-user", "id": "d2f63386df4f4aea8dfc703248c092ce"}, "audit_ids": ["pRHRXofURBqxWmGq6FmKVw"], "issued_at": "2018-08-29T05:01:23.000000Z"}} 2018-08-29 05:01:23,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:23,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fcaaa10-eb33-4e2f-96da-01f97aac70ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:23,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6fcaaa10-eb33-4e2f-96da-01f97aac70ce 2018-08-29 05:01:23,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=CreateProjectUserTests-2272e279-4766-49f-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:24,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-986f471d-6c70-42eb-a06e-86c55582afa0 Date: Wed, 29 Aug 2018 05:01:24 GMT RESP BODY: {"security_groups": []} 2018-08-29 05:01:24,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=CreateProjectUserTests-2272e279-4766-49f-name&description=hello+group used request id req-986f471d-6c70-42eb-a06e-86c55582afa0 2018-08-29 05:01:24,270 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-2272e279-4766-49f-name... 2018-08-29 05:01:24,270 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-2272e279-4766-49f-name 2018-08-29 05:01:24,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" -d '{"security_group": {"name": "CreateProjectUserTests-2272e279-4766-49f-name", "description": "hello group"}}' 2018-08-29 05:01:25,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-e87400a0-65a3-4e9a-93fc-62a743858ebd Date: Wed, 29 Aug 2018 05:01:25 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "updated_at": "2018-08-29T05:01:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "20ea6660-e26b-4097-939a-af10ff264e1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}], "revision_number": 2, "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}} 2018-08-29 05:01:25,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-e87400a0-65a3-4e9a-93fc-62a743858ebd 2018-08-29 05:01:25,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:25,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:25,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d51dce6-6bd1-4b60-bf14-8d85a48e6e3b Date: Wed, 29 Aug 2018 05:01:25 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-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "20ea6660-e26b-4097-939a-af10ff264e1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b"}]} 2018-08-29 05:01:25,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-3d51dce6-6bd1-4b60-bf14-8d85a48e6e3b 2018-08-29 05:01:25,660 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:25,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:26,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-176a36fb-4bad-458a-97a9-e1f194885223 Date: Wed, 29 Aug 2018 05:01:26 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-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "20ea6660-e26b-4097-939a-af10ff264e1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b"}]} 2018-08-29 05:01:26,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-176a36fb-4bad-458a-97a9-e1f194885223 2018-08-29 05:01:26,459 - neutron_utils - INFO - Retrieving security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:26,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:26,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-515c3e46-04ac-4a40-8e39-f1f81da81621 Date: Wed, 29 Aug 2018 05:01:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "updated_at": "2018-08-29T05:01:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "20ea6660-e26b-4097-939a-af10ff264e1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}], "revision_number": 2, "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}]} 2018-08-29 05:01:26,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-515c3e46-04ac-4a40-8e39-f1f81da81621 2018-08-29 05:01:26,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:26,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:27,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f9a5658e-0c2c-4603-8b5d-d664a06d2bba Date: Wed, 29 Aug 2018 05:01:27 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-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "20ea6660-e26b-4097-939a-af10ff264e1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b"}]} 2018-08-29 05:01:27,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-f9a5658e-0c2c-4603-8b5d-d664a06d2bba 2018-08-29 05:01:27,257 - neutron_utils - INFO - Retrieving security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:27,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:28,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d0d57439-6aec-4f4d-bda7-725fb5d32200 Date: Wed, 29 Aug 2018 05:01:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "updated_at": "2018-08-29T05:01:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "20ea6660-e26b-4097-939a-af10ff264e1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}], "revision_number": 2, "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}]} 2018-08-29 05:01:28,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-d0d57439-6aec-4f4d-bda7-725fb5d32200 2018-08-29 05:01:28,119 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:28,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:28,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-06ff4fdc-8ccc-44e9-9585-668faeeef5b3 Date: Wed, 29 Aug 2018 05:01:28 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-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "20ea6660-e26b-4097-939a-af10ff264e1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b"}]} 2018-08-29 05:01:28,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-06ff4fdc-8ccc-44e9-9585-668faeeef5b3 2018-08-29 05:01:28,911 - neutron_utils - INFO - Retrieving security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:28,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:29,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a5127e6a-1ca4-469f-8e31-2ff4a5636417 Date: Wed, 29 Aug 2018 05:01:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "updated_at": "2018-08-29T05:01:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "20ea6660-e26b-4097-939a-af10ff264e1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "revision_number": 0, "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}], "revision_number": 2, "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}]} 2018-08-29 05:01:29,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-a5127e6a-1ca4-469f-8e31-2ff4a5636417 2018-08-29 05:01:29,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af910a12-0aea-4c0e-b446-64005c8b56ad 2018-08-29 05:01:29,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:29,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4131205a-e4ca-41f2-b79e-ae2c6427eaa6 Date: Wed, 29 Aug 2018 05:01:29 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-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "20ea6660-e26b-4097-939a-af10ff264e1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:25Z", "security_group_id": "af910a12-0aea-4c0e-b446-64005c8b56ad", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:25Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "5005a58b-3da0-4cfd-ac79-050f7d0b2c5b"}]} 2018-08-29 05:01:29,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-4131205a-e4ca-41f2-b79e-ae2c6427eaa6 2018-08-29 05:01:29,792 - neutron_utils - INFO - Deleting security group rule with ID - 5005a58b-3da0-4cfd-ac79-050f7d0b2c5b 2018-08-29 05:01:29,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/5005a58b-3da0-4cfd-ac79-050f7d0b2c5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:29,910 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f4c0569-ce2d-40fa-99f6-c82caaf2a862 Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:29,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/5005a58b-3da0-4cfd-ac79-050f7d0b2c5b used request id req-2f4c0569-ce2d-40fa-99f6-c82caaf2a862 2018-08-29 05:01:29,910 - neutron_utils - INFO - Deleting security group rule with ID - 20ea6660-e26b-4097-939a-af10ff264e1d 2018-08-29 05:01:29,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/20ea6660-e26b-4097-939a-af10ff264e1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:30,082 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d184e68f-11d1-40a1-88a9-eca18a93931b Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:30,082 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/20ea6660-e26b-4097-939a-af10ff264e1d used request id req-d184e68f-11d1-40a1-88a9-eca18a93931b 2018-08-29 05:01:30,082 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-2272e279-4766-49f-name 2018-08-29 05:01:30,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/af910a12-0aea-4c0e-b446-64005c8b56ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013ea1f65e1ebe0ac98451dbe68ca38f608a5399" 2018-08-29 05:01:31,069 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-049ba0a1-f243-417c-91cf-09d011796445 Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:31,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/af910a12-0aea-4c0e-b446-64005c8b56ad used request id req-049ba0a1-f243-417c-91cf-09d011796445 2018-08-29 05:01:31,070 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-2272e279-4766-49f-user 2018-08-29 05:01:31,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/d2f63386df4f4aea8dfc703248c092ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec04b205c9645443547533559d345c744db982c1" 2018-08-29 05:01:31,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-509ae89e-3c81-40f5-ae3b-f170e42958c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:31,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/d2f63386df4f4aea8dfc703248c092ce used request id req-509ae89e-3c81-40f5-ae3b-f170e42958c7 2018-08-29 05:01:31,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:32,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-dc155a5e-70d4-446f-bdfa-5020105b002c Date: Wed, 29 Aug 2018 05:01:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:24Z", "updated_at": "2018-08-29T05:01:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "revision_number": 0, "id": "125a914b-1140-48e5-a4b2-274cbcac2f60", "remote_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "revision_number": 0, "id": "4995df62-205f-4d89-8e2f-24e556f77177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "revision_number": 0, "id": "8becefa9-3abe-4581-a15e-4d8987b4a0cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "revision_number": 0, "id": "a8048526-0561-4b90-8c64-f3d6b4af7c46", "remote_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a485e336c79e4aae81ba06e5e1f770e7"}], "revision_number": 4, "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "66b84e0d-6c48-46ee-b635-137388136704", "name": "default"}]} 2018-08-29 05:01:32,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-dc155a5e-70d4-446f-bdfa-5020105b002c 2018-08-29 05:01:32,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:32,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4c15dc-0aa5-45c6-bbc1-366b3bc71201 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:32,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-4f4c15dc-0aa5-45c6-bbc1-366b3bc71201 2018-08-29 05:01:32,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:32,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34bb6a32-3ff1-4587-999b-413961ab0fff Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:32,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-34bb6a32-3ff1-4587-999b-413961ab0fff 2018-08-29 05:01:32,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:32,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc350c79-8022-4726-aa62-fc7aca796904 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7"}, "enabled": true, "id": "a485e336c79e4aae81ba06e5e1f770e7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-2272e279-4766-49f-name"}} 2018-08-29 05:01:32,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7 used request id req-fc350c79-8022-4726-aa62-fc7aca796904 2018-08-29 05:01:32,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66b84e0d-6c48-46ee-b635-137388136704 2018-08-29 05:01:32,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=66b84e0d-6c48-46ee-b635-137388136704 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:32,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3c4cbfdb-c909-4df0-8835-10b7a433f15b Date: Wed, 29 Aug 2018 05:01:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:24Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "125a914b-1140-48e5-a4b2-274cbcac2f60"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:24Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "4995df62-205f-4d89-8e2f-24e556f77177"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:24Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "8becefa9-3abe-4581-a15e-4d8987b4a0cb"}, {"remote_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:24Z", "security_group_id": "66b84e0d-6c48-46ee-b635-137388136704", "port_range_min": null, "revision_number": 0, "tenant_id": "a485e336c79e4aae81ba06e5e1f770e7", "created_at": "2018-08-29T05:01:24Z", "project_id": "a485e336c79e4aae81ba06e5e1f770e7", "id": "a8048526-0561-4b90-8c64-f3d6b4af7c46"}]} 2018-08-29 05:01:32,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=66b84e0d-6c48-46ee-b635-137388136704 used request id req-3c4cbfdb-c909-4df0-8835-10b7a433f15b 2018-08-29 05:01:32,685 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 05:01:32,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/66b84e0d-6c48-46ee-b635-137388136704 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:32,984 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-787fd945-92d1-42fc-aaf2-47e1629bcd40 Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:32,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/66b84e0d-6c48-46ee-b635-137388136704 used request id req-787fd945-92d1-42fc-aaf2-47e1629bcd40 2018-08-29 05:01:32,985 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-2272e279-4766-49f-name 2018-08-29 05:01:32,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:33,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6524e92e-44d2-4bae-9df7-428d1e9a22ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:33,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/a485e336c79e4aae81ba06e5e1f770e7 used request id req-6524e92e-44d2-4bae-9df7-428d1e9a22ca 2018-08-29 05:01:33,177 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-2272e279-4766-49f-name-role 2018-08-29 05:01:33,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/roles/06abd64c77bc415795d6384bb7cf2ae5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:33,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af639e01-4300-4a8f-ac04-7846d0e062ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:33,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/06abd64c77bc415795d6384bb7cf2ae5 used request id req-af639e01-4300-4a8f-ac04-7846d0e062ba 2018-08-29 05:01:33,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96e5b3723b6c917e5c9028a19019c09c2acc168b" 2018-08-29 05:01:33,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-724d7146-2230-463d-b164-633412f3249e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:33,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-724d7146-2230-463d-b164-633412f3249e 2018-08-29 05:01:33,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:33,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["pSbVZhQ1QZ22ysS7MJHOyg"], "issued_at": "2018-08-29T05:01:33.000000Z"}} 2018-08-29 05:01:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33dd149eb26a46e33ac38705f35b86c8ceafc3d4" 2018-08-29 05:01:33,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe225f45-ec1e-48b4-a538-b5187d45cffb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:33,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fe225f45-ec1e-48b4-a538-b5187d45cffb 2018-08-29 05:01:33,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:33,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:34,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["6bYop0D2Q32k2dVuoIKW1Q"], "issued_at": "2018-08-29T05:01:34.000000Z"}} 2018-08-29 05:01:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:34,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43914dcd-3a63-4240-857d-2c92add8dbb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:34,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-43914dcd-3a63-4240-857d-2c92add8dbb1 2018-08-29 05:01:34,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:34,318 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:34,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e93c2853-70fd-46b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:34,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb8f0c8-61ab-4cfc-83ce-f6efe2356c56 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e93c2853-70fd-46b-name", "previous": null, "next": null}, "projects": []} 2018-08-29 05:01:34,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e93c2853-70fd-46b-name used request id req-dfb8f0c8-61ab-4cfc-83ce-f6efe2356c56 2018-08-29 05:01:34,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:34,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72d5958a-26e3-4291-9275-a699e34a19f5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:34,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-72d5958a-26e3-4291-9275-a699e34a19f5 2018-08-29 05:01:34,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}}' 2018-08-29 05:01:34,571 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11e8304a-fa66-4763-9ef8-ffff8468fce7 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675"}, "enabled": true, "id": "16aa47057a4844c991be19e64b04b675", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}} 2018-08-29 05:01:34,571 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-11e8304a-fa66-4763-9ef8-ffff8468fce7 2018-08-29 05:01:34,571 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:34,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:34,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:34,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["vM0I2Z4jQZC-fE-YKQJpWg"], "issued_at": "2018-08-29T05:01:34.000000Z"}} 2018-08-29 05:01:34,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef35975d-b6b1-4804-a8d8-e5ef321891c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:35,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ef35975d-b6b1-4804-a8d8-e5ef321891c4 2018-08-29 05:01:35,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:35,033 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:35,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54755fe1-f3be-4172-aa0f-e33e85471a93 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:01:35,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-54755fe1-f3be-4172-aa0f-e33e85471a93 2018-08-29 05:01:35,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e98ab09-dadc-4123-bee6-a29af63864ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:35,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-7e98ab09-dadc-4123-bee6-a29af63864ca 2018-08-29 05:01:35,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e094bbdb-f2c0-4bb5-85ad-5b2d750e188c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:35,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e094bbdb-f2c0-4bb5-85ad-5b2d750e188c 2018-08-29 05:01:35,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-e93c2853-70fd-46b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e59c71d-cafb-4db3-9fc6-b873de4d2be7 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-e93c2853-70fd-46b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675"}, "enabled": true, "id": "16aa47057a4844c991be19e64b04b675", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:35,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-e93c2853-70fd-46b-name used request id req-5e59c71d-cafb-4db3-9fc6-b873de4d2be7 2018-08-29 05:01:35,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/e2b8619a93cc4aed8fe55b73a2a8f9c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9127824-48ea-4060-b5f1-130c7af428e7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/e2b8619a93cc4aed8fe55b73a2a8f9c5"}, "enabled": true, "id": "e2b8619a93cc4aed8fe55b73a2a8f9c5", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-user1"}} 2018-08-29 05:01:35,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/e2b8619a93cc4aed8fe55b73a2a8f9c5 used request id req-d9127824-48ea-4060-b5f1-130c7af428e7 2018-08-29 05:01:35,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:35,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb9491f-2a05-44f4-bbcd-2f04b7a606ac Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:01:35,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles used request id req-4eb9491f-2a05-44f4-bbcd-2f04b7a606ac 2018-08-29 05:01:35,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:36,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef067d70-30a0-4456-af78-05c25e39131b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:01:36,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-ef067d70-30a0-4456-af78-05c25e39131b 2018-08-29 05:01:36,062 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:36,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:36,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a82f4fac-cd79-4465-9457-4312edf637d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:36,194 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles/a460152930ef4d1a8287ffc269a5335d used request id req-a82f4fac-cd79-4465-9457-4312edf637d6 2018-08-29 05:01:36,194 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e93c2853-70fd-46b-user1 2018-08-29 05:01:36,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:36,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99f921f-7113-4f0a-bc6e-f91665639922 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:36,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b99f921f-7113-4f0a-bc6e-f91665639922 2018-08-29 05:01:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" -d '{"role": {"name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role"}}' 2018-08-29 05:01:36,396 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b27e9960-b939-4e16-8698-e925373748ce Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27047a32e1a040b09f3a42319106bc20", "links": {"self": "http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20"}, "name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role"}} 2018-08-29 05:01:36,396 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-b27e9960-b939-4e16-8698-e925373748ce 2018-08-29 05:01:36,396 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-e93c2853-70fd-46b-name-role 2018-08-29 05:01:36,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:36,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b94866f-92e7-44b2-9b53-25bfc204b46e Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20"}, "domain_id": null, "name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role", "id": "27047a32e1a040b09f3a42319106bc20"}} 2018-08-29 05:01:36,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20 used request id req-9b94866f-92e7-44b2-9b53-25bfc204b46e 2018-08-29 05:01:36,489 - keystone_utils - INFO - Granting role CreateProjectUserTests-e93c2853-70fd-46b-name-role to project CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:36,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles/27047a32e1a040b09f3a42319106bc20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:36,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c7f232b-e844-405e-8294-6139db36c41d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:36,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/e2b8619a93cc4aed8fe55b73a2a8f9c5/roles/27047a32e1a040b09f3a42319106bc20 used request id req-6c7f232b-e844-405e-8294-6139db36c41d 2018-08-29 05:01:36,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:36,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:36,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Wg6JQlz3TTKuDyVH2WEd_A"], "issued_at": "2018-08-29T05:01:36.000000Z"}} 2018-08-29 05:01:36,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:37,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4ce954-b0b7-445b-95c8-ed48d2948205 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:37,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6a4ce954-b0b7-445b-95c8-ed48d2948205 2018-08-29 05:01:37,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:37,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:37,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:37,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83a87d08-e9c3-4998-8c0e-af1e05784215 Content-Encoding: gzip Content-Length: 906 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-e93c2853-70fd-46b-user1", "links": {"self": "http://172.30.9.24:5000/v3/users/e2b8619a93cc4aed8fe55b73a2a8f9c5"}, "domain_id": "default", "enabled": true, "id": "e2b8619a93cc4aed8fe55b73a2a8f9c5", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:01:37,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-83a87d08-e9c3-4998-8c0e-af1e05784215 2018-08-29 05:01:37,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:37,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2110d82-ff07-4de0-9eb0-c1edac81bf31 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:01:37,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-d2110d82-ff07-4de0-9eb0-c1edac81bf31 2018-08-29 05:01:37,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:37,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3d8014-58ca-4434-bc0a-4add1d31f425 Content-Encoding: gzip Content-Length: 415 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "27047a32e1a040b09f3a42319106bc20", "links": {"self": "http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20"}, "name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:37,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ad3d8014-58ca-4434-bc0a-4add1d31f425 2018-08-29 05:01:37,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-e93c2853-70fd-46b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:37,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132c9e92-9388-4fc1-b426-d50ec1a73546 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-e93c2853-70fd-46b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675"}, "enabled": true, "id": "16aa47057a4844c991be19e64b04b675", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:37,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=CreateProjectUserTests-e93c2853-70fd-46b-name used request id req-132c9e92-9388-4fc1-b426-d50ec1a73546 2018-08-29 05:01:37,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users/8a3c1268ed6c40e182fe72378a896039 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:37,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a063e085-89a3-44cf-b516-bbb042013eb2 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/8a3c1268ed6c40e182fe72378a896039"}, "enabled": true, "id": "8a3c1268ed6c40e182fe72378a896039", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-user2"}} 2018-08-29 05:01:37,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/8a3c1268ed6c40e182fe72378a896039 used request id req-a063e085-89a3-44cf-b516-bbb042013eb2 2018-08-29 05:01:38,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:38,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6bd096-4303-407e-a93f-1a12d941270d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles", "previous": null, "next": null}, "roles": []} 2018-08-29 05:01:38,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles used request id req-8a6bd096-4303-407e-a93f-1a12d941270d 2018-08-29 05:01:38,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:38,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f336e3-9f3c-41fd-bd2d-55c9df112140 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "domain_id": null, "name": "admin", "id": "a460152930ef4d1a8287ffc269a5335d"}} 2018-08-29 05:01:38,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d used request id req-02f336e3-9f3c-41fd-bd2d-55c9df112140 2018-08-29 05:01:38,130 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:38,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:38,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db4e5e36-a95e-4f50-81cd-7f76194dc209 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:38,258 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles/a460152930ef4d1a8287ffc269a5335d used request id req-db4e5e36-a95e-4f50-81cd-7f76194dc209 2018-08-29 05:01:38,258 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e93c2853-70fd-46b-user2 2018-08-29 05:01:38,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:38,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2889f1ac-43f8-4282-9771-ccf88276d7e8 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20"}, "domain_id": null, "name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role", "id": "27047a32e1a040b09f3a42319106bc20"}} 2018-08-29 05:01:38,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20 used request id req-2889f1ac-43f8-4282-9771-ccf88276d7e8 2018-08-29 05:01:38,348 - keystone_utils - INFO - Granting role CreateProjectUserTests-e93c2853-70fd-46b-name-role to project CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:38,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles/27047a32e1a040b09f3a42319106bc20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:38,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03fed09b-d268-4f6f-b4fd-d7519355e0bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:38,548 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675/users/8a3c1268ed6c40e182fe72378a896039/roles/27047a32e1a040b09f3a42319106bc20 used request id req-03fed09b-d268-4f6f-b4fd-d7519355e0bd 2018-08-29 05:01:38,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:38,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:38,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "27047a32e1a040b09f3a42319106bc20", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role"}], "expires_at": "2018-08-29T06:01:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16aa47057a4844c991be19e64b04b675", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e93c2853-70fd-46b-user1", "id": "e2b8619a93cc4aed8fe55b73a2a8f9c5"}, "audit_ids": ["wTi6KIOMRE6BiuUI3whGxw"], "issued_at": "2018-08-29T05:01:38.000000Z"}} 2018-08-29 05:01:38,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:39,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86c3846-03f9-42d4-a7e0-89ba7561f9e1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:39,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b86c3846-03f9-42d4-a7e0-89ba7561f9e1 2018-08-29 05:01:39,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=CreateProjectUserTests-e93c2853-70fd-46b-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:40,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8008ffb9-2b52-46b3-880c-732c2125be72 Date: Wed, 29 Aug 2018 05:01:40 GMT RESP BODY: {"security_groups": []} 2018-08-29 05:01:40,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=CreateProjectUserTests-e93c2853-70fd-46b-name&description=hello+group used request id req-8008ffb9-2b52-46b3-880c-732c2125be72 2018-08-29 05:01:40,056 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-e93c2853-70fd-46b-name... 2018-08-29 05:01:40,056 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:40,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" -d '{"security_group": {"name": "CreateProjectUserTests-e93c2853-70fd-46b-name", "description": "hello group"}}' 2018-08-29 05:01:40,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-faf86886-7b21-4c34-9798-9b61493b1009 Date: Wed, 29 Aug 2018 05:01:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "updated_at": "2018-08-29T05:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "0919e41b-e4db-42a8-9669-a89726b291c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 2, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}} 2018-08-29 05:01:40,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-faf86886-7b21-4c34-9798-9b61493b1009 2018-08-29 05:01:40,642 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:40,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3e062fb4-a807-472c-8a13-2d9c166294cc Date: Wed, 29 Aug 2018 05:01:40 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:40,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-3e062fb4-a807-472c-8a13-2d9c166294cc 2018-08-29 05:01:40,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:40,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:40,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95d7677f-adfa-43c9-972d-cb0ae0d24dd4 Date: Wed, 29 Aug 2018 05:01:40 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:40,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-95d7677f-adfa-43c9-972d-cb0ae0d24dd4 2018-08-29 05:01:40,978 - neutron_utils - INFO - Retrieving security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:40,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:41,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-887f3c48-a982-4cc9-b53c-1f78d98cd17b Date: Wed, 29 Aug 2018 05:01:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "updated_at": "2018-08-29T05:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "0919e41b-e4db-42a8-9669-a89726b291c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 2, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:41,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-887f3c48-a982-4cc9-b53c-1f78d98cd17b 2018-08-29 05:01:41,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:41,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:41,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-396d6cb2-209f-4dac-8516-bd62e4b1ffda Date: Wed, 29 Aug 2018 05:01:41 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:41,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-396d6cb2-209f-4dac-8516-bd62e4b1ffda 2018-08-29 05:01:41,238 - neutron_utils - INFO - Retrieving security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:41,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:41,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-175ed594-ffbc-45b9-9879-c37309c98f08 Date: Wed, 29 Aug 2018 05:01:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "updated_at": "2018-08-29T05:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "0919e41b-e4db-42a8-9669-a89726b291c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 2, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:41,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-175ed594-ffbc-45b9-9879-c37309c98f08 2018-08-29 05:01:41,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:41,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:41,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b674cd79-54b7-42ed-a9a4-62846cd46856 Date: Wed, 29 Aug 2018 05:01:41 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:41,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-b674cd79-54b7-42ed-a9a4-62846cd46856 2018-08-29 05:01:41,340 - neutron_utils - INFO - Retrieving security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:41,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:41,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0bf305c7-7180-4567-b660-fbd9d2a6587e Date: Wed, 29 Aug 2018 05:01:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "updated_at": "2018-08-29T05:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "0919e41b-e4db-42a8-9669-a89726b291c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 2, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:41,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-0bf305c7-7180-4567-b660-fbd9d2a6587e 2018-08-29 05:01:41,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:41,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:41,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9dcd6873-c0ac-4dce-8be1-b792b81a1da2 Date: Wed, 29 Aug 2018 05:01:41 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:41,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-9dcd6873-c0ac-4dce-8be1-b792b81a1da2 2018-08-29 05:01:41,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:01:41,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:42,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "27047a32e1a040b09f3a42319106bc20", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name-role"}], "expires_at": "2018-08-29T06:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16aa47057a4844c991be19e64b04b675", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/16aa47057a4844c991be19e64b04b675", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/16aa47057a4844c991be19e64b04b675", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/16aa47057a4844c991be19e64b04b675", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e93c2853-70fd-46b-user2", "id": "8a3c1268ed6c40e182fe72378a896039"}, "audit_ids": ["cZ1ExvYrTaWe9-Tlq7Xs-w"], "issued_at": "2018-08-29T05:01:42.000000Z"}} 2018-08-29 05:01:42,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:42,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b534302-15a4-4437-a160-fd8e19bc04a1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:42,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9b534302-15a4-4437-a160-fd8e19bc04a1 2018-08-29 05:01:42,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=CreateProjectUserTests-e93c2853-70fd-46b-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:42,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f9ee0ad8-0f8a-4ced-86db-bde9ca9bf6b7 Date: Wed, 29 Aug 2018 05:01:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "updated_at": "2018-08-29T05:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "0919e41b-e4db-42a8-9669-a89726b291c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 2, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:42,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=CreateProjectUserTests-e93c2853-70fd-46b-name&description=hello+group used request id req-f9ee0ad8-0f8a-4ced-86db-bde9ca9bf6b7 2018-08-29 05:01:42,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:01:42,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:01: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:01:42,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:43,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3953c03-da99-4c1a-81df-e69e55d12072 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675"}, "enabled": true, "id": "16aa47057a4844c991be19e64b04b675", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}} 2018-08-29 05:01:43,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675 used request id req-d3953c03-da99-4c1a-81df-e69e55d12072 2018-08-29 05:01:43,075 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:43,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:43,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-61089c87-ad7e-4bf2-9498-5eae3a9309e4 Date: Wed, 29 Aug 2018 05:01:43 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:43,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-61089c87-ad7e-4bf2-9498-5eae3a9309e4 2018-08-29 05:01:43,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:43,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:43,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c9b7c230-802f-4af2-a516-3c6cb8ef2754 Date: Wed, 29 Aug 2018 05:01:43 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:43,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-c9b7c230-802f-4af2-a516-3c6cb8ef2754 2018-08-29 05:01:43,416 - neutron_utils - INFO - Retrieving security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:43,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-21d1f9c5-5e92-4b59-832f-5d32244e2a87 Date: Wed, 29 Aug 2018 05:01:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "updated_at": "2018-08-29T05:01:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "0919e41b-e4db-42a8-9669-a89726b291c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "revision_number": 0, "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 2, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}]} 2018-08-29 05:01:43,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-21d1f9c5-5e92-4b59-832f-5d32244e2a87 2018-08-29 05:01:43,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8185db02-f064-4d62-8b6f-1d9e9746bee2 2018-08-29 05:01:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:44,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e7c46f2-124e-41b9-9af5-e78db34321f8 Date: Wed, 29 Aug 2018 05:01:44 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-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "0919e41b-e4db-42a8-9669-a89726b291c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:40Z", "security_group_id": "8185db02-f064-4d62-8b6f-1d9e9746bee2", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:40Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "99909ee8-1603-4e7b-9fa5-8c813e20422b"}]} 2018-08-29 05:01:44,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-6e7c46f2-124e-41b9-9af5-e78db34321f8 2018-08-29 05:01:44,321 - neutron_utils - INFO - Deleting security group rule with ID - 0919e41b-e4db-42a8-9669-a89726b291c1 2018-08-29 05:01:44,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/0919e41b-e4db-42a8-9669-a89726b291c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:44,649 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83eed886-696d-4774-98be-dc2ee6a05245 Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:44,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/0919e41b-e4db-42a8-9669-a89726b291c1 used request id req-83eed886-696d-4774-98be-dc2ee6a05245 2018-08-29 05:01:44,649 - neutron_utils - INFO - Deleting security group rule with ID - 99909ee8-1603-4e7b-9fa5-8c813e20422b 2018-08-29 05:01:44,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/99909ee8-1603-4e7b-9fa5-8c813e20422b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:45,113 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6d2e650-3014-404f-9c76-b2ba99052e67 Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:45,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/99909ee8-1603-4e7b-9fa5-8c813e20422b used request id req-a6d2e650-3014-404f-9c76-b2ba99052e67 2018-08-29 05:01:45,114 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:45,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5725d5976c585e1846bba23fef17721384b217d" 2018-08-29 05:01:45,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07131631-1ff0-429f-a6f0-992ce44cd6ae Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:45,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-07131631-1ff0-429f-a6f0-992ce44cd6ae 2018-08-29 05:01:45,280 - neutron_utils - INFO - Deleting security group rule with ID - 99909ee8-1603-4e7b-9fa5-8c813e20422b 2018-08-29 05:01:45,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/99909ee8-1603-4e7b-9fa5-8c813e20422b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:46,065 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-4d858f99-d53c-4140-a8bc-c95de2289467 Date: Wed, 29 Aug 2018 05:01:46 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 99909ee8-1603-4e7b-9fa5-8c813e20422b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-29 05:01:46,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/99909ee8-1603-4e7b-9fa5-8c813e20422b used request id req-4d858f99-d53c-4140-a8bc-c95de2289467 2018-08-29 05:01:46,066 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 99909ee8-1603-4e7b-9fa5-8c813e20422b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-08-29 05:01:46,066 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 99909ee8-1603-4e7b-9fa5-8c813e20422b does not exist Neutron server returns request_ids: ['req-4d858f99-d53c-4140-a8bc-c95de2289467'] 2018-08-29 05:01:46,066 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:46,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/8185db02-f064-4d62-8b6f-1d9e9746bee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a14839ef0765ff40bc532d9059adc73c17d3cfe" 2018-08-29 05:01:46,943 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-3b096264-a04c-4743-aa49-f27b49c2c193 Date: Wed, 29 Aug 2018 05:01:46 GMT RESP BODY: {"NeutronError": {"message": "Security group 8185db02-f064-4d62-8b6f-1d9e9746bee2 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-08-29 05:01:46,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/8185db02-f064-4d62-8b6f-1d9e9746bee2 used request id req-3b096264-a04c-4743-aa49-f27b49c2c193 2018-08-29 05:01:46,943 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 8185db02-f064-4d62-8b6f-1d9e9746bee2 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-08-29 05:01:46,944 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 8185db02-f064-4d62-8b6f-1d9e9746bee2 does not exist Neutron server returns request_ids: ['req-3b096264-a04c-4743-aa49-f27b49c2c193'] 2018-08-29 05:01:46,944 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e93c2853-70fd-46b-user1 2018-08-29 05:01:46,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/e2b8619a93cc4aed8fe55b73a2a8f9c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb34550ba3031866220c1662cffd431c02b0f01" 2018-08-29 05:01:47,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dc7d042-7838-4900-b571-040f03dfff7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:47,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/e2b8619a93cc4aed8fe55b73a2a8f9c5 used request id req-6dc7d042-7838-4900-b571-040f03dfff7c 2018-08-29 05:01:47,150 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e93c2853-70fd-46b-user2 2018-08-29 05:01:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/8a3c1268ed6c40e182fe72378a896039 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8b3db70dd1bc3ba32881463911934395bf79da5" 2018-08-29 05:01:47,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2916cbff-363d-4a45-bdc3-8cff18aa36b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:47,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/8a3c1268ed6c40e182fe72378a896039 used request id req-2916cbff-363d-4a45-bdc3-8cff18aa36b8 2018-08-29 05:01:47,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:47,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b0877b13-1aba-466f-937d-951ca3b2fa86 Date: Wed, 29 Aug 2018 05:01:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:39Z", "updated_at": "2018-08-29T05:01:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "revision_number": 0, "id": "2435d310-5ac9-4e98-b989-e56a8f30dbb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "revision_number": 0, "id": "29ada32c-d6c3-488f-abe0-923eeaf5921d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "revision_number": 0, "id": "678ef590-a5d7-4d51-a093-39ba6e127ab8", "remote_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv4", "project_id": "16aa47057a4844c991be19e64b04b675"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "revision_number": 0, "id": "b476b5d7-94a6-4e8a-954c-b436af161692", "remote_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "tenant_id": "16aa47057a4844c991be19e64b04b675", "port_range_min": null, "ethertype": "IPv6", "project_id": "16aa47057a4844c991be19e64b04b675"}], "revision_number": 4, "project_id": "16aa47057a4844c991be19e64b04b675", "id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "name": "default"}]} 2018-08-29 05:01:47,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-b0877b13-1aba-466f-937d-951ca3b2fa86 2018-08-29 05:01:47,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:47,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9923613-1360-493a-a625-91aeefa89e8c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:01:47,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-a9923613-1360-493a-a625-91aeefa89e8c 2018-08-29 05:01:47,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:47,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12002684-f689-48ce-94fd-c70ebb0a4c40 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:01:47,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-12002684-f689-48ce-94fd-c70ebb0a4c40 2018-08-29 05:01:47,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:48,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bbc8c8-21d6-405b-8e41-fbb39f9bd5b2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675"}, "enabled": true, "id": "16aa47057a4844c991be19e64b04b675", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e93c2853-70fd-46b-name"}} 2018-08-29 05:01:48,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675 used request id req-f9bbc8c8-21d6-405b-8e41-fbb39f9bd5b2 2018-08-29 05:01:48,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ffe863c-a7d8-4ac1-8d49-c8aafae27765 2018-08-29 05:01:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=6ffe863c-a7d8-4ac1-8d49-c8aafae27765 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:48,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c7975a43-f7da-4b98-b65d-70ff3b3f50dd Date: Wed, 29 Aug 2018 05:01:48 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-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:39Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "2435d310-5ac9-4e98-b989-e56a8f30dbb5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:39Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "29ada32c-d6c3-488f-abe0-923eeaf5921d"}, {"remote_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:39Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "678ef590-a5d7-4d51-a093-39ba6e127ab8"}, {"remote_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:39Z", "security_group_id": "6ffe863c-a7d8-4ac1-8d49-c8aafae27765", "port_range_min": null, "revision_number": 0, "tenant_id": "16aa47057a4844c991be19e64b04b675", "created_at": "2018-08-29T05:01:39Z", "project_id": "16aa47057a4844c991be19e64b04b675", "id": "b476b5d7-94a6-4e8a-954c-b436af161692"}]} 2018-08-29 05:01:48,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=6ffe863c-a7d8-4ac1-8d49-c8aafae27765 used request id req-c7975a43-f7da-4b98-b65d-70ff3b3f50dd 2018-08-29 05:01:48,236 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 05:01:48,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/6ffe863c-a7d8-4ac1-8d49-c8aafae27765 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:48,677 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f85dabb-85a7-4e94-9409-afd94244b9a3 Content-Length: 0 Date: Wed, 29 Aug 2018 05:01:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:01:48,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/6ffe863c-a7d8-4ac1-8d49-c8aafae27765 used request id req-9f85dabb-85a7-4e94-9409-afd94244b9a3 2018-08-29 05:01:48,678 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-e93c2853-70fd-46b-name 2018-08-29 05:01:48,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:48,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf1c42c8-4663-4984-a027-3c94ff3caba1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:48,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/16aa47057a4844c991be19e64b04b675 used request id req-cf1c42c8-4663-4984-a027-3c94ff3caba1 2018-08-29 05:01:48,829 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-e93c2853-70fd-46b-name-role 2018-08-29 05:01:48,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:48,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b153a7e0-c51d-45d9-ae08-35e308b0aff2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:01:48,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/27047a32e1a040b09f3a42319106bc20 used request id req-b153a7e0-c51d-45d9-ae08-35e308b0aff2 2018-08-29 05:01:48,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a06d1cc71a609f7b17d8fa94e2b3dc0a5220d3a9" 2018-08-29 05:01:49,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea4c8eda-47a6-4c95-93e9-4cef195e5471 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:01:49,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ea4c8eda-47a6-4c95-93e9-4cef195e5471 2018-08-29 05:01:49,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:49,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["yDsGnQMpS_6ZdT_EbJwRVQ"], "issued_at": "2018-08-29T05:01:49.000000Z"}} 2018-08-29 05:01:49,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" 2018-08-29 05:01:49,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9f8d0b01-680e-4c76-b1f5-c8e300e11175 Date: Wed, 29 Aug 2018 05:01: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-08-29 05:01:49,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-9f8d0b01-680e-4c76-b1f5-c8e300e11175 2018-08-29 05:01:50,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395"}' 2018-08-29 05:01:50,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5 X-Openstack-Request-Id: req-3ff3d7c0-998e-4103-9ee5-e48206c1d9f7 Date: Wed, 29 Aug 2018 05:01:50 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:01:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:01:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5", "min_disk": 0, "protected": false, "id": "064b50a2-5a33-438e-8e86-280a71b885f5", "file": "/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:01:50,896 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-3ff3d7c0-998e-4103-9ee5-e48206c1d9f7 2018-08-29 05:01:50,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" -d '' 2018-08-29 05:01:55,158 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb04f417-084c-4ffe-bf70-3ce0e40f2fa0 Date: Wed, 29 Aug 2018 05:01:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:01:55,158 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5/file used request id req-bb04f417-084c-4ffe-bf70-3ce0e40f2fa0 2018-08-29 05:01:55,159 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:01:55,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" 2018-08-29 05:01:55,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-ceb23a37-11f1-4191-bd79-064f78d826bf Date: Wed, 29 Aug 2018 05:01:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:01:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:01:55Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/064b50a2-5a33-438e-8e86-280a71b885f5/snap", "metadata": {}}], "self": "/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5", "min_disk": 0, "protected": false, "id": "064b50a2-5a33-438e-8e86-280a71b885f5", "file": "/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/064b50a2-5a33-438e-8e86-280a71b885f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:01:55,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5 used request id req-ceb23a37-11f1-4191-bd79-064f78d826bf 2018-08-29 05:01:55,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" 2018-08-29 05:01:56,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dbe07b45-ce7a-431c-b2b0-d37fd463e262 Date: Wed, 29 Aug 2018 05:01:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:01:56,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-dbe07b45-ce7a-431c-b2b0-d37fd463e262 2018-08-29 05:01:56,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" 2018-08-29 05:01:56,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-ba8ce956-ba2d-4a3b-9a2d-892802faae23 Date: Wed, 29 Aug 2018 05:01:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:01:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:01:55Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/064b50a2-5a33-438e-8e86-280a71b885f5/snap", "metadata": {}}], "self": "/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5", "min_disk": 0, "protected": false, "id": "064b50a2-5a33-438e-8e86-280a71b885f5", "file": "/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/064b50a2-5a33-438e-8e86-280a71b885f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395"} 2018-08-29 05:01:56,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395 used request id req-ba8ce956-ba2d-4a3b-9a2d-892802faae23 2018-08-29 05:01:56,525 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-d3cd7389-493a-4937-b57d-9f8bb2562395 2018-08-29 05:01:56,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81d6f9201cb0c092b5f39253e5e33a17d6ef4a6a" 2018-08-29 05:01:58,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-600764dc-f81d-4f5f-a53f-d0214c18677e Date: Wed, 29 Aug 2018 05:01:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:01:58,676 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/064b50a2-5a33-438e-8e86-280a71b885f5 used request id req-600764dc-f81d-4f5f-a53f-d0214c18677e 2018-08-29 05:01:58,678 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-29 05:01:58,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:01:59,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["pUDePMYmQvGneT_ahY0v_A"], "issued_at": "2018-08-29T05:01:59.000000Z"}} 2018-08-29 05:01:59,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:01:59,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809691a0-2286-40f9-be73-9bc8bcf1b97b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:01:59,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-809691a0-2286-40f9-be73-9bc8bcf1b97b 2018-08-29 05:01:59,140 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net 2018-08-29 05:01:59,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" -d '{"network": {"name": "NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net", "admin_state_up": true}}' 2018-08-29 05:01:59,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7410ee2a-5bad-4889-90f5-d1ce0ad3b270 Date: Wed, 29 Aug 2018 05:01: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":"97cdecd3-d493-4c09-9f54-70713636c695","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:01:59Z","is_default":false,"provider:segmentation_id":3,"name":"NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:01:59Z","mtu":1450}} 2018-08-29 05:01:59,639 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-7410ee2a-5bad-4889-90f5-d1ce0ad3b270 2018-08-29 05:01:59,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=97cdecd3-d493-4c09-9f54-70713636c695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:01:59,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-19ddb004-9431-4491-a196-bf4b231792bf Date: Wed, 29 Aug 2018 05:01:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"97cdecd3-d493-4c09-9f54-70713636c695","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:01:59Z","provider:segmentation_id":3,"name":"NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:01:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:01:59,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=97cdecd3-d493-4c09-9f54-70713636c695 used request id req-19ddb004-9431-4491-a196-bf4b231792bf 2018-08-29 05:01:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=97cdecd3-d493-4c09-9f54-70713636c695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:00,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-500a37df-850c-426a-b5cf-0434cc13cef1 Date: Wed, 29 Aug 2018 05:02:00 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:00,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=97cdecd3-d493-4c09-9f54-70713636c695 used request id req-500a37df-850c-426a-b5cf-0434cc13cef1 2018-08-29 05:02:00,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=97cdecd3-d493-4c09-9f54-70713636c695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:00,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1df66071-e190-4bdf-8b83-cdfd2bcc7acd Date: Wed, 29 Aug 2018 05:02:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"97cdecd3-d493-4c09-9f54-70713636c695","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:01:59Z","provider:segmentation_id":3,"name":"NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:01:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:00,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=97cdecd3-d493-4c09-9f54-70713636c695 used request id req-1df66071-e190-4bdf-8b83-cdfd2bcc7acd 2018-08-29 05:02:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=97cdecd3-d493-4c09-9f54-70713636c695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:00,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a598e20d-a5ab-4048-b41e-914bd33176af Date: Wed, 29 Aug 2018 05:02:00 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:00,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=97cdecd3-d493-4c09-9f54-70713636c695 used request id req-a598e20d-a5ab-4048-b41e-914bd33176af 2018-08-29 05:02:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:00,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f0cfb90f-2f57-45d3-89f5-fc38d502653f Date: Wed, 29 Aug 2018 05:02:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"97cdecd3-d493-4c09-9f54-70713636c695","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:01:59Z","provider:segmentation_id":3,"name":"NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:01:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:00,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net used request id req-f0cfb90f-2f57-45d3-89f5-fc38d502653f 2018-08-29 05:02:00,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:02:00,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:02: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:02:00,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:00,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967f4124-0788-4197-b1fd-6a750df3db8b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:00,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-967f4124-0788-4197-b1fd-6a750df3db8b 2018-08-29 05:02:00,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=97cdecd3-d493-4c09-9f54-70713636c695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:01,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a3dc36a2-8391-4b69-9a86-0cd951dffbb1 Date: Wed, 29 Aug 2018 05:02:01 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:01,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=97cdecd3-d493-4c09-9f54-70713636c695 used request id req-a3dc36a2-8391-4b69-9a86-0cd951dffbb1 2018-08-29 05:02:01,043 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-d04cec1b-7f81-427f-b557-8f324d818d36-pub-net 2018-08-29 05:02:01,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/97cdecd3-d493-4c09-9f54-70713636c695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5de51f0c346c1af7517c571001ae529cc5b78a73" 2018-08-29 05:02:01,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02d0dcaa-40aa-44d3-9fec-a399885c77c9 Date: Wed, 29 Aug 2018 05:02:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:01,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/97cdecd3-d493-4c09-9f54-70713636c695 used request id req-02d0dcaa-40aa-44d3-9fec-a399885c77c9 2018-08-29 05:02:01,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:02,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["SvW_8Bq9QuWU_5C7LC3q_g"], "issued_at": "2018-08-29T05:02:02.000000Z"}} 2018-08-29 05:02:02,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9753060ce17217a7bb0a2f1e19ac6c21e61b6e" 2018-08-29 05:02:02,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3915dc-df76-43e3-a0b3-6690720cfea3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:02,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8e3915dc-df76-43e3-a0b3-6690720cfea3 2018-08-29 05:02:02,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:02,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["M6A5VB7RQm-ZvaMXxFm3bg"], "issued_at": "2018-08-29T05:02:02.000000Z"}} 2018-08-29 05:02:02,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e04d87ec66eeb5d2b8515f0eac5d2eb3db677433" 2018-08-29 05:02:02,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d351e5ab-4e2a-43df-ad2a-f0f46910ba4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:02,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d351e5ab-4e2a-43df-ad2a-f0f46910ba4a 2018-08-29 05:02:02,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:03,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["8MIgs0BoQ4OXqNaqUfX5IQ"], "issued_at": "2018-08-29T05:02:03.000000Z"}} 2018-08-29 05:02:03,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:03,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3799883-5400-49d5-b61a-f9b2e123b1ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:03,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b3799883-5400-49d5-b61a-f9b2e123b1ff 2018-08-29 05:02:03,345 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net 2018-08-29 05:02:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" -d '{"network": {"name": "NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:03,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-bddb20ff-eda6-4d50-a8bc-e67c8cfa6aba Date: Wed, 29 Aug 2018 05:02:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:03Z","is_default":false,"provider:segmentation_id":17,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:03Z","mtu":1450}} 2018-08-29 05:02:03,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-bddb20ff-eda6-4d50-a8bc-e67c8cfa6aba 2018-08-29 05:02:03,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:03,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-92e90056-f8ef-49ca-a405-da47947c37c0 Date: Wed, 29 Aug 2018 05:02:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:03Z","provider:segmentation_id":17,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:03,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-92e90056-f8ef-49ca-a405-da47947c37c0 2018-08-29 05:02:03,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:04,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4fe8b33f-b708-438e-a5e5-f284355f9284 Date: Wed, 29 Aug 2018 05:02:04 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:04,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-4fe8b33f-b708-438e-a5e5-f284355f9284 2018-08-29 05:02:04,156 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet 2018-08-29 05:02:04,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" -d '{"subnets": [{"ip_version": 4, "network_id": "7ccecc38-6943-4b7a-972c-15eb7f16932d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]}' 2018-08-29 05:02:04,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-da56390f-54fc-4cb8-8819-25baf272d0b9 Date: Wed, 29 Aug 2018 05:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:04,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-da56390f-54fc-4cb8-8819-25baf272d0b9 2018-08-29 05:02:04,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-16f83f9c-a0f1-4cf6-8902-11d40a472f70 Date: Wed, 29 Aug 2018 05:02:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["a81f0826-6f71-4bdf-b2d3-b9189fd490b2"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:04Z","provider:segmentation_id":17,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:05,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-16f83f9c-a0f1-4cf6-8902-11d40a472f70 2018-08-29 05:02:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:05,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4ff000a0-1985-415e-8174-a8c80ca2272e Date: Wed, 29 Aug 2018 05:02:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:05,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-4ff000a0-1985-415e-8174-a8c80ca2272e 2018-08-29 05:02:05,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2c6d532e-8227-4694-91a5-4b9449dcb1ac Date: Wed, 29 Aug 2018 05:02:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["a81f0826-6f71-4bdf-b2d3-b9189fd490b2"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:04Z","provider:segmentation_id":17,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:06,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net used request id req-2c6d532e-8227-4694-91a5-4b9449dcb1ac 2018-08-29 05:02:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:02:06,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:02: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:02:06,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e26ff5a-0463-461e-b3d3-81c5be8b0bf5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:06,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-6e26ff5a-0463-461e-b3d3-81c5be8b0bf5 2018-08-29 05:02:06,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e63895ad-23ff-4109-9394-fac8079b7cb8 Date: Wed, 29 Aug 2018 05:02:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:06,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-e63895ad-23ff-4109-9394-fac8079b7cb8 2018-08-29 05:02:06,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d&name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6fa582d3-f8e4-4f0b-96f1-368e65bb6b00 Date: Wed, 29 Aug 2018 05:02:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:06,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d&name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet used request id req-6fa582d3-f8e4-4f0b-96f1-368e65bb6b00 2018-08-29 05:02:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d&name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b5a38ee4-28a0-4276-b251-27bd42869368 Date: Wed, 29 Aug 2018 05:02:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:06,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d&name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet used request id req-b5a38ee4-28a0-4276-b251-27bd42869368 2018-08-29 05:02:06,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e08d5c32-03d0-4e87-9427-ed6476ec87f4 Date: Wed, 29 Aug 2018 05:02:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:06,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-e08d5c32-03d0-4e87-9427-ed6476ec87f4 2018-08-29 05:02:06,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:06,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-934a6e5a-8cdc-490b-81d1-97baa761132c Date: Wed, 29 Aug 2018 05:02:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ccecc38-6943-4b7a-972c-15eb7f16932d","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a81f0826-6f71-4bdf-b2d3-b9189fd490b2","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet"}]} 2018-08-29 05:02:06,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet used request id req-934a6e5a-8cdc-490b-81d1-97baa761132c 2018-08-29 05:02:06,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:07,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b187cb-c0ff-4944-bc0a-bf1b5b6ab6cd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:07,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-25b187cb-c0ff-4944-bc0a-bf1b5b6ab6cd 2018-08-29 05:02:07,073 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet 2018-08-29 05:02:07,074 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-subnet 2018-08-29 05:02:07,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/a81f0826-6f71-4bdf-b2d3-b9189fd490b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:09,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f22973a-711c-4f59-87bc-42271c565f70 Date: Wed, 29 Aug 2018 05:02:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:09,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/a81f0826-6f71-4bdf-b2d3-b9189fd490b2 used request id req-0f22973a-711c-4f59-87bc-42271c565f70 2018-08-29 05:02:09,122 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-21444222-614d-4d6e-a63f-6e2ed9e31356-pub-net 2018-08-29 05:02:09,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/7ccecc38-6943-4b7a-972c-15eb7f16932d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e438374386a33e639ea478bfcd97835fdbc9653f" 2018-08-29 05:02:10,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e031f7ae-40ba-49cf-872f-3719a5b0dc3e Date: Wed, 29 Aug 2018 05:02:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:10,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/7ccecc38-6943-4b7a-972c-15eb7f16932d used request id req-e031f7ae-40ba-49cf-872f-3719a5b0dc3e 2018-08-29 05:02:10,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:11,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["tI-Vuo1qTWiqwP7qr2Z1Gw"], "issued_at": "2018-08-29T05:02:11.000000Z"}} 2018-08-29 05:02:11,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50700a1fa26e1b959b2d698088dacddff07dca48" 2018-08-29 05:02:11,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ccc0c10-367b-4e86-913a-961ef2a9f668 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:11,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6ccc0c10-367b-4e86-913a-961ef2a9f668 2018-08-29 05:02:11,337 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-net 2018-08-29 05:02:11,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50700a1fa26e1b959b2d698088dacddff07dca48" -d '{"network": {"name": "NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:11,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-2532161e-6947-48c5-aed9-3976608683b0 Date: Wed, 29 Aug 2018 05:02:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b79ca898-83ce-417c-97d5-2c3aee63badf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:11Z","is_default":false,"provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:11Z","mtu":1450}} 2018-08-29 05:02:11,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-2532161e-6947-48c5-aed9-3976608683b0 2018-08-29 05:02:11,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=b79ca898-83ce-417c-97d5-2c3aee63badf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50700a1fa26e1b959b2d698088dacddff07dca48" 2018-08-29 05:02:12,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c1204806-6c6e-4a02-844b-ffebbd0c6636 Date: Wed, 29 Aug 2018 05:02:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b79ca898-83ce-417c-97d5-2c3aee63badf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:11Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:11Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:12,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=b79ca898-83ce-417c-97d5-2c3aee63badf used request id req-c1204806-6c6e-4a02-844b-ffebbd0c6636 2018-08-29 05:02:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b79ca898-83ce-417c-97d5-2c3aee63badf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50700a1fa26e1b959b2d698088dacddff07dca48" 2018-08-29 05:02:12,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-987550c4-b434-43ac-8228-70025519782f Date: Wed, 29 Aug 2018 05:02:12 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:12,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b79ca898-83ce-417c-97d5-2c3aee63badf used request id req-987550c4-b434-43ac-8228-70025519782f 2018-08-29 05:02:12,896 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-subnet 2018-08-29 05:02:12,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50700a1fa26e1b959b2d698088dacddff07dca48" -d '{"subnets": [{"ip_version": 4, "network_id": "b79ca898-83ce-417c-97d5-2c3aee63badf", "cidr": "", "name": "NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-subnet"}]}' 2018-08-29 05:02:13,067 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-90919cf8-3176-419f-ba6a-eadc9fc147c3 Date: Wed, 29 Aug 2018 05:02:13 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-29 05:02:13,068 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-90919cf8-3176-419f-ba6a-eadc9fc147c3 2018-08-29 05:02:13,068 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-29 05:02:13,068 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-subnet] for network [NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-net] 2018-08-29 05:02:13,068 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5f058c73-450b-4c45-8a00-96cdb3aad577-pub-net 2018-08-29 05:02:13,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/b79ca898-83ce-417c-97d5-2c3aee63badf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50700a1fa26e1b959b2d698088dacddff07dca48" 2018-08-29 05:02:13,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a752e038-0c0c-4371-9680-1661e48654c9 Date: Wed, 29 Aug 2018 05:02:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:13,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/b79ca898-83ce-417c-97d5-2c3aee63badf used request id req-a752e038-0c0c-4371-9680-1661e48654c9 2018-08-29 05:02:13,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:14,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["uzjCLlmsQZ2hcOXJhq2aVQ"], "issued_at": "2018-08-29T05:02:14.000000Z"}} 2018-08-29 05:02:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:14,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3daaa9ba-91b5-414f-aa49-98d903ea3951 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:14,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3daaa9ba-91b5-414f-aa49-98d903ea3951 2018-08-29 05:02:14,444 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net 2018-08-29 05:02:14,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" -d '{"network": {"name": "NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:15,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-08c0ff25-6383-469c-bdeb-2a19a2272488 Date: Wed, 29 Aug 2018 05:02:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6f2e0b8c-2066-4136-9584-4915f78bf044","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:14Z","is_default":false,"provider:segmentation_id":54,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:14Z","mtu":1450}} 2018-08-29 05:02:15,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-08c0ff25-6383-469c-bdeb-2a19a2272488 2018-08-29 05:02:15,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:15,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b36029da-598e-48c6-87f2-7060a9cea02c Date: Wed, 29 Aug 2018 05:02:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6f2e0b8c-2066-4136-9584-4915f78bf044","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:14Z","provider:segmentation_id":54,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:14Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:15,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-b36029da-598e-48c6-87f2-7060a9cea02c 2018-08-29 05:02:15,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:15,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8bea7e9b-1c77-4197-9990-fd93037f0b16 Date: Wed, 29 Aug 2018 05:02:15 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:15,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-8bea7e9b-1c77-4197-9990-fd93037f0b16 2018-08-29 05:02:15,456 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet 2018-08-29 05:02:15,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" -d '{"subnets": [{"ip_version": 4, "network_id": "6f2e0b8c-2066-4136-9584-4915f78bf044", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]}' 2018-08-29 05:02:15,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0541ae36-b29f-48ab-b3c0-450e72068696 Date: Wed, 29 Aug 2018 05:02:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f2e0b8c-2066-4136-9584-4915f78bf044","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"ace36c55-1d61-4aa8-bd8b-16a83c4983ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]} 2018-08-29 05:02:15,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-0541ae36-b29f-48ab-b3c0-450e72068696 2018-08-29 05:02:15,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:16,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ea42f3a9-d533-402e-8eb5-7c2697d3b664 Date: Wed, 29 Aug 2018 05:02:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6f2e0b8c-2066-4136-9584-4915f78bf044","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["ace36c55-1d61-4aa8-bd8b-16a83c4983ef"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:15Z","provider:segmentation_id":54,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:14Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:16,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-ea42f3a9-d533-402e-8eb5-7c2697d3b664 2018-08-29 05:02:16,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:16,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-72aa6a7f-f85e-4185-a0ba-c792b628fba5 Date: Wed, 29 Aug 2018 05:02:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f2e0b8c-2066-4136-9584-4915f78bf044","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"ace36c55-1d61-4aa8-bd8b-16a83c4983ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]} 2018-08-29 05:02:16,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-72aa6a7f-f85e-4185-a0ba-c792b628fba5 2018-08-29 05:02:16,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:16,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f4d0a54f-8632-4e99-bfc5-1298763bc02a Date: Wed, 29 Aug 2018 05:02:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6f2e0b8c-2066-4136-9584-4915f78bf044","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["ace36c55-1d61-4aa8-bd8b-16a83c4983ef"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:15Z","provider:segmentation_id":54,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:14Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:16,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net used request id req-f4d0a54f-8632-4e99-bfc5-1298763bc02a 2018-08-29 05:02:16,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:02:16,582 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:02: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:02:16,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:16,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea4171f8-2261-4bd0-9769-bf0f9606164a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:16,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-ea4171f8-2261-4bd0-9769-bf0f9606164a 2018-08-29 05:02:16,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:16,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ef2d652-bc99-48ae-87b4-63b423d99a5d Date: Wed, 29 Aug 2018 05:02:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f2e0b8c-2066-4136-9584-4915f78bf044","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"ace36c55-1d61-4aa8-bd8b-16a83c4983ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]} 2018-08-29 05:02:16,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-0ef2d652-bc99-48ae-87b4-63b423d99a5d 2018-08-29 05:02:16,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044&name=NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:17,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0779c201-4a35-4b6b-a4bc-24bb9a03b64a Date: Wed, 29 Aug 2018 05:02:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f2e0b8c-2066-4136-9584-4915f78bf044","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"ace36c55-1d61-4aa8-bd8b-16a83c4983ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]} 2018-08-29 05:02:17,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044&name=NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet used request id req-0779c201-4a35-4b6b-a4bc-24bb9a03b64a 2018-08-29 05:02:17,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044&name=NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:17,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-34ab2ec3-0fb5-43cf-a8ad-5dc7723ce870 Date: Wed, 29 Aug 2018 05:02:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f2e0b8c-2066-4136-9584-4915f78bf044","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"ace36c55-1d61-4aa8-bd8b-16a83c4983ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]} 2018-08-29 05:02:17,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044&name=NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet used request id req-34ab2ec3-0fb5-43cf-a8ad-5dc7723ce870 2018-08-29 05:02:17,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:17,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-786ee3ce-e507-4a56-9beb-553766a8aa15 Date: Wed, 29 Aug 2018 05:02:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f2e0b8c-2066-4136-9584-4915f78bf044","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"ace36c55-1d61-4aa8-bd8b-16a83c4983ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet"}]} 2018-08-29 05:02:17,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-786ee3ce-e507-4a56-9beb-553766a8aa15 2018-08-29 05:02:17,466 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet 2018-08-29 05:02:17,466 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-subnet 2018-08-29 05:02:17,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/ace36c55-1d61-4aa8-bd8b-16a83c4983ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:19,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae8309c2-3714-4345-babc-108aed7346b1 Date: Wed, 29 Aug 2018 05:02:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:19,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/ace36c55-1d61-4aa8-bd8b-16a83c4983ef used request id req-ae8309c2-3714-4345-babc-108aed7346b1 2018-08-29 05:02:19,625 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-69c785ce-8734-4f21-81cc-f137bca65f34-pub-net 2018-08-29 05:02:19,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/6f2e0b8c-2066-4136-9584-4915f78bf044 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dda9dc89744292a388f49828c34a84c16ef2bd84" 2018-08-29 05:02:21,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6634b56e-879d-4bbd-9b07-5a1c8076b4c9 Date: Wed, 29 Aug 2018 05:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:21,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/6f2e0b8c-2066-4136-9584-4915f78bf044 used request id req-6634b56e-879d-4bbd-9b07-5a1c8076b4c9 2018-08-29 05:02:21,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:22,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["8xy9L24PRa-GdZatwgT1aQ"], "issued_at": "2018-08-29T05:02:22.000000Z"}} 2018-08-29 05:02:22,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3c3780e49fa63065d9669157f5c90813a75ae3" 2018-08-29 05:02:22,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4735d43-6c2c-4592-86f1-496e0f0fa297 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:22,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f4735d43-6c2c-4592-86f1-496e0f0fa297 2018-08-29 05:02:22,115 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-net 2018-08-29 05:02:22,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3c3780e49fa63065d9669157f5c90813a75ae3" -d '{"network": {"name": "NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:22,597 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f1790300-4a67-42ae-8604-4176c7de2234 Date: Wed, 29 Aug 2018 05:02: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":"20d80a33-1668-4e6d-a12f-658cc5ae53a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:22Z","is_default":false,"provider:segmentation_id":21,"name":"NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:22Z","mtu":1450}} 2018-08-29 05:02:22,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-f1790300-4a67-42ae-8604-4176c7de2234 2018-08-29 05:02:22,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=20d80a33-1668-4e6d-a12f-658cc5ae53a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3c3780e49fa63065d9669157f5c90813a75ae3" 2018-08-29 05:02:22,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-72074eaf-c2f8-4cc1-b4be-c360bab1a2bd Date: Wed, 29 Aug 2018 05:02:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"20d80a33-1668-4e6d-a12f-658cc5ae53a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:22Z","provider:segmentation_id":21,"name":"NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:22Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:22,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=20d80a33-1668-4e6d-a12f-658cc5ae53a5 used request id req-72074eaf-c2f8-4cc1-b4be-c360bab1a2bd 2018-08-29 05:02:22,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=20d80a33-1668-4e6d-a12f-658cc5ae53a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3c3780e49fa63065d9669157f5c90813a75ae3" 2018-08-29 05:02:23,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f378a0cd-c724-4cf6-868b-057fd6f98010 Date: Wed, 29 Aug 2018 05:02:23 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:23,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=20d80a33-1668-4e6d-a12f-658cc5ae53a5 used request id req-f378a0cd-c724-4cf6-868b-057fd6f98010 2018-08-29 05:02:23,010 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-subnet 2018-08-29 05:02:23,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3c3780e49fa63065d9669157f5c90813a75ae3" -d '{"subnets": [{"ip_version": 4, "network_id": "20d80a33-1668-4e6d-a12f-658cc5ae53a5", "cidr": null, "name": "NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-subnet"}]}' 2018-08-29 05:02:23,262 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-15005370-8599-4468-82c8-0b2ee1b60b0f Date: Wed, 29 Aug 2018 05:02:23 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-08-29 05:02:23,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-15005370-8599-4468-82c8-0b2ee1b60b0f 2018-08-29 05:02:23,262 - 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-08-29 05:02:23,263 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-subnet] for network [NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-net] 2018-08-29 05:02:23,263 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-563b973e-4401-41fe-9f94-aee1f10c44dd-pub-net 2018-08-29 05:02:23,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/20d80a33-1668-4e6d-a12f-658cc5ae53a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3c3780e49fa63065d9669157f5c90813a75ae3" 2018-08-29 05:02:24,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4ea4742-cfab-4678-a9ee-f7e192a39cd7 Date: Wed, 29 Aug 2018 05:02:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:24,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/20d80a33-1668-4e6d-a12f-658cc5ae53a5 used request id req-c4ea4742-cfab-4678-a9ee-f7e192a39cd7 2018-08-29 05:02:24,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:24,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["ROrpht_JRG2brqiWPk95OA"], "issued_at": "2018-08-29T05:02:24.000000Z"}} 2018-08-29 05:02:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:24,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b946699-8d5c-47f2-aa22-ab170617cf3d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:24,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-0b946699-8d5c-47f2-aa22-ab170617cf3d 2018-08-29 05:02:24,581 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net 2018-08-29 05:02:24,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" -d '{"network": {"name": "NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:24,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-ccd7f28b-77c6-4ac0-b232-2e4650001b46 Date: Wed, 29 Aug 2018 05:02:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:24Z","is_default":false,"provider:segmentation_id":3,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:24Z","mtu":1450}} 2018-08-29 05:02:24,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-ccd7f28b-77c6-4ac0-b232-2e4650001b46 2018-08-29 05:02:24,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:25,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-f9fa2b40-8647-4503-8ddf-31a7b3a951f5 Date: Wed, 29 Aug 2018 05:02:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:24Z","provider:segmentation_id":3,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:24Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:25,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 used request id req-f9fa2b40-8647-4503-8ddf-31a7b3a951f5 2018-08-29 05:02:25,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:25,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9956188a-1996-44dd-958b-9122d6174b6c Date: Wed, 29 Aug 2018 05:02:25 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:25,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 used request id req-9956188a-1996-44dd-958b-9122d6174b6c 2018-08-29 05:02:25,444 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet 2018-08-29 05:02:25,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" -d '{"subnets": [{"ip_version": 4, "network_id": "bfb66518-cfe0-47fa-bd8c-7b232cab0209", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet"}]}' 2018-08-29 05:02:26,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a81eb00e-cb23-4b9d-8ae1-a8e02c2f19ce Date: Wed, 29 Aug 2018 05:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:26Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:26Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"fdb370cb-dc72-4a80-bc26-e53831833e65","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet"}]} 2018-08-29 05:02:26,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-a81eb00e-cb23-4b9d-8ae1-a8e02c2f19ce 2018-08-29 05:02:26,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:27,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b024bdae-cd23-4b56-9a3c-737d1e342ccc Date: Wed, 29 Aug 2018 05:02:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["fdb370cb-dc72-4a80-bc26-e53831833e65"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:26Z","provider:segmentation_id":3,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:24Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:27,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 used request id req-b024bdae-cd23-4b56-9a3c-737d1e342ccc 2018-08-29 05:02:27,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:28,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5fd36b6f-903c-4b80-a3d2-0c260b6bd1d7 Date: Wed, 29 Aug 2018 05:02:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:26Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:26Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"fdb370cb-dc72-4a80-bc26-e53831833e65","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet"}]} 2018-08-29 05:02:28,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 used request id req-5fd36b6f-903c-4b80-a3d2-0c260b6bd1d7 2018-08-29 05:02:28,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:28,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-f41724f3-f44f-4793-9652-d08aa1e03f9a Date: Wed, 29 Aug 2018 05:02:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["fdb370cb-dc72-4a80-bc26-e53831833e65"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:26Z","provider:segmentation_id":3,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:24Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:28,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net used request id req-f41724f3-f44f-4793-9652-d08aa1e03f9a 2018-08-29 05:02:28,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:02:28,387 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:02: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:02:28,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:28,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967b7b11-1f5e-4321-8dd6-503ed2de9dd6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:28,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-967b7b11-1f5e-4321-8dd6-503ed2de9dd6 2018-08-29 05:02:28,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:28,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74c34a82-b49f-49d4-a27d-0212ef791ddd Date: Wed, 29 Aug 2018 05:02:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb66518-cfe0-47fa-bd8c-7b232cab0209","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:26Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:26Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"fdb370cb-dc72-4a80-bc26-e53831833e65","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet"}]} 2018-08-29 05:02:28,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=bfb66518-cfe0-47fa-bd8c-7b232cab0209 used request id req-74c34a82-b49f-49d4-a27d-0212ef791ddd 2018-08-29 05:02:28,681 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet 2018-08-29 05:02:28,681 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-subnet 2018-08-29 05:02:28,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/fdb370cb-dc72-4a80-bc26-e53831833e65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:30,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a40f7564-598f-4af0-9f05-6856f3c91207 Date: Wed, 29 Aug 2018 05:02:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:30,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/fdb370cb-dc72-4a80-bc26-e53831833e65 used request id req-a40f7564-598f-4af0-9f05-6856f3c91207 2018-08-29 05:02:30,920 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d878d7cd-64b5-4e2e-a06d-6f3e01f336f3-pub-net 2018-08-29 05:02:30,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/bfb66518-cfe0-47fa-bd8c-7b232cab0209 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}266571e51a59e3ec3e584c2dc0cc5821d098cf07" 2018-08-29 05:02:32,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2f46be3-c11c-44f1-ba0b-1463b63f1e65 Date: Wed, 29 Aug 2018 05:02:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:32,482 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/bfb66518-cfe0-47fa-bd8c-7b232cab0209 used request id req-d2f46be3-c11c-44f1-ba0b-1463b63f1e65 2018-08-29 05:02:32,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:32,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["L7gdcxVdRa-uarnOkaWGQg"], "issued_at": "2018-08-29T05:02:32.000000Z"}} 2018-08-29 05:02:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:32,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c033ce9-37e8-477a-bcc9-7a0903a3cd72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:32,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8c033ce9-37e8-477a-bcc9-7a0903a3cd72 2018-08-29 05:02:32,965 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net 2018-08-29 05:02:32,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" -d '{"network": {"name": "NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:33,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4174e21a-d0bd-4232-a39a-d62af0a59a50 Date: Wed, 29 Aug 2018 05:02:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:33Z","is_default":false,"provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:33Z","mtu":1450}} 2018-08-29 05:02:33,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-4174e21a-d0bd-4232-a39a-d62af0a59a50 2018-08-29 05:02:33,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:33,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-55c3113d-4900-4b60-8edb-e861a01d6b9c Date: Wed, 29 Aug 2018 05:02:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:33Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:33Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:33,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 used request id req-55c3113d-4900-4b60-8edb-e861a01d6b9c 2018-08-29 05:02:33,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:33,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3138a171-51c4-4bf0-b794-7936a9f894c7 Date: Wed, 29 Aug 2018 05:02:33 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:33,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 used request id req-3138a171-51c4-4bf0-b794-7936a9f894c7 2018-08-29 05:02:33,937 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet 2018-08-29 05:02:33,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" -d '{"subnets": [{"ip_version": 4, "network_id": "2db8f728-f185-41ef-90d2-aa9b6a6c0775", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet"}]}' 2018-08-29 05:02:34,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dc28c79a-e363-482c-86ca-d9cbe6483c6c Date: Wed, 29 Aug 2018 05:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:34Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:34Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5010bf8e-4fd4-4dd9-a15f-9d6d715fd313","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet"}]} 2018-08-29 05:02:34,585 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-dc28c79a-e363-482c-86ca-d9cbe6483c6c 2018-08-29 05:02:34,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:35,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9ad5d42d-2e5b-4611-8d36-a14d7919a8e2 Date: Wed, 29 Aug 2018 05:02:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5010bf8e-4fd4-4dd9-a15f-9d6d715fd313"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:34Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:33Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:35,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 used request id req-9ad5d42d-2e5b-4611-8d36-a14d7919a8e2 2018-08-29 05:02:35,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:35,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dba500f7-ce65-4322-b7cf-5030293df449 Date: Wed, 29 Aug 2018 05:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:34Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5010bf8e-4fd4-4dd9-a15f-9d6d715fd313","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet"}]} 2018-08-29 05:02:35,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 used request id req-dba500f7-ce65-4322-b7cf-5030293df449 2018-08-29 05:02:35,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:35,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-30581055-67dd-4907-9357-19cac4488c37 Date: Wed, 29 Aug 2018 05:02:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5010bf8e-4fd4-4dd9-a15f-9d6d715fd313"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:34Z","provider:segmentation_id":92,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:33Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:35,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net used request id req-30581055-67dd-4907-9357-19cac4488c37 2018-08-29 05:02:35,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:02:35,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:02: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:02:35,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:36,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebce91f4-d4ab-4710-b676-a207e522e184 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:36,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-ebce91f4-d4ab-4710-b676-a207e522e184 2018-08-29 05:02:36,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:36,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-75ef6d8e-8b76-42d1-b60d-b2e8cb36460b Date: Wed, 29 Aug 2018 05:02:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:34Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5010bf8e-4fd4-4dd9-a15f-9d6d715fd313","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet"}]} 2018-08-29 05:02:36,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775 used request id req-75ef6d8e-8b76-42d1-b60d-b2e8cb36460b 2018-08-29 05:02:36,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775&name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:36,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0925c2a3-f175-47c5-8383-016e2e265e1d Date: Wed, 29 Aug 2018 05:02:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2db8f728-f185-41ef-90d2-aa9b6a6c0775","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:34Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5010bf8e-4fd4-4dd9-a15f-9d6d715fd313","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet"}]} 2018-08-29 05:02:36,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=2db8f728-f185-41ef-90d2-aa9b6a6c0775&name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet used request id req-0925c2a3-f175-47c5-8383-016e2e265e1d 2018-08-29 05:02:36,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:02:36,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:36,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["lQYirhLGSnulsNOd7a8zpQ"], "issued_at": "2018-08-29T05:02:36.000000Z"}} 2018-08-29 05:02:36,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d96de990c8754e8fe20518706c7cfaa6aff8c30" 2018-08-29 05:02:36,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32067207-be42-4160-ba01-a964f8fafec4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:36,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-32067207-be42-4160-ba01-a964f8fafec4 2018-08-29 05:02:36,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:36,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-718d61c7-0508-4932-8de0-affb8da8eaad Date: Wed, 29 Aug 2018 05:02:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:02:36,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-718d61c7-0508-4932-8de0-affb8da8eaad 2018-08-29 05:02:37,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:37,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ddeda15c-b99b-4d31-9b62-83eb5ffe0801 Date: Wed, 29 Aug 2018 05:02:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:02:37,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-ddeda15c-b99b-4d31-9b62-83eb5ffe0801 2018-08-29 05:02:37,859 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router 2018-08-29 05:02:37,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router", "admin_state_up": true}}' 2018-08-29 05:02:39,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-f5e40523-9170-41d9-b83a-1e389dfdbcb2 Date: Wed, 29 Aug 2018 05:02:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:39Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "e6a22338-8741-4736-af0d-bbb8c7ce9c10", "name": "NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router"}} 2018-08-29 05:02:39,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-f5e40523-9170-41d9-b83a-1e389dfdbcb2 2018-08-29 05:02:39,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=e6a22338-8741-4736-af0d-bbb8c7ce9c10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:39,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6cabbae1-c259-4147-81e7-edeeca5fcd88 Date: Wed, 29 Aug 2018 05:02:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.203"}],"id":"e16e1d4e-9ab0-4a33-8c03-f2cb4d23483c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:fe:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e6a22338-8741-4736-af0d-bbb8c7ce9c10","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:38Z","binding:vnic_type":"normal"}]} 2018-08-29 05:02:39,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=e6a22338-8741-4736-af0d-bbb8c7ce9c10 used request id req-6cabbae1-c259-4147-81e7-edeeca5fcd88 2018-08-29 05:02:39,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:39,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f726eb76-2ffb-4234-ac02-16ebd3781478 Date: Wed, 29 Aug 2018 05:02:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:02:39,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-f726eb76-2ffb-4234-ac02-16ebd3781478 2018-08-29 05:02:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:39,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eb4617af-25a5-477d-8c45-25b0f6a458b9 Date: Wed, 29 Aug 2018 05:02:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:39Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "e6a22338-8741-4736-af0d-bbb8c7ce9c10", "name": "NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router"}]} 2018-08-29 05:02:39,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router used request id req-eb4617af-25a5-477d-8c45-25b0f6a458b9 2018-08-29 05:02:39,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:40,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27325b3f-5064-4b13-ab17-3c2fddc66700 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:40,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-27325b3f-5064-4b13-ab17-3c2fddc66700 2018-08-29 05:02:40,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=e6a22338-8741-4736-af0d-bbb8c7ce9c10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:40,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4ae2e9c5-1514-4771-8bb1-6e6f5ab05be9 Date: Wed, 29 Aug 2018 05:02:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:38Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.203"}],"id":"e16e1d4e-9ab0-4a33-8c03-f2cb4d23483c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:fe:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e6a22338-8741-4736-af0d-bbb8c7ce9c10","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:38Z","binding:vnic_type":"normal"}]} 2018-08-29 05:02:40,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=e6a22338-8741-4736-af0d-bbb8c7ce9c10 used request id req-4ae2e9c5-1514-4771-8bb1-6e6f5ab05be9 2018-08-29 05:02:40,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:40,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d289dbfd-5617-4d3e-bd33-505b1596627a Date: Wed, 29 Aug 2018 05:02:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:02:40,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-d289dbfd-5617-4d3e-bd33-505b1596627a 2018-08-29 05:02:40,287 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router 2018-08-29 05:02:40,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9696/v2.0/routers/e6a22338-8741-4736-af0d-bbb8c7ce9c10/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" -d '{"subnet_id": "5010bf8e-4fd4-4dd9-a15f-9d6d715fd313"}' 2018-08-29 05:02:41,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2d58bbd-c481-4cb3-a8f4-bb2ba72df89a Date: Wed, 29 Aug 2018 05:02:41 GMT RESP BODY: {"network_id": "2db8f728-f185-41ef-90d2-aa9b6a6c0775", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "subnet_id": "5010bf8e-4fd4-4dd9-a15f-9d6d715fd313", "subnet_ids": ["5010bf8e-4fd4-4dd9-a15f-9d6d715fd313"], "port_id": "2f454ffd-6386-4511-bc29-176b86bc04fc", "id": "e6a22338-8741-4736-af0d-bbb8c7ce9c10"} 2018-08-29 05:02:41,581 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/e6a22338-8741-4736-af0d-bbb8c7ce9c10/add_router_interface used request id req-a2d58bbd-c481-4cb3-a8f4-bb2ba72df89a 2018-08-29 05:02:41,581 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router 2018-08-29 05:02:41,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9696/v2.0/routers/e6a22338-8741-4736-af0d-bbb8c7ce9c10/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" -d '{"subnet_id": "5010bf8e-4fd4-4dd9-a15f-9d6d715fd313"}' 2018-08-29 05:02:42,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58024f93-eb1c-4cf2-abdd-4cf04819d73d Date: Wed, 29 Aug 2018 05:02:42 GMT RESP BODY: {"network_id": "2db8f728-f185-41ef-90d2-aa9b6a6c0775", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "subnet_id": "5010bf8e-4fd4-4dd9-a15f-9d6d715fd313", "subnet_ids": ["5010bf8e-4fd4-4dd9-a15f-9d6d715fd313"], "port_id": "2f454ffd-6386-4511-bc29-176b86bc04fc", "id": "e6a22338-8741-4736-af0d-bbb8c7ce9c10"} 2018-08-29 05:02:42,751 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/e6a22338-8741-4736-af0d-bbb8c7ce9c10/remove_router_interface used request id req-58024f93-eb1c-4cf2-abdd-4cf04819d73d 2018-08-29 05:02:42,751 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router 2018-08-29 05:02:42,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/routers/e6a22338-8741-4736-af0d-bbb8c7ce9c10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:44,113 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86338d70-362b-404e-929f-0d6b0065aab2 Content-Length: 0 Date: Wed, 29 Aug 2018 05:02:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:44,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/e6a22338-8741-4736-af0d-bbb8c7ce9c10 used request id req-86338d70-362b-404e-929f-0d6b0065aab2 2018-08-29 05:02:44,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:44,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1d46f333-f1d0-4b99-854d-04f5d5353942 Date: Wed, 29 Aug 2018 05:02:44 GMT RESP BODY: {"routers": []} 2018-08-29 05:02:44,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-router used request id req-1d46f333-f1d0-4b99-854d-04f5d5353942 2018-08-29 05:02:44,326 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet 2018-08-29 05:02:44,326 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-subnet 2018-08-29 05:02:44,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/5010bf8e-4fd4-4dd9-a15f-9d6d715fd313 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:46,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2de25fa-c54d-4b70-beb7-f75c4fee2bf1 Date: Wed, 29 Aug 2018 05:02:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:46,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/5010bf8e-4fd4-4dd9-a15f-9d6d715fd313 used request id req-c2de25fa-c54d-4b70-beb7-f75c4fee2bf1 2018-08-29 05:02:46,465 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8a9b6ec5-6d2b-4148-a599-554411decea7-pub-net 2018-08-29 05:02:46,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/2db8f728-f185-41ef-90d2-aa9b6a6c0775 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9c67d8e4b7f8778a810de002d10ce57099549be" 2018-08-29 05:02:47,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af118d3f-873c-4e89-a70e-980d040d4d61 Date: Wed, 29 Aug 2018 05:02:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:47,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/2db8f728-f185-41ef-90d2-aa9b6a6c0775 used request id req-af118d3f-873c-4e89-a70e-980d040d4d61 2018-08-29 05:02:47,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:48,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["JOYovJxCTvKIRW3DUrFujg"], "issued_at": "2018-08-29T05:02:48.000000Z"}} 2018-08-29 05:02:48,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:48,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a82438-91a2-4127-ae68-dbf0d4718339 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:48,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-43a82438-91a2-4127-ae68-dbf0d4718339 2018-08-29 05:02:48,342 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net 2018-08-29 05:02:48,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" -d '{"network": {"name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net", "admin_state_up": true}}' 2018-08-29 05:02:48,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3f28a996-458f-4a49-88e5-bdc559469ef3 Date: Wed, 29 Aug 2018 05:02:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"69048487-56da-43e1-87f5-d80074e76efc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:48Z","is_default":false,"provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:48Z","mtu":1450}} 2018-08-29 05:02:48,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-3f28a996-458f-4a49-88e5-bdc559469ef3 2018-08-29 05:02:48,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=69048487-56da-43e1-87f5-d80074e76efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:49,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ba49885e-721e-4b4a-82da-013670598884 Date: Wed, 29 Aug 2018 05:02:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"69048487-56da-43e1-87f5-d80074e76efc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:02:48Z","provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:48Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:49,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=69048487-56da-43e1-87f5-d80074e76efc used request id req-ba49885e-721e-4b4a-82da-013670598884 2018-08-29 05:02:49,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=69048487-56da-43e1-87f5-d80074e76efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:49,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2462d2e9-56d3-407a-a0d3-7e0afcde8138 Date: Wed, 29 Aug 2018 05:02:49 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:02:49,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=69048487-56da-43e1-87f5-d80074e76efc used request id req-2462d2e9-56d3-407a-a0d3-7e0afcde8138 2018-08-29 05:02:49,227 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet 2018-08-29 05:02:49,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" -d '{"subnets": [{"ip_version": 4, "network_id": "69048487-56da-43e1-87f5-d80074e76efc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet"}]}' 2018-08-29 05:02:49,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74328b26-b3c2-405f-b05d-8945369c00a1 Date: Wed, 29 Aug 2018 05:02:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69048487-56da-43e1-87f5-d80074e76efc","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:49Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:49Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet"}]} 2018-08-29 05:02:49,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-74328b26-b3c2-405f-b05d-8945369c00a1 2018-08-29 05:02:49,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=69048487-56da-43e1-87f5-d80074e76efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:50,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-34bb2092-5871-4c89-bd9b-0969dc0c6224 Date: Wed, 29 Aug 2018 05:02:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69048487-56da-43e1-87f5-d80074e76efc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:49Z","provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:48Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:50,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=69048487-56da-43e1-87f5-d80074e76efc used request id req-34bb2092-5871-4c89-bd9b-0969dc0c6224 2018-08-29 05:02:50,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=69048487-56da-43e1-87f5-d80074e76efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:50,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2c0acd69-9d75-41d9-86a6-b62a0455d57f Date: Wed, 29 Aug 2018 05:02:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69048487-56da-43e1-87f5-d80074e76efc","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:49Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet"}]} 2018-08-29 05:02:50,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=69048487-56da-43e1-87f5-d80074e76efc used request id req-2c0acd69-9d75-41d9-86a6-b62a0455d57f 2018-08-29 05:02:50,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:50,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-066d4a75-ad85-4249-8233-d527cdc85a77 Date: Wed, 29 Aug 2018 05:02:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69048487-56da-43e1-87f5-d80074e76efc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2"],"description":"","tags":[],"updated_at":"2018-08-29T05:02:49Z","provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:48Z","provider:network_type":"vxlan"}]} 2018-08-29 05:02:50,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net used request id req-066d4a75-ad85-4249-8233-d527cdc85a77 2018-08-29 05:02:50,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:02:50,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:02:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:02:50,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:50,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-790cd418-ff1b-4dc0-8736-83c76b567919 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:50,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-790cd418-ff1b-4dc0-8736-83c76b567919 2018-08-29 05:02:50,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=69048487-56da-43e1-87f5-d80074e76efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:50,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cade7761-c5a4-4cb6-ab33-febf04546cf2 Date: Wed, 29 Aug 2018 05:02:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69048487-56da-43e1-87f5-d80074e76efc","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:02:49Z","dns_nameservers":[],"updated_at":"2018-08-29T05:02:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet"}]} 2018-08-29 05:02:50,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=69048487-56da-43e1-87f5-d80074e76efc used request id req-cade7761-c5a4-4cb6-ab33-febf04546cf2 2018-08-29 05:02:50,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:02:50,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:02:51,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["P5WP-LUHSA2bd22hl6VovA"], "issued_at": "2018-08-29T05:02:51.000000Z"}} 2018-08-29 05:02:51,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6aa45b97a3d895c2905062169b3631573ab4f4" 2018-08-29 05:02:51,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3cf79f-8028-43ed-8896-efe7fe732011 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:02:51,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1c3cf79f-8028-43ed-8896-efe7fe732011 2018-08-29 05:02:51,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:51,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-525f9bdf-6d30-4ec6-ab2d-4790a4e0c222 Date: Wed, 29 Aug 2018 05:02:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:02:51,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-525f9bdf-6d30-4ec6-ab2d-4790a4e0c222 2018-08-29 05:02:51,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:51,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0d4f30b8-26b9-4cdc-b91c-0ca4ec735e12 Date: Wed, 29 Aug 2018 05:02:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:02:51,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-0d4f30b8-26b9-4cdc-b91c-0ca4ec735e12 2018-08-29 05:02:51,664 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router 2018-08-29 05:02:51,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router", "admin_state_up": true}}' 2018-08-29 05:02:53,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-17de29ff-d10d-459f-bde4-8274a5a8e17f Date: Wed, 29 Aug 2018 05:02:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:53Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "cab5dc77-d886-4f8c-8a7f-874dce08cf68", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}} 2018-08-29 05:02:53,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-17de29ff-d10d-459f-bde4-8274a5a8e17f 2018-08-29 05:02:53,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=cab5dc77-d886-4f8c-8a7f-874dce08cf68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:54,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-eada1599-d7da-4875-9a6a-096054289044 Date: Wed, 29 Aug 2018 05:02:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.206"}],"id":"fe765553-20b4-4384-b969-aceb6e4ca9dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:85:57:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cab5dc77-d886-4f8c-8a7f-874dce08cf68","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:53Z","binding:vnic_type":"normal"}]} 2018-08-29 05:02:54,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=cab5dc77-d886-4f8c-8a7f-874dce08cf68 used request id req-eada1599-d7da-4875-9a6a-096054289044 2018-08-29 05:02:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:54,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0f595c45-1547-4ebb-8be3-907af4ba82f5 Date: Wed, 29 Aug 2018 05:02:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:02:54,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-0f595c45-1547-4ebb-8be3-907af4ba82f5 2018-08-29 05:02:54,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:54,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-785e5dc7-c6b0-437a-9c33-dbfd8398eeb5 Date: Wed, 29 Aug 2018 05:02:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:52Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bcb0308f-1a3d-40ff-9f9f-ae344b754e22", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:53Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "cab5dc77-d886-4f8c-8a7f-874dce08cf68", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}]} 2018-08-29 05:02:54,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router used request id req-785e5dc7-c6b0-437a-9c33-dbfd8398eeb5 2018-08-29 05:02:54,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:54,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdecb46f-295e-4482-a856-e7e92ea470f9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:54,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-cdecb46f-295e-4482-a856-e7e92ea470f9 2018-08-29 05:02:54,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=bcb0308f-1a3d-40ff-9f9f-ae344b754e22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:54,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-17584760-f457-4d8d-842d-3a7479eee8a6 Date: Wed, 29 Aug 2018 05:02:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.205"}],"id":"3fc91e46-443c-4cd2-8378-c43e31ee7f00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:aa:ee","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bcb0308f-1a3d-40ff-9f9f-ae344b754e22","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:52Z","binding:vnic_type":"normal"}]} 2018-08-29 05:02:54,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=bcb0308f-1a3d-40ff-9f9f-ae344b754e22 used request id req-17584760-f457-4d8d-842d-3a7479eee8a6 2018-08-29 05:02:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:54,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-19bca9ef-2622-4ab9-aed0-98c1450fc8f6 Date: Wed, 29 Aug 2018 05:02:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:02:54,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-19bca9ef-2622-4ab9-aed0-98c1450fc8f6 2018-08-29 05:02:54,745 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet 2018-08-29 05:02:54,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:56,944 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-29895bf5-ab96-45c8-9117-a87a8d943e25 Date: Wed, 29 Aug 2018 05:02:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:56,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 used request id req-29895bf5-ab96-45c8-9117-a87a8d943e25 2018-08-29 05:02:56,944 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router 2018-08-29 05:02:56,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9696/v2.0/routers/cab5dc77-d886-4f8c-8a7f-874dce08cf68/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" -d '{"subnet_id": "2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2"}' 2018-08-29 05:02:57,161 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-14f26d07-a0f8-40ca-8819-14ea8690b5c9 Date: Wed, 29 Aug 2018 05:02:57 GMT RESP BODY: {"NeutronError": {"message": "Subnet 2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-29 05:02:57,161 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cab5dc77-d886-4f8c-8a7f-874dce08cf68/add_router_interface used request id req-14f26d07-a0f8-40ca-8819-14ea8690b5c9 2018-08-29 05:02:57,161 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-29 05:02:57,162 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router 2018-08-29 05:02:57,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/routers/cab5dc77-d886-4f8c-8a7f-874dce08cf68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:58,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1b54706-9824-4dbc-981d-50c35460ed3a Content-Length: 0 Date: Wed, 29 Aug 2018 05:02:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:58,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/cab5dc77-d886-4f8c-8a7f-874dce08cf68 used request id req-b1b54706-9824-4dbc-981d-50c35460ed3a 2018-08-29 05:02:58,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:58,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-57ca17e7-4fdf-4d87-9b09-66508fe2555c Date: Wed, 29 Aug 2018 05:02:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:52Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bcb0308f-1a3d-40ff-9f9f-ae344b754e22", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}]} 2018-08-29 05:02:58,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router used request id req-57ca17e7-4fdf-4d87-9b09-66508fe2555c 2018-08-29 05:02:58,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:58,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ecf3ca-9e68-482c-9cfe-8cfa0fdfcd08 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:02:58,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-24ecf3ca-9e68-482c-9cfe-8cfa0fdfcd08 2018-08-29 05:02:58,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=bcb0308f-1a3d-40ff-9f9f-ae344b754e22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:58,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b89a2607-6b02-4a3c-9c4c-6757c6269bc3 Date: Wed, 29 Aug 2018 05:02:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.205"}],"id":"3fc91e46-443c-4cd2-8378-c43e31ee7f00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:aa:ee","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bcb0308f-1a3d-40ff-9f9f-ae344b754e22","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:52Z","binding:vnic_type":"normal"}]} 2018-08-29 05:02:58,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=bcb0308f-1a3d-40ff-9f9f-ae344b754e22 used request id req-b89a2607-6b02-4a3c-9c4c-6757c6269bc3 2018-08-29 05:02:58,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:59,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-655a2deb-9a55-4000-b8f6-07f8e3f233ce Date: Wed, 29 Aug 2018 05:02:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:02:59,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-655a2deb-9a55-4000-b8f6-07f8e3f233ce 2018-08-29 05:02:59,050 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet 2018-08-29 05:02:59,050 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-subnet 2018-08-29 05:02:59,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:59,086 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-f060b220-1862-4ab5-a418-d8867b79a759 Date: Wed, 29 Aug 2018 05:02:59 GMT RESP BODY: {"NeutronError": {"message": "Subnet 2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-29 05:02:59,086 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 used request id req-f060b220-1862-4ab5-a418-d8867b79a759 2018-08-29 05:02:59,086 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 2e79cfba-7d0f-414f-88a0-e18e9cc1b1d2 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-08-29 05:02:59,086 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-net 2018-08-29 05:02:59,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/69048487-56da-43e1-87f5-d80074e76efc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94ec342f13f18504594943c1af9f645223c1884b" 2018-08-29 05:02:59,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4093286e-1de5-4b4a-ba92-827ee11410f1 Date: Wed, 29 Aug 2018 05:02:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:02:59,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/69048487-56da-43e1-87f5-d80074e76efc used request id req-4093286e-1de5-4b4a-ba92-827ee11410f1 2018-08-29 05:02:59,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:00,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["mFi7SYK4TLSb9d98VDU1lQ"], "issued_at": "2018-08-29T05:03:00.000000Z"}} 2018-08-29 05:03:00,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:00,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5badde3-fb57-441b-85a2-ce1ee58850e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:00,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d5badde3-fb57-441b-85a2-ce1ee58850e5 2018-08-29 05:03:00,243 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net 2018-08-29 05:03:00,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" -d '{"network": {"name": "NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:00,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-fad8d1b3-7a7c-4f14-a30b-6fecc4f91b09 Date: Wed, 29 Aug 2018 05:03: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":"24ab1f5b-c8f2-4f36-9146-c551401e726f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:00Z","is_default":false,"provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:00Z","mtu":1450}} 2018-08-29 05:03:00,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-fad8d1b3-7a7c-4f14-a30b-6fecc4f91b09 2018-08-29 05:03:00,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=24ab1f5b-c8f2-4f36-9146-c551401e726f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:00,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-18a16f9c-f229-4bf8-9f7a-c17d10cf2e59 Date: Wed, 29 Aug 2018 05:03:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:00Z","provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:00Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:00,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=24ab1f5b-c8f2-4f36-9146-c551401e726f used request id req-18a16f9c-f229-4bf8-9f7a-c17d10cf2e59 2018-08-29 05:03:00,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:01,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8c0c396e-01d8-466a-84c1-6ce31efbc967 Date: Wed, 29 Aug 2018 05:03:01 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:01,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f used request id req-8c0c396e-01d8-466a-84c1-6ce31efbc967 2018-08-29 05:03:01,079 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet 2018-08-29 05:03:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" -d '{"subnets": [{"ip_version": 4, "network_id": "24ab1f5b-c8f2-4f36-9146-c551401e726f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet"}]}' 2018-08-29 05:03:01,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb12570e-f18f-46ee-a4bb-80c20af372cf Date: Wed, 29 Aug 2018 05:03:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:01Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"dd587761-fde4-449b-84b7-bd8ec772aedf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet"}]} 2018-08-29 05:03:01,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-eb12570e-f18f-46ee-a4bb-80c20af372cf 2018-08-29 05:03:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=24ab1f5b-c8f2-4f36-9146-c551401e726f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:02,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-a60a8652-1d14-4228-a699-bef34c308d77 Date: Wed, 29 Aug 2018 05:03:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["dd587761-fde4-449b-84b7-bd8ec772aedf"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:01Z","provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:00Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:02,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=24ab1f5b-c8f2-4f36-9146-c551401e726f used request id req-a60a8652-1d14-4228-a699-bef34c308d77 2018-08-29 05:03:02,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:02,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-05b7b516-bf0b-4629-ad7a-9acfdcc998f5 Date: Wed, 29 Aug 2018 05:03:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:01Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"dd587761-fde4-449b-84b7-bd8ec772aedf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet"}]} 2018-08-29 05:03:02,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f used request id req-05b7b516-bf0b-4629-ad7a-9acfdcc998f5 2018-08-29 05:03:02,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:02,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-41e7fee0-b634-4a30-a6d1-778c409290ca Date: Wed, 29 Aug 2018 05:03:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["dd587761-fde4-449b-84b7-bd8ec772aedf"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:01Z","provider:segmentation_id":3,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:00Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:02,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net used request id req-41e7fee0-b634-4a30-a6d1-778c409290ca 2018-08-29 05:03:02,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:02,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:02,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:02,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f53651-d482-4a59-b842-c5d9845b96b8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:02,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-47f53651-d482-4a59-b842-c5d9845b96b8 2018-08-29 05:03:02,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:02,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b959fa19-b69c-4b3d-8d6b-36d9a988937e Date: Wed, 29 Aug 2018 05:03:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:01Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"dd587761-fde4-449b-84b7-bd8ec772aedf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet"}]} 2018-08-29 05:03:02,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f used request id req-b959fa19-b69c-4b3d-8d6b-36d9a988937e 2018-08-29 05:03:02,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f&name=NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:03,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b2e2d694-f42f-4413-97db-454629a9a5fd Date: Wed, 29 Aug 2018 05:03:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24ab1f5b-c8f2-4f36-9146-c551401e726f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:01Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"dd587761-fde4-449b-84b7-bd8ec772aedf","subnetpool_id":null,"name":"NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet"}]} 2018-08-29 05:03:03,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=24ab1f5b-c8f2-4f36-9146-c551401e726f&name=NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet used request id req-b2e2d694-f42f-4413-97db-454629a9a5fd 2018-08-29 05:03:03,008 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet 2018-08-29 05:03:03,008 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-subnet 2018-08-29 05:03:03,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/dd587761-fde4-449b-84b7-bd8ec772aedf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:04,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fe16991-8a1d-449b-932d-97367435d0da Date: Wed, 29 Aug 2018 05:03:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:04,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/dd587761-fde4-449b-84b7-bd8ec772aedf used request id req-7fe16991-8a1d-449b-932d-97367435d0da 2018-08-29 05:03:04,476 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-bc0657c0-3ed6-474d-9455-146b1a88d9f1-pub-net 2018-08-29 05:03:04,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/24ab1f5b-c8f2-4f36-9146-c551401e726f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021997b028602c5edbd4a95d3aafc0ac236b8181" 2018-08-29 05:03:06,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d75d00d2-3d40-40f9-aa50-8b5c84c55b18 Date: Wed, 29 Aug 2018 05:03:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:06,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/24ab1f5b-c8f2-4f36-9146-c551401e726f used request id req-d75d00d2-3d40-40f9-aa50-8b5c84c55b18 2018-08-29 05:03:06,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:06,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["lBVNRc1DSziL9CGm4-fFDA"], "issued_at": "2018-08-29T05:03:06.000000Z"}} 2018-08-29 05:03:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:06,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49803e0d-3af8-4ef4-b800-bd915ae5755b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:06,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-49803e0d-3af8-4ef4-b800-bd915ae5755b 2018-08-29 05:03:06,745 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net 2018-08-29 05:03:06,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" -d '{"network": {"name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:07,184 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-665a6161-6b3a-4f11-a3f4-927a10c6bc5a Date: Wed, 29 Aug 2018 05:03:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:07Z","is_default":false,"provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:06Z","mtu":1450}} 2018-08-29 05:03:07,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-665a6161-6b3a-4f11-a3f4-927a10c6bc5a 2018-08-29 05:03:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:07,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f2ba77c7-e766-49a6-b7d7-55a84763b96d Date: Wed, 29 Aug 2018 05:03:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:07Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:06Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:07,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 used request id req-f2ba77c7-e766-49a6-b7d7-55a84763b96d 2018-08-29 05:03:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:07,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-66e85988-c788-4279-b8af-65b9dd4d6af7 Date: Wed, 29 Aug 2018 05:03:07 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:07,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 used request id req-66e85988-c788-4279-b8af-65b9dd4d6af7 2018-08-29 05:03:07,980 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet 2018-08-29 05:03:07,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" -d '{"subnets": [{"ip_version": 4, "network_id": "32bbc30d-b0a9-478f-b9b0-ef790b8f7b15", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet"}]}' 2018-08-29 05:03:08,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-da0e7311-5d79-4d4e-ba86-abf0cebbdd12 Date: Wed, 29 Aug 2018 05:03:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:08Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"c63fea6f-f6a8-4d9f-bd34-25f164800f33","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet"}]} 2018-08-29 05:03:08,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-da0e7311-5d79-4d4e-ba86-abf0cebbdd12 2018-08-29 05:03:08,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:08,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bd8deb38-f5ac-4601-ae1a-a57342b09753 Date: Wed, 29 Aug 2018 05:03:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["c63fea6f-f6a8-4d9f-bd34-25f164800f33"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:08Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:06Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:08,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 used request id req-bd8deb38-f5ac-4601-ae1a-a57342b09753 2018-08-29 05:03:08,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:08,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9c7b96eb-f993-460a-bd4b-7ec1b5541b29 Date: Wed, 29 Aug 2018 05:03:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:08Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"c63fea6f-f6a8-4d9f-bd34-25f164800f33","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet"}]} 2018-08-29 05:03:08,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 used request id req-9c7b96eb-f993-460a-bd4b-7ec1b5541b29 2018-08-29 05:03:08,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:09,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f62d6f49-c7fb-462b-8035-a4bf5292b52c Date: Wed, 29 Aug 2018 05:03:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["c63fea6f-f6a8-4d9f-bd34-25f164800f33"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:08Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:06Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:09,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net used request id req-f62d6f49-c7fb-462b-8035-a4bf5292b52c 2018-08-29 05:03:09,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:09,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:09,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:09,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65021233-be3b-4de3-9c6f-768d96500365 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:09,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-65021233-be3b-4de3-9c6f-768d96500365 2018-08-29 05:03:09,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:09,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e651255-53da-4cf1-baa1-a154ae04d854 Date: Wed, 29 Aug 2018 05:03:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32bbc30d-b0a9-478f-b9b0-ef790b8f7b15","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:08Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"c63fea6f-f6a8-4d9f-bd34-25f164800f33","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet"}]} 2018-08-29 05:03:09,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 used request id req-4e651255-53da-4cf1-baa1-a154ae04d854 2018-08-29 05:03:09,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:03:09,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:09,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["LZFENBqGRd-YjLn81n18NQ"], "issued_at": "2018-08-29T05:03:09.000000Z"}} 2018-08-29 05:03:09,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f8cb7fc9ec8c0ad0c3913364166b7ba05060fb" 2018-08-29 05:03:09,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a10215b-85a4-4cc0-a4a2-8f833e77090a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:09,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4a10215b-85a4-4cc0-a4a2-8f833e77090a 2018-08-29 05:03:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:09,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-22e20cfe-8166-43b2-9693-9ac57434d06b Date: Wed, 29 Aug 2018 05:03:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:03:09,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-22e20cfe-8166-43b2-9693-9ac57434d06b 2018-08-29 05:03:09,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:10,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-14c47143-287f-4b50-b73f-57ff9849982c Date: Wed, 29 Aug 2018 05:03:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:03:10,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-14c47143-287f-4b50-b73f-57ff9849982c 2018-08-29 05:03:10,159 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router 2018-08-29 05:03:10,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router", "admin_state_up": true}}' 2018-08-29 05:03:14,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-2e6d0b86-7240-4850-9f31-ca7a40d2c02d Date: Wed, 29 Aug 2018 05:03:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:14Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "42a17650-9489-4391-b3f7-1020bf23115f", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}} 2018-08-29 05:03:14,917 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-2e6d0b86-7240-4850-9f31-ca7a40d2c02d 2018-08-29 05:03:14,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=42a17650-9489-4391-b3f7-1020bf23115f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:15,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-69ae4d52-f723-4d6b-9da1-5e5ab43645b6 Date: Wed, 29 Aug 2018 05:03:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.202"}],"id":"c0f5b0c6-1c16-42d0-a62c-d6b0c5316c37","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cf:6e:eb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42a17650-9489-4391-b3f7-1020bf23115f","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:03:15,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=42a17650-9489-4391-b3f7-1020bf23115f used request id req-69ae4d52-f723-4d6b-9da1-5e5ab43645b6 2018-08-29 05:03:15,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:15,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dd9758ba-a268-4bce-b906-20ae701527c5 Date: Wed, 29 Aug 2018 05:03:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:03:15,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-dd9758ba-a268-4bce-b906-20ae701527c5 2018-08-29 05:03:15,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:15,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2613 X-Openstack-Request-Id: req-de6f1ad7-3484-4a17-bb38-b70e2fa583fb Date: Wed, 29 Aug 2018 05:03:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:11Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "3ce26ac7-df56-42a8-a2b9-24a0d08fea7b", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:14Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "42a17650-9489-4391-b3f7-1020bf23115f", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:12Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6c9cc7ac-f3d3-4885-9d60-10380a866e62", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:13Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae564aa3-d8a4-4352-8a4e-d4e0eea7d657", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}]} 2018-08-29 05:03:15,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router used request id req-de6f1ad7-3484-4a17-bb38-b70e2fa583fb 2018-08-29 05:03:15,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:15,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5547e9c6-5b51-44d3-a155-e63e80f6433c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:15,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-5547e9c6-5b51-44d3-a155-e63e80f6433c 2018-08-29 05:03:15,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=3ce26ac7-df56-42a8-a2b9-24a0d08fea7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:15,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f157126f-7ce1-46ca-a312-09bac4dc7709 Date: Wed, 29 Aug 2018 05:03:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.209"}],"id":"61c0b238-7a40-4c5e-a174-f6d384664762","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:07:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ce26ac7-df56-42a8-a2b9-24a0d08fea7b","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:10Z","binding:vnic_type":"normal"}]} 2018-08-29 05:03:15,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=3ce26ac7-df56-42a8-a2b9-24a0d08fea7b used request id req-f157126f-7ce1-46ca-a312-09bac4dc7709 2018-08-29 05:03:15,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:15,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7183389e-1584-4914-97a7-0a3213d0f630 Date: Wed, 29 Aug 2018 05:03:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:03:15,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-7183389e-1584-4914-97a7-0a3213d0f630 2018-08-29 05:03:15,643 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router 2018-08-29 05:03:15,643 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router 2018-08-29 05:03:15,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/routers/42a17650-9489-4391-b3f7-1020bf23115f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:16,669 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e2d1805-d2e5-4c98-a918-467127d5dd2e Content-Length: 0 Date: Wed, 29 Aug 2018 05:03:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:16,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/42a17650-9489-4391-b3f7-1020bf23115f used request id req-0e2d1805-d2e5-4c98-a918-467127d5dd2e 2018-08-29 05:03:16,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:16,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-9a3af9c6-b0c0-4c5d-a930-f7f1f8f87c6e Date: Wed, 29 Aug 2018 05:03:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:11Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "3ce26ac7-df56-42a8-a2b9-24a0d08fea7b", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:12Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6c9cc7ac-f3d3-4885-9d60-10380a866e62", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:13Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae564aa3-d8a4-4352-8a4e-d4e0eea7d657", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}]} 2018-08-29 05:03:16,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router used request id req-9a3af9c6-b0c0-4c5d-a930-f7f1f8f87c6e 2018-08-29 05:03:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:17,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07ffb4cb-7173-4a38-9093-d6c60c0a89f5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:17,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-07ffb4cb-7173-4a38-9093-d6c60c0a89f5 2018-08-29 05:03:17,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=3ce26ac7-df56-42a8-a2b9-24a0d08fea7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:17,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-73ddb0b9-dadd-4a3a-be6b-2884816dbb2e Date: Wed, 29 Aug 2018 05:03:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.209"}],"id":"61c0b238-7a40-4c5e-a174-f6d384664762","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:07:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ce26ac7-df56-42a8-a2b9-24a0d08fea7b","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:10Z","binding:vnic_type":"normal"}]} 2018-08-29 05:03:17,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=3ce26ac7-df56-42a8-a2b9-24a0d08fea7b used request id req-73ddb0b9-dadd-4a3a-be6b-2884816dbb2e 2018-08-29 05:03:17,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:17,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3fa1534f-463b-41a6-851a-a3c1f0018785 Date: Wed, 29 Aug 2018 05:03:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:03:17,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-3fa1534f-463b-41a6-851a-a3c1f0018785 2018-08-29 05:03:17,273 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet 2018-08-29 05:03:17,273 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-subnet 2018-08-29 05:03:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/c63fea6f-f6a8-4d9f-bd34-25f164800f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:19,397 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b79283e-cdc8-4c2f-a0bf-d7ddd9ee91fa Date: Wed, 29 Aug 2018 05:03:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:19,397 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/c63fea6f-f6a8-4d9f-bd34-25f164800f33 used request id req-7b79283e-cdc8-4c2f-a0bf-d7ddd9ee91fa 2018-08-29 05:03:19,397 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-net 2018-08-29 05:03:19,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3966c68269a8dc0f2b5b21a9b983b85974317c06" 2018-08-29 05:03:20,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed930c95-af88-48d1-9926-abec9bcf76ff Date: Wed, 29 Aug 2018 05:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:20,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/32bbc30d-b0a9-478f-b9b0-ef790b8f7b15 used request id req-ed930c95-af88-48d1-9926-abec9bcf76ff 2018-08-29 05:03:20,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:21,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["uqxfW15qSCWiBeYwdXQr5w"], "issued_at": "2018-08-29T05:03:21.000000Z"}} 2018-08-29 05:03:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:21,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f78cd99a-27fa-4eb1-ae22-9c75aa2d6f86 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:21,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f78cd99a-27fa-4eb1-ae22-9c75aa2d6f86 2018-08-29 05:03:21,417 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net 2018-08-29 05:03:21,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" -d '{"network": {"name": "NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:21,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0ecdb7ed-430d-4273-b18f-092de85173a4 Date: Wed, 29 Aug 2018 05:03: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":"688ced37-8551-4cbe-8f7f-1595ebf0145e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:21Z","is_default":false,"provider:segmentation_id":19,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:21Z","mtu":1450}} 2018-08-29 05:03:21,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-0ecdb7ed-430d-4273-b18f-092de85173a4 2018-08-29 05:03:21,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:22,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6245e213-98ad-4b80-9b63-3b461c8f8a69 Date: Wed, 29 Aug 2018 05:03:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:21Z","provider:segmentation_id":19,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:21Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:22,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-6245e213-98ad-4b80-9b63-3b461c8f8a69 2018-08-29 05:03:22,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:22,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac3248ad-06ec-46e0-a4a9-d8d926c371cc Date: Wed, 29 Aug 2018 05:03:22 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:22,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-ac3248ad-06ec-46e0-a4a9-d8d926c371cc 2018-08-29 05:03:22,316 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet 2018-08-29 05:03:22,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" -d '{"subnets": [{"ip_version": 4, "network_id": "688ced37-8551-4cbe-8f7f-1595ebf0145e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]}' 2018-08-29 05:03:23,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a9b63e57-dfdd-4310-b9f8-4cedf22f1427 Date: Wed, 29 Aug 2018 05:03:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:23,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-a9b63e57-dfdd-4310-b9f8-4cedf22f1427 2018-08-29 05:03:23,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:23,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b9e80d0a-b2ad-4aa6-a191-cf5ed3529434 Date: Wed, 29 Aug 2018 05:03:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["bda4f729-6074-4621-a3f4-87bceb63f683"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:22Z","provider:segmentation_id":19,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:21Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:23,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-b9e80d0a-b2ad-4aa6-a191-cf5ed3529434 2018-08-29 05:03:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:23,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-926d950f-8a86-4496-8564-572853ea7c21 Date: Wed, 29 Aug 2018 05:03:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:23,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-926d950f-8a86-4496-8564-572853ea7c21 2018-08-29 05:03:23,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:23,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-174a243c-ae93-43da-8a31-c198f432e094 Date: Wed, 29 Aug 2018 05:03:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["bda4f729-6074-4621-a3f4-87bceb63f683"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:22Z","provider:segmentation_id":19,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:21Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:23,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net used request id req-174a243c-ae93-43da-8a31-c198f432e094 2018-08-29 05:03:23,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:23,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:23,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:23,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162aca7e-7983-4858-a0a1-067e913dd3ab Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:23,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-162aca7e-7983-4858-a0a1-067e913dd3ab 2018-08-29 05:03:23,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:24,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8dda72d7-c5db-4f19-9af7-a3c8696576aa Date: Wed, 29 Aug 2018 05:03:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:24,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-8dda72d7-c5db-4f19-9af7-a3c8696576aa 2018-08-29 05:03:24,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e&name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:24,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2aac1e30-2110-45c0-adec-fa720b527861 Date: Wed, 29 Aug 2018 05:03:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:24,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e&name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet used request id req-2aac1e30-2110-45c0-adec-fa720b527861 2018-08-29 05:03:24,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:03:24,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:24,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["T1pG0ORGQ6GOuSBW-MIWxg"], "issued_at": "2018-08-29T05:03:24.000000Z"}} 2018-08-29 05:03:24,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6de581bcced0b39a7f268734d50f65051658ca" 2018-08-29 05:03:24,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5dc0e52-5dd0-48d8-ab68-05ca62b85210 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:24,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b5dc0e52-5dd0-48d8-ab68-05ca62b85210 2018-08-29 05:03:24,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:24,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-562c323b-195e-433c-9704-5a45bf4a95cc Date: Wed, 29 Aug 2018 05:03:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["bda4f729-6074-4621-a3f4-87bceb63f683"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:22Z","provider:segmentation_id":19,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:21Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:24,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net used request id req-562c323b-195e-433c-9704-5a45bf4a95cc 2018-08-29 05:03:24,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:25,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6917ec2e-6b48-4f06-89ee-1d5358adb316 Date: Wed, 29 Aug 2018 05:03:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:25,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-6917ec2e-6b48-4f06-89ee-1d5358adb316 2018-08-29 05:03:25,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:25,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fa9f96c2-e0ef-4a3b-bfb4-3558226ba7a9 Date: Wed, 29 Aug 2018 05:03:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["bda4f729-6074-4621-a3f4-87bceb63f683"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:22Z","provider:segmentation_id":19,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:21Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:25,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net used request id req-fa9f96c2-e0ef-4a3b-bfb4-3558226ba7a9 2018-08-29 05:03:25,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:25,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:25,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef6de581bcced0b39a7f268734d50f65051658ca" 2018-08-29 05:03:25,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d693fae5-0817-425f-915a-f9974edf7387 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:25,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d693fae5-0817-425f-915a-f9974edf7387 2018-08-29 05:03:25,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:25,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0fbae8d4-e8d5-4af2-a83f-a4190e095216 Date: Wed, 29 Aug 2018 05:03:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:25,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-0fbae8d4-e8d5-4af2-a83f-a4190e095216 2018-08-29 05:03:25,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e&name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:25,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d41b37c0-f62c-4022-af37-94712e33461a Date: Wed, 29 Aug 2018 05:03:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:22Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:22Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"bda4f729-6074-4621-a3f4-87bceb63f683","subnetpool_id":null,"name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet"}]} 2018-08-29 05:03:25,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=688ced37-8551-4cbe-8f7f-1595ebf0145e&name=NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet used request id req-d41b37c0-f62c-4022-af37-94712e33461a 2018-08-29 05:03:25,523 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net 2018-08-29 05:03:25,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" -d '{"port": {"network_id": "688ced37-8551-4cbe-8f7f-1595ebf0145e", "fixed_ips": [{"subnet_id": "bda4f729-6074-4621-a3f4-87bceb63f683", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-port", "admin_state_up": true}}' 2018-08-29 05:03:26,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-2ec0b5a5-4236-4c02-8d90-98ad0c16b771 Date: Wed, 29 Aug 2018 05:03:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:25Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bda4f729-6074-4621-a3f4-87bceb63f683","ip_address":"10.55.1.100"}],"id":"b6c2773b-2807-4b7c-9d5d-3a3882b54940","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:1f:7c","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-port","admin_state_up":true,"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:25Z","binding:vnic_type":"normal"}} 2018-08-29 05:03:26,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-2ec0b5a5-4236-4c02-8d90-98ad0c16b771 2018-08-29 05:03:26,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:26,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6410 X-Openstack-Request-Id: req-e59d0bf7-a413-48b1-8dbd-1f53a63e09cb Date: Wed, 29 Aug 2018 05:03:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.211"}],"id":"10ee45d9-a88c-4676-8f34-b4700d0604bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d6:4b:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae564aa3-d8a4-4352-8a4e-d4e0eea7d657","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bda4f729-6074-4621-a3f4-87bceb63f683","ip_address":"10.55.1.4"}],"id":"3da1edf9-7df7-4e23-b9f4-7aff44cc73bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:81:b5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-688ced37-8551-4cbe-8f7f-1595ebf0145e","name":"","admin_state_up":true,"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.205"}],"id":"3fc91e46-443c-4cd2-8378-c43e31ee7f00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:aa:ee","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bcb0308f-1a3d-40ff-9f9f-ae344b754e22","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.209"}],"id":"61c0b238-7a40-4c5e-a174-f6d384664762","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:07:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ce26ac7-df56-42a8-a2b9-24a0d08fea7b","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bda4f729-6074-4621-a3f4-87bceb63f683","ip_address":"10.55.1.3"}],"id":"98259f8b-3277-4d4f-ab62-2589a96f76c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:63:fd","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-688ced37-8551-4cbe-8f7f-1595ebf0145e","name":"","admin_state_up":true,"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:23Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:25Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bda4f729-6074-4621-a3f4-87bceb63f683","ip_address":"10.55.1.100"}],"id":"b6c2773b-2807-4b7c-9d5d-3a3882b54940","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:1f:7c","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-port","admin_state_up":true,"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.204"}],"id":"da005d59-4469-4f08-ba9c-84a3f0db6a29","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:e3:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6c9cc7ac-f3d3-4885-9d60-10380a866e62","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bda4f729-6074-4621-a3f4-87bceb63f683","ip_address":"10.55.1.2"}],"id":"dd32de57-74ff-45e7-999b-26419e853083","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:db:72","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-688ced37-8551-4cbe-8f7f-1595ebf0145e","name":"","admin_state_up":true,"network_id":"688ced37-8551-4cbe-8f7f-1595ebf0145e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:23Z","binding:vnic_type":"normal"}]} 2018-08-29 05:03:26,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports used request id req-e59d0bf7-a413-48b1-8dbd-1f53a63e09cb 2018-08-29 05:03:26,313 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-port 2018-08-29 05:03:26,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/b6c2773b-2807-4b7c-9d5d-3a3882b54940 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:27,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2723fdf7-aff6-4e20-a3b9-7274b3580d68 Date: Wed, 29 Aug 2018 05:03:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:27,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/b6c2773b-2807-4b7c-9d5d-3a3882b54940 used request id req-2723fdf7-aff6-4e20-a3b9-7274b3580d68 2018-08-29 05:03:27,102 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet 2018-08-29 05:03:27,103 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-subnet 2018-08-29 05:03:27,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/bda4f729-6074-4621-a3f4-87bceb63f683 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:29,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a08a19d-8e9d-47ec-be4b-3481f433a2d6 Date: Wed, 29 Aug 2018 05:03:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:29,213 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/bda4f729-6074-4621-a3f4-87bceb63f683 used request id req-7a08a19d-8e9d-47ec-be4b-3481f433a2d6 2018-08-29 05:03:29,213 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-adde656c-7634-4741-993b-7349e7885704-pub-net 2018-08-29 05:03:29,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/688ced37-8551-4cbe-8f7f-1595ebf0145e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05f05176cb4941dc7e9860330e46642124f77c80" 2018-08-29 05:03:30,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db51eb62-4998-48ab-8020-1617addae133 Date: Wed, 29 Aug 2018 05:03:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:30,650 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/688ced37-8551-4cbe-8f7f-1595ebf0145e used request id req-db51eb62-4998-48ab-8020-1617addae133 2018-08-29 05:03:30,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:31,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["j2sJg3o3SkKq_d2yRGQwiw"], "issued_at": "2018-08-29T05:03:31.000000Z"}} 2018-08-29 05:03:31,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:31,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5460324-0054-4523-9321-8e3076e9deee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:31,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c5460324-0054-4523-9321-8e3076e9deee 2018-08-29 05:03:31,119 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net 2018-08-29 05:03:31,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" -d '{"network": {"name": "NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:31,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b6cf0c1c-a0d8-46ad-a072-db76560c1371 Date: Wed, 29 Aug 2018 05:03:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:31Z","is_default":false,"provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:31Z","mtu":1450}} 2018-08-29 05:03:31,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-b6cf0c1c-a0d8-46ad-a072-db76560c1371 2018-08-29 05:03:31,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:31,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c99799c4-9186-4226-b75f-1800069571e8 Date: Wed, 29 Aug 2018 05:03:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:31Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:31Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:31,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-c99799c4-9186-4226-b75f-1800069571e8 2018-08-29 05:03:31,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:31,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a4bf5c5-7775-45d6-bc62-5b13382f592c Date: Wed, 29 Aug 2018 05:03:31 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:31,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-6a4bf5c5-7775-45d6-bc62-5b13382f592c 2018-08-29 05:03:31,944 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet 2018-08-29 05:03:31,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" -d '{"subnets": [{"ip_version": 4, "network_id": "e2cc79bb-da11-400a-b7c2-3475bd2b96d9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]}' 2018-08-29 05:03:32,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e06e575-3fa3-414a-ac19-dd09306cdec0 Date: Wed, 29 Aug 2018 05:03:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:32,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-4e06e575-3fa3-414a-ac19-dd09306cdec0 2018-08-29 05:03:32,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:32,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2e87a662-bf7e-4f9e-8e30-03d3ed9d0834 Date: Wed, 29 Aug 2018 05:03:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["a4db2729-c14a-403e-8509-2e4fde2ad936"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:32Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:31Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:32,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-2e87a662-bf7e-4f9e-8e30-03d3ed9d0834 2018-08-29 05:03:32,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:32,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4983aeae-2b19-4f4c-9ceb-abd7675efc4f Date: Wed, 29 Aug 2018 05:03:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:32,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-4983aeae-2b19-4f4c-9ceb-abd7675efc4f 2018-08-29 05:03:32,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:33,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-036ab695-9e3c-4896-be08-5d8218191890 Date: Wed, 29 Aug 2018 05:03:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["a4db2729-c14a-403e-8509-2e4fde2ad936"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:32Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:31Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:33,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net used request id req-036ab695-9e3c-4896-be08-5d8218191890 2018-08-29 05:03:33,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:33,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:33,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:33,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7be5496-9644-4b44-8d03-a6702860cd68 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:33,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-c7be5496-9644-4b44-8d03-a6702860cd68 2018-08-29 05:03:33,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:33,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d33d7d6-9d35-4f2e-9b9d-efccb5d9690d Date: Wed, 29 Aug 2018 05:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:33,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-1d33d7d6-9d35-4f2e-9b9d-efccb5d9690d 2018-08-29 05:03:33,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9&name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:33,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7727330e-b771-4411-8c71-2a0d8b382d59 Date: Wed, 29 Aug 2018 05:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:33,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9&name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet used request id req-7727330e-b771-4411-8c71-2a0d8b382d59 2018-08-29 05:03:33,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:03:33,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:33,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["jqunyCBwS4uYPD9G61IlhQ"], "issued_at": "2018-08-29T05:03:33.000000Z"}} 2018-08-29 05:03:33,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b9c7ec4a349fbbe57ca1c8b8380cc5923385d5" 2018-08-29 05:03:33,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6f3217-9248-4d75-8e65-efae7ec4b7b7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:33,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cb6f3217-9248-4d75-8e65-efae7ec4b7b7 2018-08-29 05:03:33,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:34,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-13afb556-b8ad-40d1-92a8-d8e9df8d53a1 Date: Wed, 29 Aug 2018 05:03:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["a4db2729-c14a-403e-8509-2e4fde2ad936"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:32Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:31Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:34,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net used request id req-13afb556-b8ad-40d1-92a8-d8e9df8d53a1 2018-08-29 05:03:34,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:34,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0bf21580-9e9d-45d2-be56-659593f326e4 Date: Wed, 29 Aug 2018 05:03:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:34,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-0bf21580-9e9d-45d2-be56-659593f326e4 2018-08-29 05:03:34,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:34,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2a481aec-bf87-4053-928f-2652ff0c951b Date: Wed, 29 Aug 2018 05:03:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["a4db2729-c14a-403e-8509-2e4fde2ad936"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:32Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:31Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:34,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net used request id req-2a481aec-bf87-4053-928f-2652ff0c951b 2018-08-29 05:03:34,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:34,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:34,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58b9c7ec4a349fbbe57ca1c8b8380cc5923385d5" 2018-08-29 05:03:34,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23065506-8828-41e0-a21c-3146dc67847f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:34,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-23065506-8828-41e0-a21c-3146dc67847f 2018-08-29 05:03:34,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:34,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-edeb6693-d74b-4aec-bba0-e0064806de61 Date: Wed, 29 Aug 2018 05:03:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:34,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-edeb6693-d74b-4aec-bba0-e0064806de61 2018-08-29 05:03:34,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9&name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:34,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-95b0b8a4-5b89-46d2-87c9-ce0d09782e0a Date: Wed, 29 Aug 2018 05:03:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","id":"a4db2729-c14a-403e-8509-2e4fde2ad936","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet"}]} 2018-08-29 05:03:34,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=e2cc79bb-da11-400a-b7c2-3475bd2b96d9&name=NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet used request id req-95b0b8a4-5b89-46d2-87c9-ce0d09782e0a 2018-08-29 05:03:34,975 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net 2018-08-29 05:03:34,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" -d '{"port": {"network_id": "e2cc79bb-da11-400a-b7c2-3475bd2b96d9", "fixed_ips": [{"subnet_id": "a4db2729-c14a-403e-8509-2e4fde2ad936", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-port", "admin_state_up": true}}' 2018-08-29 05:03:35,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-17e4f39b-bf35-4514-bc23-57fb494cbd51 Date: Wed, 29 Aug 2018 05:03:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:35Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4db2729-c14a-403e-8509-2e4fde2ad936","ip_address":"10.55.1.100"}],"id":"8534c06f-8f0b-4fdd-99a5-1e7f5095b9c9","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b8:07:01","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-port","admin_state_up":true,"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:35Z","binding:vnic_type":"normal"}} 2018-08-29 05:03:35,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-17e4f39b-bf35-4514-bc23-57fb494cbd51 2018-08-29 05:03:35,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:35,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6410 X-Openstack-Request-Id: req-13c5e3ce-4b6c-4304-959f-e0316fa1c486 Date: Wed, 29 Aug 2018 05:03:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.211"}],"id":"10ee45d9-a88c-4676-8f34-b4700d0604bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d6:4b:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae564aa3-d8a4-4352-8a4e-d4e0eea7d657","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4db2729-c14a-403e-8509-2e4fde2ad936","ip_address":"10.55.1.4"}],"id":"1a6d5447-138f-496e-ae89-15b0ff3942f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:56:d1","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e2cc79bb-da11-400a-b7c2-3475bd2b96d9","name":"","admin_state_up":true,"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.205"}],"id":"3fc91e46-443c-4cd2-8378-c43e31ee7f00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:aa:ee","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bcb0308f-1a3d-40ff-9f9f-ae344b754e22","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.209"}],"id":"61c0b238-7a40-4c5e-a174-f6d384664762","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:07:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ce26ac7-df56-42a8-a2b9-24a0d08fea7b","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:35Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4db2729-c14a-403e-8509-2e4fde2ad936","ip_address":"10.55.1.100"}],"id":"8534c06f-8f0b-4fdd-99a5-1e7f5095b9c9","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b8:07:01","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-port","admin_state_up":true,"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.204"}],"id":"da005d59-4469-4f08-ba9c-84a3f0db6a29","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:e3:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6c9cc7ac-f3d3-4885-9d60-10380a866e62","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4db2729-c14a-403e-8509-2e4fde2ad936","ip_address":"10.55.1.2"}],"id":"e86f0a3f-c9d5-4878-b24d-aa095414230b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:e6:fe","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e2cc79bb-da11-400a-b7c2-3475bd2b96d9","name":"","admin_state_up":true,"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a4db2729-c14a-403e-8509-2e4fde2ad936","ip_address":"10.55.1.3"}],"id":"ee83911d-0c68-491b-a9da-93999e0d153a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:2d:aa","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e2cc79bb-da11-400a-b7c2-3475bd2b96d9","name":"","admin_state_up":true,"network_id":"e2cc79bb-da11-400a-b7c2-3475bd2b96d9","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:33Z","binding:vnic_type":"normal"}]} 2018-08-29 05:03:35,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports used request id req-13c5e3ce-4b6c-4304-959f-e0316fa1c486 2018-08-29 05:03:35,946 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-port 2018-08-29 05:03:35,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/8534c06f-8f0b-4fdd-99a5-1e7f5095b9c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:36,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-402c6734-e0f7-490b-b2f8-cacaccfc9012 Date: Wed, 29 Aug 2018 05:03:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:36,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/8534c06f-8f0b-4fdd-99a5-1e7f5095b9c9 used request id req-402c6734-e0f7-490b-b2f8-cacaccfc9012 2018-08-29 05:03:36,531 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet 2018-08-29 05:03:36,531 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-subnet 2018-08-29 05:03:36,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/a4db2729-c14a-403e-8509-2e4fde2ad936 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:38,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0bfe3fb8-9aee-4512-957c-e4ca097f2202 Date: Wed, 29 Aug 2018 05:03:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:38,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/a4db2729-c14a-403e-8509-2e4fde2ad936 used request id req-0bfe3fb8-9aee-4512-957c-e4ca097f2202 2018-08-29 05:03:38,751 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8f6032f4-02e2-4a75-918b-f2f49de23965-pub-net 2018-08-29 05:03:38,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/e2cc79bb-da11-400a-b7c2-3475bd2b96d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81f0477f8162bcc82369fd07ad50cc8b9eaafa2f" 2018-08-29 05:03:40,243 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67898a71-15f7-43ab-a87f-266508fed8d6 Date: Wed, 29 Aug 2018 05:03:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:40,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/e2cc79bb-da11-400a-b7c2-3475bd2b96d9 used request id req-67898a71-15f7-43ab-a87f-266508fed8d6 2018-08-29 05:03:40,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:40,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["od_VvEgMQmWv9DYlDkEL2Q"], "issued_at": "2018-08-29T05:03:40.000000Z"}} 2018-08-29 05:03:40,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:40,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d94330e-cead-4d4e-937e-4b69dcc42666 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:40,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8d94330e-cead-4d4e-937e-4b69dcc42666 2018-08-29 05:03:40,709 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net 2018-08-29 05:03:40,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" -d '{"network": {"name": "NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:41,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b413842d-c0f0-4ae9-bb7e-82a42d83ff07 Date: Wed, 29 Aug 2018 05:03: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":"9a13e1e4-eb55-434e-abf4-7f9afb445517","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:40Z","is_default":false,"provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:40Z","mtu":1450}} 2018-08-29 05:03:41,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-b413842d-c0f0-4ae9-bb7e-82a42d83ff07 2018-08-29 05:03:41,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:41,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-93fe9eb0-ac00-4f1b-b237-cc1a0b246b19 Date: Wed, 29 Aug 2018 05:03:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:40Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:40Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:41,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-93fe9eb0-ac00-4f1b-b237-cc1a0b246b19 2018-08-29 05:03:41,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:41,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-762fc5e9-e090-434b-b463-92a020566143 Date: Wed, 29 Aug 2018 05:03:41 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:41,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-762fc5e9-e090-434b-b463-92a020566143 2018-08-29 05:03:41,533 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet 2018-08-29 05:03:41,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" -d '{"subnets": [{"ip_version": 4, "network_id": "9a13e1e4-eb55-434e-abf4-7f9afb445517", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]}' 2018-08-29 05:03:41,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-768c8f27-08e0-4d7c-ab47-5f6bf3f01ad5 Date: Wed, 29 Aug 2018 05:03:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:41,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-768c8f27-08e0-4d7c-ab47-5f6bf3f01ad5 2018-08-29 05:03:41,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:42,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-d67accd6-a43f-4a17-91f6-07202b8c91c0 Date: Wed, 29 Aug 2018 05:03:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["74e50455-1585-46c3-a8f4-a34f3893045d"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:41Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:40Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:42,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-d67accd6-a43f-4a17-91f6-07202b8c91c0 2018-08-29 05:03:42,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:42,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2d816b12-6b41-4f44-b6c2-a8f2b2558fb8 Date: Wed, 29 Aug 2018 05:03:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:42,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-2d816b12-6b41-4f44-b6c2-a8f2b2558fb8 2018-08-29 05:03:42,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:42,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e167cc20-18aa-4423-a1f9-41afa794aafa Date: Wed, 29 Aug 2018 05:03:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["74e50455-1585-46c3-a8f4-a34f3893045d"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:41Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:40Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:42,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net used request id req-e167cc20-18aa-4423-a1f9-41afa794aafa 2018-08-29 05:03:42,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:42,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:42,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:42,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54426881-013e-4643-a524-b09bce6ff142 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:42,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-54426881-013e-4643-a524-b09bce6ff142 2018-08-29 05:03:42,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:42,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2838ce07-6ab0-4009-8f78-0b1dde255077 Date: Wed, 29 Aug 2018 05:03:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:42,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-2838ce07-6ab0-4009-8f78-0b1dde255077 2018-08-29 05:03:42,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517&name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:42,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-59c111a4-9514-4efe-a99f-c675a6cd6145 Date: Wed, 29 Aug 2018 05:03:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:42,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517&name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet used request id req-59c111a4-9514-4efe-a99f-c675a6cd6145 2018-08-29 05:03:42,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:03:42,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:43,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["RIiuD5ggSoO-NoQIxOlO9Q"], "issued_at": "2018-08-29T05:03:43.000000Z"}} 2018-08-29 05:03:43,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7efcec7ce556a33eff6ea5d6ce8950411ce1cda" 2018-08-29 05:03:43,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2bb77ed-9110-4f38-86f2-8fa2663061f5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:43,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c2bb77ed-9110-4f38-86f2-8fa2663061f5 2018-08-29 05:03:43,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:43,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-0cf3cf00-e506-4dcf-84e2-16228f40e2da Date: Wed, 29 Aug 2018 05:03:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["74e50455-1585-46c3-a8f4-a34f3893045d"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:41Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:40Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:43,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net used request id req-0cf3cf00-e506-4dcf-84e2-16228f40e2da 2018-08-29 05:03:43,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:43,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2af83141-41ba-4334-98f4-bbaddc82fa43 Date: Wed, 29 Aug 2018 05:03:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:43,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-2af83141-41ba-4334-98f4-bbaddc82fa43 2018-08-29 05:03:43,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:43,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-84b544c7-d387-470f-91ef-5c4f59a5ea1c Date: Wed, 29 Aug 2018 05:03:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["74e50455-1585-46c3-a8f4-a34f3893045d"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:41Z","provider:segmentation_id":1,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:40Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:43,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net used request id req-84b544c7-d387-470f-91ef-5c4f59a5ea1c 2018-08-29 05:03:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:43,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:43,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7efcec7ce556a33eff6ea5d6ce8950411ce1cda" 2018-08-29 05:03:44,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7260fa3a-e780-4dc4-8e81-af6bcc9f517f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:44,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-7260fa3a-e780-4dc4-8e81-af6bcc9f517f 2018-08-29 05:03:44,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:44,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-85280a20-f215-4b72-bdd0-9a54527a7af7 Date: Wed, 29 Aug 2018 05:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:44,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-85280a20-f215-4b72-bdd0-9a54527a7af7 2018-08-29 05:03:44,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517&name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:44,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7edeeec5-8d68-4454-a3d2-cb703856bb45 Date: Wed, 29 Aug 2018 05:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a13e1e4-eb55-434e-abf4-7f9afb445517","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:41Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"74e50455-1585-46c3-a8f4-a34f3893045d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet"}]} 2018-08-29 05:03:44,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=9a13e1e4-eb55-434e-abf4-7f9afb445517&name=NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet used request id req-7edeeec5-8d68-4454-a3d2-cb703856bb45 2018-08-29 05:03:44,496 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net 2018-08-29 05:03:44,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" -d '{"port": {"network_id": "9a13e1e4-eb55-434e-abf4-7f9afb445517", "fixed_ips": [{"subnet_id": "74e50455-1585-46c3-a8f4-a34f3893045d", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-port", "admin_state_up": true}}' 2018-08-29 05:03:44,669 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-c0458290-88bb-4f64-ab01-ff79eda207d9 Date: Wed, 29 Aug 2018 05:03:44 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-29 05:03:44,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-c0458290-88bb-4f64-ab01-ff79eda207d9 2018-08-29 05:03:44,669 - 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-08-29 05:03:44,670 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet 2018-08-29 05:03:44,670 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-subnet 2018-08-29 05:03:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/74e50455-1585-46c3-a8f4-a34f3893045d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:46,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1622f46a-f926-4d33-a355-76c7840ae742 Date: Wed, 29 Aug 2018 05:03:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:46,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/74e50455-1585-46c3-a8f4-a34f3893045d used request id req-1622f46a-f926-4d33-a355-76c7840ae742 2018-08-29 05:03:46,782 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-338d825d-92b4-46f9-8dda-5ca3e77958db-pub-net 2018-08-29 05:03:46,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/9a13e1e4-eb55-434e-abf4-7f9afb445517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39a1509389e8595da3f35b1f7b53b467c0af3ed" 2018-08-29 05:03:48,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd8269fa-8546-4abb-82b3-81c085bec590 Date: Wed, 29 Aug 2018 05:03:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:48,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/9a13e1e4-eb55-434e-abf4-7f9afb445517 used request id req-bd8269fa-8546-4abb-82b3-81c085bec590 2018-08-29 05:03:48,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:48,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["lerVf4b3TFiwmZtb1BDTtw"], "issued_at": "2018-08-29T05:03:48.000000Z"}} 2018-08-29 05:03:48,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:48,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c2d87e-1808-4c73-a8b1-13d859f987d3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:48,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-98c2d87e-1808-4c73-a8b1-13d859f987d3 2018-08-29 05:03:48,947 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net 2018-08-29 05:03:48,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" -d '{"network": {"name": "NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:49,375 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0b24ae3a-b75c-4970-a3d2-8d11238a7709 Date: Wed, 29 Aug 2018 05:03:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"25c73b85-6b57-42d9-95ab-45a67290f20f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:49Z","is_default":false,"provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:49Z","mtu":1450}} 2018-08-29 05:03:49,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-0b24ae3a-b75c-4970-a3d2-8d11238a7709 2018-08-29 05:03:49,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:49,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e59cac27-ba47-47ab-b550-bf6eeca78f75 Date: Wed, 29 Aug 2018 05:03:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"25c73b85-6b57-42d9-95ab-45a67290f20f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:49Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:49Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:49,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-e59cac27-ba47-47ab-b550-bf6eeca78f75 2018-08-29 05:03:49,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:49,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a34d6b1b-2438-451f-8c48-082d4a4e9500 Date: Wed, 29 Aug 2018 05:03:49 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:49,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-a34d6b1b-2438-451f-8c48-082d4a4e9500 2018-08-29 05:03:49,794 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet 2018-08-29 05:03:49,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" -d '{"subnets": [{"ip_version": 4, "network_id": "25c73b85-6b57-42d9-95ab-45a67290f20f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]}' 2018-08-29 05:03:50,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c7e907e0-cf04-4942-b519-6572fe3a5ae6 Date: Wed, 29 Aug 2018 05:03:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:50,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-c7e907e0-cf04-4942-b519-6572fe3a5ae6 2018-08-29 05:03:50,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:50,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7169114a-d8a5-4446-8fdb-6f3736b5ffd8 Date: Wed, 29 Aug 2018 05:03:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25c73b85-6b57-42d9-95ab-45a67290f20f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["d84fd4b5-09f3-4ed6-8730-cd96802746e1"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:50Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:49Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:50,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-7169114a-d8a5-4446-8fdb-6f3736b5ffd8 2018-08-29 05:03:50,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:50,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-358189ea-3c98-451b-8c09-1ce58e3b5d1c Date: Wed, 29 Aug 2018 05:03:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:50,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-358189ea-3c98-451b-8c09-1ce58e3b5d1c 2018-08-29 05:03:50,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:50,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-21230886-6bd7-4e1e-8cda-041af7ebb55c Date: Wed, 29 Aug 2018 05:03:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25c73b85-6b57-42d9-95ab-45a67290f20f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["d84fd4b5-09f3-4ed6-8730-cd96802746e1"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:50Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:49Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:50,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net used request id req-21230886-6bd7-4e1e-8cda-041af7ebb55c 2018-08-29 05:03:50,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:50,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:50,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:51,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a404c2fb-6bc3-4637-a8fc-20d3758b41fd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:51,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-a404c2fb-6bc3-4637-a8fc-20d3758b41fd 2018-08-29 05:03:51,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:51,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d1b47431-a55b-48ec-b854-37d3432f9d7f Date: Wed, 29 Aug 2018 05:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:51,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-d1b47431-a55b-48ec-b854-37d3432f9d7f 2018-08-29 05:03:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f&name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:51,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4b653f90-d702-40c0-9409-a64ee7d14785 Date: Wed, 29 Aug 2018 05:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:51,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f&name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet used request id req-4b653f90-d702-40c0-9409-a64ee7d14785 2018-08-29 05:03:51,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:03:51,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:51,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["1XLIFjACQ3OTWVpQQf6dyg"], "issued_at": "2018-08-29T05:03:51.000000Z"}} 2018-08-29 05:03:51,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b2a801a06ac6b825534fe4689c1199e5e84da26" 2018-08-29 05:03:51,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e60ab7fd-2eb8-4854-89ff-ef4786b51c98 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:51,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-e60ab7fd-2eb8-4854-89ff-ef4786b51c98 2018-08-29 05:03:51,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:52,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7f5cb0a2-c2a3-41e2-a35a-d68a6310eaad Date: Wed, 29 Aug 2018 05:03:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25c73b85-6b57-42d9-95ab-45a67290f20f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["d84fd4b5-09f3-4ed6-8730-cd96802746e1"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:50Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:49Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:52,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net used request id req-7f5cb0a2-c2a3-41e2-a35a-d68a6310eaad 2018-08-29 05:03:52,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:52,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6cb8b7c9-8e2e-4552-95ec-9ec0aeb32e45 Date: Wed, 29 Aug 2018 05:03:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:52,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-6cb8b7c9-8e2e-4552-95ec-9ec0aeb32e45 2018-08-29 05:03:52,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:52,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-25042589-8a87-4151-84f5-40550d207aff Date: Wed, 29 Aug 2018 05:03:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25c73b85-6b57-42d9-95ab-45a67290f20f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["d84fd4b5-09f3-4ed6-8730-cd96802746e1"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:50Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:49Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:52,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net used request id req-25042589-8a87-4151-84f5-40550d207aff 2018-08-29 05:03:52,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:52,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:52,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b2a801a06ac6b825534fe4689c1199e5e84da26" 2018-08-29 05:03:52,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6baf1c-e220-4c6b-9bcb-9501e4889a9d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:52,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-0f6baf1c-e220-4c6b-9bcb-9501e4889a9d 2018-08-29 05:03:52,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:52,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-194d9115-8595-4698-8fd2-7c40adff265b Date: Wed, 29 Aug 2018 05:03:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:52,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-194d9115-8595-4698-8fd2-7c40adff265b 2018-08-29 05:03:52,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f&name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:52,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-48190273-d577-454e-a3a8-e46d5d1d3047 Date: Wed, 29 Aug 2018 05:03:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25c73b85-6b57-42d9-95ab-45a67290f20f","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:50Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03:50Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"d84fd4b5-09f3-4ed6-8730-cd96802746e1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet"}]} 2018-08-29 05:03:52,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=25c73b85-6b57-42d9-95ab-45a67290f20f&name=NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet used request id req-48190273-d577-454e-a3a8-e46d5d1d3047 2018-08-29 05:03:52,731 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net 2018-08-29 05:03:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" -d '{"port": {"network_id": "25c73b85-6b57-42d9-95ab-45a67290f20f", "fixed_ips": [{"subnet_id": "d84fd4b5-09f3-4ed6-8730-cd96802746e1", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-port", "admin_state_up": true}}' 2018-08-29 05:03:53,117 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-01bab84d-849a-42e2-8bd4-86e6af1ea93c Date: Wed, 29 Aug 2018 05:03:53 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-08-29 05:03:53,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-01bab84d-849a-42e2-8bd4-86e6af1ea93c 2018-08-29 05:03:53,118 - 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-08-29 05:03:53,118 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet 2018-08-29 05:03:53,118 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-subnet 2018-08-29 05:03:53,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/d84fd4b5-09f3-4ed6-8730-cd96802746e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:55,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a8002f3-2bf2-4d8f-b5a0-6871bd70f8b2 Date: Wed, 29 Aug 2018 05:03:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:55,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/d84fd4b5-09f3-4ed6-8730-cd96802746e1 used request id req-2a8002f3-2bf2-4d8f-b5a0-6871bd70f8b2 2018-08-29 05:03:55,339 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b053d705-6f31-40a1-b0ac-8d263089b693-pub-net 2018-08-29 05:03:55,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/25c73b85-6b57-42d9-95ab-45a67290f20f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11d2935e31058677eff61f7826eeaf21159acc3d" 2018-08-29 05:03:56,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b18f907-3efa-417b-99ac-8b917042105d Date: Wed, 29 Aug 2018 05:03:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:03:56,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/25c73b85-6b57-42d9-95ab-45a67290f20f used request id req-5b18f907-3efa-417b-99ac-8b917042105d 2018-08-29 05:03:56,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:57,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["iRxdRnJ-Qa2HUEaHka8QlQ"], "issued_at": "2018-08-29T05:03:57.000000Z"}} 2018-08-29 05:03:57,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:57,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf06755c-6f65-43e3-9c4e-6e7c0591b11e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:57,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cf06755c-6f65-43e3-9c4e-6e7c0591b11e 2018-08-29 05:03:57,257 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net 2018-08-29 05:03:57,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" -d '{"network": {"name": "NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net", "admin_state_up": true}}' 2018-08-29 05:03:57,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-867c43e2-9d24-45ae-9b7b-3f1f93d4f846 Date: Wed, 29 Aug 2018 05:03:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:57Z","is_default":false,"provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:57Z","mtu":1450}} 2018-08-29 05:03:57,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-867c43e2-9d24-45ae-9b7b-3f1f93d4f846 2018-08-29 05:03:57,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:57,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f94effc9-a1a7-430c-a986-e9e1440b8539 Date: Wed, 29 Aug 2018 05:03:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:03:57Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:57Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:57,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-f94effc9-a1a7-430c-a986-e9e1440b8539 2018-08-29 05:03:57,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:58,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ad74bd60-9c47-4515-9180-c3d85def62f5 Date: Wed, 29 Aug 2018 05:03:58 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:03:58,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-ad74bd60-9c47-4515-9180-c3d85def62f5 2018-08-29 05:03:58,117 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet 2018-08-29 05:03:58,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" -d '{"subnets": [{"ip_version": 4, "network_id": "36508f67-0b73-4c6d-a07f-fcbda8921d57", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]}' 2018-08-29 05:03:58,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7487bd84-fbed-4a79-8f97-68bfabd16dfe Date: Wed, 29 Aug 2018 05:03:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:03:58,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-7487bd84-fbed-4a79-8f97-68bfabd16dfe 2018-08-29 05:03:58,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:58,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5c0b26ab-dd3e-455b-bdd9-d1594925dd37 Date: Wed, 29 Aug 2018 05:03:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["6743519d-7daf-4991-869a-cad03edf1685"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:58Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:57Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:58,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-5c0b26ab-dd3e-455b-bdd9-d1594925dd37 2018-08-29 05:03:58,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:58,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f398d84a-08d0-498b-b8ab-cf862c0f1a8f Date: Wed, 29 Aug 2018 05:03:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:03:58,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-f398d84a-08d0-498b-b8ab-cf862c0f1a8f 2018-08-29 05:03:58,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:59,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-20a927b2-a9b8-4cd5-8bbd-bc415972cbb4 Date: Wed, 29 Aug 2018 05:03:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["6743519d-7daf-4991-869a-cad03edf1685"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:58Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:57Z","provider:network_type":"vxlan"}]} 2018-08-29 05:03:59,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net used request id req-20a927b2-a9b8-4cd5-8bbd-bc415972cbb4 2018-08-29 05:03:59,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:03:59,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:03: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:03:59,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:59,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1f1e6c-e886-489f-90f1-fdad997430ee Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:03:59,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-af1f1e6c-e886-489f-90f1-fdad997430ee 2018-08-29 05:03:59,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:59,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1fdc178d-6c8f-4d96-9219-d4dacff3fc57 Date: Wed, 29 Aug 2018 05:03:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:03:59,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-1fdc178d-6c8f-4d96-9219-d4dacff3fc57 2018-08-29 05:03:59,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57&name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:03:59,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b56061ed-24fc-4957-b421-01fcd3130dab Date: Wed, 29 Aug 2018 05:03:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:03:59,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57&name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet used request id req-b56061ed-24fc-4957-b421-01fcd3130dab 2018-08-29 05:03:59,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:03:59,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:03:59,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:03:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["oEwSM2i4Rhi5oG0wD_GXDA"], "issued_at": "2018-08-29T05:03:59.000000Z"}} 2018-08-29 05:03:59,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e212a9f49e99441b50df4961c1defdb445c9b0c" 2018-08-29 05:03:59,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67543662-c793-4a75-bc72-b7ccb5f23e0c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:03:59,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-67543662-c793-4a75-bc72-b7ccb5f23e0c 2018-08-29 05:03:59,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:00,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f6dfecb1-3f04-4116-8573-caf55f80d0fe Date: Wed, 29 Aug 2018 05:04:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["6743519d-7daf-4991-869a-cad03edf1685"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:58Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:57Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:00,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net used request id req-f6dfecb1-3f04-4116-8573-caf55f80d0fe 2018-08-29 05:04:00,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:00,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b284aec9-1bdf-4691-b977-82153055a626 Date: Wed, 29 Aug 2018 05:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:04:00,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-b284aec9-1bdf-4691-b977-82153055a626 2018-08-29 05:04:00,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:00,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-37bb7e55-7500-4d84-be3b-ea858b4c9243 Date: Wed, 29 Aug 2018 05:04:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["6743519d-7daf-4991-869a-cad03edf1685"],"description":"","tags":[],"updated_at":"2018-08-29T05:03:58Z","provider:segmentation_id":76,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:57Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:00,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net used request id req-37bb7e55-7500-4d84-be3b-ea858b4c9243 2018-08-29 05:04:00,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:04:00,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:04: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:04:00,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e212a9f49e99441b50df4961c1defdb445c9b0c" 2018-08-29 05:04:00,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92cca1b6-4d9b-474a-bb27-370f3afaedcb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:00,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-92cca1b6-4d9b-474a-bb27-370f3afaedcb 2018-08-29 05:04:00,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:00,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d8c4601c-bd6d-444c-8558-7b6089f9eea7 Date: Wed, 29 Aug 2018 05:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:04:00,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-d8c4601c-bd6d-444c-8558-7b6089f9eea7 2018-08-29 05:04:00,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57&name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:00,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-055b5e15-d2e1-4650-90b3-d0dd453bc603 Date: Wed, 29 Aug 2018 05:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"36508f67-0b73-4c6d-a07f-fcbda8921d57","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:03:58Z","dns_nameservers":[],"updated_at":"2018-08-29T05:03: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"6743519d-7daf-4991-869a-cad03edf1685","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet"}]} 2018-08-29 05:04:00,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=36508f67-0b73-4c6d-a07f-fcbda8921d57&name=NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet used request id req-055b5e15-d2e1-4650-90b3-d0dd453bc603 2018-08-29 05:04:00,675 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net 2018-08-29 05:04:00,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" -d '{"port": {"network_id": "36508f67-0b73-4c6d-a07f-fcbda8921d57", "fixed_ips": [{"subnet_id": "6743519d-7daf-4991-869a-cad03edf1685", "ip_address": null}], "name": "NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-port", "admin_state_up": true}}' 2018-08-29 05:04:00,697 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-a6ef00fe-9861-4484-8a7b-7c25bb81a420 Date: Wed, 29 Aug 2018 05:04:00 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-08-29 05:04:00,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-a6ef00fe-9861-4484-8a7b-7c25bb81a420 2018-08-29 05:04:00,698 - 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-08-29 05:04:00,698 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet 2018-08-29 05:04:00,698 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-subnet 2018-08-29 05:04:00,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/6743519d-7daf-4991-869a-cad03edf1685 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:02,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-445c363a-7454-4388-b4f2-2b9a38a30200 Date: Wed, 29 Aug 2018 05:04:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:02,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/6743519d-7daf-4991-869a-cad03edf1685 used request id req-445c363a-7454-4388-b4f2-2b9a38a30200 2018-08-29 05:04:02,962 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e0cdab55-7fa6-4e07-9a0e-8b6f01c50230-pub-net 2018-08-29 05:04:02,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/36508f67-0b73-4c6d-a07f-fcbda8921d57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf3e15f61edb22cbdb99c751a6d3818375a01066" 2018-08-29 05:04:04,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54fe5287-392e-47b1-ae6d-7537ade42224 Date: Wed, 29 Aug 2018 05:04:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:04,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/36508f67-0b73-4c6d-a07f-fcbda8921d57 used request id req-54fe5287-392e-47b1-ae6d-7537ade42224 2018-08-29 05:04:04,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:04,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["4EMxKzVwQk2zdqXDBIz-XA"], "issued_at": "2018-08-29T05:04:04.000000Z"}} 2018-08-29 05:04:04,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:04,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8953b8ab-c934-41ee-8918-e72f8689560c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:04,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8953b8ab-c934-41ee-8918-e72f8689560c 2018-08-29 05:04:04,765 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net 2018-08-29 05:04:04,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" -d '{"network": {"name": "NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net", "admin_state_up": true}}' 2018-08-29 05:04:05,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-88f3522e-11a9-49bc-bd6c-9156bbf8eb9f Date: Wed, 29 Aug 2018 05:04:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:04:05Z","is_default":false,"provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:04Z","mtu":1450}} 2018-08-29 05:04:05,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-88f3522e-11a9-49bc-bd6c-9156bbf8eb9f 2018-08-29 05:04:05,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:05,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-249f7ad8-8f0a-45c5-b6e2-84b28badb8a8 Date: Wed, 29 Aug 2018 05:04:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:04:05Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:04Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:05,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-249f7ad8-8f0a-45c5-b6e2-84b28badb8a8 2018-08-29 05:04:05,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:05,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2fbf4286-fc96-49ee-88ee-ddaece9e04c2 Date: Wed, 29 Aug 2018 05:04:05 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:04:05,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-2fbf4286-fc96-49ee-88ee-ddaece9e04c2 2018-08-29 05:04:05,788 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet 2018-08-29 05:04:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" -d '{"subnets": [{"ip_version": 4, "network_id": "b5f13d6c-9bcb-4c05-80b3-c264918b01cb", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]}' 2018-08-29 05:04:06,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-afc3596c-7550-4dd1-920d-3d98f574d54c Date: Wed, 29 Aug 2018 05:04:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:06,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-afc3596c-7550-4dd1-920d-3d98f574d54c 2018-08-29 05:04:06,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:06,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b17e8e4e-42d5-445e-b66d-c980e9909ee8 Date: Wed, 29 Aug 2018 05:04:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["da984073-6ab5-481d-b790-25a0becdfbfa"],"description":"","tags":[],"updated_at":"2018-08-29T05:04:06Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:04Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:06,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-b17e8e4e-42d5-445e-b66d-c980e9909ee8 2018-08-29 05:04:06,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:06,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fba7c00f-d0f1-45ff-a68a-83f3db32c842 Date: Wed, 29 Aug 2018 05:04:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:06,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-fba7c00f-d0f1-45ff-a68a-83f3db32c842 2018-08-29 05:04:06,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:07,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-29219a8f-6c93-42ca-9b83-65aee3d12e73 Date: Wed, 29 Aug 2018 05:04:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["da984073-6ab5-481d-b790-25a0becdfbfa"],"description":"","tags":[],"updated_at":"2018-08-29T05:04:06Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:04Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:07,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net used request id req-29219a8f-6c93-42ca-9b83-65aee3d12e73 2018-08-29 05:04:07,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:04:07,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:04: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:04:07,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:07,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e9658b-b690-4e80-9b68-704f57c8492e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:07,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-03e9658b-b690-4e80-9b68-704f57c8492e 2018-08-29 05:04:07,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:07,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31d251cc-1628-4aac-ba36-acc914169a1d Date: Wed, 29 Aug 2018 05:04:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:07,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-31d251cc-1628-4aac-ba36-acc914169a1d 2018-08-29 05:04:07,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb&name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:07,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f71b53e1-6218-4592-9d44-e0d009facd45 Date: Wed, 29 Aug 2018 05:04:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:07,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb&name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet used request id req-f71b53e1-6218-4592-9d44-e0d009facd45 2018-08-29 05:04:07,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:04:07,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:07,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["aJwa15aIQEuR2P9Kr20H0A"], "issued_at": "2018-08-29T05:04:07.000000Z"}} 2018-08-29 05:04:07,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa71603bfb8456782af63eec8030412d0dd586" 2018-08-29 05:04:07,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b46096b-cf38-4df0-8326-364634c0c34d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:07,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6b46096b-cf38-4df0-8326-364634c0c34d 2018-08-29 05:04:07,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:08,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-eb32df37-6bc8-4500-9244-0c17a2c31788 Date: Wed, 29 Aug 2018 05:04:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["da984073-6ab5-481d-b790-25a0becdfbfa"],"description":"","tags":[],"updated_at":"2018-08-29T05:04:06Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:04Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:08,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net used request id req-eb32df37-6bc8-4500-9244-0c17a2c31788 2018-08-29 05:04:08,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:08,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b5089d18-2710-4bef-a956-ef4086bc50b1 Date: Wed, 29 Aug 2018 05:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:08,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-b5089d18-2710-4bef-a956-ef4086bc50b1 2018-08-29 05:04:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:08,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1de02522-b201-488b-8b01-151d4f79ffbe Date: Wed, 29 Aug 2018 05:04:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["da984073-6ab5-481d-b790-25a0becdfbfa"],"description":"","tags":[],"updated_at":"2018-08-29T05:04:06Z","provider:segmentation_id":39,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:04Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:08,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net used request id req-1de02522-b201-488b-8b01-151d4f79ffbe 2018-08-29 05:04:08,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:04:08,698 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:04:08 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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:04:08,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8baa71603bfb8456782af63eec8030412d0dd586" 2018-08-29 05:04:08,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21b0c42-523c-4351-b2b5-7743a97c5229 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:08,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-c21b0c42-523c-4351-b2b5-7743a97c5229 2018-08-29 05:04:08,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:08,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e198a886-8ad7-4c8d-8332-5ac6d2c475a2 Date: Wed, 29 Aug 2018 05:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:08,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-e198a886-8ad7-4c8d-8332-5ac6d2c475a2 2018-08-29 05:04:08,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb&name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:08,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b6b01db9-3fd3-4899-b84e-99a09dc2aa90 Date: Wed, 29 Aug 2018 05:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:06Z","dns_nameservers":[],"updated_at":"2018-08-29T05:04:06Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"da984073-6ab5-481d-b790-25a0becdfbfa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet"}]} 2018-08-29 05:04:08,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b5f13d6c-9bcb-4c05-80b3-c264918b01cb&name=NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet used request id req-b6b01db9-3fd3-4899-b84e-99a09dc2aa90 2018-08-29 05:04:08,918 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net 2018-08-29 05:04:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" -d '{"port": {"network_id": "b5f13d6c-9bcb-4c05-80b3-c264918b01cb", "fixed_ips": [{"subnet_id": "da984073-6ab5-481d-b790-25a0becdfbfa", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-08-29 05:04:09,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-92552653-31fc-4861-b153-503059b937af Date: Wed, 29 Aug 2018 05:04:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:09Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"da984073-6ab5-481d-b790-25a0becdfbfa","ip_address":"10.55.1.100"}],"id":"8046df26-f6aa-4b39-b99d-bb751f70623b","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:79:47","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:09Z","binding:vnic_type":"normal"}} 2018-08-29 05:04:09,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-92552653-31fc-4861-b153-503059b937af 2018-08-29 05:04:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports/8046df26-f6aa-4b39-b99d-bb751f70623b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:09,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-88a7eb32-12fd-468b-89d3-70d8ccf23286 Date: Wed, 29 Aug 2018 05:04:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:09Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"da984073-6ab5-481d-b790-25a0becdfbfa","ip_address":"10.55.1.100"}],"id":"8046df26-f6aa-4b39-b99d-bb751f70623b","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:79:47","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"b5f13d6c-9bcb-4c05-80b3-c264918b01cb","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:09Z","binding:vnic_type":"normal"}} 2018-08-29 05:04:09,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports/8046df26-f6aa-4b39-b99d-bb751f70623b used request id req-88a7eb32-12fd-468b-89d3-70d8ccf23286 2018-08-29 05:04:09,532 - neutron_utils - INFO - Deleting port with name 2018-08-29 05:04:09,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/8046df26-f6aa-4b39-b99d-bb751f70623b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:10,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd05da5b-9628-462f-94ad-a9c32e39099b Date: Wed, 29 Aug 2018 05:04:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:10,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/8046df26-f6aa-4b39-b99d-bb751f70623b used request id req-fd05da5b-9628-462f-94ad-a9c32e39099b 2018-08-29 05:04:10,073 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet 2018-08-29 05:04:10,073 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-subnet 2018-08-29 05:04:10,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/da984073-6ab5-481d-b790-25a0becdfbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:12,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a772d9cb-1e02-49fc-88b4-90c4261ff16c Date: Wed, 29 Aug 2018 05:04:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:12,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/da984073-6ab5-481d-b790-25a0becdfbfa used request id req-a772d9cb-1e02-49fc-88b4-90c4261ff16c 2018-08-29 05:04:12,117 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-14e640fb-297b-4cc8-a0d0-981ebaf5bf4a-pub-net 2018-08-29 05:04:12,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/b5f13d6c-9bcb-4c05-80b3-c264918b01cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2982dd0a563e1e20a437a2a5e918b97471666d9" 2018-08-29 05:04:13,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7c23624-e55b-4120-8826-efc9c625f74c Date: Wed, 29 Aug 2018 05:04:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:13,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/b5f13d6c-9bcb-4c05-80b3-c264918b01cb used request id req-b7c23624-e55b-4120-8826-efc9c625f74c 2018-08-29 05:04:13,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:13,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["3RpI6o6DTRS_8Ys2n8lvZw"], "issued_at": "2018-08-29T05:04:13.000000Z"}} 2018-08-29 05:04:13,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3cfcda17ee0600160d4a6d82ad2d951c4e4ce" 2018-08-29 05:04:13,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ada24c76-612e-424a-bfa1-762faa28f478 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:13,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ada24c76-612e-424a-bfa1-762faa28f478 2018-08-29 05:04:13,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:04:13,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:14,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["ZJgvzJuGS0CTcb86fWXMBA"], "issued_at": "2018-08-29T05:04:14.000000Z"}} 2018-08-29 05:04:14,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ece5af1e4244c91c035e9c404496fef77998ee09" 2018-08-29 05:04:14,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ca75f4-2b0d-47ae-a22f-1dddce1a159e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:14,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-93ca75f4-2b0d-47ae-a22f-1dddce1a159e 2018-08-29 05:04:14,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c65bc78-f69a-4275-b644-ab6b3bb1f8f3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e3cfcda17ee0600160d4a6d82ad2d951c4e4ce" 2018-08-29 05:04:14,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-69ba55f1-93dd-4bf3-b70f-b76893475697 Date: Wed, 29 Aug 2018 05:04:14 GMT RESP BODY: {"networks":[]} 2018-08-29 05:04:14,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NeutronUtilsRouterTests-9c65bc78-f69a-4275-b644-ab6b3bb1f8f3-pub-net used request id req-69ba55f1-93dd-4bf3-b70f-b76893475697 2018-08-29 05:04:14,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:15,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["3QQlQwCDTYWntTke7r4aSg"], "issued_at": "2018-08-29T05:04:15.000000Z"}} 2018-08-29 05:04:15,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:15,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aba02c8c-bb58-4dce-bf6b-e7823858dc60 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:15,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-aba02c8c-bb58-4dce-bf6b-e7823858dc60 2018-08-29 05:04:15,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:04:15,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:15,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["6GNSeOBnSUSauas41PEleA"], "issued_at": "2018-08-29T05:04:15.000000Z"}} 2018-08-29 05:04:15,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40141542be3e28ef8ef18a938fbf432ac2afa6d" 2018-08-29 05:04:15,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01cdc0e2-4954-4b90-9e92-0390b03cf9f0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:15,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-01cdc0e2-4954-4b90-9e92-0390b03cf9f0 2018-08-29 05:04:15,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:15,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0628726d-12db-4868-9a1d-9853efc7f5f8 Date: Wed, 29 Aug 2018 05:04:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:04:15,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-0628726d-12db-4868-9a1d-9853efc7f5f8 2018-08-29 05:04:15,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:16,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a2df2e5d-946d-4fa7-b77c-d4e5ca5ccfc5 Date: Wed, 29 Aug 2018 05:04:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:04:16,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-a2df2e5d-946d-4fa7-b77c-d4e5ca5ccfc5 2018-08-29 05:04:16,063 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router 2018-08-29 05:04:16,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router", "admin_state_up": true}}' 2018-08-29 05:04:20,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-00dc512b-00e0-4fab-85f3-77bbfa1d5f92 Date: Wed, 29 Aug 2018 05:04:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:20Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "64befe1f-38e4-47e6-b7af-aa2833001753", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}} 2018-08-29 05:04:20,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-00dc512b-00e0-4fab-85f3-77bbfa1d5f92 2018-08-29 05:04:20,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=64befe1f-38e4-47e6-b7af-aa2833001753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:20,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5270ebf0-9993-4a72-b9d7-c9a6d5937f99 Date: Wed, 29 Aug 2018 05:04:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.203"}],"id":"36cb1c1e-c793-4fc5-8ffe-7f815128465d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:59:8e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"64befe1f-38e4-47e6-b7af-aa2833001753","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:20Z","binding:vnic_type":"normal"}]} 2018-08-29 05:04:20,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=64befe1f-38e4-47e6-b7af-aa2833001753 used request id req-5270ebf0-9993-4a72-b9d7-c9a6d5937f99 2018-08-29 05:04:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:21,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8389d2fc-3e57-4230-a52f-5ad893a72cc6 Date: Wed, 29 Aug 2018 05:04:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:04:21,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-8389d2fc-3e57-4230-a52f-5ad893a72cc6 2018-08-29 05:04:21,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:21,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2613 X-Openstack-Request-Id: req-632fbb2e-9bae-4749-88a9-0d97361a1b69 Date: Wed, 29 Aug 2018 05:04:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:17Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2c0ee0a4-9fa7-4c56-804f-5523743fcaae", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:18Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4db620b3-f295-4c89-9ab3-8ad0cc8013d7", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:20Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "64befe1f-38e4-47e6-b7af-aa2833001753", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:19Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "930a4ff1-5213-4ecf-932f-34964cf05974", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}]} 2018-08-29 05:04:21,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router used request id req-632fbb2e-9bae-4749-88a9-0d97361a1b69 2018-08-29 05:04:21,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:04:21,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:04: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:04:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:21,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a1db07-793f-4571-b6c4-75487e47526c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:21,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-b3a1db07-793f-4571-b6c4-75487e47526c 2018-08-29 05:04:21,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=2c0ee0a4-9fa7-4c56-804f-5523743fcaae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:21,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-dfe7c247-864c-4b6b-838c-d0645950422c Date: Wed, 29 Aug 2018 05:04:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.208"}],"id":"18ec76bf-e89b-49a0-8c1c-ffc966f1db69","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:86:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2c0ee0a4-9fa7-4c56-804f-5523743fcaae","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:16Z","binding:vnic_type":"normal"}]} 2018-08-29 05:04:21,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=2c0ee0a4-9fa7-4c56-804f-5523743fcaae used request id req-dfe7c247-864c-4b6b-838c-d0645950422c 2018-08-29 05:04:21,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:21,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c974b995-2942-4a7d-86b9-66bcdeebed98 Date: Wed, 29 Aug 2018 05:04:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:04:21,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-c974b995-2942-4a7d-86b9-66bcdeebed98 2018-08-29 05:04:21,590 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router 2018-08-29 05:04:21,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/routers/64befe1f-38e4-47e6-b7af-aa2833001753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:22,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-938049c4-0805-4546-9411-100751a46514 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:22,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/64befe1f-38e4-47e6-b7af-aa2833001753 used request id req-938049c4-0805-4546-9411-100751a46514 2018-08-29 05:04:22,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:23,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-a3b6839e-b1ea-40c6-b0df-70ffcff2af72 Date: Wed, 29 Aug 2018 05:04:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:17Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2c0ee0a4-9fa7-4c56-804f-5523743fcaae", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:18Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4db620b3-f295-4c89-9ab3-8ad0cc8013d7", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:19Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "930a4ff1-5213-4ecf-932f-34964cf05974", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}]} 2018-08-29 05:04:23,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router used request id req-a3b6839e-b1ea-40c6-b0df-70ffcff2af72 2018-08-29 05:04:23,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:23,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e88b31-1a54-4b0a-ad48-f4ee89e6f7f6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:23,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-e8e88b31-1a54-4b0a-ad48-f4ee89e6f7f6 2018-08-29 05:04:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=2c0ee0a4-9fa7-4c56-804f-5523743fcaae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:23,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6173edc5-4799-475f-be19-0c7ce5161ff1 Date: Wed, 29 Aug 2018 05:04:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.208"}],"id":"18ec76bf-e89b-49a0-8c1c-ffc966f1db69","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:86:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2c0ee0a4-9fa7-4c56-804f-5523743fcaae","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:16Z","binding:vnic_type":"normal"}]} 2018-08-29 05:04:23,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=2c0ee0a4-9fa7-4c56-804f-5523743fcaae used request id req-6173edc5-4799-475f-be19-0c7ce5161ff1 2018-08-29 05:04:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a364d4e9a01362d2d256723407d251a91564e701" 2018-08-29 05:04:23,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e324e464-408a-4a88-98ee-455ada970326 Date: Wed, 29 Aug 2018 05:04:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:04:23,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-e324e464-408a-4a88-98ee-455ada970326 2018-08-29 05:04:23,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:23,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["creycNRaRn-rmKQXTJLRMw"], "issued_at": "2018-08-29T05:04:23.000000Z"}} 2018-08-29 05:04:23,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:23,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c878ea-c2e0-4b3a-9750-0000a6e0d132 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:23,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-74c878ea-c2e0-4b3a-9750-0000a6e0d132 2018-08-29 05:04:23,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:04:23,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:24,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["OEHiVirTRMaR_Q49Epwkig"], "issued_at": "2018-08-29T05:04:24.000000Z"}} 2018-08-29 05:04:24,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e00f8b96d1ce26125ee9c1520ed03253cf64d189" 2018-08-29 05:04:24,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aa563d3-d55f-4b78-b659-fbcd50323441 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:24,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7aa563d3-d55f-4b78-b659-fbcd50323441 2018-08-29 05:04:24,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:24,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-948a163a-0ae4-41c0-be20-254f6b4b8462 Date: Wed, 29 Aug 2018 05:04:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:04:24,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-948a163a-0ae4-41c0-be20-254f6b4b8462 2018-08-29 05:04:24,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:24,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-829a8598-93f6-43e4-9817-4674bca2c9b3 Date: Wed, 29 Aug 2018 05:04:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:04:24,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-829a8598-93f6-43e4-9817-4674bca2c9b3 2018-08-29 05:04:24,981 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router 2018-08-29 05:04:24,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router", "admin_state_up": true}}' 2018-08-29 05:04:28,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-e1a854fa-5539-4bc3-b2eb-468ec1299785 Date: Wed, 29 Aug 2018 05:04:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:27Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "a76605de-9a89-48de-a402-33b895852808", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}} 2018-08-29 05:04:28,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-e1a854fa-5539-4bc3-b2eb-468ec1299785 2018-08-29 05:04:28,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=a76605de-9a89-48de-a402-33b895852808 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:28,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6447a9b0-eb6d-4214-afb9-244959396556 Date: Wed, 29 Aug 2018 05:04:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:27Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.206"}],"id":"43b637d7-1e84-42a9-aad1-04a8866f03ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:73:02:0a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a76605de-9a89-48de-a402-33b895852808","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:27Z","binding:vnic_type":"normal"}]} 2018-08-29 05:04:28,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=a76605de-9a89-48de-a402-33b895852808 used request id req-6447a9b0-eb6d-4214-afb9-244959396556 2018-08-29 05:04:28,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:28,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-101254fa-f764-41c2-8d08-364b0081e1d6 Date: Wed, 29 Aug 2018 05:04:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:04:28,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-101254fa-f764-41c2-8d08-364b0081e1d6 2018-08-29 05:04:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:28,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-fa6aa37f-860f-44ec-826c-2d3434f4ea63 Date: Wed, 29 Aug 2018 05:04:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:25Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:27Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "a76605de-9a89-48de-a402-33b895852808", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:26Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bea34f1a-9f49-4fc6-b060-fadbc805f61a", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}]} 2018-08-29 05:04:28,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router used request id req-fa6aa37f-860f-44ec-826c-2d3434f4ea63 2018-08-29 05:04:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:04:28,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:04: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:04:28,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:28,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df643e7a-6286-4c47-9e32-47373fd21957 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:28,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-df643e7a-6286-4c47-9e32-47373fd21957 2018-08-29 05:04:28,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:29,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c7d1601c-c313-4d60-a93b-1498e990f809 Date: Wed, 29 Aug 2018 05:04:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.212"}],"id":"9cb5c5cf-7cc7-4baf-b6f9-4066677bf41d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:4f:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:25Z","binding:vnic_type":"normal"}]} 2018-08-29 05:04:29,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 used request id req-c7d1601c-c313-4d60-a93b-1498e990f809 2018-08-29 05:04:29,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:29,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1e4b83d8-1262-472c-a26e-a81f9eaf7b94 Date: Wed, 29 Aug 2018 05:04:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:04:29,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-1e4b83d8-1262-472c-a26e-a81f9eaf7b94 2018-08-29 05:04:29,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:29,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e2391e92-3b2e-4bed-9f63-6753916b46ce Date: Wed, 29 Aug 2018 05:04:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:04:29,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-e2391e92-3b2e-4bed-9f63-6753916b46ce 2018-08-29 05:04:29,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:29,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c03e9847-7d26-4264-9250-de7a4f6122f7 Date: Wed, 29 Aug 2018 05:04:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:04:29,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-c03e9847-7d26-4264-9250-de7a4f6122f7 2018-08-29 05:04:29,542 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router 2018-08-29 05:04:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/routers/a76605de-9a89-48de-a402-33b895852808 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:30,717 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bb3c298-c65e-427e-ae92-44a21d2263f0 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:30,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/a76605de-9a89-48de-a402-33b895852808 used request id req-3bb3c298-c65e-427e-ae92-44a21d2263f0 2018-08-29 05:04:30,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:30,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-5c6ca1dd-c785-4873-9551-e2d1a6f2106a Date: Wed, 29 Aug 2018 05:04:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:25Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:26Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bea34f1a-9f49-4fc6-b060-fadbc805f61a", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}]} 2018-08-29 05:04:30,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers?name=NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router used request id req-5c6ca1dd-c785-4873-9551-e2d1a6f2106a 2018-08-29 05:04:30,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:31,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44507e03-223b-4b84-9da0-fd3a93205290 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:31,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-44507e03-223b-4b84-9da0-fd3a93205290 2018-08-29 05:04:31,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?device_id=920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:31,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-71ee82c6-5b71-4846-a765-f88195354fa4 Date: Wed, 29 Aug 2018 05:04:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.212"}],"id":"9cb5c5cf-7cc7-4baf-b6f9-4066677bf41d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:4f:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:25Z","binding:vnic_type":"normal"}]} 2018-08-29 05:04:31,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?device_id=920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 used request id req-71ee82c6-5b71-4846-a765-f88195354fa4 2018-08-29 05:04:31,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ba7a35b117ba1ae40d116b91248d1c9eca36f7" 2018-08-29 05:04:31,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-eb1bc504-a159-423c-be8c-43fdf324a2f6 Date: Wed, 29 Aug 2018 05:04:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}} 2018-08-29 05:04:31,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets/22013455-84e2-490c-9984-e92df445cfbb used request id req-eb1bc504-a159-423c-be8c-43fdf324a2f6 2018-08-29 05:04:31,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:31,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["sGGv5ZynRoiVosTSKZjM-A"], "issued_at": "2018-08-29T05:04:31.000000Z"}} 2018-08-29 05:04:31,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" 2018-08-29 05:04:31,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-432719f1-7fc7-4f9d-beaf-85c4fae453c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:31,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-432719f1-7fc7-4f9d-beaf-85c4fae453c8 2018-08-29 05:04:31,902 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name 2018-08-29 05:04:31,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name"}}' 2018-08-29 05:04:32,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-650c4503-f719-4b05-970d-a29edeb29396 Date: Wed, 29 Aug 2018 05:04:32 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:32Z", "updated_at": "2018-08-29T05:04:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:32Z", "revision_number": 0, "id": "69dbe005-b3cd-40ef-9761-5417bc378329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:32Z", "revision_number": 0, "id": "6d19eb4a-9ad0-4392-8db2-7c99c90ac2b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "name": "NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name"}} 2018-08-29 05:04:32,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-650c4503-f719-4b05-970d-a29edeb29396 2018-08-29 05:04:32,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5370aba-2c62-4c3b-a8d3-3cb1325ec028 2018-08-29 05:04:32,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=e5370aba-2c62-4c3b-a8d3-3cb1325ec028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" 2018-08-29 05:04:32,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7554028e-1b72-4a26-b82b-99a8958b708b Date: Wed, 29 Aug 2018 05:04:32 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-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:32Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "69dbe005-b3cd-40ef-9761-5417bc378329"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:32Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6d19eb4a-9ad0-4392-8db2-7c99c90ac2b8"}]} 2018-08-29 05:04:32,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=e5370aba-2c62-4c3b-a8d3-3cb1325ec028 used request id req-7554028e-1b72-4a26-b82b-99a8958b708b 2018-08-29 05:04:32,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" 2018-08-29 05:04:32,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-77acc73e-a710-4c09-88b6-fbc8f81001c7 Date: Wed, 29 Aug 2018 05:04:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:32Z", "updated_at": "2018-08-29T05:04:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:32Z", "revision_number": 0, "id": "6d19eb4a-9ad0-4392-8db2-7c99c90ac2b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:32Z", "revision_number": 0, "id": "69dbe005-b3cd-40ef-9761-5417bc378329", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "name": "NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name"}]} 2018-08-29 05:04:32,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name used request id req-77acc73e-a710-4c09-88b6-fbc8f81001c7 2018-08-29 05:04:32,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5370aba-2c62-4c3b-a8d3-3cb1325ec028 2018-08-29 05:04:32,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=e5370aba-2c62-4c3b-a8d3-3cb1325ec028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" 2018-08-29 05:04:32,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5bb1bb5a-7bd3-4fab-8c7c-95d5d20f82c6 Date: Wed, 29 Aug 2018 05:04:32 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-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:32Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "69dbe005-b3cd-40ef-9761-5417bc378329"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:32Z", "security_group_id": "e5370aba-2c62-4c3b-a8d3-3cb1325ec028", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:32Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6d19eb4a-9ad0-4392-8db2-7c99c90ac2b8"}]} 2018-08-29 05:04:32,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=e5370aba-2c62-4c3b-a8d3-3cb1325ec028 used request id req-5bb1bb5a-7bd3-4fab-8c7c-95d5d20f82c6 2018-08-29 05:04:32,875 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name 2018-08-29 05:04:32,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/e5370aba-2c62-4c3b-a8d3-3cb1325ec028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" 2018-08-29 05:04:33,215 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31baa36c-04b6-4708-a4ea-d17d280e9c73 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:33,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/e5370aba-2c62-4c3b-a8d3-3cb1325ec028 used request id req-31baa36c-04b6-4708-a4ea-d17d280e9c73 2018-08-29 05:04:33,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba99c68985e78d1531ff64044a519fda63e71645" 2018-08-29 05:04:33,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7938a54b-916a-46a4-9f8f-f609caa3c12e Date: Wed, 29 Aug 2018 05:04:33 GMT RESP BODY: {"security_groups": []} 2018-08-29 05:04:33,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-49804fed-fb8d-4b68-83d4-18ef27f7a457name used request id req-7938a54b-916a-46a4-9f8f-f609caa3c12e 2018-08-29 05:04:33,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:33,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["2Y5poXYkTAm5T4mVJJVhIw"], "issued_at": "2018-08-29T05:04:33.000000Z"}} 2018-08-29 05:04:33,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4c3fddbb3ca41b21d0c0a1bcdd27215b649b41c" 2018-08-29 05:04:33,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbc34e7-4a47-448b-8dc4-991844d8fffb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:33,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3dbc34e7-4a47-448b-8dc4-991844d8fffb 2018-08-29 05:04:33,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:34,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["KKlLeKyxTbWwcrllaW75Xw"], "issued_at": "2018-08-29T05:04:34.000000Z"}} 2018-08-29 05:04:34,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9939c192f0bd3438ba808024df134d25b1349386" 2018-08-29 05:04:34,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc656430-23f9-4463-8c98-0132754abc69 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:34,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cc656430-23f9-4463-8c98-0132754abc69 2018-08-29 05:04:34,340 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname 2018-08-29 05:04:34,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9939c192f0bd3438ba808024df134d25b1349386" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname", "description": "hello group"}}' 2018-08-29 05:04:34,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-fb340568-738f-46d2-8ef8-532d22685669 Date: Wed, 29 Aug 2018 05:04:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:34Z", "updated_at": "2018-08-29T05:04:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:34Z", "revision_number": 0, "id": "97a8c677-69b4-4965-a1bf-b865da4ebbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:34Z", "revision_number": 0, "id": "b2a4f123-247a-421b-af2f-b3e4b3ff70a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "154847b2-a12f-4930-a876-11b1d55140f9", "name": "NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname"}} 2018-08-29 05:04:34,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-fb340568-738f-46d2-8ef8-532d22685669 2018-08-29 05:04:34,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 154847b2-a12f-4930-a876-11b1d55140f9 2018-08-29 05:04:34,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=154847b2-a12f-4930-a876-11b1d55140f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9939c192f0bd3438ba808024df134d25b1349386" 2018-08-29 05:04:34,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5d860a0a-a7be-47e0-b6d5-972642a9f4c4 Date: Wed, 29 Aug 2018 05:04:34 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-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "97a8c677-69b4-4965-a1bf-b865da4ebbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "b2a4f123-247a-421b-af2f-b3e4b3ff70a3"}]} 2018-08-29 05:04:34,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=154847b2-a12f-4930-a876-11b1d55140f9 used request id req-5d860a0a-a7be-47e0-b6d5-972642a9f4c4 2018-08-29 05:04:34,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9939c192f0bd3438ba808024df134d25b1349386" 2018-08-29 05:04:35,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-d5f4ad18-73cf-4cb6-b207-c4ae9f189ab1 Date: Wed, 29 Aug 2018 05:04:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:34Z", "updated_at": "2018-08-29T05:04:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:34Z", "revision_number": 0, "id": "b2a4f123-247a-421b-af2f-b3e4b3ff70a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:34Z", "revision_number": 0, "id": "97a8c677-69b4-4965-a1bf-b865da4ebbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "154847b2-a12f-4930-a876-11b1d55140f9", "name": "NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname"}]} 2018-08-29 05:04:35,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname&description=hello+group used request id req-d5f4ad18-73cf-4cb6-b207-c4ae9f189ab1 2018-08-29 05:04:35,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 154847b2-a12f-4930-a876-11b1d55140f9 2018-08-29 05:04:35,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=154847b2-a12f-4930-a876-11b1d55140f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9939c192f0bd3438ba808024df134d25b1349386" 2018-08-29 05:04:35,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-41ddcc8a-306d-4b95-a6b7-b433ea704b08 Date: Wed, 29 Aug 2018 05:04:35 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-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "97a8c677-69b4-4965-a1bf-b865da4ebbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:34Z", "security_group_id": "154847b2-a12f-4930-a876-11b1d55140f9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:34Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "b2a4f123-247a-421b-af2f-b3e4b3ff70a3"}]} 2018-08-29 05:04:35,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=154847b2-a12f-4930-a876-11b1d55140f9 used request id req-41ddcc8a-306d-4b95-a6b7-b433ea704b08 2018-08-29 05:04:35,405 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-10917281-8585-4afe-9394-b6c84b35a78cname 2018-08-29 05:04:35,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/154847b2-a12f-4930-a876-11b1d55140f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9939c192f0bd3438ba808024df134d25b1349386" 2018-08-29 05:04:35,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92a835ea-7410-4fc8-b4f6-3b988b22f33d Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:35,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/154847b2-a12f-4930-a876-11b1d55140f9 used request id req-92a835ea-7410-4fc8-b4f6-3b988b22f33d 2018-08-29 05:04:35,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:36,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["3flSFSw6TsWZysvdkdE18Q"], "issued_at": "2018-08-29T05:04:36.000000Z"}} 2018-08-29 05:04:36,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:36,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e48b81d-30b1-4f73-9aaa-d907cf6b9d9a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:36,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5e48b81d-30b1-4f73-9aaa-d907cf6b9d9a 2018-08-29 05:04:36,194 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename 2018-08-29 05:04:36,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename", "description": "hello group"}}' 2018-08-29 05:04:36,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-2dbe33de-46ac-4e36-9840-f60dda76799b Date: Wed, 29 Aug 2018 05:04:36 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "updated_at": "2018-08-29T05:04:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "802fbd17-0797-4141-9245-375bf92f5e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "96738d8e-4df1-4e61-ab14-a5212145827e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "name": "NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename"}} 2018-08-29 05:04:36,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-2dbe33de-46ac-4e36-9840-f60dda76799b 2018-08-29 05:04:36,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae685753-8ab7-475b-891a-11e438bcb8b9 2018-08-29 05:04:36,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:36,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4137ec47-b86c-4a4c-abea-9f072526add5 Date: Wed, 29 Aug 2018 05:04:36 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-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "802fbd17-0797-4141-9245-375bf92f5e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "96738d8e-4df1-4e61-ab14-a5212145827e"}]} 2018-08-29 05:04:36,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-4137ec47-b86c-4a4c-abea-9f072526add5 2018-08-29 05:04:36,749 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae685753-8ab7-475b-891a-11e438bcb8b9 2018-08-29 05:04:36,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:36,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-71e40101-e44c-4e03-93de-3a8ce9325a96 Date: Wed, 29 Aug 2018 05:04:36 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-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "802fbd17-0797-4141-9245-375bf92f5e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "96738d8e-4df1-4e61-ab14-a5212145827e"}]} 2018-08-29 05:04:36,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-71e40101-e44c-4e03-93de-3a8ce9325a96 2018-08-29 05:04:36,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:36,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647658fa-25d5-4f25-b3cb-201c0653716d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:36,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-647658fa-25d5-4f25-b3cb-201c0653716d 2018-08-29 05:04:36,994 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename 2018-08-29 05:04:36,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:37,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-a55a5302-e9f0-4367-bc04-68cee065338a Date: Wed, 29 Aug 2018 05:04:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "updated_at": "2018-08-29T05:04:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "96738d8e-4df1-4e61-ab14-a5212145827e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "802fbd17-0797-4141-9245-375bf92f5e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "name": "NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename"}]} 2018-08-29 05:04:37,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename used request id req-a55a5302-e9f0-4367-bc04-68cee065338a 2018-08-29 05:04:37,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:04:37,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:04: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:04:37,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:37,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0cdf0ba-ae1f-44d1-88bb-5d03a48d9526 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:04:37,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-a0cdf0ba-ae1f-44d1-88bb-5d03a48d9526 2018-08-29 05:04:37,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae685753-8ab7-475b-891a-11e438bcb8b9 2018-08-29 05:04:37,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:37,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-037af310-41a8-4c93-9a3f-925c16eada0f Date: Wed, 29 Aug 2018 05:04:37 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-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "802fbd17-0797-4141-9245-375bf92f5e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "96738d8e-4df1-4e61-ab14-a5212145827e"}]} 2018-08-29 05:04:37,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-037af310-41a8-4c93-9a3f-925c16eada0f 2018-08-29 05:04:37,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24: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}ba5922f63b7902f292d0e1922b9ad413c95df05d" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9"}}' 2018-08-29 05:04:37,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-eb96c408-4e70-4559-a20a-7bd6018e15dd Date: Wed, 29 Aug 2018 05:04:37 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-08-29T05:04:37Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:37Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "af9e597f-cbb0-484f-89ff-77506f7feebb"}} 2018-08-29 05:04:37,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-eb96c408-4e70-4559-a20a-7bd6018e15dd 2018-08-29 05:04:37,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:37,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-47cf6f7c-3c50-4e74-8d05-68d6f4805db5 Date: Wed, 29 Aug 2018 05:04:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "updated_at": "2018-08-29T05:04:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:37Z", "revision_number": 0, "id": "af9e597f-cbb0-484f-89ff-77506f7feebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:37Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "96738d8e-4df1-4e61-ab14-a5212145827e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "802fbd17-0797-4141-9245-375bf92f5e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 3, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "name": "NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename"}]} 2018-08-29 05:04:37,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename&description=hello+group used request id req-47cf6f7c-3c50-4e74-8d05-68d6f4805db5 2018-08-29 05:04:37,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae685753-8ab7-475b-891a-11e438bcb8b9 2018-08-29 05:04:37,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:38,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-f63fec53-54bd-40de-a628-d0676150efc7 Date: Wed, 29 Aug 2018 05:04:38 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-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "802fbd17-0797-4141-9245-375bf92f5e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "96738d8e-4df1-4e61-ab14-a5212145827e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:37Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:37Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "af9e597f-cbb0-484f-89ff-77506f7feebb"}]} 2018-08-29 05:04:38,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-f63fec53-54bd-40de-a628-d0676150efc7 2018-08-29 05:04:38,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae685753-8ab7-475b-891a-11e438bcb8b9 2018-08-29 05:04:38,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:38,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-c868bd8f-ed73-42bc-8d04-59ccf81765be Date: Wed, 29 Aug 2018 05:04:38 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-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "802fbd17-0797-4141-9245-375bf92f5e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "96738d8e-4df1-4e61-ab14-a5212145827e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:37Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:37Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "af9e597f-cbb0-484f-89ff-77506f7feebb"}]} 2018-08-29 05:04:38,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-c868bd8f-ed73-42bc-8d04-59ccf81765be 2018-08-29 05:04:38,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:38,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-0fe15787-17b8-44e8-886d-747d74e1b3c1 Date: Wed, 29 Aug 2018 05:04:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "updated_at": "2018-08-29T05:04:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:37Z", "revision_number": 0, "id": "af9e597f-cbb0-484f-89ff-77506f7feebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:37Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "96738d8e-4df1-4e61-ab14-a5212145827e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "revision_number": 0, "id": "802fbd17-0797-4141-9245-375bf92f5e46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 3, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "name": "NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename"}]} 2018-08-29 05:04:38,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename&description=hello+group used request id req-0fe15787-17b8-44e8-886d-747d74e1b3c1 2018-08-29 05:04:38,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ae685753-8ab7-475b-891a-11e438bcb8b9 2018-08-29 05:04:38,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:38,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-6be11f0f-80ff-4eb2-a6b1-eb307530a513 Date: Wed, 29 Aug 2018 05:04:38 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-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "802fbd17-0797-4141-9245-375bf92f5e46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:36Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:36Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "96738d8e-4df1-4e61-ab14-a5212145827e"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:37Z", "security_group_id": "ae685753-8ab7-475b-891a-11e438bcb8b9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:37Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "af9e597f-cbb0-484f-89ff-77506f7feebb"}]} 2018-08-29 05:04:38,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-6be11f0f-80ff-4eb2-a6b1-eb307530a513 2018-08-29 05:04:38,469 - neutron_utils - INFO - Deleting security group rule with ID - 802fbd17-0797-4141-9245-375bf92f5e46 2018-08-29 05:04:38,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/802fbd17-0797-4141-9245-375bf92f5e46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:38,737 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-006b5fa0-1dcf-441c-9bd8-c3b258d81b23 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:38,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/802fbd17-0797-4141-9245-375bf92f5e46 used request id req-006b5fa0-1dcf-441c-9bd8-c3b258d81b23 2018-08-29 05:04:38,737 - neutron_utils - INFO - Deleting security group rule with ID - 96738d8e-4df1-4e61-ab14-a5212145827e 2018-08-29 05:04:38,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/96738d8e-4df1-4e61-ab14-a5212145827e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:38,852 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6539222-f5da-4f8a-bdec-49492aa3407e Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:38,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/96738d8e-4df1-4e61-ab14-a5212145827e used request id req-b6539222-f5da-4f8a-bdec-49492aa3407e 2018-08-29 05:04:38,852 - neutron_utils - INFO - Deleting security group rule with ID - af9e597f-cbb0-484f-89ff-77506f7feebb 2018-08-29 05:04:38,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-group-rules/af9e597f-cbb0-484f-89ff-77506f7feebb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:39,108 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b5fec636-e4fc-4503-bd57-e1e04a8ca0ef Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:39,109 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-group-rules/af9e597f-cbb0-484f-89ff-77506f7feebb used request id req-b5fec636-e4fc-4503-bd57-e1e04a8ca0ef 2018-08-29 05:04:39,109 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-442a66f7-0379-4f00-8021-016663ff03aename 2018-08-29 05:04:39,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/ae685753-8ab7-475b-891a-11e438bcb8b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba5922f63b7902f292d0e1922b9ad413c95df05d" 2018-08-29 05:04:39,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80f111f5-f1b1-4531-b1b2-2a34b109bfbb Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:39,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/ae685753-8ab7-475b-891a-11e438bcb8b9 used request id req-80f111f5-f1b1-4531-b1b2-2a34b109bfbb 2018-08-29 05:04:39,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:39,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["u2TCv6hnRX-UIgivAud82w"], "issued_at": "2018-08-29T05:04:39.000000Z"}} 2018-08-29 05:04:39,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:39,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a542850-7f1b-40e3-abcc-1094848d6ed8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:39,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-0a542850-7f1b-40e3-abcc-1094848d6ed8 2018-08-29 05:04:39,832 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-1 2018-08-29 05:04:39,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-1", "description": "hello group"}}' 2018-08-29 05:04:40,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-7f597dee-3fed-4e62-9144-349c807569c2 Date: Wed, 29 Aug 2018 05:04:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "updated_at": "2018-08-29T05:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "65c224ee-8b04-40d3-b6e0-348d3dfa9632", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "c24419e8-712d-48e7-9cdc-1df4728768f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "name": "NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-1"}} 2018-08-29 05:04:40,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-7f597dee-3fed-4e62-9144-349c807569c2 2018-08-29 05:04:40,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 36eb1107-3bc6-46ea-b007-7b8b1702cd97 2018-08-29 05:04:40,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=36eb1107-3bc6-46ea-b007-7b8b1702cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:40,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc898e9e-c47a-4735-a703-4e8560de54e9 Date: Wed, 29 Aug 2018 05:04:40 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-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "65c224ee-8b04-40d3-b6e0-348d3dfa9632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c24419e8-712d-48e7-9cdc-1df4728768f6"}]} 2018-08-29 05:04:40,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=36eb1107-3bc6-46ea-b007-7b8b1702cd97 used request id req-cc898e9e-c47a-4735-a703-4e8560de54e9 2018-08-29 05:04:40,514 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-2 2018-08-29 05:04:40,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-2", "description": "hello group"}}' 2018-08-29 05:04:40,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-21a9e52f-2b45-444a-b4bb-d45c01a6941a Date: Wed, 29 Aug 2018 05:04:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "updated_at": "2018-08-29T05:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "2b24ddd0-9b63-4a41-a08d-5de98fcd9beb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "52ceca57-45fc-43db-9cb4-06f8719fafaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f4e06577-61f9-40c8-b375-4383459e26c9", "name": "NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-2"}} 2018-08-29 05:04:40,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-21a9e52f-2b45-444a-b4bb-d45c01a6941a 2018-08-29 05:04:40,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f4e06577-61f9-40c8-b375-4383459e26c9 2018-08-29 05:04:40,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=f4e06577-61f9-40c8-b375-4383459e26c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:41,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3be84e8a-c050-4385-b30d-1d8392914fc5 Date: Wed, 29 Aug 2018 05:04:41 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-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2b24ddd0-9b63-4a41-a08d-5de98fcd9beb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "52ceca57-45fc-43db-9cb4-06f8719fafaf"}]} 2018-08-29 05:04:41,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=f4e06577-61f9-40c8-b375-4383459e26c9 used request id req-3be84e8a-c050-4385-b30d-1d8392914fc5 2018-08-29 05:04:41,066 - neutron_utils - INFO - Retrieving security group with ID - 36eb1107-3bc6-46ea-b007-7b8b1702cd97 2018-08-29 05:04:41,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=36eb1107-3bc6-46ea-b007-7b8b1702cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:41,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-e1f2da5d-188d-41c5-a1db-1da8322c684a Date: Wed, 29 Aug 2018 05:04:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "updated_at": "2018-08-29T05:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "65c224ee-8b04-40d3-b6e0-348d3dfa9632", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "c24419e8-712d-48e7-9cdc-1df4728768f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "name": "NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-1"}]} 2018-08-29 05:04:41,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=36eb1107-3bc6-46ea-b007-7b8b1702cd97 used request id req-e1f2da5d-188d-41c5-a1db-1da8322c684a 2018-08-29 05:04:41,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 36eb1107-3bc6-46ea-b007-7b8b1702cd97 2018-08-29 05:04:41,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=36eb1107-3bc6-46ea-b007-7b8b1702cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:41,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c700918c-0770-43e7-bb74-c903338f4b28 Date: Wed, 29 Aug 2018 05:04:41 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-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "65c224ee-8b04-40d3-b6e0-348d3dfa9632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "security_group_id": "36eb1107-3bc6-46ea-b007-7b8b1702cd97", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c24419e8-712d-48e7-9cdc-1df4728768f6"}]} 2018-08-29 05:04:41,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=36eb1107-3bc6-46ea-b007-7b8b1702cd97 used request id req-c700918c-0770-43e7-bb74-c903338f4b28 2018-08-29 05:04:41,428 - neutron_utils - INFO - Retrieving security group with ID - f4e06577-61f9-40c8-b375-4383459e26c9 2018-08-29 05:04:41,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=f4e06577-61f9-40c8-b375-4383459e26c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:41,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-eaaf144a-213b-4ea2-99c1-3f4c957c84eb Date: Wed, 29 Aug 2018 05:04:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "updated_at": "2018-08-29T05:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "2b24ddd0-9b63-4a41-a08d-5de98fcd9beb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "revision_number": 0, "id": "52ceca57-45fc-43db-9cb4-06f8719fafaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 2, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f4e06577-61f9-40c8-b375-4383459e26c9", "name": "NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-2"}]} 2018-08-29 05:04:41,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=f4e06577-61f9-40c8-b375-4383459e26c9 used request id req-eaaf144a-213b-4ea2-99c1-3f4c957c84eb 2018-08-29 05:04:41,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f4e06577-61f9-40c8-b375-4383459e26c9 2018-08-29 05:04:41,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=f4e06577-61f9-40c8-b375-4383459e26c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:41,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd6ba861-f597-4662-ae7d-9a4583479972 Date: Wed, 29 Aug 2018 05:04:41 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-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2b24ddd0-9b63-4a41-a08d-5de98fcd9beb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:04:40Z", "security_group_id": "f4e06577-61f9-40c8-b375-4383459e26c9", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:40Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "52ceca57-45fc-43db-9cb4-06f8719fafaf"}]} 2018-08-29 05:04:41,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=f4e06577-61f9-40c8-b375-4383459e26c9 used request id req-cd6ba861-f597-4662-ae7d-9a4583479972 2018-08-29 05:04:41,806 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-1 2018-08-29 05:04:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/36eb1107-3bc6-46ea-b007-7b8b1702cd97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:42,151 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b4ff873-71f5-429e-9a72-a092eb5196a3 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:42,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/36eb1107-3bc6-46ea-b007-7b8b1702cd97 used request id req-0b4ff873-71f5-429e-9a72-a092eb5196a3 2018-08-29 05:04:42,151 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-5f4e1446-3153-4bb8-a2ea-7ab472b4961fname-2 2018-08-29 05:04:42,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/f4e06577-61f9-40c8-b375-4383459e26c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f939be3840ea6fb7bd450451589704efe6acbb76" 2018-08-29 05:04:42,455 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18270f5d-7c65-4396-bfed-a0369064aa78 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:42,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/f4e06577-61f9-40c8-b375-4383459e26c9 used request id req-18270f5d-7c65-4396-bfed-a0369064aa78 2018-08-29 05:04:42,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:42,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Fh1HPG0lQSaueL6NzHa1dQ"], "issued_at": "2018-08-29T05:04:42.000000Z"}} 2018-08-29 05:04:42,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:42,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5e196a-6bdc-49f1-b33b-4274648b1b4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:42,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4f5e196a-6bdc-49f1-b33b-4274648b1b4f 2018-08-29 05:04:42,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:43,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-37a895fb-574f-4b85-a721-93e78328d4c9 Date: Wed, 29 Aug 2018 05:04:43 GMT RESP BODY: {"floatingips": []} 2018-08-29 05:04:43,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-37a895fb-574f-4b85-a721-93e78328d4c9 2018-08-29 05:04:43,079 - neutron_utils - INFO - Creating floating ip to external network - external 2018-08-29 05:04:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:43,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-516e84ac-b728-4b0b-aea0-6a8f8dc3611d Date: Wed, 29 Aug 2018 05:04:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:04:43,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=external used request id req-516e84ac-b728-4b0b-aea0-6a8f8dc3611d 2018-08-29 05:04:43,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:43,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-65314db1-f597-48e2-9a9f-ffb3173749a2 Date: Wed, 29 Aug 2018 05:04:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:04:43,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-65314db1-f597-48e2-9a9f-ffb3173749a2 2018-08-29 05:04:43,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" -d '{"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}' 2018-08-29 05:04:44,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-38796c4b-3e85-49cb-95cd-df4f2c95055d Date: Wed, 29 Aug 2018 05:04:44 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-29T05:04:44Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": null, "id": "a19e0ba8-9a81-4113-8578-5a08cf479678", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:44Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}} 2018-08-29 05:04:44,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-38796c4b-3e85-49cb-95cd-df4f2c95055d 2018-08-29 05:04:44,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:45,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3ffd57fc-05c0-47b3-88e1-b552daac043f Date: Wed, 29 Aug 2018 05:04:45 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-29T05:04:44Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": null, "id": "a19e0ba8-9a81-4113-8578-5a08cf479678", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:44Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}]} 2018-08-29 05:04:45,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-3ffd57fc-05c0-47b3-88e1-b552daac043f 2018-08-29 05:04:45,057 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.213 2018-08-29 05:04:45,057 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.213 2018-08-29 05:04:45,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/floatingips?ip=a19e0ba8-9a81-4113-8578-5a08cf479678 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:45,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-744c4cff-bfcc-49de-95d0-946777e165df Date: Wed, 29 Aug 2018 05:04:45 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-29T05:04:44Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": null, "id": "a19e0ba8-9a81-4113-8578-5a08cf479678", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:44Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}]} 2018-08-29 05:04:45,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips?ip=a19e0ba8-9a81-4113-8578-5a08cf479678 used request id req-744c4cff-bfcc-49de-95d0-946777e165df 2018-08-29 05:04:45,087 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.213 2018-08-29 05:04:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/floatingips/a19e0ba8-9a81-4113-8578-5a08cf479678 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00f45accdd817c2db63eff66331bf59a7bc6a3d9" 2018-08-29 05:04:45,662 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e475e56-0b4a-42cb-9ede-05f1a6a329d1 Content-Length: 0 Date: Wed, 29 Aug 2018 05:04:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:04:45,662 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/a19e0ba8-9a81-4113-8578-5a08cf479678 used request id req-2e475e56-0b4a-42cb-9ede-05f1a6a329d1 2018-08-29 05:04:45,663 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:04:45,782 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 2018-08-29 05:04:45,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:46,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["PKe9bgpISCK0ytWuOeAqaQ"], "issued_at": "2018-08-29T05:04:46.000000Z"}} 2018-08-29 05:04:46,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad5a1ac15e20932420887ce070fe32fc260eaae0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY1Q2olvbTdZARO6atBISRMF+lrI37PlPdvBawI8rSRUnfeW7oDzKmsUBIhRhNdPbRuoYFh2tCMMQs9qIxKM4pukvLennzwRsV0158rEm5GO+Kkdq/+hucSkLB7Z180WYU5Nu+OpxnNh7hBDgo3JSXOcX2nzKmqJjRhclF1LU/5xHw1w61DWYMKRcJPlcPLLstlqa912ARDcWGlJ05HFQN7rYhGoO+HMbmJ4/sjNV7G51s5zKrAjcUcDCm5gvtKZT+2aokOAwcvntAhbJZSc/Igg/TWK800qVqb0oyZ4bMjj3gbbMVjZdFN+U15yTxwIF/XCZisXpVrdL8+hZtMKaD", "name": "NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380"}}' 2018-08-29 05:04:46,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c44b26f5-4761-4ebb-b9cb-a0aa4b211672 x-compute-request-id: req-c44b26f5-4761-4ebb-b9cb-a0aa4b211672 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY1Q2olvbTdZARO6atBISRMF+lrI37PlPdvBawI8rSRUnfeW7oDzKmsUBIhRhNdPbRuoYFh2tCMMQs9qIxKM4pukvLennzwRsV0158rEm5GO+Kkdq/+hucSkLB7Z180WYU5Nu+OpxnNh7hBDgo3JSXOcX2nzKmqJjRhclF1LU/5xHw1w61DWYMKRcJPlcPLLstlqa912ARDcWGlJ05HFQN7rYhGoO+HMbmJ4/sjNV7G51s5zKrAjcUcDCm5gvtKZT+2aokOAwcvntAhbJZSc/Igg/TWK800qVqb0oyZ4bMjj3gbbMVjZdFN+U15yTxwIF/XCZisXpVrdL8+hZtMKaD", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380", "fingerprint": "f8:c5:d4:29:b0:36:e4:be:5e:02:58:c0:78:69:b9:94"}} 2018-08-29 05:04:46,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-c44b26f5-4761-4ebb-b9cb-a0aa4b211672 2018-08-29 05:04:46,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad5a1ac15e20932420887ce070fe32fc260eaae0" 2018-08-29 05:04:46,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96799d0a-a434-4652-a45d-1acda2db32d5 x-compute-request-id: req-96799d0a-a434-4652-a45d-1acda2db32d5 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY1Q2olvbTdZARO6atBISRMF+lrI37PlPdvBawI8rSRUnfeW7oDzKmsUBIhRhNdPbRuoYFh2tCMMQs9qIxKM4pukvLennzwRsV0158rEm5GO+Kkdq/+hucSkLB7Z180WYU5Nu+OpxnNh7hBDgo3JSXOcX2nzKmqJjRhclF1LU/5xHw1w61DWYMKRcJPlcPLLstlqa912ARDcWGlJ05HFQN7rYhGoO+HMbmJ4/sjNV7G51s5zKrAjcUcDCm5gvtKZT+2aokOAwcvntAhbJZSc/Igg/TWK800qVqb0oyZ4bMjj3gbbMVjZdFN+U15yTxwIF/XCZisXpVrdL8+hZtMKaD", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380", "deleted": false, "created_at": "2018-08-29T05:04:46.000000", "updated_at": null, "fingerprint": "f8:c5:d4:29:b0:36:e4:be:5e:02:58:c0:78:69:b9:94", "deleted_at": null, "id": 3}} 2018-08-29 05:04:46,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 used request id req-96799d0a-a434-4652-a45d-1acda2db32d5 2018-08-29 05:04:46,764 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 2018-08-29 05:04:46,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad5a1ac15e20932420887ce070fe32fc260eaae0" 2018-08-29 05:04:46,922 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54e43cd1-071c-464c-9e1d-3691a822a399 x-compute-request-id: req-54e43cd1-071c-464c-9e1d-3691a822a399 Content-Length: 0 Content-Type: application/json 2018-08-29 05:04:46,922 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 used request id req-54e43cd1-071c-464c-9e1d-3691a822a399 2018-08-29 05:04:46,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad5a1ac15e20932420887ce070fe32fc260eaae0" 2018-08-29 05:04:47,047 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea0d8676-0dd1-491b-b5ce-03affe899fa3 x-compute-request-id: req-ea0d8676-0dd1-491b-b5ce-03affe899fa3 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 not found for user 5c13b98ea2d2405f88dc2cc899f69588", "code": 404}} 2018-08-29 05:04:47,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 used request id req-ea0d8676-0dd1-491b-b5ce-03affe899fa3 2018-08-29 05:04:47,047 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 2018-08-29 05:04:47,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad5a1ac15e20932420887ce070fe32fc260eaae0" 2018-08-29 05:04:47,270 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f8a96a5-c6bd-4277-9e0b-c03637f53ea0 x-compute-request-id: req-1f8a96a5-c6bd-4277-9e0b-c03637f53ea0 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 not found for user 5c13b98ea2d2405f88dc2cc899f69588", "code": 404}} 2018-08-29 05:04:47,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-851aca3d-0f51-4d55-9778-8318de8d0380 used request id req-1f8a96a5-c6bd-4277-9e0b-c03637f53ea0 2018-08-29 05:04:47,271 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:04:47,408 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f.pub 2018-08-29 05:04:47,409 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f 2018-08-29 05:04:47,409 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f.pub 2018-08-29 05:04:47,409 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f 2018-08-29 05:04:47,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:47,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Vs7LEEiqSMqtXuBw_9aqDQ"], "issued_at": "2018-08-29T05:04:47.000000Z"}} 2018-08-29 05:04:47,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0997347ed273bfe640dcda60115dfa1032436626" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS6DWe2dsiFoe/FLGc/4hd6iWWss2CEix8wJ2Zuj3KsEnwh3LwssSDjQ3Ic/Bpmhl0H/ePhNL7BAc8+f7oXDvAJHIzrH0icCqZwtgHtyhrufk02xGc804wylgszmp7n6/mpF0T7VV7BgAzoeCKPmMyTWzr5uAxxHyxpCmOgNcMJQcLlKn/d0GALjS957hEtI1sO+RcPDoMNdljR/9rStpJY5bYGF826Lyfwx1ktg/+pfZfXree2QDYVE8sZXPzFx1YV+5W4b2HPzlpj/88iEvOU37Y7AE+MIChz54AMiOVGqQUmmiYHMXDsGoL7m/Fpqxz7uFklL4UiQTIC+KpGzAr", "name": "NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f"}}' 2018-08-29 05:04:48,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-223d7906-c9a7-4c4a-96a1-27b0493a50b0 x-compute-request-id: req-223d7906-c9a7-4c4a-96a1-27b0493a50b0 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS6DWe2dsiFoe/FLGc/4hd6iWWss2CEix8wJ2Zuj3KsEnwh3LwssSDjQ3Ic/Bpmhl0H/ePhNL7BAc8+f7oXDvAJHIzrH0icCqZwtgHtyhrufk02xGc804wylgszmp7n6/mpF0T7VV7BgAzoeCKPmMyTWzr5uAxxHyxpCmOgNcMJQcLlKn/d0GALjS957hEtI1sO+RcPDoMNdljR/9rStpJY5bYGF826Lyfwx1ktg/+pfZfXree2QDYVE8sZXPzFx1YV+5W4b2HPzlpj/88iEvOU37Y7AE+MIChz54AMiOVGqQUmmiYHMXDsGoL7m/Fpqxz7uFklL4UiQTIC+KpGzAr", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f", "fingerprint": "ea:cc:b0:5d:3c:44:9a:e4:34:d6:b2:75:f5:8f:4e:47"}} 2018-08-29 05:04:48,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-223d7906-c9a7-4c4a-96a1-27b0493a50b0 2018-08-29 05:04:48,527 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f 2018-08-29 05:04:48,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0997347ed273bfe640dcda60115dfa1032436626" 2018-08-29 05:04:48,688 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1bc261a4-ee69-4e11-aa90-9d82436381bd x-compute-request-id: req-1bc261a4-ee69-4e11-aa90-9d82436381bd Content-Length: 0 Content-Type: application/json 2018-08-29 05:04:48,689 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a6ff0db-bef6-45c2-bcc6-e328b299a21f used request id req-1bc261a4-ee69-4e11-aa90-9d82436381bd 2018-08-29 05:04:48,690 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:04:48,892 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802 2018-08-29 05:04:48,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:49,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["8IO-oa02TaWviILnaMvXag"], "issued_at": "2018-08-29T05:04:49.000000Z"}} 2018-08-29 05:04:49,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d825809e20f0e1603252569517b515ca2f7222d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDizCo1uRwE69IG2dWBWZN0hd7NrGrZCtGODDXOAjf2ocuWbPQVd0S9G86ZCnsLNhZh6WvWiwkIvbmfdhuZTijqc7/jvxjnph5srpaN53CSDHLyKxB9AImSdctQsBkhSeeck6i1rcaeNLnjU80ZiL42Nw9dTDGJ1M5e8SfRoMCW5Mixt8qBvykdYEbwImRGYojQKrE9NvcEvSuv0FjMnUqvZTe0YAYp7mNY75oDjE+yDmaoUotA0PKzH4MbkwF82f9b2vlLVmTfplOgLbp8rACXA/tiAfI1nrE79nX8hGxw2EhzUkp9dvMvAG7lL2hi3gUq9JwgBRVYzsiLgD2jTvc5", "name": "NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802"}}' 2018-08-29 05:04:49,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04: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-a977582c-ce65-4fae-9443-df881b5f6add x-compute-request-id: req-a977582c-ce65-4fae-9443-df881b5f6add Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDizCo1uRwE69IG2dWBWZN0hd7NrGrZCtGODDXOAjf2ocuWbPQVd0S9G86ZCnsLNhZh6WvWiwkIvbmfdhuZTijqc7/jvxjnph5srpaN53CSDHLyKxB9AImSdctQsBkhSeeck6i1rcaeNLnjU80ZiL42Nw9dTDGJ1M5e8SfRoMCW5Mixt8qBvykdYEbwImRGYojQKrE9NvcEvSuv0FjMnUqvZTe0YAYp7mNY75oDjE+yDmaoUotA0PKzH4MbkwF82f9b2vlLVmTfplOgLbp8rACXA/tiAfI1nrE79nX8hGxw2EhzUkp9dvMvAG7lL2hi3gUq9JwgBRVYzsiLgD2jTvc5", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802", "fingerprint": "ce:84:db:b1:49:e0:b0:ae:b8:d0:ab:f2:86:8e:38:70"}} 2018-08-29 05:04:49,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-a977582c-ce65-4fae-9443-df881b5f6add 2018-08-29 05:04:49,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d825809e20f0e1603252569517b515ca2f7222d" 2018-08-29 05:04:49,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04: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-cadc6620-be85-400e-a649-f943d6234a69 x-compute-request-id: req-cadc6620-be85-400e-a649-f943d6234a69 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDizCo1uRwE69IG2dWBWZN0hd7NrGrZCtGODDXOAjf2ocuWbPQVd0S9G86ZCnsLNhZh6WvWiwkIvbmfdhuZTijqc7/jvxjnph5srpaN53CSDHLyKxB9AImSdctQsBkhSeeck6i1rcaeNLnjU80ZiL42Nw9dTDGJ1M5e8SfRoMCW5Mixt8qBvykdYEbwImRGYojQKrE9NvcEvSuv0FjMnUqvZTe0YAYp7mNY75oDjE+yDmaoUotA0PKzH4MbkwF82f9b2vlLVmTfplOgLbp8rACXA/tiAfI1nrE79nX8hGxw2EhzUkp9dvMvAG7lL2hi3gUq9JwgBRVYzsiLgD2jTvc5", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802", "deleted": false, "created_at": "2018-08-29T05:04:49.000000", "updated_at": null, "fingerprint": "ce:84:db:b1:49:e0:b0:ae:b8:d0:ab:f2:86:8e:38:70", "deleted_at": null, "id": 9}} 2018-08-29 05:04:49,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802 used request id req-cadc6620-be85-400e-a649-f943d6234a69 2018-08-29 05:04:49,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d825809e20f0e1603252569517b515ca2f7222d" 2018-08-29 05:04:49,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04: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-367e3c0a-9179-4c27-9c4e-0d0909c5afcd x-compute-request-id: req-367e3c0a-9179-4c27-9c4e-0d0909c5afcd Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDizCo1uRwE69IG2dWBWZN0hd7NrGrZCtGODDXOAjf2ocuWbPQVd0S9G86ZCnsLNhZh6WvWiwkIvbmfdhuZTijqc7/jvxjnph5srpaN53CSDHLyKxB9AImSdctQsBkhSeeck6i1rcaeNLnjU80ZiL42Nw9dTDGJ1M5e8SfRoMCW5Mixt8qBvykdYEbwImRGYojQKrE9NvcEvSuv0FjMnUqvZTe0YAYp7mNY75oDjE+yDmaoUotA0PKzH4MbkwF82f9b2vlLVmTfplOgLbp8rACXA/tiAfI1nrE79nX8hGxw2EhzUkp9dvMvAG7lL2hi3gUq9JwgBRVYzsiLgD2jTvc5", "name": "NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802", "fingerprint": "ce:84:db:b1:49:e0:b0:ae:b8:d0:ab:f2:86:8e:38:70"}}]} 2018-08-29 05:04:49,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-367e3c0a-9179-4c27-9c4e-0d0909c5afcd 2018-08-29 05:04:49,553 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802 2018-08-29 05:04:49,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d825809e20f0e1603252569517b515ca2f7222d" 2018-08-29 05:04:49,599 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:04: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-f9f892e7-f99c-445b-be33-e3361a3722cc x-compute-request-id: req-f9f892e7-f99c-445b-be33-e3361a3722cc Content-Length: 0 Content-Type: application/json 2018-08-29 05:04:49,599 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-12d7393d-3122-4636-ab75-6e04aa4f2802 used request id req-f9f892e7-f99c-445b-be33-e3361a3722cc 2018-08-29 05:04:49,600 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:04:49,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:49,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["XXx4rSPhTbOrlXxVSApcfw"], "issued_at": "2018-08-29T05:04:49.000000Z"}} 2018-08-29 05:04:49,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97d2920936ffdfd35b85de7e8754795a91bee969" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id", "swap": 2}}' 2018-08-29 05:04:50,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04: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-05411fd9-12c8-4e02-ba6a-1b7c49eaa8be x-compute-request-id: req-05411fd9-12c8-4e02-ba6a-1b7c49eaa8be Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id", "name": "NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-08-29 05:04:50,767 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-05411fd9-12c8-4e02-ba6a-1b7c49eaa8be 2018-08-29 05:04:50,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97d2920936ffdfd35b85de7e8754795a91bee969" 2018-08-29 05:04:50,894 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:04: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-bd9e5227-218e-4bf6-8369-bd69d3ed43bc x-compute-request-id: req-bd9e5227-218e-4bf6-8369-bd69d3ed43bc Content-Length: 0 Content-Type: application/json 2018-08-29 05:04:50,894 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id used request id req-bd9e5227-218e-4bf6-8369-bd69d3ed43bc 2018-08-29 05:04:50,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97d2920936ffdfd35b85de7e8754795a91bee969" 2018-08-29 05:04:50,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04: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-38102b1d-fe88-4e63-84a4-fa214b031e66 x-compute-request-id: req-38102b1d-fe88-4e63-84a4-fa214b031e66 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:04:50,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-38102b1d-fe88-4e63-84a4-fa214b031e66 2018-08-29 05:04:50,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97d2920936ffdfd35b85de7e8754795a91bee969" 2018-08-29 05:04:51,063 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:04: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-1107365d-0a3d-473c-b2ff-2be28a6f9d0c x-compute-request-id: req-1107365d-0a3d-473c-b2ff-2be28a6f9d0c Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id could not be found.", "code": 404}} 2018-08-29 05:04:51,063 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-f00a4e20-eb6c-4a98-8464-64b2a3adbc78-id used request id req-1107365d-0a3d-473c-b2ff-2be28a6f9d0c 2018-08-29 05:04:51,064 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:04:51,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:51,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["9UDYvh3LQ8i5A-cH7hkNbg"], "issued_at": "2018-08-29T05:04:51.000000Z"}} 2018-08-29 05:04:51,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c744e4eecb828a38db78532c33ea7b3a9caff8" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-id", "swap": 2}}' 2018-08-29 05:04:52,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a998c30-a865-4468-986c-b18b6e19a34b x-compute-request-id: req-7a998c30-a865-4468-986c-b18b6e19a34b Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-id", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-id", "name": "NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-08-29 05:04:52,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-7a998c30-a865-4468-986c-b18b6e19a34b 2018-08-29 05:04:52,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c744e4eecb828a38db78532c33ea7b3a9caff8" 2018-08-29 05:04:52,411 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:04: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-def8662b-132d-4af7-a2e1-091ebcbf0c9e x-compute-request-id: req-def8662b-132d-4af7-a2e1-091ebcbf0c9e Content-Length: 0 Content-Type: application/json 2018-08-29 05:04:52,411 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/NovaUtilsFlavorTests-91dde902-ed8a-4c53-87ac-880b61c8a68a-id used request id req-def8662b-132d-4af7-a2e1-091ebcbf0c9e 2018-08-29 05:04:52,412 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:04:52,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:52,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["sNekfE52RyahBtlBMkbTAA"], "issued_at": "2018-08-29T05:04:52.000000Z"}} 2018-08-29 05:04:52,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:04:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a417e83-1d26-4dd6-8121-afc6d5391357 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:52,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-0a417e83-1d26-4dd6-8121-afc6d5391357 2018-08-29 05:04:52,877 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:04:52,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:04:52,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:53,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["EvJ4wJ11Q7iwxm1PzJlQjg"], "issued_at": "2018-08-29T05:04:53.000000Z"}} 2018-08-29 05:04:53,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:04:53,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7ee30c-f086-4429-bb0b-60812661af7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:53,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1b7ee30c-f086-4429-bb0b-60812661af7b 2018-08-29 05:04:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:04:53,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-c7b28bbb-829e-411b-8e24-f8233501db75 Date: Wed, 29 Aug 2018 05:04:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image"} 2018-08-29 05:04:53,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image used request id req-c7b28bbb-829e-411b-8e24-f8233501db75 2018-08-29 05:04:53,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:04:54,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1a7f0f81-100a-4018-8654-0eb7c4162f0a Date: Wed, 29 Aug 2018 05:04:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:04:54,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-1a7f0f81-100a-4018-8654-0eb7c4162f0a 2018-08-29 05:04:54,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image"}' 2018-08-29 05:04:55,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 X-Openstack-Request-Id: req-28277125-aae3-466e-ae43-6f58c4a8beac Date: Wed, 29 Aug 2018 05:04:55 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:04:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:04:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "min_disk": 0, "protected": false, "id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "file": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:04:55,214 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-28277125-aae3-466e-ae43-6f58c4a8beac 2018-08-29 05:04:55,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" -d '' 2018-08-29 05:04:57,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00fe6ac7-cb39-4dcc-8522-fc89e44fe2c8 Date: Wed, 29 Aug 2018 05:04:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:04:57,117 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/file used request id req-00fe6ac7-cb39-4dcc-8522-fc89e44fe2c8 2018-08-29 05:04:57,118 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:04:57,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:04:57,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-cc4c8fc0-1e51-4413-99e7-9739b4e835e5 Date: Wed, 29 Aug 2018 05:04:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:04:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:04:57Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/snap", "metadata": {}}], "self": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "min_disk": 0, "protected": false, "id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "file": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:04:57,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 used request id req-cc4c8fc0-1e51-4413-99e7-9739b4e835e5 2018-08-29 05:04:57,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:04:57,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-abab66a1-6165-4f25-a14d-b1c370f554f7 Date: Wed, 29 Aug 2018 05:04:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:04:57,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-abab66a1-6165-4f25-a14d-b1c370f554f7 2018-08-29 05:04:57,886 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image 2018-08-29 05:04:57,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:04:58,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-da376dc8-fee0-4ad8-a3b2-1bdbb9b01e95 Date: Wed, 29 Aug 2018 05:04:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:04:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:04:57Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/snap", "metadata": {}}], "self": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "min_disk": 0, "protected": false, "id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "file": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:04:58,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 used request id req-da376dc8-fee0-4ad8-a3b2-1bdbb9b01e95 2018-08-29 05:04:58,500 - create_image - DEBUG - Instance status is - active 2018-08-29 05:04:58,501 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image 2018-08-29 05:04:58,501 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image 2018-08-29 05:04:58,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:04:58,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:04:58,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:04:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["FUGJo-mIR3ORij1-cfg4oQ"], "issued_at": "2018-08-29T05:04:58.000000Z"}} 2018-08-29 05:04:58,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:04:58,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344a9424-efa0-4b37-88f3-1641a690b642 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:04:58,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-344a9424-efa0-4b37-88f3-1641a690b642 2018-08-29 05:04:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:04:59,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9ae9e54d-6a60-4726-8f07-8841140679e5 Date: Wed, 29 Aug 2018 05:04:59 GMT RESP BODY: {"networks":[]} 2018-08-29 05:04:59,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net used request id req-9ae9e54d-6a60-4726-8f07-8841140679e5 2018-08-29 05:04:59,143 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net 2018-08-29 05:04:59,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" -d '{"network": {"name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net", "admin_state_up": true}}' 2018-08-29 05:04:59,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5513e853-5ca2-4f72-94a5-455777d00d36 Date: Wed, 29 Aug 2018 05:04: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":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:04:59Z","is_default":false,"provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","mtu":1450}} 2018-08-29 05:04:59,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-5513e853-5ca2-4f72-94a5-455777d00d36 2018-08-29 05:04:59,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:04:59,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9448166b-6a5e-4455-bc69-17481c449023 Date: Wed, 29 Aug 2018 05:04:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:04:59Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:04:59,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-9448166b-6a5e-4455-bc69-17481c449023 2018-08-29 05:04:59,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:04:59,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-820ed6c6-36c1-4116-800a-6f7d8b49172a Date: Wed, 29 Aug 2018 05:04:59 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:04:59,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-820ed6c6-36c1-4116-800a-6f7d8b49172a 2018-08-29 05:04:59,966 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet 2018-08-29 05:04:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" -d '{"subnets": [{"ip_version": 4, "network_id": "b0b2f50c-ee36-46a3-b6a7-95729e968761", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]}' 2018-08-29 05:05:00,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9322f1f6-4939-4480-8896-0610bce9340a Date: Wed, 29 Aug 2018 05:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","dns_nameservers":[],"updated_at":"2018-08-29T05:05:00Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"26eed708-66a0-4a13-b4c7-7585c1080e29","subnetpool_id":null,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]} 2018-08-29 05:05:00,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-9322f1f6-4939-4480-8896-0610bce9340a 2018-08-29 05:05:00,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:05:00,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-fe4a46af-886c-441c-8d0f-0f8fc91c0831 Date: Wed, 29 Aug 2018 05:05:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["26eed708-66a0-4a13-b4c7-7585c1080e29"],"description":"","tags":[],"updated_at":"2018-08-29T05:05:00Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:05:00,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-fe4a46af-886c-441c-8d0f-0f8fc91c0831 2018-08-29 05:05:00,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:05:00,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c12dbade-4d55-44c1-abfd-71e34aa24eb8 Date: Wed, 29 Aug 2018 05:05:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","dns_nameservers":[],"updated_at":"2018-08-29T05:05:00Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"26eed708-66a0-4a13-b4c7-7585c1080e29","subnetpool_id":null,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]} 2018-08-29 05:05:00,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-c12dbade-4d55-44c1-abfd-71e34aa24eb8 2018-08-29 05:05:00,914 - OpenStackNetwork - DEBUG - Network [b0b2f50c-ee36-46a3-b6a7-95729e968761] created successfully 2018-08-29 05:05:00,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:05:00,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:05:01,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:05:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["YUBUif2FS5KN6t-naB55_g"], "issued_at": "2018-08-29T05:05:01.000000Z"}} 2018-08-29 05:05:01,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d713b85cace231d09787d022acc953d6d01f2116" 2018-08-29 05:05:01,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87e246a6-ca65-4135-96d2-e91324414fca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:05:01,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-87e246a6-ca65-4135-96d2-e91324414fca 2018-08-29 05:05:01,374 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:05:01,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d713b85cace231d09787d022acc953d6d01f2116" 2018-08-29 05:05:01,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66007e26-4051-422e-b5b4-5e624d90f6a1 x-compute-request-id: req-66007e26-4051-422e-b5b4-5e624d90f6a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:05:01,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-66007e26-4051-422e-b5b4-5e624d90f6a1 2018-08-29 05:05:01,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d713b85cace231d09787d022acc953d6d01f2116" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-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-08-29 05:05:01,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a02628a-3a73-4c25-a674-d1a45636dca5 x-compute-request-id: req-4a02628a-3a73-4c25-a674-d1a45636dca5 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:05:01,818 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4a02628a-3a73-4c25-a674-d1a45636dca5 2018-08-29 05:05:01,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:05:01,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:05:02,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["ll_Io-FkTBusZVcC6z01zQ"], "issued_at": "2018-08-29T05:05:02.000000Z"}} 2018-08-29 05:05:02,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f1cabc151e6c3f408f963f9457563542088cfcf" 2018-08-29 05:05:02,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e193fa6-0f18-4317-b30d-51c2f962f84e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:05:02,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3e193fa6-0f18-4317-b30d-51c2f962f84e 2018-08-29 05:05:02,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:02,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-7855e733-1a20-430f-91da-1e0dbec146f6 Date: Wed, 29 Aug 2018 05:05:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["26eed708-66a0-4a13-b4c7-7585c1080e29"],"description":"","tags":[],"updated_at":"2018-08-29T05:05:00Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:05:02,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net used request id req-7855e733-1a20-430f-91da-1e0dbec146f6 2018-08-29 05:05:02,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:02,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6f08dc62-2a57-41a3-8d64-9dfa4638a2d3 Date: Wed, 29 Aug 2018 05:05:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","dns_nameservers":[],"updated_at":"2018-08-29T05:05:00Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"26eed708-66a0-4a13-b4c7-7585c1080e29","subnetpool_id":null,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]} 2018-08-29 05:05:02,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-6f08dc62-2a57-41a3-8d64-9dfa4638a2d3 2018-08-29 05:05:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:02,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-cb3e630b-3d08-439d-9484-288ad8310d84 Date: Wed, 29 Aug 2018 05:05:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["26eed708-66a0-4a13-b4c7-7585c1080e29"],"description":"","tags":[],"updated_at":"2018-08-29T05:05:00Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:05:02,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net used request id req-cb3e630b-3d08-439d-9484-288ad8310d84 2018-08-29 05:05:02,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:05:02,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:05: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:05:02,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f1cabc151e6c3f408f963f9457563542088cfcf" 2018-08-29 05:05:03,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb09c83e-cdfe-421d-ad6a-d66036586594 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:05:03,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-bb09c83e-cdfe-421d-ad6a-d66036586594 2018-08-29 05:05:03,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:03,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-86b4a78d-4dce-413f-9b0e-313cedfa3a2d Date: Wed, 29 Aug 2018 05:05:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","dns_nameservers":[],"updated_at":"2018-08-29T05:05:00Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"26eed708-66a0-4a13-b4c7-7585c1080e29","subnetpool_id":null,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]} 2018-08-29 05:05:03,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-86b4a78d-4dce-413f-9b0e-313cedfa3a2d 2018-08-29 05:05:03,289 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net 2018-08-29 05:05:03,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" -d '{"port": {"network_id": "b0b2f50c-ee36-46a3-b6a7-95729e968761", "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port", "admin_state_up": true}}' 2018-08-29 05:05:04,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-0a94ac9a-14cd-4bc1-8f47-cebadbc7d064 Date: Wed, 29 Aug 2018 05:05:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:05:03Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"26eed708-66a0-4a13-b4c7-7585c1080e29","ip_address":"10.55.0.6"}],"id":"fea79473-a50d-4c8c-a210-e9d2d3a14618","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:00:43","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port","admin_state_up":true,"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:03Z","binding:vnic_type":"normal"}} 2018-08-29 05:05:04,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-0a94ac9a-14cd-4bc1-8f47-cebadbc7d064 2018-08-29 05:05:04,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:04,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-a2b8f1d4-1810-469f-a046-99ba1783f92d Date: Wed, 29 Aug 2018 05:05:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["26eed708-66a0-4a13-b4c7-7585c1080e29"],"description":"","tags":[],"updated_at":"2018-08-29T05:05:00Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:05:04,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net used request id req-a2b8f1d4-1810-469f-a046-99ba1783f92d 2018-08-29 05:05:04,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:05:04,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:05: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:05:04,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:04,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d53a1f25-f4ea-4876-bd41-e7595a2eeb6d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:05:04,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d53a1f25-f4ea-4876-bd41-e7595a2eeb6d 2018-08-29 05:05:04,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:04,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c446eebe-5291-4b12-ba14-4a620e794ea5 Date: Wed, 29 Aug 2018 05:05:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","dns_nameservers":[],"updated_at":"2018-08-29T05:05:00Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"26eed708-66a0-4a13-b4c7-7585c1080e29","subnetpool_id":null,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]} 2018-08-29 05:05:04,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-c446eebe-5291-4b12-ba14-4a620e794ea5 2018-08-29 05:05:04,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:04,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-7d71ce17-00c9-4214-9f05-002e8caa01bb Date: Wed, 29 Aug 2018 05:05:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:05:03Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26eed708-66a0-4a13-b4c7-7585c1080e29","ip_address":"10.55.0.6"}],"id":"fea79473-a50d-4c8c-a210-e9d2d3a14618","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:00:43","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port","admin_state_up":true,"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:03Z","binding:vnic_type":"normal"}]} 2018-08-29 05:05:04,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port&admin_state_up=True used request id req-7d71ce17-00c9-4214-9f05-002e8caa01bb 2018-08-29 05:05:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:04,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5145e0d2-888d-485e-b7ed-0a3ed221f02a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:05:04,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-5145e0d2-888d-485e-b7ed-0a3ed221f02a 2018-08-29 05:05:04,817 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst 2018-08-29 05:05:04,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:05,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-4b7f1e4c-2518-4c65-968d-6f967cb01456 x-compute-request-id: req-4b7f1e4c-2518-4c65-968d-6f967cb01456 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-flavor-name"}]} 2018-08-29 05:05:05,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4b7f1e4c-2518-4c65-968d-6f967cb01456 2018-08-29 05:05:05,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:05,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-e505172e-e506-4689-8ab8-0cb5bdba56f2 x-compute-request-id: req-e505172e-e506-4689-8ab8-0cb5bdba56f2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:05:05,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60 used request id req-e505172e-e506-4689-8ab8-0cb5bdba56f2 2018-08-29 05:05:05,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:05,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-ea19f128-13e5-4c1d-9c33-d48e75345512 Date: Wed, 29 Aug 2018 05:05:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:04:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:04:57Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/snap", "metadata": {}}], "self": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "min_disk": 0, "protected": false, "id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "file": "/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image"} 2018-08-29 05:05:05,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image used request id req-ea19f128-13e5-4c1d-9c33-d48e75345512 2018-08-29 05:05:05,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:06,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a125de86-bdca-4c1f-a541-c06deb05d8e1 Date: Wed, 29 Aug 2018 05:05:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:05:06,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-a125de86-bdca-4c1f-a541-c06deb05d8e1 2018-08-29 05:05:06,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" -d '{"server": {"name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "imageRef": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "flavorRef": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "max_count": 1, "min_count": 1, "networks": [{"port": "fea79473-a50d-4c8c-a210-e9d2d3a14618"}]}}' 2018-08-29 05:05:08,646 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:05: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-74897175-7267-48ea-b6d9-c410836299da x-compute-request-id: req-74897175-7267-48ea-b6d9-c410836299da Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "adminPass": "bwBEhm62suS3"}} 2018-08-29 05:05:08,646 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-74897175-7267-48ea-b6d9-c410836299da 2018-08-29 05:05:08,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:09,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0c23165-d1d0-4853-a10f-f2f28cd0e78e x-compute-request-id: req-d0c23165-d1d0-4853-a10f-f2f28cd0e78e 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.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:08Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:09,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-d0c23165-d1d0-4853-a10f-f2f28cd0e78e 2018-08-29 05:05:09,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:10,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5cbe5ea-937c-46bd-be36-626a809b28ce x-compute-request-id: req-c5cbe5ea-937c-46bd-be36-626a809b28ce Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05: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": "NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:10,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-c5cbe5ea-937c-46bd-be36-626a809b28ce 2018-08-29 05:05:13,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:14,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-04ecf87c-c4a7-4513-bdd0-c40ae6b2c6ee x-compute-request-id: req-04ecf87c-c4a7-4513-bdd0-c40ae6b2c6ee Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:14,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-04ecf87c-c4a7-4513-bdd0-c40ae6b2c6ee 2018-08-29 05:05:17,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:18,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7a49b6f-1a34-40da-bff1-dc07190078d3 x-compute-request-id: req-b7a49b6f-1a34-40da-bff1-dc07190078d3 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:18,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-b7a49b6f-1a34-40da-bff1-dc07190078d3 2018-08-29 05:05:21,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:21,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-233d01b6-d8d6-4804-99d1-fc0d2982850d x-compute-request-id: req-233d01b6-d8d6-4804-99d1-fc0d2982850d Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:21,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-233d01b6-d8d6-4804-99d1-fc0d2982850d 2018-08-29 05:05:24,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:25,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfe58cac-7359-45db-8387-12d999327ec6 x-compute-request-id: req-bfe58cac-7359-45db-8387-12d999327ec6 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:25,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-bfe58cac-7359-45db-8387-12d999327ec6 2018-08-29 05:05:28,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:29,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-048ecce8-672b-4e0f-928b-ffa2a840b320 x-compute-request-id: req-048ecce8-672b-4e0f-928b-ffa2a840b320 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:29,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-048ecce8-672b-4e0f-928b-ffa2a840b320 2018-08-29 05:05:32,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:32,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-8ec539f7-c70a-46b5-8638-bb4fb0f07488 x-compute-request-id: req-8ec539f7-c70a-46b5-8638-bb4fb0f07488 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:32,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-8ec539f7-c70a-46b5-8638-bb4fb0f07488 2018-08-29 05:05:35,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:36,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-7eeb1e26-e5a0-4eb3-bc5b-162bcc18e7b4 x-compute-request-id: req-7eeb1e26-e5a0-4eb3-bc5b-162bcc18e7b4 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:36,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-7eeb1e26-e5a0-4eb3-bc5b-162bcc18e7b4 2018-08-29 05:05:39,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:39,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-d0658f08-95c9-4938-b165-9c9d204b7d88 x-compute-request-id: req-d0658f08-95c9-4938-b165-9c9d204b7d88 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:10Z", "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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:39,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-d0658f08-95c9-4938-b165-9c9d204b7d88 2018-08-29 05:05:42,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:43,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-48dbc215-8e43-4608-a6d2-2bcc21b9b87e x-compute-request-id: req-48dbc215-8e43-4608-a6d2-2bcc21b9b87e Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:41Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:43,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-48dbc215-8e43-4608-a6d2-2bcc21b9b87e 2018-08-29 05:05:46,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:47,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05: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-5f6ae50c-cdf0-497c-9eef-33b38c9da253 x-compute-request-id: req-5f6ae50c-cdf0-497c-9eef-33b38c9da253 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:00:43", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:05:41Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:47,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-5f6ae50c-cdf0-497c-9eef-33b38c9da253 2018-08-29 05:05:50,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:50,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a252f999-54a9-4218-911b-3528f648948c x-compute-request-id: req-a252f999-54a9-4218-911b-3528f648948c Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:00:43", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-08-29T05:05:47.000000", "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:05:49Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:50,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-a252f999-54a9-4218-911b-3528f648948c 2018-08-29 05:05:50,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:51,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b73918d-9ff8-4723-9ef3-eba38b919ce0 x-compute-request-id: req-7b73918d-9ff8-4723-9ef3-eba38b919ce0 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:00:43", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/45bba748-b50a-40b3-b33c-55d72bb048a1", "rel": "bookmark"}], "image": {"id": "0500c53d-bdf8-488a-afe8-e9940a1af8d8", "links": [{"href": "http://172.30.9.24:8774/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-08-29T05:05:47.000000", "flavor": {"id": "57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "links": [{"href": "http://172.30.9.24:8774/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60", "rel": "bookmark"}]}, "id": "45bba748-b50a-40b3-b33c-55d72bb048a1", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:05:49Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-vm_inst", "created": "2018-08-29T05:05:08Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:05:51,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-7b73918d-9ff8-4723-9ef3-eba38b919ce0 2018-08-29 05:05:51,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:52,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b8b3f9bd-d15e-423f-b05d-415fe5a64e25 Date: Wed, 29 Aug 2018 05:05:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["26eed708-66a0-4a13-b4c7-7585c1080e29"],"description":"","tags":[],"updated_at":"2018-08-29T05:05:00Z","provider:segmentation_id":1,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:04:59Z","provider:network_type":"vxlan"}]} 2018-08-29 05:05:52,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net used request id req-b8b3f9bd-d15e-423f-b05d-415fe5a64e25 2018-08-29 05:05:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:52,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc18784-d2ac-4a13-8ef5-6251c214c680 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:05:52,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-0cc18784-d2ac-4a13-8ef5-6251c214c680 2018-08-29 05:05:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:52,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-92d78247-a02e-4b91-be11-1c464154e123 Date: Wed, 29 Aug 2018 05:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","dns_nameservers":[],"updated_at":"2018-08-29T05:05:00Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"26eed708-66a0-4a13-b4c7-7585c1080e29","subnetpool_id":null,"name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet"}]} 2018-08-29 05:05:52,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-92d78247-a02e-4b91-be11-1c464154e123 2018-08-29 05:05:52,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:52,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-c3ee7722-6da8-4edc-94cb-19237898d2b3 Date: Wed, 29 Aug 2018 05:05:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:05:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26eed708-66a0-4a13-b4c7-7585c1080e29","ip_address":"10.55.0.4"}],"id":"59d914fb-6fc3-41b8-8f07-87df8eaddda1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f5:fc:64","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b0b2f50c-ee36-46a3-b6a7-95729e968761","name":"","admin_state_up":true,"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:05:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26eed708-66a0-4a13-b4c7-7585c1080e29","ip_address":"10.55.0.3"}],"id":"9c2d5568-b967-47d7-9dd1-8e7bc55679c1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:5e:19","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b0b2f50c-ee36-46a3-b6a7-95729e968761","name":"","admin_state_up":true,"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:05:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26eed708-66a0-4a13-b4c7-7585c1080e29","ip_address":"10.55.0.2"}],"id":"ba7dce7b-08f6-4c90-a914-10816790b24d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:9a:06","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b0b2f50c-ee36-46a3-b6a7-95729e968761","name":"","admin_state_up":true,"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:05:43Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26eed708-66a0-4a13-b4c7-7585c1080e29","ip_address":"10.55.0.6"}],"id":"fea79473-a50d-4c8c-a210-e9d2d3a14618","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:00:43","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"45bba748-b50a-40b3-b33c-55d72bb048a1","name":"NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port","admin_state_up":true,"network_id":"b0b2f50c-ee36-46a3-b6a7-95729e968761","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:05:03Z","binding:vnic_type":"normal"}]} 2018-08-29 05:05:52,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-c3ee7722-6da8-4edc-94cb-19237898d2b3 2018-08-29 05:05:52,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:52,574 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34951d30-9b23-4bab-9c2a-08bb2e99222e x-compute-request-id: req-34951d30-9b23-4bab-9c2a-08bb2e99222e Content-Type: application/json 2018-08-29 05:05:52,574 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/45bba748-b50a-40b3-b33c-55d72bb048a1 used request id req-34951d30-9b23-4bab-9c2a-08bb2e99222e 2018-08-29 05:05:52,575 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-port 2018-08-29 05:05:52,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/fea79473-a50d-4c8c-a210-e9d2d3a14618 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5913543737fa55de2c6f0f1d7ab4b5c2b4139fe4" 2018-08-29 05:05:53,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1414d213-b7be-4fc0-a183-f41c2c667f85 Date: Wed, 29 Aug 2018 05:05:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:05:53,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/fea79473-a50d-4c8c-a210-e9d2d3a14618 used request id req-1414d213-b7be-4fc0-a183-f41c2c667f85 2018-08-29 05:05:53,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d713b85cace231d09787d022acc953d6d01f2116" 2018-08-29 05:05:53,482 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:05: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-6b66ae25-c502-42f2-908e-189e98ce091e x-compute-request-id: req-6b66ae25-c502-42f2-908e-189e98ce091e Content-Length: 0 Content-Type: application/json 2018-08-29 05:05:53,482 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/57ce05ba-1fb9-4b53-9d29-4495c0cd7c60 used request id req-6b66ae25-c502-42f2-908e-189e98ce091e 2018-08-29 05:05:53,483 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet 2018-08-29 05:05:53,483 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-subnet 2018-08-29 05:05:53,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/26eed708-66a0-4a13-b4c7-7585c1080e29 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:05:55,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2660a24a-5914-4c76-a484-1ce6979c5b3f Date: Wed, 29 Aug 2018 05:05:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:05:55,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/26eed708-66a0-4a13-b4c7-7585c1080e29 used request id req-2660a24a-5914-4c76-a484-1ce6979c5b3f 2018-08-29 05:05:55,952 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-net 2018-08-29 05:05:55,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/b0b2f50c-ee36-46a3-b6a7-95729e968761 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c3f7aae635fdf0e9499b9b38a350160992c1fc" 2018-08-29 05:05:57,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47a32fdd-e5c0-4b93-b1aa-e515876a478c Date: Wed, 29 Aug 2018 05:05:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:05:57,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/b0b2f50c-ee36-46a3-b6a7-95729e968761 used request id req-47a32fdd-e5c0-4b93-b1aa-e515876a478c 2018-08-29 05:05:57,387 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-7f8b8f5b-1f82-4480-9186-c2e0fbdae796-image 2018-08-29 05:05:57,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c825efdde362206b0ecc604517cc701acc609966" 2018-08-29 05:05:58,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a2efbf4-93d3-42be-9894-25f9a27ecde3 Date: Wed, 29 Aug 2018 05:05:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:05:58,839 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/0500c53d-bdf8-488a-afe8-e9940a1af8d8 used request id req-0a2efbf4-93d3-42be-9894-25f9a27ecde3 2018-08-29 05:05:58,841 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:05:58,844 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:05:58,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:05:58,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:05:59,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:05:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Tz_ZfUYNSfCMkLnowfdb-Q"], "issued_at": "2018-08-29T05:05:59.000000Z"}} 2018-08-29 05:05:59,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:05:59,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fe15ddf-9409-4dd2-b9d2-f82f40c9bea9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:05:59,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1fe15ddf-9409-4dd2-b9d2-f82f40c9bea9 2018-08-29 05:05:59,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:05:59,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-df576ba2-62c5-46b9-a054-39de8943b1fc Date: Wed, 29 Aug 2018 05:05:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image"} 2018-08-29 05:05:59,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image used request id req-df576ba2-62c5-46b9-a054-39de8943b1fc 2018-08-29 05:05:59,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:05:59,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7e458315-0a3a-4617-ac2f-f25d7438f7ca Date: Wed, 29 Aug 2018 05:05:59 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-08-29 05:05:59,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-7e458315-0a3a-4617-ac2f-f25d7438f7ca 2018-08-29 05:05:59,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image"}' 2018-08-29 05:05:59,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c X-Openstack-Request-Id: req-3ebd7506-495b-427f-b6f6-f5640fe23db3 Date: Wed, 29 Aug 2018 05:05:59 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:05:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:05:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "min_disk": 0, "protected": false, "id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "file": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:05:59,949 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-3ebd7506-495b-427f-b6f6-f5640fe23db3 2018-08-29 05:05:59,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" -d '' 2018-08-29 05:06:01,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a5ca9796-bb0a-418f-88c3-426d888a7f2a Date: Wed, 29 Aug 2018 05:06:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:06:01,576 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/file used request id req-a5ca9796-bb0a-418f-88c3-426d888a7f2a 2018-08-29 05:06:01,577 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:06:01,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:06:01,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7d699e72-6531-4a63-acc3-049a9372bf35 Date: Wed, 29 Aug 2018 05:06:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:05:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:06:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/snap", "metadata": {}}], "self": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "min_disk": 0, "protected": false, "id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "file": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:06:01,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c used request id req-7d699e72-6531-4a63-acc3-049a9372bf35 2018-08-29 05:06:01,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:06:02,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f8527c97-1ae7-4f01-8708-1eb40933308c Date: Wed, 29 Aug 2018 05:06:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:06:02,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-f8527c97-1ae7-4f01-8708-1eb40933308c 2018-08-29 05:06:02,355 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image 2018-08-29 05:06:02,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:06:02,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e29f6ebe-be4d-42dd-a161-3380abc742b8 Date: Wed, 29 Aug 2018 05:06:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:05:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:06:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/snap", "metadata": {}}], "self": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "min_disk": 0, "protected": false, "id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "file": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:06:02,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c used request id req-e29f6ebe-be4d-42dd-a161-3380abc742b8 2018-08-29 05:06:02,981 - create_image - DEBUG - Instance status is - active 2018-08-29 05:06:02,981 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image 2018-08-29 05:06:02,981 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image 2018-08-29 05:06:02,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:06:02,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:06:03,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:06:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["lO_uEdM3S2KxbeqtBu80YQ"], "issued_at": "2018-08-29T05:06:03.000000Z"}} 2018-08-29 05:06:03,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:06:03,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec64201-2095-4e54-bcdf-82a8547a277a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:03,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9ec64201-2095-4e54-bcdf-82a8547a277a 2018-08-29 05:06:03,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:06:03,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fe9a956b-d401-4e14-a083-d6453787b0a7 Date: Wed, 29 Aug 2018 05:06:03 GMT RESP BODY: {"networks":[]} 2018-08-29 05:06:03,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-fe9a956b-d401-4e14-a083-d6453787b0a7 2018-08-29 05:06:03,625 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net 2018-08-29 05:06:03,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net", "admin_state_up": true}}' 2018-08-29 05:06:04,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-cb2033e4-2e05-465b-9777-54a6d01b2aa8 Date: Wed, 29 Aug 2018 05:06:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:06:03Z","is_default":false,"provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","mtu":1450}} 2018-08-29 05:06:04,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-cb2033e4-2e05-465b-9777-54a6d01b2aa8 2018-08-29 05:06:04,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:06:04,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0892c798-6d06-400f-8ea1-8ac9ff4e9696 Date: Wed, 29 Aug 2018 05:06:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:06:03Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:04,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-0892c798-6d06-400f-8ea1-8ac9ff4e9696 2018-08-29 05:06:04,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:06:04,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6d89f110-96be-437e-9edb-ac9989acc553 Date: Wed, 29 Aug 2018 05:06:04 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:06:04,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-6d89f110-96be-437e-9edb-ac9989acc553 2018-08-29 05:06:04,788 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet 2018-08-29 05:06:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" -d '{"subnets": [{"ip_version": 4, "network_id": "052e2c0f-2b99-442f-acfc-3abdfd00dd02", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]}' 2018-08-29 05:06:05,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5155c2d6-4196-455d-9fa3-4e111d4ec72b Date: Wed, 29 Aug 2018 05:06:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:05,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-5155c2d6-4196-455d-9fa3-4e111d4ec72b 2018-08-29 05:06:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:06:05,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-62545ac5-6da6-436a-b705-61c3e66ce4db Date: Wed, 29 Aug 2018 05:06:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:05,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-62545ac5-6da6-436a-b705-61c3e66ce4db 2018-08-29 05:06:05,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:06:05,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ac47e904-1cd7-44c5-aa43-ba42c8017b1e Date: Wed, 29 Aug 2018 05:06:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:05,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-ac47e904-1cd7-44c5-aa43-ba42c8017b1e 2018-08-29 05:06:05,657 - OpenStackNetwork - DEBUG - Network [052e2c0f-2b99-442f-acfc-3abdfd00dd02] created successfully 2018-08-29 05:06:05,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:06:05,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:06:06,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["784mC4K7QPCo8ST4MSxasQ"], "issued_at": "2018-08-29T05:06:06.000000Z"}} 2018-08-29 05:06:06,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e8dbacbd0b943855dde4872eecdf79d4b7ec24b" 2018-08-29 05:06:06,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09163bcd-4393-48ef-a8d7-61f654ac5302 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:06,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-09163bcd-4393-48ef-a8d7-61f654ac5302 2018-08-29 05:06:06,157 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:06:06,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e8dbacbd0b943855dde4872eecdf79d4b7ec24b" 2018-08-29 05:06:06,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-02762ac6-fbf8-49d3-aaab-b76d6bc79abb x-compute-request-id: req-02762ac6-fbf8-49d3-aaab-b76d6bc79abb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:06:06,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-02762ac6-fbf8-49d3-aaab-b76d6bc79abb 2018-08-29 05:06:06,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e8dbacbd0b943855dde4872eecdf79d4b7ec24b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-29 05:06:06,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-e42f9bc6-b743-475c-88cf-e49787be4307 x-compute-request-id: req-e42f9bc6-b743-475c-88cf-e49787be4307 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "db937c27-ab8b-4552-bcc4-7547648bb660", "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:06:06,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-e42f9bc6-b743-475c-88cf-e49787be4307 2018-08-29 05:06:06,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:06:06,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:06:06,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["-Bk0e0MzTn-Za9nZOxh4OQ"], "issued_at": "2018-08-29T05:06:06.000000Z"}} 2018-08-29 05:06:06,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:06:06,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2be177-3bc4-4c30-8464-79243c0a75ca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:06,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fe2be177-3bc4-4c30-8464-79243c0a75ca 2018-08-29 05:06:06,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:06:07,658 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:06 GMT Server: Apache x-compute-request-id: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-29 05:06:07,658 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail used request id req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb 2018-08-29 05:06:07,662 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "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-08-29 05:06:08,669 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:06:07 GMT Server: Apache x-compute-request-id: req-b5d96676-34a6-4282-94c2-c1a9344144e0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5d96676-34a6-4282-94c2-c1a9344144e0 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-29T05:06:08.559913", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1}} 2018-08-29 05:06:08,670 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes used request id req-b5d96676-34a6-4282-94c2-c1a9344144e0 2018-08-29 05:06:08,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:06:09,519 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:08 GMT Server: Apache x-compute-request-id: req-ee254300-7f73-4981-b755-191007de5ce2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee254300-7f73-4981-b755-191007de5ce2 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:08.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:06:09,519 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-ee254300-7f73-4981-b755-191007de5ce2 2018-08-29 05:06:09,520 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b 2018-08-29 05:06:09,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:06:10,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:09 GMT Server: Apache x-compute-request-id: req-6304bf9d-3cde-4bc9-8b86-9dce320a49bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6304bf9d-3cde-4bc9-8b86-9dce320a49bc Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:08.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:06:10,286 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-6304bf9d-3cde-4bc9-8b86-9dce320a49bc 2018-08-29 05:06:10,286 - create_volume - DEBUG - Instance status is - creating 2018-08-29 05:06:10,286 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-29 05:06:13,289 - create_volume - DEBUG - Volume status query timeout in 296.230526924 2018-08-29 05:06:13,292 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:06:14,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:13 GMT Server: Apache x-compute-request-id: req-24f1cd85-def6-49ba-bc88-90bf4faa3b7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24f1cd85-def6-49ba-bc88-90bf4faa3b7c Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:11.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:06:14,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-24f1cd85-def6-49ba-bc88-90bf4faa3b7c 2018-08-29 05:06:14,059 - create_volume - DEBUG - Instance status is - available 2018-08-29 05:06:14,059 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b 2018-08-29 05:06:14,059 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b 2018-08-29 05:06:14,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:06:14,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:06:14,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:06:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["gsG7oo7hS4WGF0NwNen9fw"], "issued_at": "2018-08-29T05:06:14.000000Z"}} 2018-08-29 05:06:14,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:14,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f60cff0-d141-4afc-b5f3-3f72aa2e7926 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:14,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4f60cff0-d141-4afc-b5f3-3f72aa2e7926 2018-08-29 05:06:14,527 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:06:14,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:14,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae68f0dd-1f42-4783-b00c-7d970b440fb4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:14,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ae68f0dd-1f42-4783-b00c-7d970b440fb4 2018-08-29 05:06:14,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:14,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-bd199dfd-aca1-426f-8017-61b3be4cb7d6 Date: Wed, 29 Aug 2018 05:06:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:14,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-bd199dfd-aca1-426f-8017-61b3be4cb7d6 2018-08-29 05:06:14,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:06:14,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:06:14 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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:06:14,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:14,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c266e98-e35d-4087-bad6-de47a23e154f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:14,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-9c266e98-e35d-4087-bad6-de47a23e154f 2018-08-29 05:06:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:15,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6f35ef83-cfb4-4e93-b64c-b31797fb3e38 Date: Wed, 29 Aug 2018 05:06:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:15,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-6f35ef83-cfb4-4e93-b64c-b31797fb3e38 2018-08-29 05:06:15,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:15,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-71e82fab-9757-42b2-8b7a-ae9b97ecc2b2 Date: Wed, 29 Aug 2018 05:06:15 GMT RESP BODY: {"ports":[]} 2018-08-29 05:06:15,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port&admin_state_up=True used request id req-71e82fab-9757-42b2-8b7a-ae9b97ecc2b2 2018-08-29 05:06:15,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:15,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfb34843-040e-4404-8e6b-a199768f86ad x-compute-request-id: req-cfb34843-040e-4404-8e6b-a199768f86ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-29 05:06:15,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst used request id req-cfb34843-040e-4404-8e6b-a199768f86ad 2018-08-29 05:06:15,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:16,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5fc0f76e-69f0-4f27-9b64-36ae8d3f6793 Date: Wed, 29 Aug 2018 05:06:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:16,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-5fc0f76e-69f0-4f27-9b64-36ae8d3f6793 2018-08-29 05:06:16,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:16,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-546f3a40-dd68-4252-ba0a-f8431d0c2804 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:16,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-546f3a40-dd68-4252-ba0a-f8431d0c2804 2018-08-29 05:06:16,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:16,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ca036628-824e-452c-b95b-13b6f8f555d6 Date: Wed, 29 Aug 2018 05:06:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:16,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-ca036628-824e-452c-b95b-13b6f8f555d6 2018-08-29 05:06:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:16,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c1d2b686-84a4-472a-8fc7-a7f607855e48 Date: Wed, 29 Aug 2018 05:06:16 GMT RESP BODY: {"ports":[]} 2018-08-29 05:06:16,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port&admin_state_up=True used request id req-c1d2b686-84a4-472a-8fc7-a7f607855e48 2018-08-29 05:06:16,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:06:16,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:06:17,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:06:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["JwQL2WQKSFe1XezE6RBJ2Q"], "issued_at": "2018-08-29T05:06:17.000000Z"}} 2018-08-29 05:06:17,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981e64c31baf89414bf6ffa56b809c3d9d386370" 2018-08-29 05:06:17,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2ee079-a5f0-4c8f-afb1-cc4ec536609b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:17,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-bb2ee079-a5f0-4c8f-afb1-cc4ec536609b 2018-08-29 05:06:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:17,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f0a230a4-4c04-46de-8e0d-19b539efed93 Date: Wed, 29 Aug 2018 05:06:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:17,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-f0a230a4-4c04-46de-8e0d-19b539efed93 2018-08-29 05:06:17,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:17,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e3b2343-d8d3-4a5b-9d40-340dc0a4c49d Date: Wed, 29 Aug 2018 05:06:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:17,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-4e3b2343-d8d3-4a5b-9d40-340dc0a4c49d 2018-08-29 05:06:17,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:17,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b99f7e0b-9c05-41aa-8852-d613fc0c449c Date: Wed, 29 Aug 2018 05:06:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:17,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-b99f7e0b-9c05-41aa-8852-d613fc0c449c 2018-08-29 05:06:17,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:06:17,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:06:17,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}981e64c31baf89414bf6ffa56b809c3d9d386370" 2018-08-29 05:06:17,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a087e5c-a74a-43b6-92ef-cb83a23a2163 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:17,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-0a087e5c-a74a-43b6-92ef-cb83a23a2163 2018-08-29 05:06:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:17,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f3adaa85-06db-4e1c-93ff-d914d4b1dba5 Date: Wed, 29 Aug 2018 05:06:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:17,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-f3adaa85-06db-4e1c-93ff-d914d4b1dba5 2018-08-29 05:06:17,959 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net 2018-08-29 05:06:17,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" -d '{"port": {"network_id": "052e2c0f-2b99-442f-acfc-3abdfd00dd02", "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port", "admin_state_up": true}}' 2018-08-29 05:06:18,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-67903c6a-748c-4562-bea9-340eee7ce6aa Date: Wed, 29 Aug 2018 05:06:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:18Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}} 2018-08-29 05:06:18,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-67903c6a-748c-4562-bea9-340eee7ce6aa 2018-08-29 05:06:18,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:18,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ae24a461-e4aa-4e71-bed1-94a295d28476 Date: Wed, 29 Aug 2018 05:06:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:18,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-ae24a461-e4aa-4e71-bed1-94a295d28476 2018-08-29 05:06:18,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:19,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a26cb7-a4f1-45fc-acc0-d3bb2aceed5c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:19,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-e2a26cb7-a4f1-45fc-acc0-d3bb2aceed5c 2018-08-29 05:06:19,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:19,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aed68f2d-5019-4bee-addf-d88671bc8643 Date: Wed, 29 Aug 2018 05:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:19,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-aed68f2d-5019-4bee-addf-d88671bc8643 2018-08-29 05:06:19,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:19,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-2865a6ae-abf5-4c45-bfd7-cbaec480fd99 Date: Wed, 29 Aug 2018 05:06:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:18Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:19,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port&admin_state_up=True used request id req-2865a6ae-abf5-4c45-bfd7-cbaec480fd99 2018-08-29 05:06:19,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:19,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5910b2c-ba26-47b1-b94f-39f497042193 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:19,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d5910b2c-ba26-47b1-b94f-39f497042193 2018-08-29 05:06:19,514 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst 2018-08-29 05:06:19,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:19,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c55c1158-0043-4641-95b5-6cedaf4ca7af x-compute-request-id: req-c55c1158-0043-4641-95b5-6cedaf4ca7af Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-flavor"}]} 2018-08-29 05:06:19,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-c55c1158-0043-4641-95b5-6cedaf4ca7af 2018-08-29 05:06:19,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:19,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-601ed3f1-e270-4577-affc-986ae2b4e1ff x-compute-request-id: req-601ed3f1-e270-4577-affc-986ae2b4e1ff Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "db937c27-ab8b-4552-bcc4-7547648bb660", "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:06:19,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660 used request id req-601ed3f1-e270-4577-affc-986ae2b4e1ff 2018-08-29 05:06:19,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:20,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-11735217-1c6e-4c91-b10c-94bfad6c40b8 Date: Wed, 29 Aug 2018 05:06:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:05:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:06:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/snap", "metadata": {}}], "self": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "min_disk": 0, "protected": false, "id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "file": "/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image"} 2018-08-29 05:06:20,411 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image used request id req-11735217-1c6e-4c91-b10c-94bfad6c40b8 2018-08-29 05:06:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:20,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-db453835-d28c-481f-8cae-302dae2a42a1 Date: Wed, 29 Aug 2018 05:06: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-08-29 05:06:20,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-db453835-d28c-481f-8cae-302dae2a42a1 2018-08-29 05:06:20,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "imageRef": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "flavorRef": "db937c27-ab8b-4552-bcc4-7547648bb660", "max_count": 1, "min_count": 1, "networks": [{"port": "d5c25f54-892b-44c5-a9a1-5d55f6d331b4"}]}}' 2018-08-29 05:06:23,598 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:06: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-4ecf38aa-b2d2-48c9-9ea3-b051234395b4 x-compute-request-id: req-4ecf38aa-b2d2-48c9-9ea3-b051234395b4 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "adminPass": "G6JztKbRuNP4"}} 2018-08-29 05:06:23,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-4ecf38aa-b2d2-48c9-9ea3-b051234395b4 2018-08-29 05:06:23,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:24,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a6b5a30-815f-48fd-953e-921c6007cde6 x-compute-request-id: req-8a6b5a30-815f-48fd-953e-921c6007cde6 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:06:23Z", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:24,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-8a6b5a30-815f-48fd-953e-921c6007cde6 2018-08-29 05:06:24,357 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst 2018-08-29 05:06:24,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:24,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab58b663-1375-48b5-84a4-cb0f5f80bb0d x-compute-request-id: req-ab58b663-1375-48b5-84a4-cb0f5f80bb0d Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:06:24Z", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:24,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-ab58b663-1375-48b5-84a4-cb0f5f80bb0d 2018-08-29 05:06:24,663 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - BUILD 2018-08-29 05:06:24,663 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:06:27,665 - create_instance - DEBUG - VM status query timeout in 896.691893816 2018-08-29 05:06:27,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:28,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81921af5-0774-4d90-87d5-c2174e15df48 x-compute-request-id: req-81921af5-0774-4d90-87d5-c2174e15df48 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:06:26Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:28,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-81921af5-0774-4d90-87d5-c2174e15df48 2018-08-29 05:06:28,162 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - BUILD 2018-08-29 05:06:28,162 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:06:31,165 - create_instance - DEBUG - VM status query timeout in 893.191813946 2018-08-29 05:06:31,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:31,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-44c83834-0cfa-43ed-abcd-659568b62698 x-compute-request-id: req-44c83834-0cfa-43ed-abcd-659568b62698 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:06:26Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:31,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-44c83834-0cfa-43ed-abcd-659568b62698 2018-08-29 05:06:31,563 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - BUILD 2018-08-29 05:06:31,563 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:06:34,564 - create_instance - DEBUG - VM status query timeout in 889.792999983 2018-08-29 05:06:34,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:35,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49bc14e7-0c94-48e0-94ac-069acd12d5ff x-compute-request-id: req-49bc14e7-0c94-48e0-94ac-069acd12d5ff Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:31Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:35,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-49bc14e7-0c94-48e0-94ac-069acd12d5ff 2018-08-29 05:06:35,230 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - ACTIVE 2018-08-29 05:06:35,230 - create_instance - INFO - VM is - ACTIVE 2018-08-29 05:06:35,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:35,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-af10f6b4-ef5e-425e-a50a-1ca9a07c94e2 x-compute-request-id: req-af10f6b4-ef5e-425e-a50a-1ca9a07c94e2 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:31Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:35,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-af10f6b4-ef5e-425e-a50a-1ca9a07c94e2 2018-08-29 05:06:35,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:35,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-361c13b3-a007-4896-9cc5-ad5c8ec0a190 Date: Wed, 29 Aug 2018 05:06:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:35,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-361c13b3-a007-4896-9cc5-ad5c8ec0a190 2018-08-29 05:06:35,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:36,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d421b0-1590-46cd-8280-91cad2f2808e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:36,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-91d421b0-1590-46cd-8280-91cad2f2808e 2018-08-29 05:06:36,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:36,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-61e95585-3b66-49b3-9114-52c804eca0cc Date: Wed, 29 Aug 2018 05:06:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:36,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-61e95585-3b66-49b3-9114-52c804eca0cc 2018-08-29 05:06:36,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:36,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-6a935015-1930-43fd-81a7-c4bb5336e503 Date: Wed, 29 Aug 2018 05:06:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:36,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-6a935015-1930-43fd-81a7-c4bb5336e503 2018-08-29 05:06:36,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:06:36,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:06:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["1PKFoCj8QFGPdWL6SL8D6g"], "issued_at": "2018-08-29T05:06:36.000000Z"}} 2018-08-29 05:06:36,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:36,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a92052c-12c4-42d3-8ea7-50d760337b37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:36,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-2a92052c-12c4-42d3-8ea7-50d760337b37 2018-08-29 05:06:36,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:37,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38613cb2-b347-42ba-9d38-d81d5f2e4a86 x-compute-request-id: req-38613cb2-b347-42ba-9d38-d81d5f2e4a86 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:31Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:37,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-38613cb2-b347-42ba-9d38-d81d5f2e4a86 2018-08-29 05:06:37,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:37,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ec0146f3-a452-43ae-93c1-0fc69e0c6156 Date: Wed, 29 Aug 2018 05:06:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:37,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-ec0146f3-a452-43ae-93c1-0fc69e0c6156 2018-08-29 05:06:37,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:37,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18bd97c-22ea-43b1-94e4-4ab46a68f36c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:37,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d18bd97c-22ea-43b1-94e4-4ab46a68f36c 2018-08-29 05:06:37,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:38,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bf266d6b-6d7b-42bd-bfc8-a386f1c7be59 Date: Wed, 29 Aug 2018 05:06:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:38,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-bf266d6b-6d7b-42bd-bfc8-a386f1c7be59 2018-08-29 05:06:38,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:38,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b1d06691-4ae6-4c3d-b87d-d88f175d3ad2 Date: Wed, 29 Aug 2018 05:06:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:38,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-b1d06691-4ae6-4c3d-b87d-d88f175d3ad2 2018-08-29 05:06:38,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" -d '{"volumeAttachment": {"volumeId": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}}' 2018-08-29 05:06:40,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-14410842-8beb-4331-aaa7-49e4c4579f5f x-compute-request-id: req-14410842-8beb-4331-aaa7-49e4c4579f5f Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "volumeId": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}} 2018-08-29 05:06:40,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886/os-volume_attachments used request id req-14410842-8beb-4331-aaa7-49e4c4579f5f 2018-08-29 05:06:40,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:40,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-754b53aa-65c6-419e-a86e-d474881d5436 x-compute-request-id: req-754b53aa-65c6-419e-a86e-d474881d5436 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:31Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}], "metadata": {}}} 2018-08-29 05:06:40,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-754b53aa-65c6-419e-a86e-d474881d5436 2018-08-29 05:06:40,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:41,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-571572da-5ca5-4319-bd99-d6c04cab6644 Date: Wed, 29 Aug 2018 05:06:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:41,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-571572da-5ca5-4319-bd99-d6c04cab6644 2018-08-29 05:06:41,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:06:41,231 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:06: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:06:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:41,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f6095c-3d9e-4f65-b886-d03cfa4c8fa7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:41,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-37f6095c-3d9e-4f65-b886-d03cfa4c8fa7 2018-08-29 05:06:41,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:41,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1dbe655e-b3d6-43d2-baef-c3443c27f716 Date: Wed, 29 Aug 2018 05:06:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:41,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-1dbe655e-b3d6-43d2-baef-c3443c27f716 2018-08-29 05:06:41,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:41,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8bc9482b-3ee6-4078-9902-44bad8f25f01 Date: Wed, 29 Aug 2018 05:06:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:41,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-8bc9482b-3ee6-4078-9902-44bad8f25f01 2018-08-29 05:06:41,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:42,308 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:41 GMT Server: Apache x-compute-request-id: req-3de7338b-725c-4c2b-afc1-c7829b1268db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3de7338b-725c-4c2b-afc1-c7829b1268db Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:40.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:06:42,309 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-3de7338b-725c-4c2b-afc1-c7829b1268db 2018-08-29 05:06:45,315 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3de7338b-725c-4c2b-afc1-c7829b1268db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:46,087 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:45 GMT Server: Apache x-compute-request-id: req-77bf75f7-08b0-4d33-aa1e-5be15baf0242 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77bf75f7-08b0-4d33-aa1e-5be15baf0242 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "attachment_id": "f2532c16-8160-41cd-9fe1-6049c50f9629", "attached_at": "2018-08-29T05:06:44.000000", "host_name": null, "volume_id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "device": "/dev/vdb", "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:44.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:06:46,087 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-77bf75f7-08b0-4d33-aa1e-5be15baf0242 2018-08-29 05:06:46,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:46,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3fb01a2-ef44-434d-bd9e-df86ebab2c65 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:06:46,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-e3fb01a2-ef44-434d-bd9e-df86ebab2c65 2018-08-29 05:06:46,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:46,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-d57e7d55-e35d-4247-b7f1-d63de9cea74b x-compute-request-id: req-d57e7d55-e35d-4247-b7f1-d63de9cea74b Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}], "metadata": {}}} 2018-08-29 05:06:46,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-d57e7d55-e35d-4247-b7f1-d63de9cea74b 2018-08-29 05:06:46,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:46,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2e4c04b4-16b4-4bf5-92a5-74614748803f Date: Wed, 29 Aug 2018 05:06:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:46,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-2e4c04b4-16b4-4bf5-92a5-74614748803f 2018-08-29 05:06:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:46,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0450679b-83db-46c3-98ff-fb783a3ae0c3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:46,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-0450679b-83db-46c3-98ff-fb783a3ae0c3 2018-08-29 05:06:46,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:47,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3955da1e-5596-4872-9bb8-e1b1bc4f3977 Date: Wed, 29 Aug 2018 05:06:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:47,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-3955da1e-5596-4872-9bb8-e1b1bc4f3977 2018-08-29 05:06:47,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:47,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8af1e950-f588-44b8-adfc-562dec5c0792 Date: Wed, 29 Aug 2018 05:06:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:47,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-8af1e950-f588-44b8-adfc-562dec5c0792 2018-08-29 05:06:47,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:47,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-426df0fd-45de-4998-8703-53f11dd13955 x-compute-request-id: req-426df0fd-45de-4998-8703-53f11dd13955 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}], "metadata": {}}} 2018-08-29 05:06:47,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-426df0fd-45de-4998-8703-53f11dd13955 2018-08-29 05:06:47,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:48,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d55a6e51-a09e-4d9b-b11a-5e1921eade24 Date: Wed, 29 Aug 2018 05:06:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:48,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-d55a6e51-a09e-4d9b-b11a-5e1921eade24 2018-08-29 05:06:48,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:48,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d353d9-921b-4b89-978c-c20f7fcdf1d4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:48,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-98d353d9-921b-4b89-978c-c20f7fcdf1d4 2018-08-29 05:06:48,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:48,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f037b31b-9f90-4afb-8df2-e32b5b2e56a1 Date: Wed, 29 Aug 2018 05:06:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:48,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-f037b31b-9f90-4afb-8df2-e32b5b2e56a1 2018-08-29 05:06:48,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:48,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-5bbe6ba9-bf33-40c3-b936-b47a1d7003f4 Date: Wed, 29 Aug 2018 05:06:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:48,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-5bbe6ba9-bf33-40c3-b936-b47a1d7003f4 2018-08-29 05:06:48,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:49,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7011a31b-3ad2-4c8d-8eee-dfc1d76404bb x-compute-request-id: req-7011a31b-3ad2-4c8d-8eee-dfc1d76404bb Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}], "metadata": {}}} 2018-08-29 05:06:49,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-7011a31b-3ad2-4c8d-8eee-dfc1d76404bb 2018-08-29 05:06:49,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:49,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8c2279a8-1644-4ac9-8927-138b5b09eb86 Date: Wed, 29 Aug 2018 05:06:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:49,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-8c2279a8-1644-4ac9-8927-138b5b09eb86 2018-08-29 05:06:49,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:49,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734e47c8-c8b8-4cc7-ae70-046c7eaf5a3e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:49,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-734e47c8-c8b8-4cc7-ae70-046c7eaf5a3e 2018-08-29 05:06:49,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:49,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-df474ef0-ec4e-48ce-b123-c3cef628ce3c Date: Wed, 29 Aug 2018 05:06:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:49,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-df474ef0-ec4e-48ce-b123-c3cef628ce3c 2018-08-29 05:06:49,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:49,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-7e3acf74-c8aa-4bc9-a0c9-794cab4d155a Date: Wed, 29 Aug 2018 05:06:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:49,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-7e3acf74-c8aa-4bc9-a0c9-794cab4d155a 2018-08-29 05:06:49,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886/os-volume_attachments/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:50,983 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:06:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-edd5c7a1-b47e-4598-a42a-7769c58dc0b1 x-compute-request-id: req-edd5c7a1-b47e-4598-a42a-7769c58dc0b1 Content-Length: 0 Content-Type: application/json 2018-08-29 05:06:50,983 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886/os-volume_attachments/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-edd5c7a1-b47e-4598-a42a-7769c58dc0b1 2018-08-29 05:06:50,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:52,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06: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-52f4dcaa-b128-44cc-92f5-45923b32dc5f x-compute-request-id: req-52f4dcaa-b128-44cc-92f5-45923b32dc5f Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e"}], "metadata": {}}} 2018-08-29 05:06:52,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-52f4dcaa-b128-44cc-92f5-45923b32dc5f 2018-08-29 05:06:52,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:52,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-67351f00-9a98-4db9-af57-da8862d4b719 Date: Wed, 29 Aug 2018 05:06:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:52,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-67351f00-9a98-4db9-af57-da8862d4b719 2018-08-29 05:06:52,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:52,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5305b1b-6eca-4e9c-a210-2a4b89b03579 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:52,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d5305b1b-6eca-4e9c-a210-2a4b89b03579 2018-08-29 05:06:52,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:52,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-84b22f2d-5899-4b9a-b531-6b56e47ee587 Date: Wed, 29 Aug 2018 05:06:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:52,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-84b22f2d-5899-4b9a-b531-6b56e47ee587 2018-08-29 05:06:52,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:53,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-7ffdd222-7c64-43f6-8085-70609d2df19c Date: Wed, 29 Aug 2018 05:06:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:53,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-7ffdd222-7c64-43f6-8085-70609d2df19c 2018-08-29 05:06:56,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:56,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cebb4240-f422-4ea9-a166-9cebce09e4b9 x-compute-request-id: req-cebb4240-f422-4ea9-a166-9cebce09e4b9 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:56,719 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-cebb4240-f422-4ea9-a166-9cebce09e4b9 2018-08-29 05:06:56,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:56,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2a90c144-0655-4150-a76f-5c940e0db08a Date: Wed, 29 Aug 2018 05:06:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:56,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-2a90c144-0655-4150-a76f-5c940e0db08a 2018-08-29 05:06:56,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:57,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a5516f-256e-4855-b7ce-6f967bd4efe7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:57,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d1a5516f-256e-4855-b7ce-6f967bd4efe7 2018-08-29 05:06:57,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:57,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0c0045ad-1a4b-42cc-a860-3ffda2bc8613 Date: Wed, 29 Aug 2018 05:06:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:57,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-0c0045ad-1a4b-42cc-a860-3ffda2bc8613 2018-08-29 05:06:57,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:57,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-731aaa46-26b2-48da-a02a-0c15ee2f9a34 Date: Wed, 29 Aug 2018 05:06:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:57,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-731aaa46-26b2-48da-a02a-0c15ee2f9a34 2018-08-29 05:06:57,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3de7338b-725c-4c2b-afc1-c7829b1268db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:06:58,071 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:57 GMT Server: Apache x-compute-request-id: req-607bd7f6-c63e-4e67-9802-cd1be9abcda1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-607bd7f6-c63e-4e67-9802-cd1be9abcda1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:50.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:06:58,071 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-607bd7f6-c63e-4e67-9802-cd1be9abcda1 2018-08-29 05:06:58,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:58,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4a6cef4-0106-4f0d-9031-fa3e9fc454d1 x-compute-request-id: req-f4a6cef4-0106-4f0d-9031-fa3e9fc454d1 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:06:58,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-f4a6cef4-0106-4f0d-9031-fa3e9fc454d1 2018-08-29 05:06:58,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:58,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f5bea130-93c3-4cd0-8883-adcb8352e6d1 Date: Wed, 29 Aug 2018 05:06:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:06:58,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-f5bea130-93c3-4cd0-8883-adcb8352e6d1 2018-08-29 05:06:58,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:58,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c221b5d9-d0f0-4c5a-9ebe-3ec39df6f2fd Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:06:58,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-c221b5d9-d0f0-4c5a-9ebe-3ec39df6f2fd 2018-08-29 05:06:58,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:58,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7971e544-bc6c-45ba-b532-36116538c496 Date: Wed, 29 Aug 2018 05:06:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:06:58,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-7971e544-bc6c-45ba-b532-36116538c496 2018-08-29 05:06:58,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:06:58,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-e4f223b5-b011-4fa0-addf-0dc311528096 Date: Wed, 29 Aug 2018 05:06:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:06:58,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-e4f223b5-b011-4fa0-addf-0dc311528096 2018-08-29 05:06:58,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:07:00,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a1ecec6-b938-4365-974b-8eb17b689f1e x-compute-request-id: req-6a1ecec6-b938-4365-974b-8eb17b689f1e Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8f:df", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:06:43Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:00,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-6a1ecec6-b938-4365-974b-8eb17b689f1e 2018-08-29 05:07:00,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:07:00,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-805bdf7d-a9c7-430e-984b-847663fc7ce6 Date: Wed, 29 Aug 2018 05:07:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["5bc96f9d-8ec2-4fdf-8242-078d61f328e8"],"description":"","tags":[],"updated_at":"2018-08-29T05:06:04Z","provider:segmentation_id":50,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:03Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:00,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net used request id req-805bdf7d-a9c7-430e-984b-847663fc7ce6 2018-08-29 05:07:00,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:07:00,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d8459d-b4e1-4dac-8536-d760f4bee08a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:00,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-f9d8459d-b4e1-4dac-8536-d760f4bee08a 2018-08-29 05:07:00,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:07:00,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a5e8a97b-d954-4d2a-9bcf-52b26730cecb Date: Wed, 29 Aug 2018 05:07:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:06:04Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet"}]} 2018-08-29 05:07:00,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-a5e8a97b-d954-4d2a-9bcf-52b26730cecb 2018-08-29 05:07:00,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aaaf9002b3e888455c67fc1d4e03e571978565c" 2018-08-29 05:07:00,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-a5bcff5f-287c-4c90-8505-230e494d8962 Date: Wed, 29 Aug 2018 05:07:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.2"}],"id":"0cca58a3-f8be-4125-abae-dd5dcacf2f46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:18:37","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.3"}],"id":"2aa9c080-c42b-47b9-bf12-65c58347e4ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:4d:8a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.4"}],"id":"6b85d2eb-ced6-45b5-bd5d-31071bb5285e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:95:73:12","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-052e2c0f-2b99-442f-acfc-3abdfd00dd02","name":"","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:06:27Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bc96f9d-8ec2-4fdf-8242-078d61f328e8","ip_address":"10.55.0.13"}],"id":"d5c25f54-892b-44c5-a9a1-5d55f6d331b4","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:8f:df","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"be0f0e32-7b44-45e5-b56f-2531f40c6886","name":"NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port","admin_state_up":true,"network_id":"052e2c0f-2b99-442f-acfc-3abdfd00dd02","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:06:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:07:00,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-a5bcff5f-287c-4c90-8505-230e494d8962 2018-08-29 05:07:00,949 - create_instance - INFO - Deleting Port with ID - d5c25f54-892b-44c5-a9a1-5d55f6d331b4 2018-08-29 05:07:00,949 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-port 2018-08-29 05:07:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/d5c25f54-892b-44c5-a9a1-5d55f6d331b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:07:01,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6bcf835-a563-42e7-af2a-75de60a0607f Date: Wed, 29 Aug 2018 05:07:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:07:01,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/d5c25f54-892b-44c5-a9a1-5d55f6d331b4 used request id req-f6bcf835-a563-42e7-af2a-75de60a0607f 2018-08-29 05:07:01,572 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst 2018-08-29 05:07:01,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:07:01,927 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79d6327b-b028-491a-aecd-ff6189dd309e x-compute-request-id: req-79d6327b-b028-491a-aecd-ff6189dd309e Content-Type: application/json 2018-08-29 05:07:01,927 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-79d6327b-b028-491a-aecd-ff6189dd309e 2018-08-29 05:07:01,927 - create_instance - INFO - Checking deletion status 2018-08-29 05:07:01,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:07:02,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8edc50a7-832b-4e5f-b745-ed7a6608b9be x-compute-request-id: req-8edc50a7-832b-4e5f-b745-ed7a6608b9be Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:01Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:02,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-8edc50a7-832b-4e5f-b745-ed7a6608b9be 2018-08-29 05:07:02,489 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - ACTIVE 2018-08-29 05:07:02,489 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:07:05,493 - create_instance - DEBUG - VM status query timeout in 296.434826851 2018-08-29 05:07:05,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:07:05,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07: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-417a3661-c0e7-4f8d-8e94-1e02fa73d3b6 x-compute-request-id: req-417a3661-c0e7-4f8d-8e94-1e02fa73d3b6 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:01Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:05,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-417a3661-c0e7-4f8d-8e94-1e02fa73d3b6 2018-08-29 05:07:05,894 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - ACTIVE 2018-08-29 05:07:05,894 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:07:08,897 - create_instance - DEBUG - VM status query timeout in 293.030156851 2018-08-29 05:07:08,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:07:09,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c66cc89-ff71-4305-9d99-2b6c74cbe1ce x-compute-request-id: req-4c66cc89-ff71-4305-9d99-2b6c74cbe1ce Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886", "rel": "bookmark"}], "image": {"id": "f6e6b217-0edd-4a48-bc82-7041b2bb106c", "links": [{"href": "http://172.30.9.24:8774/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-08-29T05:06:30.000000", "flavor": {"id": "db937c27-ab8b-4552-bcc4-7547648bb660", "links": [{"href": "http://172.30.9.24:8774/flavors/db937c27-ab8b-4552-bcc4-7547648bb660", "rel": "bookmark"}]}, "id": "be0f0e32-7b44-45e5-b56f-2531f40c6886", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:08Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst", "created": "2018-08-29T05:06:23Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:09,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-4c66cc89-ff71-4305-9d99-2b6c74cbe1ce 2018-08-29 05:07:09,158 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst] is - ACTIVE 2018-08-29 05:07:09,159 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:07:12,162 - create_instance - DEBUG - VM status query timeout in 289.765578985 2018-08-29 05:07:12,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de27ca5194b1c6bc528f7f262c16ab728aef519c" 2018-08-29 05:07:12,210 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:07: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-3364049e-7f23-4507-a0b2-e1330f8486ab x-compute-request-id: req-3364049e-7f23-4507-a0b2-e1330f8486ab Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance be0f0e32-7b44-45e5-b56f-2531f40c6886 could not be found.", "code": 404}} 2018-08-29 05:07:12,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/be0f0e32-7b44-45e5-b56f-2531f40c6886 used request id req-3364049e-7f23-4507-a0b2-e1330f8486ab 2018-08-29 05:07:12,210 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance be0f0e32-7b44-45e5-b56f-2531f40c6886 could not be found. (HTTP 404) (Request-ID: req-3364049e-7f23-4507-a0b2-e1330f8486ab) 2018-08-29 05:07:12,211 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-vm_inst 2018-08-29 05:07:12,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:07:13,016 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:12 GMT Server: Apache x-compute-request-id: req-178b3ec8-cc13-4c87-9fd8-9fc4e8ebd14f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-178b3ec8-cc13-4c87-9fd8-9fc4e8ebd14f Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:06:50.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:07:13,016 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-178b3ec8-cc13-4c87-9fd8-9fc4e8ebd14f 2018-08-29 05:07:13,017 - create_volume - DEBUG - Instance status is - available 2018-08-29 05:07:13,017 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b 2018-08-29 05:07:13,017 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b 2018-08-29 05:07:13,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:07:13,813 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:07:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6af064dd-42bc-4ae5-b219-6897d6a66f1e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:07:13,814 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-6af064dd-42bc-4ae5-b219-6897d6a66f1e 2018-08-29 05:07:13,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:07:14,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:13 GMT Server: Apache x-compute-request-id: req-6f18e665-4e88-4fcd-88b3-1448522534f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f18e665-4e88-4fcd-88b3-1448522534f3 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:07:13.000000", "replication_status": null, "snapshot_id": null, "id": "054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b", "bootable": "false", "created_at": "2018-08-29T05:06:08.000000", "volume_type": null}} 2018-08-29 05:07:14,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-6f18e665-4e88-4fcd-88b3-1448522534f3 2018-08-29 05:07:14,015 - create_volume - DEBUG - Instance status is - deleting 2018-08-29 05:07:14,015 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-08-29 05:07:17,018 - create_volume - DEBUG - Volume status query timeout in 56.7960309982 2018-08-29 05:07:17,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-230c5fb1-4fb6-4e71-b544-aaa9cb63dddb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3437486785dc0fc40d1de88836975341c015f317" 2018-08-29 05:07:17,229 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:07:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4daae0a9-d997-4ef9-92c5-9da2351ee951 x-openstack-request-id: req-4daae0a9-d997-4ef9-92c5-9da2351ee951 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e could not be found.", "code": 404}} 2018-08-29 05:07:17,229 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e used request id req-4daae0a9-d997-4ef9-92c5-9da2351ee951 2018-08-29 05:07:17,229 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 054453c6-2c93-42f0-8c2d-0aeaf2e8ed8e could not be found. (HTTP 404) (Request-ID: req-4daae0a9-d997-4ef9-92c5-9da2351ee951) 2018-08-29 05:07:17,230 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b 2018-08-29 05:07:17,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e8dbacbd0b943855dde4872eecdf79d4b7ec24b" 2018-08-29 05:07:17,270 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:07:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a162ebaa-6339-489f-8c74-3f121f5db11b x-compute-request-id: req-a162ebaa-6339-489f-8c74-3f121f5db11b Content-Length: 0 Content-Type: application/json 2018-08-29 05:07:17,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/db937c27-ab8b-4552-bcc4-7547648bb660 used request id req-a162ebaa-6339-489f-8c74-3f121f5db11b 2018-08-29 05:07:17,271 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet 2018-08-29 05:07:17,271 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-subnet 2018-08-29 05:07:17,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/5bc96f9d-8ec2-4fdf-8242-078d61f328e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:07:19,631 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71ad48e7-83b7-41cd-af80-5061f2aeb545 Date: Wed, 29 Aug 2018 05:07:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:07:19,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/5bc96f9d-8ec2-4fdf-8242-078d61f328e8 used request id req-71ad48e7-83b7-41cd-af80-5061f2aeb545 2018-08-29 05:07:19,632 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-net 2018-08-29 05:07:19,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/052e2c0f-2b99-442f-acfc-3abdfd00dd02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdc937c305589d78ad20c1ab066297abc6586eb" 2018-08-29 05:07:21,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b2fb764-df62-4ccf-a8bf-c8029ee73c63 Date: Wed, 29 Aug 2018 05:07:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:07:21,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/052e2c0f-2b99-442f-acfc-3abdfd00dd02 used request id req-4b2fb764-df62-4ccf-a8bf-c8029ee73c63 2018-08-29 05:07:21,045 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-fa83a76a-6016-4c98-b39e-6a3aed8da43b-image 2018-08-29 05:07:21,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab55ac11a9d12b32d31ce6ca99c1022df8fd8250" 2018-08-29 05:07:22,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f6fca2e-b8b0-4267-b334-a7c5970d2fdd Date: Wed, 29 Aug 2018 05:07:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:07:22,843 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/f6e6b217-0edd-4a48-bc82-7041b2bb106c used request id req-4f6fca2e-b8b0-4267-b334-a7c5970d2fdd 2018-08-29 05:07:22,845 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:07:22,848 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:07:22,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:07:22,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:23,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["dHXyxZALRHSL0Sveqokxug"], "issued_at": "2018-08-29T05:07:23.000000Z"}} 2018-08-29 05:07:23,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:07:23,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875295bf-e185-4b16-aa22-8ce430d9c654 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:23,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-875295bf-e185-4b16-aa22-8ce430d9c654 2018-08-29 05:07:23,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:07:23,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-8c671fd7-e0cb-4479-a81d-3e1e414a331f Date: Wed, 29 Aug 2018 05:07:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image"} 2018-08-29 05:07:23,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image used request id req-8c671fd7-e0cb-4479-a81d-3e1e414a331f 2018-08-29 05:07:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:07:23,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9874e01c-88f5-4465-ab09-785baa5e5970 Date: Wed, 29 Aug 2018 05:07: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-08-29 05:07:23,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-9874e01c-88f5-4465-ab09-785baa5e5970 2018-08-29 05:07:23,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image"}' 2018-08-29 05:07:23,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 X-Openstack-Request-Id: req-782e6f90-e512-4045-87df-27cd8c581223 Date: Wed, 29 Aug 2018 05:07:23 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:07:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:07:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "min_disk": 0, "protected": false, "id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "file": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:07:23,984 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-782e6f90-e512-4045-87df-27cd8c581223 2018-08-29 05:07:23,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" -d '' 2018-08-29 05:07:25,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb17a7da-69ba-4158-8003-e0c8d6e7b539 Date: Wed, 29 Aug 2018 05:07:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:07:25,920 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471/file used request id req-cb17a7da-69ba-4158-8003-e0c8d6e7b539 2018-08-29 05:07:25,920 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:07:25,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:07:26,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-b50c2206-6012-40cb-893b-d1fb0abd5921 Date: Wed, 29 Aug 2018 05:07:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:07:25Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f806fd27-13cc-4226-b783-a3dc10fd7471/snap", "metadata": {}}], "self": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "min_disk": 0, "protected": false, "id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "file": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f806fd27-13cc-4226-b783-a3dc10fd7471/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:07:26,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 used request id req-b50c2206-6012-40cb-893b-d1fb0abd5921 2018-08-29 05:07:26,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:07:27,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d29edac8-7b05-4204-b83f-a5d0448cf4d3 Date: Wed, 29 Aug 2018 05:07: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-08-29 05:07:27,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-d29edac8-7b05-4204-b83f-a5d0448cf4d3 2018-08-29 05:07:27,123 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image 2018-08-29 05:07:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:07:27,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-d5c2aa1f-22fd-4db6-a80c-c48388a9955e Date: Wed, 29 Aug 2018 05:07:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:07:25Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f806fd27-13cc-4226-b783-a3dc10fd7471/snap", "metadata": {}}], "self": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "min_disk": 0, "protected": false, "id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "file": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f806fd27-13cc-4226-b783-a3dc10fd7471/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:07:27,297 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 used request id req-d5c2aa1f-22fd-4db6-a80c-c48388a9955e 2018-08-29 05:07:27,297 - create_image - DEBUG - Instance status is - active 2018-08-29 05:07:27,298 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image 2018-08-29 05:07:27,298 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image 2018-08-29 05:07:27,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:07:27,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:27,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["nBvtaPquTI2C_0rL0fg32w"], "issued_at": "2018-08-29T05:07:27.000000Z"}} 2018-08-29 05:07:27,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:07:27,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e63394a-71ec-470f-86b6-4b35fc458aab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:27,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7e63394a-71ec-470f-86b6-4b35fc458aab 2018-08-29 05:07:27,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:07:27,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f0d8fe0f-deb8-4ccf-ad2f-b292daa33a98 Date: Wed, 29 Aug 2018 05:07:27 GMT RESP BODY: {"networks":[]} 2018-08-29 05:07:27,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-f0d8fe0f-deb8-4ccf-ad2f-b292daa33a98 2018-08-29 05:07:27,956 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net 2018-08-29 05:07:27,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net", "admin_state_up": true}}' 2018-08-29 05:07:28,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-6a244711-8598-4b76-ab0e-6ff7941ea71c Date: Wed, 29 Aug 2018 05:07: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":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:07:28Z","is_default":false,"provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","mtu":1450}} 2018-08-29 05:07:28,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-6a244711-8598-4b76-ab0e-6ff7941ea71c 2018-08-29 05:07:28,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:07:28,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0b5264db-3175-4616-a7a3-d897d4c7c0ac Date: Wed, 29 Aug 2018 05:07:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:07:28Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:28,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-0b5264db-3175-4616-a7a3-d897d4c7c0ac 2018-08-29 05:07:28,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:07:29,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5fc24ece-aabb-4bf8-ab74-1d3972eb6179 Date: Wed, 29 Aug 2018 05:07:29 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:07:29,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-5fc24ece-aabb-4bf8-ab74-1d3972eb6179 2018-08-29 05:07:29,145 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet 2018-08-29 05:07:29,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" -d '{"subnets": [{"ip_version": 4, "network_id": "8a806f4e-fa3a-40d6-99dd-5b64b8182f5e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]}' 2018-08-29 05:07:29,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-42360805-74f1-4c56-a735-5a98f1fbd935 Date: Wed, 29 Aug 2018 05:07:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:29,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-42360805-74f1-4c56-a735-5a98f1fbd935 2018-08-29 05:07:29,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:07:30,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1768fc2c-78ec-438d-bc0d-0d826d5d82a0 Date: Wed, 29 Aug 2018 05:07:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:30,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-1768fc2c-78ec-438d-bc0d-0d826d5d82a0 2018-08-29 05:07:30,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:07:30,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bd21329e-86f8-438a-a899-598eca73bce5 Date: Wed, 29 Aug 2018 05:07:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:30,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-bd21329e-86f8-438a-a899-598eca73bce5 2018-08-29 05:07:30,267 - OpenStackNetwork - DEBUG - Network [8a806f4e-fa3a-40d6-99dd-5b64b8182f5e] created successfully 2018-08-29 05:07:30,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:07:30,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:30,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["gHAi8H-hQuqSDLmDBMdZrQ"], "issued_at": "2018-08-29T05:07:30.000000Z"}} 2018-08-29 05:07:30,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4817d139fa4b30e1510944e3eaae6aba1c15aa92" 2018-08-29 05:07:30,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6875b14-e26f-4446-8189-54edfa0a0dc9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:30,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-e6875b14-e26f-4446-8189-54edfa0a0dc9 2018-08-29 05:07:30,726 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:07:30,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4817d139fa4b30e1510944e3eaae6aba1c15aa92" 2018-08-29 05:07:30,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07: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-4f46dfaa-eaae-4bfa-8d1f-03180696a152 x-compute-request-id: req-4f46dfaa-eaae-4bfa-8d1f-03180696a152 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:07:30,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4f46dfaa-eaae-4bfa-8d1f-03180696a152 2018-08-29 05:07:30,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4817d139fa4b30e1510944e3eaae6aba1c15aa92" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-29 05:07:31,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07: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-0b349e88-1810-4f77-b53a-0673e1d6f088 x-compute-request-id: req-0b349e88-1810-4f77-b53a-0673e1d6f088 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e7469b8b-bf77-4f12-a887-180f503451f5", "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:07:31,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-0b349e88-1810-4f77-b53a-0673e1d6f088 2018-08-29 05:07:31,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:07:31,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:31,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["G-N8ZBywR2GdlRxK96IEJQ"], "issued_at": "2018-08-29T05:07:31.000000Z"}} 2018-08-29 05:07:31,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:07:31,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb92ba4-a448-4c2c-9db9-7e08d21df57f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:31,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6fb92ba4-a448-4c2c-9db9-7e08d21df57f 2018-08-29 05:07:31,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:07:32,220 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:31 GMT Server: Apache x-compute-request-id: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-29 05:07:32,220 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail used request id req-59c2f0cb-36af-4107-86c3-98e8c77d40a2 2018-08-29 05:07:32,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b", "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-08-29 05:07:33,141 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:07:32 GMT Server: Apache x-compute-request-id: req-a2c84558-19cc-4b05-b74e-123d4dac0efd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2c84558-19cc-4b05-b74e-123d4dac0efd Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-29T05:07:33.034088", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a5933ae1-4f77-4322-adfc-b7716309d94e", "size": 1}} 2018-08-29 05:07:33,141 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes used request id req-a2c84558-19cc-4b05-b74e-123d4dac0efd 2018-08-29 05:07:33,144 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:07:33,881 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:33 GMT Server: Apache x-compute-request-id: req-3a2c288d-d2eb-42e4-8dd0-615bbc49abe8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a2c288d-d2eb-42e4-8dd0-615bbc49abe8 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:07:33.000000", "replication_status": null, "snapshot_id": null, "id": "a5933ae1-4f77-4322-adfc-b7716309d94e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b", "bootable": "false", "created_at": "2018-08-29T05:07:33.000000", "volume_type": null}} 2018-08-29 05:07:33,881 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e used request id req-3a2c288d-d2eb-42e4-8dd0-615bbc49abe8 2018-08-29 05:07:33,881 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b 2018-08-29 05:07:33,885 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:07:34,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:33 GMT Server: Apache x-compute-request-id: req-ab7a6cac-5735-43c1-a215-c2d8c51e7e1b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ab7a6cac-5735-43c1-a215-c2d8c51e7e1b Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:07:33.000000", "replication_status": null, "snapshot_id": null, "id": "a5933ae1-4f77-4322-adfc-b7716309d94e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b", "bootable": "false", "created_at": "2018-08-29T05:07:33.000000", "volume_type": null}} 2018-08-29 05:07:34,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e used request id req-ab7a6cac-5735-43c1-a215-c2d8c51e7e1b 2018-08-29 05:07:34,089 - create_volume - DEBUG - Instance status is - available 2018-08-29 05:07:34,089 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b 2018-08-29 05:07:34,089 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b 2018-08-29 05:07:34,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:07:34,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:34,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["H8KeBFwLR-qGJ0vNep4M1A"], "issued_at": "2018-08-29T05:07:34.000000Z"}} 2018-08-29 05:07:34,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:34,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495bfcf0-15ea-44a1-9836-638c3753cea7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:34,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-495bfcf0-15ea-44a1-9836-638c3753cea7 2018-08-29 05:07:34,561 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:07:34,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:34,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8113c3d7-3cf3-402d-b29a-775ab3385f25 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:34,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8113c3d7-3cf3-402d-b29a-775ab3385f25 2018-08-29 05:07:34,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:34,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-875f836f-fd41-4deb-a2f0-bedd4895fac6 Date: Wed, 29 Aug 2018 05:07:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:34,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-875f836f-fd41-4deb-a2f0-bedd4895fac6 2018-08-29 05:07:34,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:07:34,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:07: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:07:34,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:34,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d20a4a-d88c-43b0-9a0a-0ce7537916c3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:34,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-59d20a4a-d88c-43b0-9a0a-0ce7537916c3 2018-08-29 05:07:34,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:35,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-468f876a-02ad-4f2a-8bbf-5fd1084b81c7 Date: Wed, 29 Aug 2018 05:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:35,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-468f876a-02ad-4f2a-8bbf-5fd1084b81c7 2018-08-29 05:07:35,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:35,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5e15fa77-537b-4f11-8043-78a5734e1c8a Date: Wed, 29 Aug 2018 05:07:35 GMT RESP BODY: {"ports":[]} 2018-08-29 05:07:35,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port&admin_state_up=True used request id req-5e15fa77-537b-4f11-8043-78a5734e1c8a 2018-08-29 05:07:35,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:35,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-6678a6f2-b437-462e-89d6-3e53755fd69d x-compute-request-id: req-6678a6f2-b437-462e-89d6-3e53755fd69d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-29 05:07:35,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst used request id req-6678a6f2-b437-462e-89d6-3e53755fd69d 2018-08-29 05:07:35,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:36,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f471a730-c42f-4f83-9f24-edfb936b3184 Date: Wed, 29 Aug 2018 05:07:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:36,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-f471a730-c42f-4f83-9f24-edfb936b3184 2018-08-29 05:07:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:36,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9311c535-4464-4562-a4fd-1e2af624e6fe Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:36,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-9311c535-4464-4562-a4fd-1e2af624e6fe 2018-08-29 05:07:36,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:36,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6f3986e3-e87f-4636-b608-5478a4efffe6 Date: Wed, 29 Aug 2018 05:07:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:36,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-6f3986e3-e87f-4636-b608-5478a4efffe6 2018-08-29 05:07:36,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:36,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c3c2430a-78a1-4a48-bd9c-8c0fd176ce5c Date: Wed, 29 Aug 2018 05:07:36 GMT RESP BODY: {"ports":[]} 2018-08-29 05:07:36,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port&admin_state_up=True used request id req-c3c2430a-78a1-4a48-bd9c-8c0fd176ce5c 2018-08-29 05:07:36,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:07:36,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:36,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["03Bnfu05SDqZ_OXZYj5haA"], "issued_at": "2018-08-29T05:07:36.000000Z"}} 2018-08-29 05:07:36,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0939f4fd40c01fc08167461637f39355479200d" 2018-08-29 05:07:36,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146ec919-200c-447a-ba50-ff94ac401da0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:36,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-146ec919-200c-447a-ba50-ff94ac401da0 2018-08-29 05:07:37,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:37,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-03ca3b31-ca06-40bd-bdcc-56c9e7c81cd0 Date: Wed, 29 Aug 2018 05:07:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:37,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-03ca3b31-ca06-40bd-bdcc-56c9e7c81cd0 2018-08-29 05:07:37,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:37,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1651d6a6-ba7a-4025-954b-a1a854d6867b Date: Wed, 29 Aug 2018 05:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:37,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-1651d6a6-ba7a-4025-954b-a1a854d6867b 2018-08-29 05:07:37,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:37,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-eca53812-b6ee-4dbc-9306-d5d42117743c Date: Wed, 29 Aug 2018 05:07:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:37,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-eca53812-b6ee-4dbc-9306-d5d42117743c 2018-08-29 05:07:37,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:07:37,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:07: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:07:37,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0939f4fd40c01fc08167461637f39355479200d" 2018-08-29 05:07:37,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd127648-1570-4ff4-8583-b16d92399546 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:37,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-dd127648-1570-4ff4-8583-b16d92399546 2018-08-29 05:07:37,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:37,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c70cf0c3-857c-4d32-85c5-3469fa744e27 Date: Wed, 29 Aug 2018 05:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:37,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-c70cf0c3-857c-4d32-85c5-3469fa744e27 2018-08-29 05:07:37,777 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net 2018-08-29 05:07:37,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" -d '{"port": {"network_id": "8a806f4e-fa3a-40d6-99dd-5b64b8182f5e", "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port", "admin_state_up": true}}' 2018-08-29 05:07:38,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-c3e29caf-0967-49b1-9bf1-b26fa711934a Date: Wed, 29 Aug 2018 05:07:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:38Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.5"}],"id":"0f9c6e4c-1097-44f7-8362-201ced2dad72","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:b4:cd","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:38Z","binding:vnic_type":"normal"}} 2018-08-29 05:07:38,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-c3e29caf-0967-49b1-9bf1-b26fa711934a 2018-08-29 05:07:38,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:38,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f0dd269a-0009-4282-9416-78642ea81097 Date: Wed, 29 Aug 2018 05:07:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:38,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-f0dd269a-0009-4282-9416-78642ea81097 2018-08-29 05:07:38,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:38,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72dc221f-af57-489f-9766-931084093812 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:38,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-72dc221f-af57-489f-9766-931084093812 2018-08-29 05:07:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:39,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-26520767-cfbd-4e09-9dcf-5a80369a7549 Date: Wed, 29 Aug 2018 05:07:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:39,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-26520767-cfbd-4e09-9dcf-5a80369a7549 2018-08-29 05:07:39,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:39,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-892702cc-c5fe-4a5b-9f00-7c388dfb5160 Date: Wed, 29 Aug 2018 05:07:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:38Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.5"}],"id":"0f9c6e4c-1097-44f7-8362-201ced2dad72","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:b4:cd","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:38Z","binding:vnic_type":"normal"}]} 2018-08-29 05:07:39,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port&admin_state_up=True used request id req-892702cc-c5fe-4a5b-9f00-7c388dfb5160 2018-08-29 05:07:39,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:39,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2981ec84-497d-469b-93f8-15134289cc89 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:39,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-2981ec84-497d-469b-93f8-15134289cc89 2018-08-29 05:07:39,343 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst 2018-08-29 05:07:39,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:39,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-035f8867-04ed-48c3-9363-820e6fde2a31 x-compute-request-id: req-035f8867-04ed-48c3-9363-820e6fde2a31 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-flavor"}]} 2018-08-29 05:07:39,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-035f8867-04ed-48c3-9363-820e6fde2a31 2018-08-29 05:07:39,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:39,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ac72506-25ae-4820-9fb7-305ec678a949 x-compute-request-id: req-0ac72506-25ae-4820-9fb7-305ec678a949 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e7469b8b-bf77-4f12-a887-180f503451f5", "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:07:39,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5 used request id req-0ac72506-25ae-4820-9fb7-305ec678a949 2018-08-29 05:07:39,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:40,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-9072c1a0-7fec-443e-bb99-56d1de6aa90d Date: Wed, 29 Aug 2018 05:07:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:07:25Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f806fd27-13cc-4226-b783-a3dc10fd7471/snap", "metadata": {}}], "self": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "min_disk": 0, "protected": false, "id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "file": "/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f806fd27-13cc-4226-b783-a3dc10fd7471/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image"} 2018-08-29 05:07:40,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image used request id req-9072c1a0-7fec-443e-bb99-56d1de6aa90d 2018-08-29 05:07:40,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:40,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcb33039-2d87-4bb2-9c34-42ce98cc175d Date: Wed, 29 Aug 2018 05:07:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:07:40,650 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-bcb33039-2d87-4bb2-9c34-42ce98cc175d 2018-08-29 05:07:40,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "imageRef": "f806fd27-13cc-4226-b783-a3dc10fd7471", "flavorRef": "e7469b8b-bf77-4f12-a887-180f503451f5", "max_count": 1, "min_count": 1, "networks": [{"port": "0f9c6e4c-1097-44f7-8362-201ced2dad72"}]}}' 2018-08-29 05:07:42,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:07: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-8021619f-8850-400c-834a-3d93fa7bca27 x-compute-request-id: req-8021619f-8850-400c-834a-3d93fa7bca27 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "23d167d5-3424-443c-adfd-a3125c671644", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "adminPass": "VbF63cjoo9dq"}} 2018-08-29 05:07:42,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-8021619f-8850-400c-834a-3d93fa7bca27 2018-08-29 05:07:42,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:42,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07: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-d4133e94-b525-4c5d-a640-eb2dc68d89a1 x-compute-request-id: req-d4133e94-b525-4c5d-a640-eb2dc68d89a1 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:07:42Z", "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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:42,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-d4133e94-b525-4c5d-a640-eb2dc68d89a1 2018-08-29 05:07:42,946 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst 2018-08-29 05:07:42,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:43,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07: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-3d2daeba-9d85-4d6a-98b5-f001be11b7c6 x-compute-request-id: req-3d2daeba-9d85-4d6a-98b5-f001be11b7c6 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:07:42Z", "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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:43,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-3d2daeba-9d85-4d6a-98b5-f001be11b7c6 2018-08-29 05:07:43,330 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst] is - BUILD 2018-08-29 05:07:43,330 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:07:46,333 - create_instance - DEBUG - VM status query timeout in 896.612793922 2018-08-29 05:07:46,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:47,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07: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-6de85724-5dad-43cc-b5c7-866091fcd0e4 x-compute-request-id: req-6de85724-5dad-43cc-b5c7-866091fcd0e4 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:07:45Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:47,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-6de85724-5dad-43cc-b5c7-866091fcd0e4 2018-08-29 05:07:47,077 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst] is - BUILD 2018-08-29 05:07:47,077 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:07:50,080 - create_instance - DEBUG - VM status query timeout in 892.865474939 2018-08-29 05:07:50,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:50,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e8c3faa-5ebe-4a59-8e06-c666c5426e31 x-compute-request-id: req-6e8c3faa-5ebe-4a59-8e06-c666c5426e31 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b4:cd", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-08-29T05:07:47.000000", "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:49Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:50,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-6e8c3faa-5ebe-4a59-8e06-c666c5426e31 2018-08-29 05:07:50,807 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst] is - ACTIVE 2018-08-29 05:07:50,807 - create_instance - INFO - VM is - ACTIVE 2018-08-29 05:07:50,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:51,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e192b68-8200-493e-9e79-67a16f2fe2fd x-compute-request-id: req-8e192b68-8200-493e-9e79-67a16f2fe2fd Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b4:cd", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-08-29T05:07:47.000000", "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:49Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:51,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-8e192b68-8200-493e-9e79-67a16f2fe2fd 2018-08-29 05:07:51,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:51,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4f5988df-3cf6-4258-8642-b9ad4d040dfc Date: Wed, 29 Aug 2018 05:07:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:51,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-4f5988df-3cf6-4258-8642-b9ad4d040dfc 2018-08-29 05:07:51,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:51,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90801d0b-a30e-4f2c-be5f-77500bc6d76e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:51,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-90801d0b-a30e-4f2c-be5f-77500bc6d76e 2018-08-29 05:07:51,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:51,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f16659d6-034d-4a84-8a6a-fac62024f79b Date: Wed, 29 Aug 2018 05:07:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:51,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-f16659d6-034d-4a84-8a6a-fac62024f79b 2018-08-29 05:07:51,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:51,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-7b11a45a-5073-4f77-8ae0-9f2c3bc0051d Date: Wed, 29 Aug 2018 05:07:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:46Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.5"}],"id":"0f9c6e4c-1097-44f7-8362-201ced2dad72","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:b4:cd","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"23d167d5-3424-443c-adfd-a3125c671644","name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.3"}],"id":"1e175afe-d669-4213-9d69-0cc90cc93260","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:da:ef","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","name":"","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.4"}],"id":"94f034e6-7034-46a0-972d-ee6a7d32c013","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:95:b2","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","name":"","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.2"}],"id":"dc5d2b23-faf4-4bcf-89c9-d99c110fa642","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:f5:f8","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","name":"","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","binding:vnic_type":"normal"}]} 2018-08-29 05:07:51,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-7b11a45a-5073-4f77-8ae0-9f2c3bc0051d 2018-08-29 05:07:51,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:07:52,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["mXbHPcI2SbKieqIrAjdJvw"], "issued_at": "2018-08-29T05:07:52.000000Z"}} 2018-08-29 05:07:52,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1908cd2d23d2cfab57ca8a41b4fef9058cad24b" 2018-08-29 05:07:52,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475e4059-e95c-4fbe-b8ed-8e90666ebcef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:07:52,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-475e4059-e95c-4fbe-b8ed-8e90666ebcef 2018-08-29 05:07:52,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:53,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4109a6d7-5b3e-4b88-ba69-445e132c13f9 x-compute-request-id: req-4109a6d7-5b3e-4b88-ba69-445e132c13f9 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:b4:cd", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-08-29T05:07:47.000000", "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:49Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:07:53,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-4109a6d7-5b3e-4b88-ba69-445e132c13f9 2018-08-29 05:07:53,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:53,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e925d9dd-31b5-45ef-846c-c25a3a64da3d Date: Wed, 29 Aug 2018 05:07:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["925ecad5-ad02-48de-bc13-58a45d8be36b"],"description":"","tags":[],"updated_at":"2018-08-29T05:07:29Z","provider:segmentation_id":78,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:28Z","provider:network_type":"vxlan"}]} 2018-08-29 05:07:53,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net used request id req-e925d9dd-31b5-45ef-846c-c25a3a64da3d 2018-08-29 05:07:53,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:53,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6367a961-433f-49ed-82a6-ef6148062711 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:07:53,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-6367a961-433f-49ed-82a6-ef6148062711 2018-08-29 05:07:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:53,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6231e7f4-2c8c-4381-b917-a760c7583fd4 Date: Wed, 29 Aug 2018 05:07:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","dns_nameservers":[],"updated_at":"2018-08-29T05:07: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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"925ecad5-ad02-48de-bc13-58a45d8be36b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet"}]} 2018-08-29 05:07:53,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-6231e7f4-2c8c-4381-b917-a760c7583fd4 2018-08-29 05:07:53,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:53,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-b47609b0-3a9b-4808-8ab5-634f994a9cf1 Date: Wed, 29 Aug 2018 05:07:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:46Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.5"}],"id":"0f9c6e4c-1097-44f7-8362-201ced2dad72","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:b4:cd","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"23d167d5-3424-443c-adfd-a3125c671644","name":"NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.3"}],"id":"1e175afe-d669-4213-9d69-0cc90cc93260","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:da:ef","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","name":"","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:31Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.4"}],"id":"94f034e6-7034-46a0-972d-ee6a7d32c013","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:95:b2","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","name":"","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:07:30Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"925ecad5-ad02-48de-bc13-58a45d8be36b","ip_address":"10.55.0.2"}],"id":"dc5d2b23-faf4-4bcf-89c9-d99c110fa642","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:f5:f8","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","name":"","admin_state_up":true,"network_id":"8a806f4e-fa3a-40d6-99dd-5b64b8182f5e","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:07:29Z","binding:vnic_type":"normal"}]} 2018-08-29 05:07:53,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-b47609b0-3a9b-4808-8ab5-634f994a9cf1 2018-08-29 05:07:53,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1908cd2d23d2cfab57ca8a41b4fef9058cad24b" -d '{"volumeAttachment": {"volumeId": "a5933ae1-4f77-4322-adfc-b7716309d94e"}}' 2018-08-29 05:07:56,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-589ead32-abea-40e4-a8ea-190836e38cb5 x-compute-request-id: req-589ead32-abea-40e4-a8ea-190836e38cb5 Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "23d167d5-3424-443c-adfd-a3125c671644", "id": "a5933ae1-4f77-4322-adfc-b7716309d94e", "volumeId": "a5933ae1-4f77-4322-adfc-b7716309d94e"}} 2018-08-29 05:07:56,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644/os-volume_attachments used request id req-589ead32-abea-40e4-a8ea-190836e38cb5 2018-08-29 05:07:56,004 - create_instance - INFO - Deleting Port with ID - 0f9c6e4c-1097-44f7-8362-201ced2dad72 2018-08-29 05:07:56,004 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-port 2018-08-29 05:07:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/0f9c6e4c-1097-44f7-8362-201ced2dad72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:56,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a99e2cfb-15df-401b-92c0-61ef7ceed5db Date: Wed, 29 Aug 2018 05:07:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:07:56,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/0f9c6e4c-1097-44f7-8362-201ced2dad72 used request id req-a99e2cfb-15df-401b-92c0-61ef7ceed5db 2018-08-29 05:07:56,434 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst 2018-08-29 05:07:56,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:56,800 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:07:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0737f188-cb71-4485-bce5-1851c54ff021 x-compute-request-id: req-0737f188-cb71-4485-bce5-1851c54ff021 Content-Type: application/json 2018-08-29 05:07:56,800 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-0737f188-cb71-4485-bce5-1851c54ff021 2018-08-29 05:07:56,800 - create_instance - INFO - Checking deletion status 2018-08-29 05:07:56,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:07:57,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:07:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef61a8a6-fa7f-4c7d-bb73-7642bc048f7f x-compute-request-id: req-ef61a8a6-fa7f-4c7d-bb73-7642bc048f7f Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/23d167d5-3424-443c-adfd-a3125c671644", "rel": "bookmark"}], "image": {"id": "f806fd27-13cc-4226-b783-a3dc10fd7471", "links": [{"href": "http://172.30.9.24:8774/images/f806fd27-13cc-4226-b783-a3dc10fd7471", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-08-29T05:07:47.000000", "flavor": {"id": "e7469b8b-bf77-4f12-a887-180f503451f5", "links": [{"href": "http://172.30.9.24:8774/flavors/e7469b8b-bf77-4f12-a887-180f503451f5", "rel": "bookmark"}]}, "id": "23d167d5-3424-443c-adfd-a3125c671644", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:07:56Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst", "created": "2018-08-29T05:07:42Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "a5933ae1-4f77-4322-adfc-b7716309d94e"}], "metadata": {}}} 2018-08-29 05:07:57,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-ef61a8a6-fa7f-4c7d-bb73-7642bc048f7f 2018-08-29 05:07:57,597 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst] is - ACTIVE 2018-08-29 05:07:57,597 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:08:00,601 - create_instance - DEBUG - VM status query timeout in 296.199610949 2018-08-29 05:08:00,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9f94b6618371037dd46438ce03565e9202a521" 2018-08-29 05:08:00,647 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a5ee2a1-6cb0-4117-9394-31e1f7845634 x-compute-request-id: req-6a5ee2a1-6cb0-4117-9394-31e1f7845634 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 23d167d5-3424-443c-adfd-a3125c671644 could not be found.", "code": 404}} 2018-08-29 05:08:00,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/23d167d5-3424-443c-adfd-a3125c671644 used request id req-6a5ee2a1-6cb0-4117-9394-31e1f7845634 2018-08-29 05:08:00,647 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 23d167d5-3424-443c-adfd-a3125c671644 could not be found. (HTTP 404) (Request-ID: req-6a5ee2a1-6cb0-4117-9394-31e1f7845634) 2018-08-29 05:08:00,647 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-vm_inst 2018-08-29 05:08:00,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:08:01,380 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:00 GMT Server: Apache x-compute-request-id: req-42329c24-3f49-4a31-899a-56934b5ddeef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-42329c24-3f49-4a31-899a-56934b5ddeef Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:07:57.000000", "replication_status": null, "snapshot_id": null, "id": "a5933ae1-4f77-4322-adfc-b7716309d94e", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b", "bootable": "false", "created_at": "2018-08-29T05:07:33.000000", "volume_type": null}} 2018-08-29 05:08:01,380 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e used request id req-42329c24-3f49-4a31-899a-56934b5ddeef 2018-08-29 05:08:01,381 - create_volume - DEBUG - Instance status is - available 2018-08-29 05:08:01,381 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b 2018-08-29 05:08:01,381 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b 2018-08-29 05:08:01,384 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:08:02,205 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-02f7ed7d-fe76-4cbf-97cf-3d6091d43389 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:08:02,205 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e used request id req-02f7ed7d-fe76-4cbf-97cf-3d6091d43389 2018-08-29 05:08:02,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-59c2f0cb-36af-4107-86c3-98e8c77d40a2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f71a58f1692118c8fbb086fe62341e32bb2142d1" 2018-08-29 05:08:02,952 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:08:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3dc6e989-3914-4d56-9981-d8d1a39ef5a8 x-openstack-request-id: req-3dc6e989-3914-4d56-9981-d8d1a39ef5a8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a5933ae1-4f77-4322-adfc-b7716309d94e could not be found.", "code": 404}} 2018-08-29 05:08:02,952 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/a5933ae1-4f77-4322-adfc-b7716309d94e used request id req-3dc6e989-3914-4d56-9981-d8d1a39ef5a8 2018-08-29 05:08:02,952 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume a5933ae1-4f77-4322-adfc-b7716309d94e could not be found. (HTTP 404) (Request-ID: req-3dc6e989-3914-4d56-9981-d8d1a39ef5a8) 2018-08-29 05:08:02,952 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b 2018-08-29 05:08:02,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4817d139fa4b30e1510944e3eaae6aba1c15aa92" 2018-08-29 05:08:02,994 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afe694db-dd6b-402d-9948-41e9b3dde502 x-compute-request-id: req-afe694db-dd6b-402d-9948-41e9b3dde502 Content-Length: 0 Content-Type: application/json 2018-08-29 05:08:02,994 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/e7469b8b-bf77-4f12-a887-180f503451f5 used request id req-afe694db-dd6b-402d-9948-41e9b3dde502 2018-08-29 05:08:02,995 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet 2018-08-29 05:08:02,995 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-subnet 2018-08-29 05:08:03,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/925ecad5-ad02-48de-bc13-58a45d8be36b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:08:05,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf354c07-505f-4792-8d2f-a414a8f0353f Date: Wed, 29 Aug 2018 05:08:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:08:05,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/925ecad5-ad02-48de-bc13-58a45d8be36b used request id req-cf354c07-505f-4792-8d2f-a414a8f0353f 2018-08-29 05:08:05,081 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-net 2018-08-29 05:08:05,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/8a806f4e-fa3a-40d6-99dd-5b64b8182f5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f6f8f929f09210f2241f47ba6f975bed16866f1" 2018-08-29 05:08:07,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a19a2f7-bc75-4646-9c45-02d88c108be8 Date: Wed, 29 Aug 2018 05:08:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:08:07,051 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8a806f4e-fa3a-40d6-99dd-5b64b8182f5e used request id req-1a19a2f7-bc75-4646-9c45-02d88c108be8 2018-08-29 05:08:07,051 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-94e7d9bb-1afd-4685-b6bd-e4ec0afd431b-image 2018-08-29 05:08:07,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}856a55c9be1517ef814b20442938edc436a792a3" 2018-08-29 05:08:08,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-725fd923-d992-48d4-92aa-77687984e3fc Date: Wed, 29 Aug 2018 05:08:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:08:08,868 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/f806fd27-13cc-4226-b783-a3dc10fd7471 used request id req-725fd923-d992-48d4-92aa-77687984e3fc 2018-08-29 05:08:08,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:08,872 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:08:08,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:08,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:09,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["DiNk9TwhQCeguZ_vMvh1Lw"], "issued_at": "2018-08-29T05:08:09.000000Z"}} 2018-08-29 05:08:09,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:09,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f48b0733-0452-4fc6-b1c9-e3e1f6bb5bf0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:09,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f48b0733-0452-4fc6-b1c9-e3e1f6bb5bf0 2018-08-29 05:08:09,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:09,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-1a0124c5-d3ad-468e-9b71-c912249b785e Date: Wed, 29 Aug 2018 05:08:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image"} 2018-08-29 05:08:09,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image used request id req-1a0124c5-d3ad-468e-9b71-c912249b785e 2018-08-29 05:08:09,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:09,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-61919687-8a24-42d1-a960-143f5711badb Date: Wed, 29 Aug 2018 05:08:09 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-08-29 05:08:09,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-61919687-8a24-42d1-a960-143f5711badb 2018-08-29 05:08:09,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image"}' 2018-08-29 05:08:09,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e X-Openstack-Request-Id: req-fe0d7668-ab00-48b9-9d2d-97439f125132 Date: Wed, 29 Aug 2018 05:08:09 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:08:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:08:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "min_disk": 0, "protected": false, "id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "file": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:08:09,953 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-fe0d7668-ab00-48b9-9d2d-97439f125132 2018-08-29 05:08:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" -d '' 2018-08-29 05:08:12,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45f34837-1e6a-47cd-8aa0-a3003a1e4ae1 Date: Wed, 29 Aug 2018 05:08:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:08:12,129 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/file used request id req-45f34837-1e6a-47cd-8aa0-a3003a1e4ae1 2018-08-29 05:08:12,130 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:08:12,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:12,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-09f00ca0-bc33-4fe0-9ff9-bc593b991de8 Date: Wed, 29 Aug 2018 05:08:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:08:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:08:12Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/snap", "metadata": {}}], "self": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "min_disk": 0, "protected": false, "id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "file": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:08:12,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e used request id req-09f00ca0-bc33-4fe0-9ff9-bc593b991de8 2018-08-29 05:08:12,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:12,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4d7278d1-5e8a-4bc3-9451-07666a36eb67 Date: Wed, 29 Aug 2018 05:08:12 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-08-29 05:08:12,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-4d7278d1-5e8a-4bc3-9451-07666a36eb67 2018-08-29 05:08:12,443 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image 2018-08-29 05:08:12,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:12,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2af8a676-d6f6-4303-a913-4b9a08b7994b Date: Wed, 29 Aug 2018 05:08:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:08:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:08:12Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/snap", "metadata": {}}], "self": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "min_disk": 0, "protected": false, "id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "file": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:08:12,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e used request id req-2af8a676-d6f6-4303-a913-4b9a08b7994b 2018-08-29 05:08:12,667 - create_image - DEBUG - Instance status is - active 2018-08-29 05:08:12,667 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image 2018-08-29 05:08:12,667 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image 2018-08-29 05:08:12,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:12,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:13,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["mGIjMNzXS-uPTzl7VaHAUA"], "issued_at": "2018-08-29T05:08:13.000000Z"}} 2018-08-29 05:08:13,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:13,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9e071a-a9e0-4623-9815-a34f39abbc5a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:13,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7f9e071a-a9e0-4623-9815-a34f39abbc5a 2018-08-29 05:08:13,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:13,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dc4b899f-93e5-4f19-86af-c3ed2666c75b Date: Wed, 29 Aug 2018 05:08:13 GMT RESP BODY: {"networks":[]} 2018-08-29 05:08:13,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-dc4b899f-93e5-4f19-86af-c3ed2666c75b 2018-08-29 05:08:13,320 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net 2018-08-29 05:08:13,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net", "admin_state_up": true}}' 2018-08-29 05:08:13,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-7a16024d-adad-4698-b78f-f6651fc2b5ef Date: Wed, 29 Aug 2018 05:08:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:08:13Z","is_default":false,"provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","mtu":1450}} 2018-08-29 05:08:13,767 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-7a16024d-adad-4698-b78f-f6651fc2b5ef 2018-08-29 05:08:13,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:13,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-01b74ddd-5d1e-4c31-ad0c-e7a11276de5a Date: Wed, 29 Aug 2018 05:08:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:08:13Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:13,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-01b74ddd-5d1e-4c31-ad0c-e7a11276de5a 2018-08-29 05:08:13,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:14,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b393aaed-4b10-4fba-9550-c1943bbbe66e Date: Wed, 29 Aug 2018 05:08:14 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:08:14,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-b393aaed-4b10-4fba-9550-c1943bbbe66e 2018-08-29 05:08:14,213 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet 2018-08-29 05:08:14,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" -d '{"subnets": [{"ip_version": 4, "network_id": "6afbda8c-9ed2-4c71-b91f-33f70a2b876a", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]}' 2018-08-29 05:08:14,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e2244ed3-bd3c-4d37-bdc3-eada2653b147 Date: Wed, 29 Aug 2018 05:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:14,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-e2244ed3-bd3c-4d37-bdc3-eada2653b147 2018-08-29 05:08:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:14,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2e9d117b-6bcd-4c59-b6c9-cd7810462812 Date: Wed, 29 Aug 2018 05:08:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:14,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-2e9d117b-6bcd-4c59-b6c9-cd7810462812 2018-08-29 05:08:14,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:15,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d85218c7-846b-4c58-8965-0c0dd85060b5 Date: Wed, 29 Aug 2018 05:08:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:15,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-d85218c7-846b-4c58-8965-0c0dd85060b5 2018-08-29 05:08:15,115 - OpenStackNetwork - DEBUG - Network [6afbda8c-9ed2-4c71-b91f-33f70a2b876a] created successfully 2018-08-29 05:08:15,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:15,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:15,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["yaieGeIfQj6Oj-MbNhgYlg"], "issued_at": "2018-08-29T05:08:15.000000Z"}} 2018-08-29 05:08:15,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ac1f4990bca0a33380ad4c1d9b8438eddcf1be" 2018-08-29 05:08:15,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2144b17-abd2-43f5-a1c6-31efe4dc1cbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:15,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d2144b17-abd2-43f5-a1c6-31efe4dc1cbf 2018-08-29 05:08:15,588 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:15,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ac1f4990bca0a33380ad4c1d9b8438eddcf1be" 2018-08-29 05:08:15,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44684456-5ada-44f9-853f-4e8c8a02e5d2 x-compute-request-id: req-44684456-5ada-44f9-853f-4e8c8a02e5d2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:08:15,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-44684456-5ada-44f9-853f-4e8c8a02e5d2 2018-08-29 05:08:15,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ac1f4990bca0a33380ad4c1d9b8438eddcf1be" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-29 05:08:15,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dc61645-b693-42f6-b320-8421075b2a47 x-compute-request-id: req-6dc61645-b693-42f6-b320-8421075b2a47 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:08:15,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-6dc61645-b693-42f6-b320-8421075b2a47 2018-08-29 05:08:15,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:15,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:16,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["hQtfsIVsTzKuyksRylG2WA"], "issued_at": "2018-08-29T05:08:16.000000Z"}} 2018-08-29 05:08:16,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:16,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0f0af9-0caa-4b62-8f95-072a1fa6b6f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:16,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4f0f0af9-0caa-4b62-8f95-072a1fa6b6f8 2018-08-29 05:08:16,339 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:17,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:16 GMT Server: Apache x-compute-request-id: req-988e7e9c-1523-476d-b265-2baa77e4e4f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-988e7e9c-1523-476d-b265-2baa77e4e4f5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-29 05:08:17,081 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail used request id req-988e7e9c-1523-476d-b265-2baa77e4e4f5 2018-08-29 05:08:17,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-988e7e9c-1523-476d-b265-2baa77e4e4f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b", "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-08-29 05:08:17,519 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08:17 GMT Server: Apache x-compute-request-id: req-3c82b0a1-678b-4dfb-9485-b6b5f9a978ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3c82b0a1-678b-4dfb-9485-b6b5f9a978ee Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-29T05:08:17.353632", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3ace594b-163e-4cc2-95cf-71f19428f345", "size": 1}} 2018-08-29 05:08:17,519 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes used request id req-3c82b0a1-678b-4dfb-9485-b6b5f9a978ee 2018-08-29 05:08:17,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988e7e9c-1523-476d-b265-2baa77e4e4f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:18,302 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:17 GMT Server: Apache x-compute-request-id: req-ff8adb77-1f39-4961-a10b-4e1d89eeda2f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff8adb77-1f39-4961-a10b-4e1d89eeda2f Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:08:17.000000", "replication_status": null, "snapshot_id": null, "id": "3ace594b-163e-4cc2-95cf-71f19428f345", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b", "bootable": "false", "created_at": "2018-08-29T05:08:17.000000", "volume_type": null}} 2018-08-29 05:08:18,303 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-ff8adb77-1f39-4961-a10b-4e1d89eeda2f 2018-08-29 05:08:18,303 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b 2018-08-29 05:08:18,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988e7e9c-1523-476d-b265-2baa77e4e4f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:18,515 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:18 GMT Server: Apache x-compute-request-id: req-a48164b0-4a2e-4f3e-8110-26e97a102ed5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a48164b0-4a2e-4f3e-8110-26e97a102ed5 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:08:17.000000", "replication_status": null, "snapshot_id": null, "id": "3ace594b-163e-4cc2-95cf-71f19428f345", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b", "bootable": "false", "created_at": "2018-08-29T05:08:17.000000", "volume_type": null}} 2018-08-29 05:08:18,515 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-a48164b0-4a2e-4f3e-8110-26e97a102ed5 2018-08-29 05:08:18,516 - create_volume - DEBUG - Instance status is - available 2018-08-29 05:08:18,516 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b 2018-08-29 05:08:18,516 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b 2018-08-29 05:08:18,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:18,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:18,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["UWRGwu40Q6yjrc550PKCdQ"], "issued_at": "2018-08-29T05:08:18.000000Z"}} 2018-08-29 05:08:18,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:18,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f2cb4c-bf5b-44e3-8525-0cd85b051dff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:18,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-24f2cb4c-bf5b-44e3-8525-0cd85b051dff 2018-08-29 05:08:18,975 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:18,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:19,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e21f6b-1bf7-44a0-97c5-082de5f421b8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:19,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a5e21f6b-1bf7-44a0-97c5-082de5f421b8 2018-08-29 05:08:19,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:19,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-82cc0a04-a671-4b22-8acf-d5e8365fab10 Date: Wed, 29 Aug 2018 05:08:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:19,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-82cc0a04-a671-4b22-8acf-d5e8365fab10 2018-08-29 05:08:19,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:08:19,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:08: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:08:19,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:19,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f2e05e1-4ad4-47e7-bf4d-481f7202737a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:19,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-0f2e05e1-4ad4-47e7-bf4d-481f7202737a 2018-08-29 05:08:19,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:19,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af93a6b5-4228-42bd-a0da-611f0b080484 Date: Wed, 29 Aug 2018 05:08:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:19,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-af93a6b5-4228-42bd-a0da-611f0b080484 2018-08-29 05:08:19,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:19,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b1f04cfc-9c61-4527-916c-6498390e3c13 Date: Wed, 29 Aug 2018 05:08:19 GMT RESP BODY: {"ports":[]} 2018-08-29 05:08:19,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port&admin_state_up=True used request id req-b1f04cfc-9c61-4527-916c-6498390e3c13 2018-08-29 05:08:19,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:19,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-0b8de9af-ea47-4a12-87e5-6007774455b6 x-compute-request-id: req-0b8de9af-ea47-4a12-87e5-6007774455b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-29 05:08:19,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst used request id req-0b8de9af-ea47-4a12-87e5-6007774455b6 2018-08-29 05:08:19,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:20,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6a1678b6-64d3-4a48-89cb-ec7bfc008c07 Date: Wed, 29 Aug 2018 05:08:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:20,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-6a1678b6-64d3-4a48-89cb-ec7bfc008c07 2018-08-29 05:08:20,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:20,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09de36b6-39ed-4462-8bdd-f3fee16b9f67 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:20,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-09de36b6-39ed-4462-8bdd-f3fee16b9f67 2018-08-29 05:08:20,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:20,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7a40abc4-045b-4b1a-a3e9-ba1a59cdfaaf Date: Wed, 29 Aug 2018 05:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:20,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-7a40abc4-045b-4b1a-a3e9-ba1a59cdfaaf 2018-08-29 05:08:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:20,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b550e22e-019e-46c4-9f28-d4db81e618fd Date: Wed, 29 Aug 2018 05:08:20 GMT RESP BODY: {"ports":[]} 2018-08-29 05:08:20,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port&admin_state_up=True used request id req-b550e22e-019e-46c4-9f28-d4db81e618fd 2018-08-29 05:08:20,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:20,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:20,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["we85XcHhTs-pnA-v64ERjA"], "issued_at": "2018-08-29T05:08:20.000000Z"}} 2018-08-29 05:08:20,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}921f74f4b994e589a6c2a5f4753a677b138ff20e" 2018-08-29 05:08:20,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3334e492-026e-42b6-b8b8-80916ebb5261 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:20,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3334e492-026e-42b6-b8b8-80916ebb5261 2018-08-29 05:08:20,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:21,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8ab803ce-130c-4286-b938-0c1decb47be4 Date: Wed, 29 Aug 2018 05:08:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:21,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-8ab803ce-130c-4286-b938-0c1decb47be4 2018-08-29 05:08:21,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:21,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e1cd949c-3446-4671-a236-13765decdd00 Date: Wed, 29 Aug 2018 05:08:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:21,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-e1cd949c-3446-4671-a236-13765decdd00 2018-08-29 05:08:21,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:21,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5704caff-034e-47f4-a3bb-ff9eb3232f1e Date: Wed, 29 Aug 2018 05:08:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:21,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-5704caff-034e-47f4-a3bb-ff9eb3232f1e 2018-08-29 05:08:21,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:08:21,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:08: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:08:21,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}921f74f4b994e589a6c2a5f4753a677b138ff20e" 2018-08-29 05:08:22,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ba97c4-441c-4b8c-bfb2-76f86f9a4cd1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:22,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-73ba97c4-441c-4b8c-bfb2-76f86f9a4cd1 2018-08-29 05:08:22,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:22,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c53e1b6b-b023-4517-b749-84ac100b33cd Date: Wed, 29 Aug 2018 05:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:22,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-c53e1b6b-b023-4517-b749-84ac100b33cd 2018-08-29 05:08:22,222 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net 2018-08-29 05:08:22,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" -d '{"port": {"network_id": "6afbda8c-9ed2-4c71-b91f-33f70a2b876a", "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port", "admin_state_up": true}}' 2018-08-29 05:08:22,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-ffc4dae8-45c4-4127-85df-6ea34dd1a54e Date: Wed, 29 Aug 2018 05:08:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:22Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"}} 2018-08-29 05:08:22,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-ffc4dae8-45c4-4127-85df-6ea34dd1a54e 2018-08-29 05:08:22,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c24ec820-46d5-419a-a6e3-a76e84fa1e50 Date: Wed, 29 Aug 2018 05:08:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:23,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-c24ec820-46d5-419a-a6e3-a76e84fa1e50 2018-08-29 05:08:23,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c9f61a-fbc3-4dcd-8a0d-c7e19f455421 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:23,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d6c9f61a-fbc3-4dcd-8a0d-c7e19f455421 2018-08-29 05:08:23,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29ec0ddc-f2b8-4556-b2cf-f91367b77582 Date: Wed, 29 Aug 2018 05:08:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:23,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-29ec0ddc-f2b8-4556-b2cf-f91367b77582 2018-08-29 05:08:23,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-f2526e0f-1096-45ac-b846-f849d256c0e4 Date: Wed, 29 Aug 2018 05:08:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:22Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:23,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port&admin_state_up=True used request id req-f2526e0f-1096-45ac-b846-f849d256c0e4 2018-08-29 05:08:23,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78265456-5527-469a-a4f6-66e4df6f019e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:23,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-78265456-5527-469a-a4f6-66e4df6f019e 2018-08-29 05:08:23,651 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst 2018-08-29 05:08:23,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e5ba5f-c9a1-446e-93e6-6a168b15cb09 x-compute-request-id: req-84e5ba5f-c9a1-446e-93e6-6a168b15cb09 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-flavor"}]} 2018-08-29 05:08:23,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-84e5ba5f-c9a1-446e-93e6-6a168b15cb09 2018-08-29 05:08:23,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f0841b9-a868-4936-8aa1-708e990c4e11 x-compute-request-id: req-6f0841b9-a868-4936-8aa1-708e990c4e11 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:08:23,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68 used request id req-6f0841b9-a868-4936-8aa1-708e990c4e11 2018-08-29 05:08:23,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:23,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-0b210530-9ae2-4ece-9b0c-090dcca2b520 Date: Wed, 29 Aug 2018 05:08:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:08:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:08:12Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/snap", "metadata": {}}], "self": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "min_disk": 0, "protected": false, "id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "file": "/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image"} 2018-08-29 05:08:23,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image used request id req-0b210530-9ae2-4ece-9b0c-090dcca2b520 2018-08-29 05:08:23,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:24,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85897cf7-a8a5-4790-938f-d90007dd0d8a Date: Wed, 29 Aug 2018 05:08:24 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-08-29 05:08:24,468 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-85897cf7-a8a5-4790-938f-d90007dd0d8a 2018-08-29 05:08:24,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "imageRef": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "flavorRef": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "max_count": 1, "min_count": 1, "networks": [{"port": "94d4e72a-0713-4cd7-8910-92699a63e30d"}]}}' 2018-08-29 05:08:26,526 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08: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-4063e33e-5cb6-48a1-adbd-74da752bb2c4 x-compute-request-id: req-4063e33e-5cb6-48a1-adbd-74da752bb2c4 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "adminPass": "j7WxZybLRS2s"}} 2018-08-29 05:08:26,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-4063e33e-5cb6-48a1-adbd-74da752bb2c4 2018-08-29 05:08:26,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:26,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-77489dcd-f153-4b74-bc69-4b70d5cbaa74 x-compute-request-id: req-77489dcd-f153-4b74-bc69-4b70d5cbaa74 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:08: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": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:08:26,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-77489dcd-f153-4b74-bc69-4b70d5cbaa74 2018-08-29 05:08:26,877 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst 2018-08-29 05:08:26,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:27,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-930e3efa-ed69-4995-8e5c-d2bdb9ed21a3 x-compute-request-id: req-930e3efa-ed69-4995-8e5c-d2bdb9ed21a3 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:08: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": "NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:08:27,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-930e3efa-ed69-4995-8e5c-d2bdb9ed21a3 2018-08-29 05:08:27,108 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst] is - BUILD 2018-08-29 05:08:27,108 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:08:30,112 - create_instance - DEBUG - VM status query timeout in 896.765529156 2018-08-29 05:08:30,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:31,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af67ee79-b08d-48d9-8975-938b1a8fb4ba x-compute-request-id: req-af67ee79-b08d-48d9-8975-938b1a8fb4ba Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:08:27Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:08:31,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-af67ee79-b08d-48d9-8975-938b1a8fb4ba 2018-08-29 05:08:31,410 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst] is - BUILD 2018-08-29 05:08:31,411 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:08:34,414 - create_instance - DEBUG - VM status query timeout in 892.463415146 2018-08-29 05:08:34,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:35,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc3adc2e-c50f-4a7c-8567-b5cf31f7531f x-compute-request-id: req-cc3adc2e-c50f-4a7c-8567-b5cf31f7531f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:32Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:08:35,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-cc3adc2e-c50f-4a7c-8567-b5cf31f7531f 2018-08-29 05:08:35,211 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst] is - ACTIVE 2018-08-29 05:08:35,211 - create_instance - INFO - VM is - ACTIVE 2018-08-29 05:08:35,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:36,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-c6c18d5d-a60d-44d3-ac58-a5a2883cca08 x-compute-request-id: req-c6c18d5d-a60d-44d3-ac58-a5a2883cca08 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:32Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:08:36,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-c6c18d5d-a60d-44d3-ac58-a5a2883cca08 2018-08-29 05:08:36,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:36,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e3105d15-f034-49aa-9f10-c0b1a88c2125 Date: Wed, 29 Aug 2018 05:08:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:36,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-e3105d15-f034-49aa-9f10-c0b1a88c2125 2018-08-29 05:08:36,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:36,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a96dbd-5d79-46f7-b807-ac9b22a1dfab Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:36,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d6a96dbd-5d79-46f7-b807-ac9b22a1dfab 2018-08-29 05:08:36,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:36,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2e222d84-6d56-4c7c-8801-bf307e535681 Date: Wed, 29 Aug 2018 05:08:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:36,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-2e222d84-6d56-4c7c-8801-bf307e535681 2018-08-29 05:08:36,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:36,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-d01bbfd4-72bc-454f-adb6-43405e3bc71e Date: Wed, 29 Aug 2018 05:08:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.3"}],"id":"5c36fe67-a839-43c5-8498-e86d6fbfbe95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:ae:a5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7deac98a-cd5d-462d-9912-a878ab48f85e","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.4"}],"id":"af79648c-55f0-4aaf-8ba4-19fd94708d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:7c:95","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.2"}],"id":"c2777365-ff6f-48d3-90a2-94c992ed5e20","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:39:07","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:36,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-d01bbfd4-72bc-454f-adb6-43405e3bc71e 2018-08-29 05:08:36,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:37,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["6yX_Zu7RRtOaKmPrEPt4Ng"], "issued_at": "2018-08-29T05:08:37.000000Z"}} 2018-08-29 05:08:37,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:37,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55c40c1-8a32-4ca0-8b0e-5e3319405cbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:37,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d55c40c1-8a32-4ca0-8b0e-5e3319405cbf 2018-08-29 05:08:37,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:37,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-98d5dbba-bfd7-41bc-af81-bcc829899331 x-compute-request-id: req-98d5dbba-bfd7-41bc-af81-bcc829899331 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:32Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:08:37,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-98d5dbba-bfd7-41bc-af81-bcc829899331 2018-08-29 05:08:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:37,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9bc86c4c-b4d1-4eaa-b4f8-daa09eba9287 Date: Wed, 29 Aug 2018 05:08:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:37,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-9bc86c4c-b4d1-4eaa-b4f8-daa09eba9287 2018-08-29 05:08:37,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:38,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd7b359-3ddc-40d8-a26d-309cf74e9b4f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:38,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-abd7b359-3ddc-40d8-a26d-309cf74e9b4f 2018-08-29 05:08:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:38,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0d201d93-78fd-43e6-9f50-6ea287deb645 Date: Wed, 29 Aug 2018 05:08:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:38,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-0d201d93-78fd-43e6-9f50-6ea287deb645 2018-08-29 05:08:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:38,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b2622168-aa0d-474e-a87c-fc9e5117f8db Date: Wed, 29 Aug 2018 05:08:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.3"}],"id":"5c36fe67-a839-43c5-8498-e86d6fbfbe95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:ae:a5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7deac98a-cd5d-462d-9912-a878ab48f85e","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.4"}],"id":"af79648c-55f0-4aaf-8ba4-19fd94708d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:7c:95","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.2"}],"id":"c2777365-ff6f-48d3-90a2-94c992ed5e20","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:39:07","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:38,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-b2622168-aa0d-474e-a87c-fc9e5117f8db 2018-08-29 05:08:38,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" -d '{"volumeAttachment": {"volumeId": "3ace594b-163e-4cc2-95cf-71f19428f345"}}' 2018-08-29 05:08:39,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-6db3072c-5575-46f7-a9bc-05e436b3d85d x-compute-request-id: req-6db3072c-5575-46f7-a9bc-05e436b3d85d Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "7deac98a-cd5d-462d-9912-a878ab48f85e", "id": "3ace594b-163e-4cc2-95cf-71f19428f345", "volumeId": "3ace594b-163e-4cc2-95cf-71f19428f345"}} 2018-08-29 05:08:39,948 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e/os-volume_attachments used request id req-6db3072c-5575-46f7-a9bc-05e436b3d85d 2018-08-29 05:08:39,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:40,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5da28ef0-2306-437f-a5ac-a4df58fa1e3b x-compute-request-id: req-5da28ef0-2306-437f-a5ac-a4df58fa1e3b Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:32Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "3ace594b-163e-4cc2-95cf-71f19428f345"}], "metadata": {}}} 2018-08-29 05:08:40,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-5da28ef0-2306-437f-a5ac-a4df58fa1e3b 2018-08-29 05:08:40,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:40,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-27aa6b73-f7a9-4f22-8e5b-32ef92cfffdd Date: Wed, 29 Aug 2018 05:08:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:40,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-27aa6b73-f7a9-4f22-8e5b-32ef92cfffdd 2018-08-29 05:08:40,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:08:40,789 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:08:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:08:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:40,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695cee5b-92be-4f18-b4ec-e544015d9345 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:40,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-695cee5b-92be-4f18-b4ec-e544015d9345 2018-08-29 05:08:40,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:41,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c2d89d77-0312-485b-a99f-8b6d84c2da60 Date: Wed, 29 Aug 2018 05:08:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:41,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-c2d89d77-0312-485b-a99f-8b6d84c2da60 2018-08-29 05:08:41,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:41,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-132644e0-e55b-4fee-abcb-e02eb5368407 Date: Wed, 29 Aug 2018 05:08:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.3"}],"id":"5c36fe67-a839-43c5-8498-e86d6fbfbe95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:ae:a5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7deac98a-cd5d-462d-9912-a878ab48f85e","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.4"}],"id":"af79648c-55f0-4aaf-8ba4-19fd94708d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:7c:95","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.2"}],"id":"c2777365-ff6f-48d3-90a2-94c992ed5e20","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:39:07","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:41,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-132644e0-e55b-4fee-abcb-e02eb5368407 2018-08-29 05:08:41,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:41,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df14c63-2664-4287-9637-3a18d070e6c0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:41,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-2df14c63-2664-4287-9637-3a18d070e6c0 2018-08-29 05:08:41,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:41,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80e485df-2160-4ac7-92f0-b73c9d02fa2b x-compute-request-id: req-80e485df-2160-4ac7-92f0-b73c9d02fa2b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:41Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "3ace594b-163e-4cc2-95cf-71f19428f345"}], "metadata": {}}} 2018-08-29 05:08:41,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-80e485df-2160-4ac7-92f0-b73c9d02fa2b 2018-08-29 05:08:41,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:41,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-af21de4e-107e-4e40-8c3e-c6dbd14beaac Date: Wed, 29 Aug 2018 05:08:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:41,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-af21de4e-107e-4e40-8c3e-c6dbd14beaac 2018-08-29 05:08:41,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:42,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154ec695-6957-4442-bc40-df29b68d78c1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:42,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-154ec695-6957-4442-bc40-df29b68d78c1 2018-08-29 05:08:42,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:42,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b7135d41-5d7d-4891-baea-4e1a0631ecc5 Date: Wed, 29 Aug 2018 05:08:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:42,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-b7135d41-5d7d-4891-baea-4e1a0631ecc5 2018-08-29 05:08:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:42,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8804a9d6-05c1-40e1-a0ea-2870b7b5f0d4 Date: Wed, 29 Aug 2018 05:08:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.3"}],"id":"5c36fe67-a839-43c5-8498-e86d6fbfbe95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:ae:a5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7deac98a-cd5d-462d-9912-a878ab48f85e","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.4"}],"id":"af79648c-55f0-4aaf-8ba4-19fd94708d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:7c:95","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.2"}],"id":"c2777365-ff6f-48d3-90a2-94c992ed5e20","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:39:07","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:42,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-8804a9d6-05c1-40e1-a0ea-2870b7b5f0d4 2018-08-29 05:08:42,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:42,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-3e6365bd-2529-4ba2-91fa-d6c7a786356a x-compute-request-id: req-3e6365bd-2529-4ba2-91fa-d6c7a786356a Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:41Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "3ace594b-163e-4cc2-95cf-71f19428f345"}], "metadata": {}}} 2018-08-29 05:08:42,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-3e6365bd-2529-4ba2-91fa-d6c7a786356a 2018-08-29 05:08:42,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:43,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-68fcf173-55f4-4e56-812f-c556d7253949 Date: Wed, 29 Aug 2018 05:08:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:43,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-68fcf173-55f4-4e56-812f-c556d7253949 2018-08-29 05:08:43,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:43,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a2e47ff-950b-4b10-84f8-552c74ff3267 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:43,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-6a2e47ff-950b-4b10-84f8-552c74ff3267 2018-08-29 05:08:43,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:43,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-54056383-371d-44d4-b8a4-84d560f91e2c Date: Wed, 29 Aug 2018 05:08:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:43,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-54056383-371d-44d4-b8a4-84d560f91e2c 2018-08-29 05:08:43,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:43,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-d9624080-3003-46ca-820f-f5f9a6c71e31 Date: Wed, 29 Aug 2018 05:08:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.3"}],"id":"5c36fe67-a839-43c5-8498-e86d6fbfbe95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:ae:a5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7deac98a-cd5d-462d-9912-a878ab48f85e","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.4"}],"id":"af79648c-55f0-4aaf-8ba4-19fd94708d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:7c:95","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.2"}],"id":"c2777365-ff6f-48d3-90a2-94c992ed5e20","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:39:07","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:43,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-d9624080-3003-46ca-820f-f5f9a6c71e31 2018-08-29 05:08:43,351 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:43,564 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:43 GMT Server: Apache x-compute-request-id: req-5f7c4e50-74ab-4c30-a333-df7d444538f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f7c4e50-74ab-4c30-a333-df7d444538f6 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "attachment_id": "d1b2bb86-a4af-4948-94e4-b9d7faf33e92", "attached_at": "2018-08-29T05:08:42.000000", "host_name": null, "volume_id": "3ace594b-163e-4cc2-95cf-71f19428f345", "device": "/dev/vdb", "id": "3ace594b-163e-4cc2-95cf-71f19428f345"}], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:08:42.000000", "replication_status": null, "snapshot_id": null, "id": "3ace594b-163e-4cc2-95cf-71f19428f345", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b", "bootable": "false", "created_at": "2018-08-29T05:08:17.000000", "volume_type": null}} 2018-08-29 05:08:43,564 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-5f7c4e50-74ab-4c30-a333-df7d444538f6 2018-08-29 05:08:43,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:44,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-44da709b-9bb5-4a31-8a5f-9ce7fbbdb43e x-compute-request-id: req-44da709b-9bb5-4a31-8a5f-9ce7fbbdb43e Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:41Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "3ace594b-163e-4cc2-95cf-71f19428f345"}], "metadata": {}}} 2018-08-29 05:08:44,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-44da709b-9bb5-4a31-8a5f-9ce7fbbdb43e 2018-08-29 05:08:44,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:44,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-180ec004-7c9d-47e8-8b47-fe50c93d97c3 Date: Wed, 29 Aug 2018 05:08:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["05612b4c-633a-4527-8b0a-bde160b17d5a"],"description":"","tags":[],"updated_at":"2018-08-29T05:08:14Z","provider:segmentation_id":57,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:13Z","provider:network_type":"vxlan"}]} 2018-08-29 05:08:44,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net used request id req-180ec004-7c9d-47e8-8b47-fe50c93d97c3 2018-08-29 05:08:44,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:44,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d71363-d6c4-446a-ac78-740659b02b46 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:08:44,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-06d71363-d6c4-446a-ac78-740659b02b46 2018-08-29 05:08:44,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:44,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-59be96bf-986d-4a3e-a783-7777af95bc8a Date: Wed, 29 Aug 2018 05:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","dns_nameservers":[],"updated_at":"2018-08-29T05:08:14Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"05612b4c-633a-4527-8b0a-bde160b17d5a","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet"}]} 2018-08-29 05:08:44,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-59be96bf-986d-4a3e-a783-7777af95bc8a 2018-08-29 05:08:44,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:44,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-389d9a6f-8437-482c-a87d-1c8c5e7b5f2b Date: Wed, 29 Aug 2018 05:08:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.3"}],"id":"5c36fe67-a839-43c5-8498-e86d6fbfbe95","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:ae:a5","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:28Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.12"}],"id":"94d4e72a-0713-4cd7-8910-92699a63e30d","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3b:aa:57","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"7deac98a-cd5d-462d-9912-a878ab48f85e","name":"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:16Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.4"}],"id":"af79648c-55f0-4aaf-8ba4-19fd94708d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:7c:95","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:08:15Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05612b4c-633a-4527-8b0a-bde160b17d5a","ip_address":"10.55.0.2"}],"id":"c2777365-ff6f-48d3-90a2-94c992ed5e20","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b4:39:07","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6afbda8c-9ed2-4c71-b91f-33f70a2b876a","name":"","admin_state_up":true,"network_id":"6afbda8c-9ed2-4c71-b91f-33f70a2b876a","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:08:14Z","binding:vnic_type":"normal"}]} 2018-08-29 05:08:44,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-389d9a6f-8437-482c-a87d-1c8c5e7b5f2b 2018-08-29 05:08:44,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e/os-volume_attachments/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b504ea465cb83858d53b83221b648e96557a3f34" 2018-08-29 05:08:46,076 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2a41aa4-2899-4160-806c-90f59d6f8012 x-compute-request-id: req-b2a41aa4-2899-4160-806c-90f59d6f8012 Content-Length: 0 Content-Type: application/json 2018-08-29 05:08:46,076 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e/os-volume_attachments/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-b2a41aa4-2899-4160-806c-90f59d6f8012 2018-08-29 05:08:46,077 - create_instance - INFO - Deleting Port with ID - 94d4e72a-0713-4cd7-8910-92699a63e30d 2018-08-29 05:08:46,077 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-port 2018-08-29 05:08:46,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/94d4e72a-0713-4cd7-8910-92699a63e30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:46,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2dfbf917-1f76-4d41-961f-8a45e989d884 Date: Wed, 29 Aug 2018 05:08:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:08:46,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/94d4e72a-0713-4cd7-8910-92699a63e30d used request id req-2dfbf917-1f76-4d41-961f-8a45e989d884 2018-08-29 05:08:46,547 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst 2018-08-29 05:08:46,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:46,920 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05: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-1d1581d0-a34e-4ec0-956c-34b123baeaad x-compute-request-id: req-1d1581d0-a34e-4ec0-956c-34b123baeaad Content-Type: application/json 2018-08-29 05:08:46,920 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-1d1581d0-a34e-4ec0-956c-34b123baeaad 2018-08-29 05:08:46,921 - create_instance - INFO - Checking deletion status 2018-08-29 05:08:46,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:47,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-11f9bbef-2212-4cb2-85e6-e854d32d5bff x-compute-request-id: req-11f9bbef-2212-4cb2-85e6-e854d32d5bff Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:aa:57", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7deac98a-cd5d-462d-9912-a878ab48f85e", "rel": "bookmark"}], "image": {"id": "bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "links": [{"href": "http://172.30.9.24:8774/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-08-29T05:08:30.000000", "flavor": {"id": "e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "links": [{"href": "http://172.30.9.24:8774/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68", "rel": "bookmark"}]}, "id": "7deac98a-cd5d-462d-9912-a878ab48f85e", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:08:46Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst", "created": "2018-08-29T05:08:26Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [{"id": "3ace594b-163e-4cc2-95cf-71f19428f345"}], "metadata": {}}} 2018-08-29 05:08:47,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-11f9bbef-2212-4cb2-85e6-e854d32d5bff 2018-08-29 05:08:47,263 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst] is - ACTIVE 2018-08-29 05:08:47,263 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:08:50,266 - create_instance - DEBUG - VM status query timeout in 296.654413939 2018-08-29 05:08:50,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b72fab65f81aab41db2ba358db2b2ee816dc4c" 2018-08-29 05:08:50,310 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05: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-10b79194-8a40-455d-b154-0087dab9efe3 x-compute-request-id: req-10b79194-8a40-455d-b154-0087dab9efe3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7deac98a-cd5d-462d-9912-a878ab48f85e could not be found.", "code": 404}} 2018-08-29 05:08:50,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7deac98a-cd5d-462d-9912-a878ab48f85e used request id req-10b79194-8a40-455d-b154-0087dab9efe3 2018-08-29 05:08:50,311 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7deac98a-cd5d-462d-9912-a878ab48f85e could not be found. (HTTP 404) (Request-ID: req-10b79194-8a40-455d-b154-0087dab9efe3) 2018-08-29 05:08:50,311 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-vm_inst 2018-08-29 05:08:50,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988e7e9c-1523-476d-b265-2baa77e4e4f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:51,051 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:50 GMT Server: Apache x-compute-request-id: req-19cfbea6-6ce2-4ccb-8d56-ced4398aa355 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19cfbea6-6ce2-4ccb-8d56-ced4398aa355 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:08:49.000000", "replication_status": null, "snapshot_id": null, "id": "3ace594b-163e-4cc2-95cf-71f19428f345", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b", "bootable": "false", "created_at": "2018-08-29T05:08:17.000000", "volume_type": null}} 2018-08-29 05:08:51,051 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-19cfbea6-6ce2-4ccb-8d56-ced4398aa355 2018-08-29 05:08:51,052 - create_volume - DEBUG - Instance status is - available 2018-08-29 05:08:51,052 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b 2018-08-29 05:08:51,052 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b 2018-08-29 05:08:51,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988e7e9c-1523-476d-b265-2baa77e4e4f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:51,305 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-06d31a0b-81e9-4071-a075-378db9c3373c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:08:51,305 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-06d31a0b-81e9-4071-a075-378db9c3373c 2018-08-29 05:08:51,307 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-988e7e9c-1523-476d-b265-2baa77e4e4f5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed92f25d2ad729de1fcb2f39be161672c9ab424" 2018-08-29 05:08:52,060 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:08:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-efccf9d6-eca9-4871-9133-88125d8d0c23 x-openstack-request-id: req-efccf9d6-eca9-4871-9133-88125d8d0c23 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3ace594b-163e-4cc2-95cf-71f19428f345 could not be found.", "code": 404}} 2018-08-29 05:08:52,060 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/3ace594b-163e-4cc2-95cf-71f19428f345 used request id req-efccf9d6-eca9-4871-9133-88125d8d0c23 2018-08-29 05:08:52,060 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3ace594b-163e-4cc2-95cf-71f19428f345 could not be found. (HTTP 404) (Request-ID: req-efccf9d6-eca9-4871-9133-88125d8d0c23) 2018-08-29 05:08:52,061 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b 2018-08-29 05:08:52,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7ac1f4990bca0a33380ad4c1d9b8438eddcf1be" 2018-08-29 05:08:52,125 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-185c6e7f-4c54-4fae-9b31-04b789130efd x-compute-request-id: req-185c6e7f-4c54-4fae-9b31-04b789130efd Content-Length: 0 Content-Type: application/json 2018-08-29 05:08:52,125 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/e9f6afb8-db33-4c6b-b0c2-1b81bb147f68 used request id req-185c6e7f-4c54-4fae-9b31-04b789130efd 2018-08-29 05:08:52,126 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet 2018-08-29 05:08:52,126 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-subnet 2018-08-29 05:08:52,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/05612b4c-633a-4527-8b0a-bde160b17d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:54,440 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-729af739-23e9-43bb-9a40-f1fc813155dd Date: Wed, 29 Aug 2018 05:08:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:08:54,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/05612b4c-633a-4527-8b0a-bde160b17d5a used request id req-729af739-23e9-43bb-9a40-f1fc813155dd 2018-08-29 05:08:54,441 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-net 2018-08-29 05:08:54,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/6afbda8c-9ed2-4c71-b91f-33f70a2b876a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5af1079d640b7b9ff506a9721cd2c044cc821a11" 2018-08-29 05:08:56,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-876ce3ff-c4fd-4dd2-a4df-7e089b34279d Date: Wed, 29 Aug 2018 05:08:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:08:56,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/6afbda8c-9ed2-4c71-b91f-33f70a2b876a used request id req-876ce3ff-c4fd-4dd2-a4df-7e089b34279d 2018-08-29 05:08:56,308 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-edb1cca7-1b11-47ab-9043-9ab1b81a6e3b-image 2018-08-29 05:08:56,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1b3870f55b610c63f9c3322b2012967e85807b4c" 2018-08-29 05:08:57,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9531b594-f9a1-4f01-9629-b3821461122e Date: Wed, 29 Aug 2018 05:08:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:08:57,945 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/bd2fe0ed-f9df-4ae0-85f2-fa463130004e used request id req-9531b594-f9a1-4f01-9629-b3821461122e 2018-08-29 05:08:57,947 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:57,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:57,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:58,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["6nF2GAZRTkuJQZW1WaasBw"], "issued_at": "2018-08-29T05:08:58.000000Z"}} 2018-08-29 05:08:58,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca611956ec1d87ef27c2412a7a43a4eb6f095119" 2018-08-29 05:08:58,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b76dc21-5ff6-4151-9dbc-9efab25b51bf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:58,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5b76dc21-5ff6-4151-9dbc-9efab25b51bf 2018-08-29 05:08:58,418 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:58,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca611956ec1d87ef27c2412a7a43a4eb6f095119" 2018-08-29 05:08:58,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-4eacc32d-1996-4faf-b60e-a5b4daa83ca9 x-compute-request-id: req-4eacc32d-1996-4faf-b60e-a5b4daa83ca9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:08:58,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4eacc32d-1996-4faf-b60e-a5b4daa83ca9 2018-08-29 05:08:58,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca611956ec1d87ef27c2412a7a43a4eb6f095119" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-58b14673-7d2e-4e07-9cbf-4c1162f4cfc0name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-08-29 05:08:58,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b52c222b-62de-4baf-9654-98d35cf3036d x-compute-request-id: req-b52c222b-62de-4baf-9654-98d35cf3036d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0b2df88b-ffaf-46b6-a340-28ff60cbc17c", "name": "CreateFlavorTests-58b14673-7d2e-4e07-9cbf-4c1162f4cfc0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:08:58,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-b52c222b-62de-4baf-9654-98d35cf3036d 2018-08-29 05:08:58,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:59,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["hdTbOj4pQlyCuWquOwPNWg"], "issued_at": "2018-08-29T05:08:59.000000Z"}} 2018-08-29 05:08:59,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34d6307010b2bced1005803c11ed81e458b237" 2018-08-29 05:08:59,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-d8a1b910-193f-493e-9dbc-7a6169dc7b51 x-compute-request-id: req-d8a1b910-193f-493e-9dbc-7a6169dc7b51 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0b2df88b-ffaf-46b6-a340-28ff60cbc17c", "name": "CreateFlavorTests-58b14673-7d2e-4e07-9cbf-4c1162f4cfc0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:08:59,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c used request id req-d8a1b910-193f-493e-9dbc-7a6169dc7b51 2018-08-29 05:08:59,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34d6307010b2bced1005803c11ed81e458b237" 2018-08-29 05:08:59,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-ecc89593-a521-480a-9b84-a0921f029c6c x-compute-request-id: req-ecc89593-a521-480a-9b84-a0921f029c6c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:08:59,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c/os-extra_specs used request id req-ecc89593-a521-480a-9b84-a0921f029c6c 2018-08-29 05:08:59,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca611956ec1d87ef27c2412a7a43a4eb6f095119" 2018-08-29 05:08:59,407 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:08: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-f12640ae-6d32-41c2-a790-9fc45b2b1ad5 x-compute-request-id: req-f12640ae-6d32-41c2-a790-9fc45b2b1ad5 Content-Length: 0 Content-Type: application/json 2018-08-29 05:08:59,407 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/0b2df88b-ffaf-46b6-a340-28ff60cbc17c used request id req-f12640ae-6d32-41c2-a790-9fc45b2b1ad5 2018-08-29 05:08:59,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea34d6307010b2bced1005803c11ed81e458b237" 2018-08-29 05:08:59,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-494ab138-b847-4534-ab46-f9471e16910c x-compute-request-id: req-494ab138-b847-4534-ab46-f9471e16910c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:08:59,441 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-494ab138-b847-4534-ab46-f9471e16910c 2018-08-29 05:08:59,443 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:59,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:08:59,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:08:59,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["NplMNkZyTJumikn9_naAHQ"], "issued_at": "2018-08-29T05:08:59.000000Z"}} 2018-08-29 05:08:59,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7a673984bb3fccd58619e5f3e87256d3df0a5" 2018-08-29 05:08:59,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ab2aea-662b-4e78-9a86-d7173a78ff42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:08:59,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-43ab2aea-662b-4e78-9a86-d7173a78ff42 2018-08-29 05:08:59,911 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:08:59,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7a673984bb3fccd58619e5f3e87256d3df0a5" 2018-08-29 05:09:00,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:08: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-cacf7aa3-9bc6-4566-ad57-bb8802be0e6c x-compute-request-id: req-cacf7aa3-9bc6-4566-ad57-bb8802be0e6c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:00,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-cacf7aa3-9bc6-4566-ad57-bb8802be0e6c 2018-08-29 05:09:00,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7a673984bb3fccd58619e5f3e87256d3df0a5" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-2951fd64-695e-403c-b5c7-8c6786836a11name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-08-29 05:09:00,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-44f6cb0f-5add-4ac9-a6d0-bece1d642ca7 x-compute-request-id: req-44f6cb0f-5add-4ac9-a6d0-bece1d642ca7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5", "name": "CreateFlavorTests-2951fd64-695e-403c-b5c7-8c6786836a11name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:00,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-44f6cb0f-5add-4ac9-a6d0-bece1d642ca7 2018-08-29 05:09:00,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:00,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Of9KPUy_T8Sq9_qfxfAPjQ"], "issued_at": "2018-08-29T05:09:00.000000Z"}} 2018-08-29 05:09:00,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4d4463b2f398682d431a2f3428f27f508c3183c" 2018-08-29 05:09:00,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e1e2d379-533a-4745-8fb4-84d32dc097d5 x-compute-request-id: req-e1e2d379-533a-4745-8fb4-84d32dc097d5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5", "name": "CreateFlavorTests-2951fd64-695e-403c-b5c7-8c6786836a11name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:00,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 used request id req-e1e2d379-533a-4745-8fb4-84d32dc097d5 2018-08-29 05:09:00,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4d4463b2f398682d431a2f3428f27f508c3183c" 2018-08-29 05:09:00,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-fe5c4f20-60bd-4271-b706-0656dc0b1c14 x-compute-request-id: req-fe5c4f20-60bd-4271-b706-0656dc0b1c14 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:09:00,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5/os-extra_specs used request id req-fe5c4f20-60bd-4271-b706-0656dc0b1c14 2018-08-29 05:09:00,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4d4463b2f398682d431a2f3428f27f508c3183c" 2018-08-29 05:09:00,920 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-a4b084a9-3894-4017-9fb9-c7238dea9965 x-compute-request-id: req-a4b084a9-3894-4017-9fb9-c7238dea9965 Content-Length: 0 Content-Type: application/json 2018-08-29 05:09:00,920 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 used request id req-a4b084a9-3894-4017-9fb9-c7238dea9965 2018-08-29 05:09:00,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4d4463b2f398682d431a2f3428f27f508c3183c" 2018-08-29 05:09:00,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-3341896b-3684-4a5d-8bc6-b7f5c4a52ab2 x-compute-request-id: req-3341896b-3684-4a5d-8bc6-b7f5c4a52ab2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:00,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-3341896b-3684-4a5d-8bc6-b7f5c4a52ab2 2018-08-29 05:09:00,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd7a673984bb3fccd58619e5f3e87256d3df0a5" 2018-08-29 05:09:01,074 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-38bc4795-2881-4cef-87c6-08093490e167 x-compute-request-id: req-38bc4795-2881-4cef-87c6-08093490e167 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 could not be found.", "code": 404}} 2018-08-29 05:09:01,075 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/a0d51ad8-b57a-4d8a-ab7f-d8ad49b7c1c5 used request id req-38bc4795-2881-4cef-87c6-08093490e167 2018-08-29 05:09:01,076 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:01,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:01,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:01,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["ClgegIVWTjm_lROBdKw1zA"], "issued_at": "2018-08-29T05:09:01.000000Z"}} 2018-08-29 05:09:01,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8dabc75110d25a0ec603589ff4b1d14b5239b88" 2018-08-29 05:09:01,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f509c6f6-812a-47c4-81a7-2a90c8b97f3e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:01,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f509c6f6-812a-47c4-81a7-2a90c8b97f3e 2018-08-29 05:09:01,548 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:01,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8dabc75110d25a0ec603589ff4b1d14b5239b88" 2018-08-29 05:09:01,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-c6b4c6b2-b8b2-4ac8-a327-aa2cb59e0ac4 x-compute-request-id: req-c6b4c6b2-b8b2-4ac8-a327-aa2cb59e0ac4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:01,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-c6b4c6b2-b8b2-4ac8-a327-aa2cb59e0ac4 2018-08-29 05:09:01,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8dabc75110d25a0ec603589ff4b1d14b5239b88" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b6a87a89-fb88-4f92-922f-87f1c5c2c7fbname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-08-29 05:09:01,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-3b90d74a-5ab6-4f20-b88e-e1a00eae9ba8 x-compute-request-id: req-3b90d74a-5ab6-4f20-b88e-e1a00eae9ba8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ab40166-fd2d-4b93-8b5e-b8cdec432299", "name": "CreateFlavorTests-b6a87a89-fb88-4f92-922f-87f1c5c2c7fbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:01,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-3b90d74a-5ab6-4f20-b88e-e1a00eae9ba8 2018-08-29 05:09:01,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:02,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["JWmfWjbPQQmLSsBLsS5PEA"], "issued_at": "2018-08-29T05:09:02.000000Z"}} 2018-08-29 05:09:02,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf0f0341f632fd7f4e764c6f2b8d93c66b2e904" 2018-08-29 05:09:02,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a474a634-1b85-482e-bc95-e0525d8c6dae x-compute-request-id: req-a474a634-1b85-482e-bc95-e0525d8c6dae Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3ab40166-fd2d-4b93-8b5e-b8cdec432299", "name": "CreateFlavorTests-b6a87a89-fb88-4f92-922f-87f1c5c2c7fbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:02,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299 used request id req-a474a634-1b85-482e-bc95-e0525d8c6dae 2018-08-29 05:09:02,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cf0f0341f632fd7f4e764c6f2b8d93c66b2e904" 2018-08-29 05:09:02,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-d9587f3a-bfb8-475b-9fd4-b25b5836d8ae x-compute-request-id: req-d9587f3a-bfb8-475b-9fd4-b25b5836d8ae Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:09:02,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299/os-extra_specs used request id req-d9587f3a-bfb8-475b-9fd4-b25b5836d8ae 2018-08-29 05:09:02,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8dabc75110d25a0ec603589ff4b1d14b5239b88" 2018-08-29 05:09:03,006 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-5bf73e06-2d11-442a-aee3-cb7e780063c4 x-compute-request-id: req-5bf73e06-2d11-442a-aee3-cb7e780063c4 Content-Length: 0 Content-Type: application/json 2018-08-29 05:09:03,006 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/3ab40166-fd2d-4b93-8b5e-b8cdec432299 used request id req-5bf73e06-2d11-442a-aee3-cb7e780063c4 2018-08-29 05:09:03,008 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:03,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:03,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:03,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["OLkDMB4vQE2TIXENMpj9tw"], "issued_at": "2018-08-29T05:09:03.000000Z"}} 2018-08-29 05:09:03,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecfa13f1c6d253557acae25156bff8b6e0d0811" 2018-08-29 05:09:03,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57edd96-665a-47cd-9267-e87a04b20e6c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:03,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c57edd96-665a-47cd-9267-e87a04b20e6c 2018-08-29 05:09:03,491 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:03,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecfa13f1c6d253557acae25156bff8b6e0d0811" 2018-08-29 05:09:03,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a221a616-458e-45b5-9688-abd8238226c7 x-compute-request-id: req-a221a616-458e-45b5-9688-abd8238226c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:03,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-a221a616-458e-45b5-9688-abd8238226c7 2018-08-29 05:09:03,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecfa13f1c6d253557acae25156bff8b6e0d0811" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-92153aa7-9ab4-40d8-9bab-4b81feb4671cname", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-08-29 05:09:03,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-955b0b5c-2402-4139-9668-1341d0a8456b x-compute-request-id: req-955b0b5c-2402-4139-9668-1341d0a8456b Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "2fec167e-c760-469f-bf4a-0b7feeb37ecf", "name": "CreateFlavorTests-92153aa7-9ab4-40d8-9bab-4b81feb4671cname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-08-29 05:09:03,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-955b0b5c-2402-4139-9668-1341d0a8456b 2018-08-29 05:09:03,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:04,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Oj2BbwvcQliDPOoMFm3IUw"], "issued_at": "2018-08-29T05:09:04.000000Z"}} 2018-08-29 05:09:04,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d810c7cc1587752b7f53d1fe4a5da7cbe0021636" 2018-08-29 05:09:04,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09: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-d1576ea5-0132-4245-a3f6-83958470cdb9 x-compute-request-id: req-d1576ea5-0132-4245-a3f6-83958470cdb9 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "2fec167e-c760-469f-bf4a-0b7feeb37ecf", "name": "CreateFlavorTests-92153aa7-9ab4-40d8-9bab-4b81feb4671cname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-08-29 05:09:04,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf used request id req-d1576ea5-0132-4245-a3f6-83958470cdb9 2018-08-29 05:09:04,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d810c7cc1587752b7f53d1fe4a5da7cbe0021636" 2018-08-29 05:09:04,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09: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-d6a7acc3-5008-4668-b957-c03f1560dcaa x-compute-request-id: req-d6a7acc3-5008-4668-b957-c03f1560dcaa Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:09:04,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf/os-extra_specs used request id req-d6a7acc3-5008-4668-b957-c03f1560dcaa 2018-08-29 05:09:04,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d810c7cc1587752b7f53d1fe4a5da7cbe0021636" 2018-08-29 05:09:04,358 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:09: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-339ffa51-bad4-4941-8649-98b9d46e9060 x-compute-request-id: req-339ffa51-bad4-4941-8649-98b9d46e9060 Content-Length: 0 Content-Type: application/json 2018-08-29 05:09:04,359 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf used request id req-339ffa51-bad4-4941-8649-98b9d46e9060 2018-08-29 05:09:04,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d810c7cc1587752b7f53d1fe4a5da7cbe0021636" 2018-08-29 05:09:04,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09: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-c8beb5d8-a7ef-4259-922c-e65965cb3d0b x-compute-request-id: req-c8beb5d8-a7ef-4259-922c-e65965cb3d0b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:04,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-c8beb5d8-a7ef-4259-922c-e65965cb3d0b 2018-08-29 05:09:04,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecfa13f1c6d253557acae25156bff8b6e0d0811" 2018-08-29 05:09:04,413 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:09: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-0287f33b-ed59-4832-8b15-273713809e53 x-compute-request-id: req-0287f33b-ed59-4832-8b15-273713809e53 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 2fec167e-c760-469f-bf4a-0b7feeb37ecf could not be found.", "code": 404}} 2018-08-29 05:09:04,413 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/2fec167e-c760-469f-bf4a-0b7feeb37ecf used request id req-0287f33b-ed59-4832-8b15-273713809e53 2018-08-29 05:09:04,415 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:04,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:04,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:04,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["xL3SxKq0Sd64wkFclBQURw"], "issued_at": "2018-08-29T05:09:04.000000Z"}} 2018-08-29 05:09:04,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b2ccd8374b8359b1d2298a44b13edf2850523f" 2018-08-29 05:09:04,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f864c8-3dd2-43a1-b0bf-805d5260de5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:04,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-55f864c8-3dd2-43a1-b0bf-805d5260de5f 2018-08-29 05:09:04,882 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:04,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b2ccd8374b8359b1d2298a44b13edf2850523f" 2018-08-29 05:09:05,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09: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-d6f18aa5-5d29-409f-9bfa-373576acd9c7 x-compute-request-id: req-d6f18aa5-5d29-409f-9bfa-373576acd9c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:05,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-d6f18aa5-5d29-409f-9bfa-373576acd9c7 2018-08-29 05:09:05,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b2ccd8374b8359b1d2298a44b13edf2850523f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-df6b79f5-9336-4029-b721-11042ee9d6e7name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-08-29 05:09:05,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b6816c5-9772-4a2c-a8ff-454cf3f302cb x-compute-request-id: req-8b6816c5-9772-4a2c-a8ff-454cf3f302cb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "name": "CreateFlavorTests-df6b79f5-9336-4029-b721-11042ee9d6e7name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:05,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-8b6816c5-9772-4a2c-a8ff-454cf3f302cb 2018-08-29 05:09:05,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:05,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["rZmJzvKKRrm0ms_gjPcAJw"], "issued_at": "2018-08-29T05:09:05.000000Z"}} 2018-08-29 05:09:05,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8c4937cd6b476e476b5dc6f3b7b5680461e561" 2018-08-29 05:09:05,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2db0bd09-f5c9-4096-8627-8bc986daee86 x-compute-request-id: req-2db0bd09-f5c9-4096-8627-8bc986daee86 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "name": "CreateFlavorTests-df6b79f5-9336-4029-b721-11042ee9d6e7name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:05,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca used request id req-2db0bd09-f5c9-4096-8627-8bc986daee86 2018-08-29 05:09:05,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e8c4937cd6b476e476b5dc6f3b7b5680461e561" 2018-08-29 05:09:05,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f2c8110e-e969-43e6-8692-eabef5089928 x-compute-request-id: req-f2c8110e-e969-43e6-8692-eabef5089928 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:09:05,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca/os-extra_specs used request id req-f2c8110e-e969-43e6-8692-eabef5089928 2018-08-29 05:09:05,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:05,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:06,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["l31l4gKBSMez0ZowsoHnCQ"], "issued_at": "2018-08-29T05:09:06.000000Z"}} 2018-08-29 05:09:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fe197b3ad9190333bd46c4d983301054185ac8" 2018-08-29 05:09:06,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12067085-4a58-439e-8cce-c8715cf8cdcb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:06,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-12067085-4a58-439e-8cce-c8715cf8cdcb 2018-08-29 05:09:06,190 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:06,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fe197b3ad9190333bd46c4d983301054185ac8" 2018-08-29 05:09:06,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-4e118ddf-8d98-4ff8-8b1d-55ff597ecbcf x-compute-request-id: req-4e118ddf-8d98-4ff8-8b1d-55ff597ecbcf Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "bookmark"}], "name": "CreateFlavorTests-df6b79f5-9336-4029-b721-11042ee9d6e7name"}]} 2018-08-29 05:09:06,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4e118ddf-8d98-4ff8-8b1d-55ff597ecbcf 2018-08-29 05:09:06,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fe197b3ad9190333bd46c4d983301054185ac8" 2018-08-29 05:09:06,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-85b56b38-0210-4b95-9ee0-910840330f0f x-compute-request-id: req-85b56b38-0210-4b95-9ee0-910840330f0f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca", "name": "CreateFlavorTests-df6b79f5-9336-4029-b721-11042ee9d6e7name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:06,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca used request id req-85b56b38-0210-4b95-9ee0-910840330f0f 2018-08-29 05:09:06,765 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-df6b79f5-9336-4029-b721-11042ee9d6e7name 2018-08-29 05:09:06,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60b2ccd8374b8359b1d2298a44b13edf2850523f" 2018-08-29 05:09:06,808 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-dab72a23-da30-4866-aae8-244589315848 x-compute-request-id: req-dab72a23-da30-4866-aae8-244589315848 Content-Length: 0 Content-Type: application/json 2018-08-29 05:09:06,808 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/70bab7d6-c1bb-4704-a6ac-e6c97d4f35ca used request id req-dab72a23-da30-4866-aae8-244589315848 2018-08-29 05:09:06,809 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:09:06,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:06,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:07,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["nUh-sa9dRmCH7azNa7FucQ"], "issued_at": "2018-08-29T05:09:07.000000Z"}} 2018-08-29 05:09:07,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:07,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d8ef58-8611-4da4-bdc9-f60941a796f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:07,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-81d8ef58-8611-4da4-bdc9-f60941a796f8 2018-08-29 05:09:07,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:07,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-e1d20660-a6e9-4ba8-947a-7ed8928cd4b2 Date: Wed, 29 Aug 2018 05:09:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image"} 2018-08-29 05:09:07,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image used request id req-e1d20660-a6e9-4ba8-947a-7ed8928cd4b2 2018-08-29 05:09:07,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:07,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e1713942-70ca-4261-8a93-2c0657236da6 Date: Wed, 29 Aug 2018 05:09:07 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-08-29 05:09:07,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-e1713942-70ca-4261-8a93-2c0657236da6 2018-08-29 05:09:07,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image"}' 2018-08-29 05:09:07,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 X-Openstack-Request-Id: req-96968897-50c7-4341-996d-93f42dbec1e9 Date: Wed, 29 Aug 2018 05:09:07 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:09:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:09:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "min_disk": 0, "protected": false, "id": "5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "file": "/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:09:07,875 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-96968897-50c7-4341-996d-93f42dbec1e9 2018-08-29 05:09:07,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" -d '' 2018-08-29 05:09:09,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72a87c6a-ceda-4c39-9edd-50ca175bf13d Date: Wed, 29 Aug 2018 05:09:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:09:09,913 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/file used request id req-72a87c6a-ceda-4c39-9edd-50ca175bf13d 2018-08-29 05:09:09,914 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:09:09,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:10,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-59afb862-6ece-4b3c-a0a4-1e77ad180ef7 Date: Wed, 29 Aug 2018 05:09:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:09:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:09:09Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/snap", "metadata": {}}], "self": "/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "min_disk": 0, "protected": false, "id": "5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "file": "/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:09:10,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 used request id req-59afb862-6ece-4b3c-a0a4-1e77ad180ef7 2018-08-29 05:09:10,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:10,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d9753be-c619-4556-9879-f9cc4b71bbfa Date: Wed, 29 Aug 2018 05:09:10 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-08-29 05:09:10,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-7d9753be-c619-4556-9879-f9cc4b71bbfa 2018-08-29 05:09:10,267 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image 2018-08-29 05:09:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:10,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-db5e140e-3a7d-40ee-96a4-74518be47fad Date: Wed, 29 Aug 2018 05:09:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:09:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:09:09Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/snap", "metadata": {}}], "self": "/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "min_disk": 0, "protected": false, "id": "5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "file": "/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:09:10,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 used request id req-db5e140e-3a7d-40ee-96a4-74518be47fad 2018-08-29 05:09:10,444 - create_image - DEBUG - Instance status is - active 2018-08-29 05:09:10,444 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image 2018-08-29 05:09:10,444 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image 2018-08-29 05:09:10,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:10,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:10,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["muJEGLmQS4y1ATx1HNwI2g"], "issued_at": "2018-08-29T05:09:10.000000Z"}} 2018-08-29 05:09:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b6e0475a12833fed5e7c108b7214616fbc70b7" 2018-08-29 05:09:10,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251b54cd-9854-473f-816f-35ab4a60920f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:10,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-251b54cd-9854-473f-816f-35ab4a60920f 2018-08-29 05:09:10,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:10,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b6e0475a12833fed5e7c108b7214616fbc70b7" 2018-08-29 05:09:11,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf1f7aff-a783-469c-b35b-49dacbda4ebd x-compute-request-id: req-bf1f7aff-a783-469c-b35b-49dacbda4ebd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:11,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-bf1f7aff-a783-469c-b35b-49dacbda4ebd 2018-08-29 05:09:11,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b6e0475a12833fed5e7c108b7214616fbc70b7" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-29 05:09:11,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09: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-01c4437f-49ee-4c3f-949b-a6962c077ec1 x-compute-request-id: req-01c4437f-49ee-4c3f-949b-a6962c077ec1 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/17bf16b4-8fd8-451f-a08f-1943d2543c5b", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/17bf16b4-8fd8-451f-a08f-1943d2543c5b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "17bf16b4-8fd8-451f-a08f-1943d2543c5b", "name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:11,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-01c4437f-49ee-4c3f-949b-a6962c077ec1 2018-08-29 05:09:11,194 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:09:11,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:11,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["UPvoSq79R5mfmND2fcYx4Q"], "issued_at": "2018-08-29T05:09:11.000000Z"}} 2018-08-29 05:09:11,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-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-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}}' 2018-08-29 05:09:14,585 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:09:11 GMT Server: Apache x-openstack-request-id: req-e6ffed43-7f66-44f2-9848-8691ac816ae9 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}]}} 2018-08-29 05:09:14,585 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-e6ffed43-7f66-44f2-9848-8691ac816ae9 2018-08-29 05:09:14,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:15,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:14 GMT Server: Apache x-openstack-request-id: req-4a9803c9-804c-4f24-bfe8-caaddcd61f65 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:16,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:15 GMT Server: Apache x-openstack-request-id: req-a494041a-8fa4-4720-926b-7912615e799c 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:16,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-a494041a-8fa4-4720-926b-7912615e799c 2018-08-29 05:09:16,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:16,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:16 GMT Server: Apache x-openstack-request-id: req-e76ac7c6-c4e0-4ec7-8bd7-34cf728146e4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "deletion_time": null, "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "updated_time": null, "project": "c8c4e2c36ff640bd9e200515f4dcb394", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "tags": null}]} 2018-08-29 05:09:16,691 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1 used request id req-e76ac7c6-c4e0-4ec7-8bd7-34cf728146e4 2018-08-29 05:09:16,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:17,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:16 GMT Server: Apache x-openstack-request-id: req-f8e6cf75-1328-47f2-b5ea-c407408a46a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "deletion_time": null, "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "updated_time": null, "project": "c8c4e2c36ff640bd9e200515f4dcb394", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "tags": null}]} 2018-08-29 05:09:17,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1 used request id req-f8e6cf75-1328-47f2-b5ea-c407408a46a1 2018-08-29 05:09:17,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:17,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:17 GMT Server: Apache x-openstack-request-id: req-507a49cd-9805-4d0d-8b5b-145a0ad5b672 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:18,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:17 GMT Server: Apache x-openstack-request-id: req-096b7911-bf34-42ab-9af6-72fa00cf4043 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:18,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-096b7911-bf34-42ab-9af6-72fa00cf4043 2018-08-29 05:09:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:19,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:18 GMT Server: Apache x-openstack-request-id: req-a4e5eede-ef79-4c25-97e0-e5f53a720e2d Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:19,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:19 GMT Server: Apache x-openstack-request-id: req-ae36e2a0-d48d-4646-a94a-fd90487ef884 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6d541cb1-ef00-437c-9e10-886001bb616a", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0e6b6864-e182-49c1-9820-8cb8dbfbc8f5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "f35c424f-f8ee-4f43-85fb-94cd1a655b74", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-08-29T05:09:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-08-29 05:09:19,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources used request id req-ae36e2a0-d48d-4646-a94a-fd90487ef884 2018-08-29 05:09:19,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:19,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:19 GMT Server: Apache x-openstack-request-id: req-807387d7-f4a1-407e-a7d1-a60bceeb38dd Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:20,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:19 GMT Server: Apache x-openstack-request-id: req-ee552bd8-cdff-4e41-8e9a-b269a69d9321 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:20,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-ee552bd8-cdff-4e41-8e9a-b269a69d9321 2018-08-29 05:09:20,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:21,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:20 GMT Server: Apache x-openstack-request-id: req-901ad67f-7c5b-4959-896f-f02710c8f2d6 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:21,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:21 GMT Server: Apache x-openstack-request-id: req-1058f5dd-e6a2-41bb-9fba-3a0daf77d96e 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:21,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-1058f5dd-e6a2-41bb-9fba-3a0daf77d96e 2018-08-29 05:09:24,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:24,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:24 GMT Server: Apache x-openstack-request-id: req-48351991-751d-4c78-8cb2-ea530564f895 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:25,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:24 GMT Server: Apache x-openstack-request-id: req-3be8fd9c-9587-4173-9578-34123c3dc8c5 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:25,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-3be8fd9c-9587-4173-9578-34123c3dc8c5 2018-08-29 05:09:28,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:29,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:28 GMT Server: Apache x-openstack-request-id: req-1d9e10ef-8490-4878-82ab-70bafcf04757 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:29,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:29 GMT Server: Apache x-openstack-request-id: req-d499492d-e6c5-414a-b954-66d2f9f5fa92 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1", "stack_user_project_id": "b45b17a82e55471cb0b3c16a602328fb", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:09:13Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "49727b6c-6c51-4a1a-b4e1-f865c37325b0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:29,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-d499492d-e6c5-414a-b954-66d2f9f5fa92 2018-08-29 05:09:29,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:29,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:29 GMT Server: Apache x-openstack-request-id: req-35c2456b-8667-4e94-9ca9-5437df5fc1c5 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:29,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:29 GMT Server: Apache x-openstack-request-id: req-af3f2227-e54d-42db-914e-76d23370b2d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6d541cb1-ef00-437c-9e10-886001bb616a", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0e6b6864-e182-49c1-9820-8cb8dbfbc8f5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "f35c424f-f8ee-4f43-85fb-94cd1a655b74", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a4557358-8acf-4532-beff-a9a98464df29", "resource_type": "OS::Nova::Server"}]} 2018-08-29 05:09:29,727 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources used request id req-af3f2227-e54d-42db-914e-76d23370b2d3 2018-08-29 05:09:29,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:30,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-11209347-f9e7-488f-820b-ca477d1a800e Date: Wed, 29 Aug 2018 05:09:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["0e6b6864-e182-49c1-9820-8cb8dbfbc8f5"],"description":"","tags":[],"updated_at":"2018-08-29T05:09:16Z","provider:segmentation_id":24,"name":"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:15Z","provider:network_type":"vxlan"}]} 2018-08-29 05:09:30,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 used request id req-11209347-f9e7-488f-820b-ca477d1a800e 2018-08-29 05:09:30,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:30,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8bab9f36-6fa9-4ee9-9ee7-28a8dfb1e098 Date: Wed, 29 Aug 2018 05:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:16Z","dns_nameservers":[],"updated_at":"2018-08-29T05:09:16Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet"}]} 2018-08-29 05:09:30,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 used request id req-8bab9f36-6fa9-4ee9-9ee7-28a8dfb1e098 2018-08-29 05:09:30,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:30,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2fe73657-027e-436e-90a3-d6095522c360 Date: Wed, 29 Aug 2018 05:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:16Z","dns_nameservers":[],"updated_at":"2018-08-29T05:09:16Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet"}]} 2018-08-29 05:09:30,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 used request id req-2fe73657-027e-436e-90a3-d6095522c360 2018-08-29 05:09:30,344 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:30,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-751185e2-7c97-4610-800a-7cf5870197da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:30,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-751185e2-7c97-4610-800a-7cf5870197da 2018-08-29 05:09:30,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:31,279 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:30 GMT Server: Apache x-openstack-request-id: req-89f2d209-d070-480f-aaf6-da20ac62ffa3 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:32,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:31 GMT Server: Apache x-openstack-request-id: req-2b99eab1-d454-4f12-b2f7-04eb58474b9f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6d541cb1-ef00-437c-9e10-886001bb616a", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0e6b6864-e182-49c1-9820-8cb8dbfbc8f5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "f35c424f-f8ee-4f43-85fb-94cd1a655b74", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a4557358-8acf-4532-beff-a9a98464df29", "resource_type": "OS::Nova::Server"}]} 2018-08-29 05:09:32,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources used request id req-2b99eab1-d454-4f12-b2f7-04eb58474b9f 2018-08-29 05:09:32,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/a4557358-8acf-4532-beff-a9a98464df29 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:32,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fea33e3-fd3b-4b6a-8855-f38451617fe2 x-compute-request-id: req-5fea33e3-fd3b-4b6a-8855-f38451617fe2 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:63:e4", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a4557358-8acf-4532-beff-a9a98464df29", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a4557358-8acf-4532-beff-a9a98464df29", "rel": "bookmark"}], "image": {"id": "5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "links": [{"href": "http://172.30.9.24:8774/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000012", "OS-SRV-USG:launched_at": "2018-08-29T05:09:24.000000", "flavor": {"id": "17bf16b4-8fd8-451f-a08f-1943d2543c5b", "links": [{"href": "http://172.30.9.24:8774/flavors/17bf16b4-8fd8-451f-a08f-1943d2543c5b", "rel": "bookmark"}]}, "id": "a4557358-8acf-4532-beff-a9a98464df29", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:09:26Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-03bba681-d3ad-4888-aac1-1c366eaa00b0-inst", "created": "2018-08-29T05:09:21Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:09:32,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/a4557358-8acf-4532-beff-a9a98464df29 used request id req-5fea33e3-fd3b-4b6a-8855-f38451617fe2 2018-08-29 05:09:32,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:33,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-ea815871-af5b-4559-a941-1c38a353eb6a Date: Wed, 29 Aug 2018 05:09:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["0e6b6864-e182-49c1-9820-8cb8dbfbc8f5"],"description":"","tags":[],"updated_at":"2018-08-29T05:09:16Z","provider:segmentation_id":24,"name":"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:15Z","provider:network_type":"vxlan"}]} 2018-08-29 05:09:33,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-net used request id req-ea815871-af5b-4559-a941-1c38a353eb6a 2018-08-29 05:09:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:09:33,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:09: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:09:33,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:33,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36d46fc1-29ce-4dbc-8725-2dc1a8df94d4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:09:33,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-36d46fc1-29ce-4dbc-8725-2dc1a8df94d4 2018-08-29 05:09:33,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:33,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd841c47-9868-48ed-a118-2f257a12dba1 Date: Wed, 29 Aug 2018 05:09:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:16Z","dns_nameservers":[],"updated_at":"2018-08-29T05:09:16Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-subnet"}]} 2018-08-29 05:09:33,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 used request id req-dd841c47-9868-48ed-a118-2f257a12dba1 2018-08-29 05:09:33,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:33,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-b0ecf4c7-8b60-4a94-b703-7c68f99a936d Date: Wed, 29 Aug 2018 05:09:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:09:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","ip_address":"10.0.0.4"}],"id":"0679c956-499c-4694-a11a-f1ea6ea3b1f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:97:bc","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f35c424f-f8ee-4f43-85fb-94cd1a655b74","name":"","admin_state_up":true,"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:09:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","ip_address":"10.0.0.3"}],"id":"3e3ab609-00f9-4c87-ab10-05f7b5a907f8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:18:3d:4c","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f35c424f-f8ee-4f43-85fb-94cd1a655b74","name":"","admin_state_up":true,"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:09:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","ip_address":"10.0.0.2"}],"id":"56697db2-02aa-4cfa-88fc-1e344d3d863e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:8f:f1","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f35c424f-f8ee-4f43-85fb-94cd1a655b74","name":"","admin_state_up":true,"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:09:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"0e6b6864-e182-49c1-9820-8cb8dbfbc8f5","ip_address":"10.0.0.5"}],"id":"6d541cb1-ef00-437c-9e10-886001bb616a","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:63:e4","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a4557358-8acf-4532-beff-a9a98464df29","name":"HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1-server1_port-wp5lr22aovzv","admin_state_up":true,"network_id":"f35c424f-f8ee-4f43-85fb-94cd1a655b74","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:09:18Z","binding:vnic_type":"normal"}]} 2018-08-29 05:09:33,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=f35c424f-f8ee-4f43-85fb-94cd1a655b74 used request id req-b0ecf4c7-8b60-4a94-b703-7c68f99a936d 2018-08-29 05:09:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:33,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:33 GMT Server: Apache x-openstack-request-id: req-a55926f8-8aa8-4ed2-8bf5-28d7880d4b82 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:33,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:33 GMT Server: Apache x-openstack-request-id: req-4a39f718-8d53-4c1d-8eaf-99e81cf216f1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6d541cb1-ef00-437c-9e10-886001bb616a", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0e6b6864-e182-49c1-9820-8cb8dbfbc8f5", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "f35c424f-f8ee-4f43-85fb-94cd1a655b74", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-08-29T05:09:14Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:09:14Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a4557358-8acf-4532-beff-a9a98464df29", "resource_type": "OS::Nova::Server"}]} 2018-08-29 05:09:33,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0/resources used request id req-4a39f718-8d53-4c1d-8eaf-99e81cf216f1 2018-08-29 05:09:33,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/49727b6c-6c51-4a1a-b4e1-f865c37325b0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ced061707a0a62864ea6351ea3367b6648e5e15" 2018-08-29 05:09:33,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:33 GMT Server: Apache x-openstack-request-id: req-3187786b-8aed-4436-885b-60b4ef909546 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:34,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:09:33 GMT Server: Apache x-openstack-request-id: req-55b5cc8e-5700-495d-9602-2220ba8f4a94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:09:34,502 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-stack1/49727b6c-6c51-4a1a-b4e1-f865c37325b0 used request id req-55b5cc8e-5700-495d-9602-2220ba8f4a94 2018-08-29 05:09:34,502 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-03bba681-d3ad-4888-aac1-1c366eaa00b0-image 2018-08-29 05:09:34,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f3f7dbe16771f019b2c1a0a9cf5fe1dfbea4bcd" 2018-08-29 05:09:36,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97009b8a-f23c-4101-82bc-a519ac7c3eee Date: Wed, 29 Aug 2018 05:09:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:09:36,303 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/5afd1587-64f6-4ca9-93c1-eae4355d6fd7 used request id req-97009b8a-f23c-4101-82bc-a519ac7c3eee 2018-08-29 05:09:36,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/17bf16b4-8fd8-451f-a08f-1943d2543c5b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14b6e0475a12833fed5e7c108b7214616fbc70b7" 2018-08-29 05:09:36,370 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-dd06f1ea-a83c-4fd1-9c9d-3a5803289373 x-compute-request-id: req-dd06f1ea-a83c-4fd1-9c9d-3a5803289373 Content-Length: 0 Content-Type: application/json 2018-08-29 05:09:36,370 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/17bf16b4-8fd8-451f-a08f-1943d2543c5b used request id req-dd06f1ea-a83c-4fd1-9c9d-3a5803289373 2018-08-29 05:09:36,372 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:09:36,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:36,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:36,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Btz8QLHDQb-AzAR0XIKCqg"], "issued_at": "2018-08-29T05:09:36.000000Z"}} 2018-08-29 05:09:36,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:09:36,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfbabfaf-c26c-4c08-a8f7-b2abc1ad311f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:36,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cfbabfaf-c26c-4c08-a8f7-b2abc1ad311f 2018-08-29 05:09:36,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:09:37,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-bf30e5df-afef-4ed8-a6c7-436af3558a75 Date: Wed, 29 Aug 2018 05:09:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image"} 2018-08-29 05:09:37,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image used request id req-bf30e5df-afef-4ed8-a6c7-436af3558a75 2018-08-29 05:09:37,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:09:37,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e315f0a-fd45-4e90-a40f-10ab01480546 Date: Wed, 29 Aug 2018 05:09: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-08-29 05:09:37,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-1e315f0a-fd45-4e90-a40f-10ab01480546 2018-08-29 05:09:37,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image"}' 2018-08-29 05:09:37,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 X-Openstack-Request-Id: req-08934042-e213-4918-9df0-0238b940df5d Date: Wed, 29 Aug 2018 05:09:37 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:09:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:09:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5", "min_disk": 0, "protected": false, "id": "a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5", "file": "/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:09:37,422 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-08934042-e213-4918-9df0-0238b940df5d 2018-08-29 05:09:37,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" -d '' 2018-08-29 05:09:39,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bdc6dce5-b937-4865-902c-9383ac7ae9cb Date: Wed, 29 Aug 2018 05:09:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:09:39,080 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/file used request id req-bdc6dce5-b937-4865-902c-9383ac7ae9cb 2018-08-29 05:09:39,080 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:09:39,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:09:39,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-4dba0d10-a21c-43b6-9199-7a74211bb1c5 Date: Wed, 29 Aug 2018 05:09:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:09:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:09:39Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/snap", "metadata": {}}], "self": "/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5", "min_disk": 0, "protected": false, "id": "a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5", "file": "/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:09:39,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 used request id req-4dba0d10-a21c-43b6-9199-7a74211bb1c5 2018-08-29 05:09:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:09:39,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-71fc36a7-2a7b-4f1e-b08c-2a87f731f1dc Date: Wed, 29 Aug 2018 05:09:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:09:39,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-71fc36a7-2a7b-4f1e-b08c-2a87f731f1dc 2018-08-29 05:09:39,516 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image 2018-08-29 05:09:39,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:09:40,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-4f8ec298-f379-4f82-b49a-5b152a48c555 Date: Wed, 29 Aug 2018 05:09:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:09:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:09:39Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/snap", "metadata": {}}], "self": "/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5", "min_disk": 0, "protected": false, "id": "a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5", "file": "/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:09:40,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 used request id req-4f8ec298-f379-4f82-b49a-5b152a48c555 2018-08-29 05:09:40,146 - create_image - DEBUG - Instance status is - active 2018-08-29 05:09:40,146 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image 2018-08-29 05:09:40,146 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image 2018-08-29 05:09:40,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:09:40,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:40,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["BF4Ww-o2QOexSByMdueg8g"], "issued_at": "2018-08-29T05:09:40.000000Z"}} 2018-08-29 05:09:40,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067059fae2c318ba857d9f48f964be4f80aa603e" 2018-08-29 05:09:40,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea8c044-4c94-415f-957a-24c7310e4f28 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:09:40,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6ea8c044-4c94-415f-957a-24c7310e4f28 2018-08-29 05:09:40,618 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:09:40,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067059fae2c318ba857d9f48f964be4f80aa603e" 2018-08-29 05:09:40,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-3f58d1b6-4203-4722-9df9-fbcf76a972a7 x-compute-request-id: req-3f58d1b6-4203-4722-9df9-fbcf76a972a7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:09:40,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-3f58d1b6-4203-4722-9df9-fbcf76a972a7 2018-08-29 05:09:40,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067059fae2c318ba857d9f48f964be4f80aa603e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-08-29 05:09:40,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-dd861993-ebc4-496e-b8ba-6d7aac1835fe x-compute-request-id: req-dd861993-ebc4-496e-b8ba-6d7aac1835fe Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/b7a8a0e6-0df1-4d51-80a2-f79ed589d15a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/b7a8a0e6-0df1-4d51-80a2-f79ed589d15a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b7a8a0e6-0df1-4d51-80a2-f79ed589d15a", "name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:09:40,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-dd861993-ebc4-496e-b8ba-6d7aac1835fe 2018-08-29 05:09:40,852 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:09:40,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:09:41,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["fgcqP1bRTRSMMtVSXslKYg"], "issued_at": "2018-08-29T05:09:41.000000Z"}} 2018-08-29 05:09:41,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-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-9b05661e-fb37-489d-8c05-62d685b328e2-net", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}}' 2018-08-29 05:09:44,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:09:41 GMT Server: Apache x-openstack-request-id: req-ea425049-0c71-4ee8-889a-2a47c1f83bdd Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}]}} 2018-08-29 05:09:44,418 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-ea425049-0c71-4ee8-889a-2a47c1f83bdd 2018-08-29 05:09:44,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:44,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:44 GMT Server: Apache x-openstack-request-id: req-5d34d316-924f-4f1f-af59-48809f8d475b Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:44,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:44 GMT Server: Apache x-openstack-request-id: req-665e087e-8a0d-49dc-8273-bb8824322eae 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:44,920 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-665e087e-8a0d-49dc-8273-bb8824322eae 2018-08-29 05:09:44,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:45,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:44 GMT Server: Apache x-openstack-request-id: req-e44ba63c-e369-4475-b34c-9c64a5daa484 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "deletion_time": null, "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "updated_time": null, "project": "c8c4e2c36ff640bd9e200515f4dcb394", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "tags": null}]} 2018-08-29 05:09:45,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1 used request id req-e44ba63c-e369-4475-b34c-9c64a5daa484 2018-08-29 05:09:45,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:45,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:45 GMT Server: Apache x-openstack-request-id: req-0e4ff599-1a1b-4bf9-870f-ea09385c9ee3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "deletion_time": null, "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "updated_time": null, "project": "c8c4e2c36ff640bd9e200515f4dcb394", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "tags": null}]} 2018-08-29 05:09:45,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1 used request id req-0e4ff599-1a1b-4bf9-870f-ea09385c9ee3 2018-08-29 05:09:45,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:45,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:45 GMT Server: Apache x-openstack-request-id: req-3ba45976-c2b6-4713-9bb3-5c9abed652ac Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:46,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:45 GMT Server: Apache x-openstack-request-id: req-ad7fcaab-059a-4372-8013-acede35ac1b4 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:46,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-ad7fcaab-059a-4372-8013-acede35ac1b4 2018-08-29 05:09:46,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:46,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:46 GMT Server: Apache x-openstack-request-id: req-eba6ae13-43da-4fc4-a5a4-1925452ce479 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:46,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:46 GMT Server: Apache x-openstack-request-id: req-9aa0957e-a110-4e12-9efe-dca63096d6cf 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:46,669 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-9aa0957e-a110-4e12-9efe-dca63096d6cf 2018-08-29 05:09:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:49,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:49 GMT Server: Apache x-openstack-request-id: req-f9469be5-cfc6-406b-9f25-5ab9dd12c8b8 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:50,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:49 GMT Server: Apache x-openstack-request-id: req-1b5d10a3-9490-491d-af61-c7ef38e9aff5 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:50,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-1b5d10a3-9490-491d-af61-c7ef38e9aff5 2018-08-29 05:09:53,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:53,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:53 GMT Server: Apache x-openstack-request-id: req-94e2b172-d89c-4c4a-86e4-95cff2c568a8 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:53,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:53 GMT Server: Apache x-openstack-request-id: req-4c5eaee8-0c03-4db6-97b9-81e425238a67 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:53,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-4c5eaee8-0c03-4db6-97b9-81e425238a67 2018-08-29 05:09:56,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:09:56,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:09:56 GMT Server: Apache x-openstack-request-id: req-1aad3582-ce68-4fe5-b67f-9a30b3ee9230 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:09:57,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:09:56 GMT Server: Apache x-openstack-request-id: req-371cdc3c-5fa7-4500-b6e8-e0599177e895 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:09:57,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-371cdc3c-5fa7-4500-b6e8-e0599177e895 2018-08-29 05:10:00,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:00,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:00 GMT Server: Apache x-openstack-request-id: req-cf02b1f4-a9b7-48ed-9c55-7722ade1c951 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:01,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:00 GMT Server: Apache x-openstack-request-id: req-1ad244e1-40b7-4097-b816-6bdc9f52f450 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1", "stack_user_project_id": "2afa53f1717b44ab838efac589eb4c9c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:09:43Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "33cb657f-4f42-4aa4-ae7c-43952fbed181", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:01,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-1ad244e1-40b7-4097-b816-6bdc9f52f450 2018-08-29 05:10:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-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-9b05661e-fb37-489d-8c05-62d685b328e2-net", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}}' 2018-08-29 05:10:04,152 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:10:01 GMT Server: Apache x-openstack-request-id: req-5c2fe5fa-461b-4ad0-b139-c4d0769eee2e Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}]}} 2018-08-29 05:10:04,152 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-5c2fe5fa-461b-4ad0-b139-c4d0769eee2e 2018-08-29 05:10:04,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:04,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:04 GMT Server: Apache x-openstack-request-id: req-5c089caa-4ed6-4fc0-b6c8-817bb6f2c442 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:04,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:04 GMT Server: Apache x-openstack-request-id: req-c06ddea1-d767-44c9-bdc4-1c22defd489b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:04,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-c06ddea1-d767-44c9-bdc4-1c22defd489b 2018-08-29 05:10:04,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:05,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:04 GMT Server: Apache x-openstack-request-id: req-59c395f6-a587-43b3-bec0-992ec4ec43cb 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-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "deletion_time": null, "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "updated_time": null, "project": "c8c4e2c36ff640bd9e200515f4dcb394", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "tags": null}]} 2018-08-29 05:10:05,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2 used request id req-59c395f6-a587-43b3-bec0-992ec4ec43cb 2018-08-29 05:10:05,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:05,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:05 GMT Server: Apache x-openstack-request-id: req-12749f73-b863-495c-ae40-ee9f3b8ff86d 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-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "deletion_time": null, "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "updated_time": null, "project": "c8c4e2c36ff640bd9e200515f4dcb394", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "tags": null}]} 2018-08-29 05:10:05,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks?stack_name=HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2 used request id req-12749f73-b863-495c-ae40-ee9f3b8ff86d 2018-08-29 05:10:05,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:05,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:05 GMT Server: Apache x-openstack-request-id: req-b82f8807-6500-41b6-96e4-a2b9d761deee Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:06,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:05 GMT Server: Apache x-openstack-request-id: req-d72d637c-4ed6-40a2-8084-6dcda9799351 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:06,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-d72d637c-4ed6-40a2-8084-6dcda9799351 2018-08-29 05:10:06,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:07,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:06 GMT Server: Apache x-openstack-request-id: req-0a16fe35-a493-4f6f-916a-cbcee8f387c0 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:07,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:07 GMT Server: Apache x-openstack-request-id: req-8caba61d-93b5-4de1-9e0f-465d95f0dfc1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:07,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-8caba61d-93b5-4de1-9e0f-465d95f0dfc1 2018-08-29 05:10:10,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:10,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:10 GMT Server: Apache x-openstack-request-id: req-3ebf799b-d1d7-426b-ba9b-f392083a7b09 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:10,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:10 GMT Server: Apache x-openstack-request-id: req-fb2fc93c-5077-4c9f-ba61-98d5bef5d84f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:10,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-fb2fc93c-5077-4c9f-ba61-98d5bef5d84f 2018-08-29 05:10:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:13,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:13 GMT Server: Apache x-openstack-request-id: req-8c66aa25-c7b6-443a-8ee9-904ddb0741dc Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:13,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:13 GMT Server: Apache x-openstack-request-id: req-1e5a5308-da96-4846-898e-dd0caf6987cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:13,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-1e5a5308-da96-4846-898e-dd0caf6987cf 2018-08-29 05:10:16,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:16,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:16 GMT Server: Apache x-openstack-request-id: req-1f34e2a7-5563-4932-909d-9dafd39f149e Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:17,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:16 GMT Server: Apache x-openstack-request-id: req-ac1b4c6c-cc79-43d0-bc80-2c44395b80ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:17,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-ac1b4c6c-cc79-43d0-bc80-2c44395b80ff 2018-08-29 05:10:20,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:20,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:20 GMT Server: Apache x-openstack-request-id: req-3a909c98-bf29-4380-9d30-904e8c41be20 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:20,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:20 GMT Server: Apache x-openstack-request-id: req-05cd1075-d7fe-4f4f-9127-34d1963bd61b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:20,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-05cd1075-d7fe-4f4f-9127-34d1963bd61b 2018-08-29 05:10:23,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:24,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:23 GMT Server: Apache x-openstack-request-id: req-5bb46da0-4353-4cd8-a0ed-5281f18c0685 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:24,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:24 GMT Server: Apache x-openstack-request-id: req-4af0fe6c-3f72-4278-ae5c-1812d38273c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:24,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-4af0fe6c-3f72-4278-ae5c-1812d38273c0 2018-08-29 05:10:27,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:27,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:27 GMT Server: Apache x-openstack-request-id: req-e52fdb71-3421-4ef9-b6ad-944097fb987d Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:28,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:27 GMT Server: Apache x-openstack-request-id: req-7b1dbc35-f52e-4a48-827b-a7867d94fe87 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:28,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-7b1dbc35-f52e-4a48-827b-a7867d94fe87 2018-08-29 05:10:31,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:31,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:31 GMT Server: Apache x-openstack-request-id: req-2f1ed248-9fab-4486-b110-1fad4208679a Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:31,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:31 GMT Server: Apache x-openstack-request-id: req-d757efad-6a53-4076-a11a-9f6b7e92af05 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:31,275 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-d757efad-6a53-4076-a11a-9f6b7e92af05 2018-08-29 05:10:34,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:34,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:34 GMT Server: Apache x-openstack-request-id: req-e53f596d-39f3-4228-a5e6-e0921c213fb2 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:34,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:34 GMT Server: Apache x-openstack-request-id: req-3aaa3cfd-6c0e-4be9-98d3-edb9aaf2d71e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:34,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-3aaa3cfd-6c0e-4be9-98d3-edb9aaf2d71e 2018-08-29 05:10:37,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:37,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:37 GMT Server: Apache x-openstack-request-id: req-97ea9383-5508-45d0-b828-47bc9bd9c116 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:37,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:37 GMT Server: Apache x-openstack-request-id: req-89e064cc-908c-463e-b070-9d9e0d22ac4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:37,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-89e064cc-908c-463e-b070-9d9e0d22ac4d 2018-08-29 05:10:40,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:40,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:40 GMT Server: Apache x-openstack-request-id: req-1f6de7fe-9223-45e3-9491-725b46375e75 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:40,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:40 GMT Server: Apache x-openstack-request-id: req-cecb1b72-7186-46f1-9af3-2857f0c455a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:40,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-cecb1b72-7186-46f1-9af3-2857f0c455a2 2018-08-29 05:10:43,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:43,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:43 GMT Server: Apache x-openstack-request-id: req-91075bef-0df8-4714-a400-917a68df26a5 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:43,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:43 GMT Server: Apache x-openstack-request-id: req-c0e883ca-1b3c-4984-b931-4e78c50ce41b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:43,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-c0e883ca-1b3c-4984-b931-4e78c50ce41b 2018-08-29 05:10:46,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:47,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:46 GMT Server: Apache x-openstack-request-id: req-59859b9a-9849-4c4c-aea4-3565f2ec61db Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:47,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:47 GMT Server: Apache x-openstack-request-id: req-cd16ae67-9305-44b0-b231-99e2b3be0790 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:47,560 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-cd16ae67-9305-44b0-b231-99e2b3be0790 2018-08-29 05:10:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:50,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:50 GMT Server: Apache x-openstack-request-id: req-c6f30170-f980-47a3-a0d0-2ace331405a1 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:50,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:50 GMT Server: Apache x-openstack-request-id: req-466a5692-871c-47bb-b957-db675b2b98d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:50,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-466a5692-871c-47bb-b957-db675b2b98d2 2018-08-29 05:10:53,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:53,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:53 GMT Server: Apache x-openstack-request-id: req-9aa30b53-5ecf-40ed-8d67-22b880c141af Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:53,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:53 GMT Server: Apache x-openstack-request-id: req-4ce87e8a-ca91-459f-9f8a-f019bb34a3b0 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image", "inst_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2", "stack_user_project_id": "25cbe751332d483e98323452a0b681a2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:10:03Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c56cd40b-c04e-4371-a20c-72c9e536be2c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-08-29 05:10:53,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-4ce87e8a-ca91-459f-9f8a-f019bb34a3b0 2018-08-29 05:10:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/33cb657f-4f42-4aa4-ae7c-43952fbed181 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:53,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:53 GMT Server: Apache x-openstack-request-id: req-d563b8b5-c153-432f-bcd8-925fedac1e9f Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:54,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:10:53 GMT Server: Apache x-openstack-request-id: req-bea6b703-23ca-437b-ac41-9d8125f74279 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:10:54,568 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack1/33cb657f-4f42-4aa4-ae7c-43952fbed181 used request id req-bea6b703-23ca-437b-ac41-9d8125f74279 2018-08-29 05:10:54,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/c56cd40b-c04e-4371-a20c-72c9e536be2c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd894ca71f60f903267a8fc28227a0b9a07a5b57" 2018-08-29 05:10:55,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:10:54 GMT Server: Apache x-openstack-request-id: req-7d2f51a5-d5e6-410a-a48a-16dcab5501f7 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:10:55,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:10:55 GMT Server: Apache x-openstack-request-id: req-aef2f2db-11c0-43ab-b47a-8a0320366cc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:10:55,302 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-stack2/c56cd40b-c04e-4371-a20c-72c9e536be2c used request id req-aef2f2db-11c0-43ab-b47a-8a0320366cc2 2018-08-29 05:10:55,302 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-9b05661e-fb37-489d-8c05-62d685b328e2-image 2018-08-29 05:10:55,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef311ade7b8afa3d7ec259eefd171a5c53a57b6c" 2018-08-29 05:10:57,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03a74f40-edd6-4dfc-88a3-a33116869e88 Date: Wed, 29 Aug 2018 05:10:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:10:57,401 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/a07e29aa-98b0-4b1b-88ec-8c68f64f9ae5 used request id req-03a74f40-edd6-4dfc-88a3-a33116869e88 2018-08-29 05:10:57,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/b7a8a0e6-0df1-4d51-80a2-f79ed589d15a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067059fae2c318ba857d9f48f964be4f80aa603e" 2018-08-29 05:10:57,447 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:10: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-92546783-53b2-4582-b7a6-74ec00ee2059 x-compute-request-id: req-92546783-53b2-4582-b7a6-74ec00ee2059 Content-Length: 0 Content-Type: application/json 2018-08-29 05:10:57,447 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/b7a8a0e6-0df1-4d51-80a2-f79ed589d15a used request id req-92546783-53b2-4582-b7a6-74ec00ee2059 2018-08-29 05:10:57,449 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:10:57,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:10:57,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:10:57,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:10:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["kqcUtWb6TQiFaMIies5R8w"], "issued_at": "2018-08-29T05:10:57.000000Z"}} 2018-08-29 05:10:57,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:10:57,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e510c152-7a87-46cf-8b97-5bc7578378a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:10:57,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-e510c152-7a87-46cf-8b97-5bc7578378a9 2018-08-29 05:10:57,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:10:58,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-30cc7298-9184-4803-8caa-9e665af245d9 Date: Wed, 29 Aug 2018 05:10:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"} 2018-08-29 05:10:58,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1 used request id req-30cc7298-9184-4803-8caa-9e665af245d9 2018-08-29 05:10:58,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:10:58,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce500114-eeaf-4708-83e4-71ed3fa63883 Date: Wed, 29 Aug 2018 05:10:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:10:58,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-ce500114-eeaf-4708-83e4-71ed3fa63883 2018-08-29 05:10:58,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}' 2018-08-29 05:10:58,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e X-Openstack-Request-Id: req-531e290a-705c-4d2c-ab8e-64067ea101f0 Date: Wed, 29 Aug 2018 05:10:58 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:10:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:10:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e", "min_disk": 0, "protected": false, "id": "deff5b7b-88d0-49b9-95ee-2eec123c420e", "file": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:10:58,523 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-531e290a-705c-4d2c-ab8e-64067ea101f0 2018-08-29 05:10:58,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" -d '' 2018-08-29 05:11:01,930 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2db2c732-55c8-4b74-8d77-bf13cadd2323 Date: Wed, 29 Aug 2018 05:11:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:11:01,930 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/file used request id req-2db2c732-55c8-4b74-8d77-bf13cadd2323 2018-08-29 05:11:01,931 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:11:01,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:11:02,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-e3a487b7-9658-4d9a-9313-dafb7a482c77 Date: Wed, 29 Aug 2018 05:11:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:10:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/snap", "metadata": {}}], "self": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e", "min_disk": 0, "protected": false, "id": "deff5b7b-88d0-49b9-95ee-2eec123c420e", "file": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:02,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e used request id req-e3a487b7-9658-4d9a-9313-dafb7a482c77 2018-08-29 05:11:02,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:11:02,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b2d429a9-fb96-40fe-8118-41c5e71100c1 Date: Wed, 29 Aug 2018 05:11:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:11:02,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-b2d429a9-fb96-40fe-8118-41c5e71100c1 2018-08-29 05:11:02,269 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1 2018-08-29 05:11:02,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:11:02,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-aaa790a4-544f-454c-be65-67dca74c17eb Date: Wed, 29 Aug 2018 05:11:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:10:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/snap", "metadata": {}}], "self": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e", "min_disk": 0, "protected": false, "id": "deff5b7b-88d0-49b9-95ee-2eec123c420e", "file": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:02,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e used request id req-aaa790a4-544f-454c-be65-67dca74c17eb 2018-08-29 05:11:02,441 - create_image - DEBUG - Instance status is - active 2018-08-29 05:11:02,441 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1 2018-08-29 05:11:02,441 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1 2018-08-29 05:11:02,441 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:11:02,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:11:02,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:11:02,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:11:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["fwE9uFJORx2BkEImXyVpAA"], "issued_at": "2018-08-29T05:11:02.000000Z"}} 2018-08-29 05:11:02,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:02,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809b51c0-4a1d-44d6-aec5-cce6b07170d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:11:02,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-809b51c0-4a1d-44d6-aec5-cce6b07170d6 2018-08-29 05:11:02,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:03,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-a0cd0de3-29cf-4d24-b7ae-12d009c64f56 Date: Wed, 29 Aug 2018 05:11:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2"} 2018-08-29 05:11:03,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2 used request id req-a0cd0de3-29cf-4d24-b7ae-12d009c64f56 2018-08-29 05:11:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:03,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7bbf567a-787f-42a1-8311-71f697bc2602 Date: Wed, 29 Aug 2018 05: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-08-29 05:11:03,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-7bbf567a-787f-42a1-8311-71f697bc2602 2018-08-29 05:11:03,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2"}' 2018-08-29 05:11:03,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 X-Openstack-Request-Id: req-4a227040-831a-47cc-a752-eb6c421f9c6c Date: Wed, 29 Aug 2018 05:11:03 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:11:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21", "min_disk": 0, "protected": false, "id": "161f3f7b-cdad-48dc-9da3-2ad969354e21", "file": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file", "checksum": null, "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:03,397 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-4a227040-831a-47cc-a752-eb6c421f9c6c 2018-08-29 05:11:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" -d '' 2018-08-29 05:11:06,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c368bcf7-4c62-4781-ba1f-9025970caf48 Date: Wed, 29 Aug 2018 05:11:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:11:06,068 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file used request id req-c368bcf7-4c62-4781-ba1f-9025970caf48 2018-08-29 05:11:06,069 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:11:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:06,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-9e212b0e-3d27-4267-bb78-283301090478 Date: Wed, 29 Aug 2018 05:11:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:11:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:06Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "metadata": {}}], "self": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21", "min_disk": 0, "protected": false, "id": "161f3f7b-cdad-48dc-9da3-2ad969354e21", "file": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:06,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 used request id req-9e212b0e-3d27-4267-bb78-283301090478 2018-08-29 05:11:06,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:06,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d90ad821-ffb5-4404-80c7-269f2bd1b5eb Date: Wed, 29 Aug 2018 05:11:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:11:06,405 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-d90ad821-ffb5-4404-80c7-269f2bd1b5eb 2018-08-29 05:11:06,407 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2 2018-08-29 05:11:06,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:06,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-db8466f2-efb4-4e0a-a25c-838378503a94 Date: Wed, 29 Aug 2018 05:11:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:11:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:06Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "metadata": {}}], "self": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21", "min_disk": 0, "protected": false, "id": "161f3f7b-cdad-48dc-9da3-2ad969354e21", "file": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:06,578 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 used request id req-db8466f2-efb4-4e0a-a25c-838378503a94 2018-08-29 05:11:06,578 - create_image - DEBUG - Instance status is - active 2018-08-29 05:11:06,578 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2 2018-08-29 05:11:06,578 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2 2018-08-29 05:11:06,579 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:11:06,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:11:07,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["hEnRtQuoTmeeV1p0iTqfoA"], "issued_at": "2018-08-29T05:11:07.000000Z"}} 2018-08-29 05:11:07,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net"}}' 2018-08-29 05:11:10,499 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:11:07 GMT Server: Apache x-openstack-request-id: req-92f5a7dc-336c-4544-aa21-bc1bea4ee0f4 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "da466fdb-f53e-4e45-a139-09875f2abb14", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}]}} 2018-08-29 05:11:10,499 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-92f5a7dc-336c-4544-aa21-bc1bea4ee0f4 2018-08-29 05:11:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:10,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:10 GMT Server: Apache x-openstack-request-id: req-63566706-aa89-4fcc-8626-c075f862a830 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:10,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:10 GMT Server: Apache x-openstack-request-id: req-2de125a9-0ee9-4d9f-b708-597f6ea17ecd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-29 05:11:10,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-2de125a9-0ee9-4d9f-b708-597f6ea17ecd 2018-08-29 05:11:10,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:11,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:10 GMT Server: Apache x-openstack-request-id: req-62222727-e4de-4960-a376-71f120eb5d0e Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:11,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:11 GMT Server: Apache x-openstack-request-id: req-717f92fe-9bfa-4d3b-b75a-553c6485d8d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-08-29 05:11:11,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-717f92fe-9bfa-4d3b-b75a-553c6485d8d0 2018-08-29 05:11:14,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:14,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:14 GMT Server: Apache x-openstack-request-id: req-2f6938fd-fbb4-4759-b36f-c2097dc26cee Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:14,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:14 GMT Server: Apache x-openstack-request-id: req-15e804ac-72b8-464f-9f4c-976f78283e9e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:14,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-15e804ac-72b8-464f-9f4c-976f78283e9e 2018-08-29 05:11:17,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:18,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:17 GMT Server: Apache x-openstack-request-id: req-437e72c2-4587-49c2-8ddb-bb2f712d8e8c Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:18,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:18 GMT Server: Apache x-openstack-request-id: req-97d74e0f-df64-40e2-a257-ac720c403fad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:18,354 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-97d74e0f-df64-40e2-a257-ac720c403fad 2018-08-29 05:11:21,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:21,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:21 GMT Server: Apache x-openstack-request-id: req-ce53b64d-9550-4991-bb94-7061e1464843 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:22,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:21 GMT Server: Apache x-openstack-request-id: req-2ba5d93c-9a64-43aa-b168-0af909c5e16a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:22,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-2ba5d93c-9a64-43aa-b168-0af909c5e16a 2018-08-29 05:11:25,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:25,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:25 GMT Server: Apache x-openstack-request-id: req-49f4873a-7b7e-490b-a82d-a2ce06653a8d Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:25,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:25 GMT Server: Apache x-openstack-request-id: req-7dea1be6-25fd-4c51-9c36-d1edfa0409f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:25,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-7dea1be6-25fd-4c51-9c36-d1edfa0409f9 2018-08-29 05:11:28,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:28,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:28 GMT Server: Apache x-openstack-request-id: req-b014f05a-15c7-43a1-8622-66f6c48fd028 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:29,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:28 GMT Server: Apache x-openstack-request-id: req-5ca40ef8-f910-41a7-a85b-212c63d90cc6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:29,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-5ca40ef8-f910-41a7-a85b-212c63d90cc6 2018-08-29 05:11:29,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:29,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:29 GMT Server: Apache x-openstack-request-id: req-2a323abd-1c5c-44ca-bf43-d232307ec912 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:29,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:29 GMT Server: Apache x-openstack-request-id: req-5338a4dc-9df5-48cd-af06-1b568c477693 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d2d395d-dc63-46a8-b9fc-aaf6ec6fd1c5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3164836a-82c2-4bea-8710-9eba83f57e4a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/network", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fd748aad-27f4-4139-b9d5-b03ce1448b67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "789e3351-4ed1-4639-a465-0b0b0280c1e5", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "28db868d-fdb6-45ea-b262-c5edd57749a3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e:subnet_id=b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7317c421-5b77-473b-8761-5f2760a186f2", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/port1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e1609129-0346-468b-acbd-1522ad5c5256", "resource_type": "OS::Neutron::Port"}]} 2018-08-29 05:11:29,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources used request id req-5338a4dc-9df5-48cd-af06-1b568c477693 2018-08-29 05:11:29,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:30,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:29 GMT Server: Apache x-openstack-request-id: req-353ee902-1d08-40ac-99ca-14d8332f4305 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:30,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:30 GMT Server: Apache x-openstack-request-id: req-459f82d7-1beb-463c-9213-ce7746675b57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:30,457 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-459f82d7-1beb-463c-9213-ce7746675b57 2018-08-29 05:11:30,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:30,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:30 GMT Server: Apache x-openstack-request-id: req-6bde49a5-e10d-40ac-8c10-8b9a66e4ea2c Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:30,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:30 GMT Server: Apache x-openstack-request-id: req-5fe7d09e-f99f-41cd-a365-901098f09d43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d2d395d-dc63-46a8-b9fc-aaf6ec6fd1c5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3164836a-82c2-4bea-8710-9eba83f57e4a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/network", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fd748aad-27f4-4139-b9d5-b03ce1448b67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "789e3351-4ed1-4639-a465-0b0b0280c1e5", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "28db868d-fdb6-45ea-b262-c5edd57749a3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e:subnet_id=b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7317c421-5b77-473b-8761-5f2760a186f2", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/port1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e1609129-0346-468b-acbd-1522ad5c5256", "resource_type": "OS::Neutron::Port"}]} 2018-08-29 05:11:30,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources used request id req-5fe7d09e-f99f-41cd-a365-901098f09d43 2018-08-29 05:11:30,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:31,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-b2223e68-677d-455c-9ab6-720522f14118 Date: Wed, 29 Aug 2018 05:11:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["b247d85d-e1bf-4bbe-9692-2867ed59bf7f"],"description":"","tags":[],"updated_at":"2018-08-29T05:11:15Z","provider:segmentation_id":25,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:14Z","provider:network_type":"vxlan"}]} 2018-08-29 05:11:31,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-b2223e68-677d-455c-9ab6-720522f14118 2018-08-29 05:11:31,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:31,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-869f1bf2-1308-40f4-ab8d-b55b0636d1a9 Date: Wed, 29 Aug 2018 05:11:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:11:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet"}]} 2018-08-29 05:11:31,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-869f1bf2-1308-40f4-ab8d-b55b0636d1a9 2018-08-29 05:11:31,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:31,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-56b11d5f-1b5a-435a-abfe-0e5bd8765be5 Date: Wed, 29 Aug 2018 05:11:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:11:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet"}]} 2018-08-29 05:11:31,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-56b11d5f-1b5a-435a-abfe-0e5bd8765be5 2018-08-29 05:11:31,469 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:11:31,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:31,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f6e9ca0-6f0a-46bc-8299-14843d8e6765 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:11:31,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4f6e9ca0-6f0a-46bc-8299-14843d8e6765 2018-08-29 05:11:31,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:31,586 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:31 GMT Server: Apache x-openstack-request-id: req-4b81807b-f048-4ef5-acf1-d19e268b1048 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:31,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:31 GMT Server: Apache x-openstack-request-id: req-3636caae-5f69-4295-a346-aeaf3ac91b41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1047 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d2d395d-dc63-46a8-b9fc-aaf6ec6fd1c5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3164836a-82c2-4bea-8710-9eba83f57e4a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/network", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fd748aad-27f4-4139-b9d5-b03ce1448b67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "789e3351-4ed1-4639-a465-0b0b0280c1e5", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "28db868d-fdb6-45ea-b262-c5edd57749a3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e:subnet_id=b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7317c421-5b77-473b-8761-5f2760a186f2", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/port1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e1609129-0346-468b-acbd-1522ad5c5256", "resource_type": "OS::Neutron::Port"}]} 2018-08-29 05:11:31,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources used request id req-3636caae-5f69-4295-a346-aeaf3ac91b41 2018-08-29 05:11:31,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:32,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11: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-c26f6482-f33f-4c92-8b44-ff23653cc6a0 x-compute-request-id: req-c26f6482-f33f-4c92-8b44-ff23653cc6a0 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:07:7a", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:07:7a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "rel": "bookmark"}], "image": {"id": "deff5b7b-88d0-49b9-95ee-2eec123c420e", "links": [{"href": "http://172.30.9.24:8774/images/deff5b7b-88d0-49b9-95ee-2eec123c420e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001e", "OS-SRV-USG:launched_at": "2018-08-29T05:11:25.000000", "flavor": {"id": "3164836a-82c2-4bea-8710-9eba83f57e4a", "links": [{"href": "http://172.30.9.24:8774/flavors/3164836a-82c2-4bea-8710-9eba83f57e4a", "rel": "bookmark"}]}, "id": "d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "security_groups": [{"name": "security_group_name"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:11:27Z", "hostId": "91e36b7654181716263baaf000be6163e3be18ad3deb2a6c0b56f21e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "created": "2018-08-29T05:11:21Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:11:32,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f used request id req-c26f6482-f33f-4c92-8b44-ff23653cc6a0 2018-08-29 05:11:32,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:32,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-32696b46-f64b-43ef-acb4-7722b083f09d Date: Wed, 29 Aug 2018 05:11:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["b247d85d-e1bf-4bbe-9692-2867ed59bf7f"],"description":"","tags":[],"updated_at":"2018-08-29T05:11:15Z","provider:segmentation_id":25,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:14Z","provider:network_type":"vxlan"}]} 2018-08-29 05:11:32,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net used request id req-32696b46-f64b-43ef-acb4-7722b083f09d 2018-08-29 05:11:32,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:11:32,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:11: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:11:32,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:32,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88336a0-be8c-4218-a474-b02080a51363 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:11:32,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-f88336a0-be8c-4218-a474-b02080a51363 2018-08-29 05:11:32,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:32,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7e2b6936-e404-4997-b8c9-6580a88d8d2d Date: Wed, 29 Aug 2018 05:11:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:11:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet"}]} 2018-08-29 05:11:32,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-7e2b6936-e404-4997-b8c9-6580a88d8d2d 2018-08-29 05:11:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:32,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-e9943b9c-7685-40a8-922f-b3debf61b200 Date: Wed, 29 Aug 2018 05:11:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.12"}],"id":"269e7e6b-f923-4a0c-a921-af4877fdf250","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:ec:c9","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"7317c421-5b77-473b-8761-5f2760a186f2","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.3"}],"id":"485b2d82-4c16-4d82-b6bd-e439104d1db5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:26:28","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd748aad-27f4-4139-b9d5-b03ce1448b67","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.2"}],"id":"56614372-fecf-465d-8264-c62fba5f00e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:42:3f","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd748aad-27f4-4139-b9d5-b03ce1448b67","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:20Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.1"}],"id":"716c85fd-9452-453a-8c63-0f63155abe50","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:3a:d3","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d6e25f4f-b003-4d63-987f-0f3d87fa932e","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.4"}],"id":"d0d3dce8-17c7-4d49-ac76-52c46edea718","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:06:1c","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd748aad-27f4-4139-b9d5-b03ce1448b67","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:23Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.7"}],"id":"e1609129-0346-468b-acbd-1522ad5c5256","security_groups":["789e3351-4ed1-4639-a465-0b0b0280c1e5"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:07:7a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f","name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack-port1-crw5sk3rsfhu","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:17Z","binding:vnic_type":"normal"}]} 2018-08-29 05:11:32,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-e9943b9c-7685-40a8-922f-b3debf61b200 2018-08-29 05:11:32,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/7317c421-5b77-473b-8761-5f2760a186f2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-29d615cf-25fd-4544-b555-c3b244c9a01f x-compute-request-id: req-29d615cf-25fd-4544-b555-c3b244c9a01f Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:ec:c9", "version": 4, "addr": "10.1.2.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7317c421-5b77-473b-8761-5f2760a186f2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7317c421-5b77-473b-8761-5f2760a186f2", "rel": "bookmark"}], "image": {"id": "161f3f7b-cdad-48dc-9da3-2ad969354e21", "links": [{"href": "http://172.30.9.24:8774/images/161f3f7b-cdad-48dc-9da3-2ad969354e21", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-08-29T05:11:24.000000", "flavor": {"id": "4d2d395d-dc63-46a8-b9fc-aaf6ec6fd1c5", "links": [{"href": "http://172.30.9.24:8774/flavors/4d2d395d-dc63-46a8-b9fc-aaf6ec6fd1c5", "rel": "bookmark"}]}, "id": "7317c421-5b77-473b-8761-5f2760a186f2", "security_groups": [{"name": "default"}], "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:11:25Z", "hostId": "e4e6fdbf3c3c76f8140c902e8171556a963287b0bce8423d05a34d22", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "created": "2018-08-29T05:11:19Z", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:11:33,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7317c421-5b77-473b-8761-5f2760a186f2 used request id req-29d615cf-25fd-4544-b555-c3b244c9a01f 2018-08-29 05:11:33,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-4eda7e0e-5f42-41d3-a703-36ed99ca4f96 Date: Wed, 29 Aug 2018 05:11:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","subnets":["b247d85d-e1bf-4bbe-9692-2867ed59bf7f"],"description":"","tags":[],"updated_at":"2018-08-29T05:11:15Z","provider:segmentation_id":25,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net","admin_state_up":true,"tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:14Z","provider:network_type":"vxlan"}]} 2018-08-29 05:11:33,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net used request id req-4eda7e0e-5f42-41d3-a703-36ed99ca4f96 2018-08-29 05:11:33,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e613ce-6d8d-4820-8f88-a57cccd55c6b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:11:33,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-d2e613ce-6d8d-4820-8f88-a57cccd55c6b 2018-08-29 05:11:33,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2810733b-eccc-4e0e-bccb-35acd72e3ee1 Date: Wed, 29 Aug 2018 05:11:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:15Z","dns_nameservers":[],"updated_at":"2018-08-29T05:11:15Z","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":"c8c4e2c36ff640bd9e200515f4dcb394","id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet"}]} 2018-08-29 05:11:33,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-2810733b-eccc-4e0e-bccb-35acd72e3ee1 2018-08-29 05:11:33,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-dfa39127-5ca5-4860-be6b-b49944535c09 Date: Wed, 29 Aug 2018 05:11:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.12"}],"id":"269e7e6b-f923-4a0c-a921-af4877fdf250","security_groups":["0f185d44-f69c-4f6e-8ace-09e3748eb1d2"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:ec:c9","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"7317c421-5b77-473b-8761-5f2760a186f2","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.3"}],"id":"485b2d82-4c16-4d82-b6bd-e439104d1db5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:26:28","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fd748aad-27f4-4139-b9d5-b03ce1448b67","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:17Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.2"}],"id":"56614372-fecf-465d-8264-c62fba5f00e3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:42:3f","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fd748aad-27f4-4139-b9d5-b03ce1448b67","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:20Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.1"}],"id":"716c85fd-9452-453a-8c63-0f63155abe50","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:3a:d3","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d6e25f4f-b003-4d63-987f-0f3d87fa932e","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.4"}],"id":"d0d3dce8-17c7-4d49-ac76-52c46edea718","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:06:1c","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fd748aad-27f4-4139-b9d5-b03ce1448b67","name":"","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:11:23Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b247d85d-e1bf-4bbe-9692-2867ed59bf7f","ip_address":"10.1.2.7"}],"id":"e1609129-0346-468b-acbd-1522ad5c5256","security_groups":["789e3351-4ed1-4639-a465-0b0b0280c1e5"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:07:7a","project_id":"c8c4e2c36ff640bd9e200515f4dcb394","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f","name":"HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack-port1-crw5sk3rsfhu","admin_state_up":true,"network_id":"fd748aad-27f4-4139-b9d5-b03ce1448b67","tenant_id":"c8c4e2c36ff640bd9e200515f4dcb394","created_at":"2018-08-29T05:11:17Z","binding:vnic_type":"normal"}]} 2018-08-29 05:11:33,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=fd748aad-27f4-4139-b9d5-b03ce1448b67 used request id req-dfa39127-5ca5-4860-be6b-b49944535c09 2018-08-29 05:11:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:33 GMT Server: Apache x-openstack-request-id: req-f9f608b0-8816-49da-84b2-66bbab4d84d7 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:33,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:33 GMT Server: Apache x-openstack-request-id: req-2c2e20c6-da9b-4e0e-aa78-efb90d83c647 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1044 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "4d2d395d-dc63-46a8-b9fc-aaf6ec6fd1c5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "3164836a-82c2-4bea-8710-9eba83f57e4a", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/network", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "fd748aad-27f4-4139-b9d5-b03ce1448b67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "789e3351-4ed1-4639-a465-0b0b0280c1e5", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "28db868d-fdb6-45ea-b262-c5edd57749a3", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e:subnet_id=b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "b247d85d-e1bf-4bbe-9692-2867ed59bf7f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "d6e25f4f-b003-4d63-987f-0f3d87fa932e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d3aea4d0-3b72-41f2-b4f8-ef0780e70e3f", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-08-29T05:11:10Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:10Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7317c421-5b77-473b-8761-5f2760a186f2", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources/port1", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-08-29T05:11:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:11Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e1609129-0346-468b-acbd-1522ad5c5256", "resource_type": "OS::Neutron::Port"}]} 2018-08-29 05:11:33,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14/resources used request id req-2c2e20c6-da9b-4e0e-aa78-efb90d83c647 2018-08-29 05:11:33,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-16107655-8306-4ba2-b9ba-9571700e344f Date: Wed, 29 Aug 2018 05:11:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:10:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/snap", "metadata": {}}], "self": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e", "min_disk": 0, "protected": false, "id": "deff5b7b-88d0-49b9-95ee-2eec123c420e", "file": "/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/deff5b7b-88d0-49b9-95ee-2eec123c420e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:33,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e used request id req-16107655-8306-4ba2-b9ba-9571700e344f 2018-08-29 05:11:33,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b4753205-3aa2-4576-9a7e-6d8067df31af Date: Wed, 29 Aug 2018 05:11: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-08-29 05:11:33,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-b4753205-3aa2-4576-9a7e-6d8067df31af 2018-08-29 05:11:33,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:33,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-965f8aa9-4e56-4c93-9dff-87c66145632c Date: Wed, 29 Aug 2018 05:11:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:11:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:06Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "metadata": {}}], "self": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21", "min_disk": 0, "protected": false, "id": "161f3f7b-cdad-48dc-9da3-2ad969354e21", "file": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:33,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 used request id req-965f8aa9-4e56-4c93-9dff-87c66145632c 2018-08-29 05:11:33,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:34,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d90e4fb5-3bc1-4e29-a982-40554f3de503 Date: Wed, 29 Aug 2018 05:11:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:11:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:11:06Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "metadata": {}}], "self": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21", "min_disk": 0, "protected": false, "id": "161f3f7b-cdad-48dc-9da3-2ad969354e21", "file": "/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c8c4e2c36ff640bd9e200515f4dcb394", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/161f3f7b-cdad-48dc-9da3-2ad969354e21/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:11:34,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 used request id req-d90e4fb5-3bc1-4e29-a982-40554f3de503 2018-08-29 05:11:34,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:34,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:34 GMT Server: Apache x-openstack-request-id: req-c08a06c9-fc2f-4efb-8ea0-0854a9ac0a3c Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:34,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:34 GMT Server: Apache x-openstack-request-id: req-426f61fa-391c-46ba-a9f4-ae0b70c10eee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:34,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-426f61fa-391c-46ba-a9f4-ae0b70c10eee 2018-08-29 05:11:34,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:34,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:34 GMT Server: Apache x-openstack-request-id: req-4f10b183-9d02-4485-9943-bd061cc6e7da Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:34,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:34 GMT Server: Apache x-openstack-request-id: req-9f91fe75-b042-4591-b329-de8d9d0707e1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwU3P1/ywipj9BIFc6XKyfKv9S0zjOaaN5B365PrwUArcVFp4\n1aGmIZezgsbQUKDdr2MNfqTb7wMQPAnsLkrqOfZo1ZD/UGihoKoQngsMYUCVkAcT\nRvczwVSJw7f89dCvXkoomPM3yCKJ1V0yGeqT/rsQZcBu7KmggpXIMwCdoUA5VAVb\nolu2+cJ4p3QSF/ZkbuGigZf4W+lH+K6lhQSlAO+Ni2ympzeG3sTQ9yRJDzKc0suL\nQ+65sjJRnVCfmVf6RSjB4kLQbd9Ja5qaFwx4b10BiA4e5ZLihxN/Nq8YVRNk6s9M\nF+uVhrgHcFk1MUhlDuJDVI6q/zrOHGlMnZH0/QIDAQABAoIBAC6JrzpOqaoUfwWw\np0/Ev1foiEiysBnXEV4UIa0zBNwgYT8lsOWtzzNTNHKNruVadUSeUkdlJVX7pNLv\niJ70hkOCIWcZS35uUks95lZGTqqzQ86zBV8WcK1gzvIBv7LmlPHcZL2+AHX8aral\ng0ReB1dSbfYxSANOK0iFCvfMdCa3xnW1XoG3PHYC4i4wKvJtApuYfYo31Tk42Y8w\nYiYlx9JthNVtLuDfDubWra4vXb0hzMu9z27CE6Nfn9lOeqA0noUjw6Nj5mkM2iEh\nU/peXK2U/e2drNruFBAYnivHfxupc2ng36mpNWNc2c89BO6f+C+kX3VcOc3WAtfl\nFMBNKoECgYEA4bLvtnZ90mLmi17MgChbvI5ey5XhtFf+724I0WmmN+kcQhcU7aEg\nmzB9rsDIFrvgaHBMHfWZVCW1lBglPiUNp5xq12/o8Hc/iX+SM6zHI2NyaVq6Rmlh\nc28XT7hTN322B1k3XwZjZRE5x+OX1p/tH9lVzsdpzrMN93DxqvzsOHECgYEA20F9\nKHKMLiqNATkrjysFbsmEvFUe3KTmX89QPEvJJ87z61JNVW7fVkgQ/4qdz+2hKEF8\nbCk37OhdqmRTEYSoUclydNQIp7YwlqVEgyvEIXvoVLQAorSLRcgdLt7fD2vId2Cn\nYTtQU00fBSueSbVDqnXS0m8qQsZBh+HSnIKqK00CgYEAzBJXzppa7/S+0fuYWrSj\nJd1w9xGBb+g0uVa7oGWvhlQ/Wb63DJmo+skgivcCtBOSN7x6Boi/56blBI/EdOlZ\n7Fhw/nTQoUShbXiswA6UTHopw/rl/K5iD9a9tDZNABqpkQFpIIGNM6Acp5ExBD28\nURTZEkuabuvVUAuOZ/WivPECgYEAtF7psY6aV5hVq332oa7Ip11MvwpfezCE/Ki1\n3wSRlRghfaOVTwUI4hgjM7Y7IUTh4RYOX4SBJ3n5JCWoWK8DMVVBvW55OE8fJa8L\n78TfcpRWiugR5cgVEvEPYPGkGzGWFu8Cg3CiIgU90akSbJyb7+1B5C/jWk9ytXBH\nLM4pY7kCgYBdgJkj8uFN9Edyhok79J4Ib0AHoKPav8HwlpWMXMChHcPaxNxTM4k9\nz2RdLFM5c6etC9r+7kXUKRJ4EQj3BcLclxWiugNgx2cfiuAly86YmTLcQI9KRYMj\n1xbjttnMYsNbGUQ8r2eBbhMVtV+77dHJ0UPD2MScjmVqkbJ1HJ40rw==\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-08-29 05:11:34,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-9f91fe75-b042-4591-b329-de8d9d0707e1 2018-08-29 05:11:34,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:34,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:34 GMT Server: Apache x-openstack-request-id: req-41745bd7-da25-42c4-af1f-5417c9b43da4 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:35,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:11:34 GMT Server: Apache x-openstack-request-id: req-3c6369ff-b0ef-4171-bda6-a0dedd91af82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:11:35,011 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-3c6369ff-b0ef-4171-bda6-a0dedd91af82 2018-08-29 05:11:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:35,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:35 GMT Server: Apache x-openstack-request-id: req-fa5dfebf-9bad-40c7-961c-5f8cf861a461 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:35,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:35 GMT Server: Apache x-openstack-request-id: req-372ec51e-d16a-45f7-8405-425288c70756 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "tags": null, "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-29T05:11:34Z", "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "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-08-29 05:11:35,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-372ec51e-d16a-45f7-8405-425288c70756 2018-08-29 05:11:38,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:38,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:38 GMT Server: Apache x-openstack-request-id: req-83e0d1b3-126b-4140-a262-71f7fab3cf46 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:38,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:38 GMT Server: Apache x-openstack-request-id: req-cff7bcfa-42d7-4a2e-81dc-6153cd3dc4a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "tags": null, "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-29T05:11:34Z", "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "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-08-29 05:11:38,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-cff7bcfa-42d7-4a2e-81dc-6153cd3dc4a8 2018-08-29 05:11:41,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:41,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:41 GMT Server: Apache x-openstack-request-id: req-2fbb9c74-efa2-4174-bd4c-cecebd128925 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:41,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:41 GMT Server: Apache x-openstack-request-id: req-c4d9439f-4a9b-4944-84ad-506fb0b448b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "tags": null, "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-29T05:11:34Z", "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "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-08-29 05:11:41,708 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-c4d9439f-4a9b-4944-84ad-506fb0b448b1 2018-08-29 05:11:44,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:44,740 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:44 GMT Server: Apache x-openstack-request-id: req-93757571-ffef-474a-9cd4-bd4eaf988573 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:44,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:44 GMT Server: Apache x-openstack-request-id: req-e3f30f42-3379-4e60-90d0-b969c141b3aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "tags": null, "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-29T05:11:34Z", "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "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-08-29 05:11:44,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-e3f30f42-3379-4e60-90d0-b969c141b3aa 2018-08-29 05:11:47,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:47,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:47 GMT Server: Apache x-openstack-request-id: req-cf23f9a9-c330-445f-a6a3-94b325ab2796 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:47,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:47 GMT Server: Apache x-openstack-request-id: req-6add18a9-2c58-436e-8576-bd04973eed8b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "tags": null, "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-29T05:11:34Z", "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "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-08-29 05:11:47,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-6add18a9-2c58-436e-8576-bd04973eed8b 2018-08-29 05:11:50,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/da466fdb-f53e-4e45-a139-09875f2abb14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8365c552709d67f7370d64088b2cf5df53c903b8" 2018-08-29 05:11:50,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:50 GMT Server: Apache x-openstack-request-id: req-23f304f5-8606-480c-be4f-504a1f9eeed4 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:51,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:50 GMT Server: Apache x-openstack-request-id: req-e6b58641-7ceb-4880-ad58-5bc315cc9188 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor2", "OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "da466fdb-f53e-4e45-a139-09875f2abb14", "OS::stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-subnet", "net_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack", "stack_user_project_id": "bbbcc49c2c3c48799e7d26b3b722ac96", "tags": null, "creation_time": "2018-08-29T05:11:09Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-29T05:11:34Z", "id": "da466fdb-f53e-4e45-a139-09875f2abb14", "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-08-29 05:11:51,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-stack/da466fdb-f53e-4e45-a139-09875f2abb14 used request id req-e6b58641-7ceb-4880-ad58-5bc315cc9188 2018-08-29 05:11:51,049 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image1 2018-08-29 05:11:51,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a87fa292e1249cc916cc3cc1e94d8772351ca77f" 2018-08-29 05:11:52,254 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23c536e8-a55c-47a4-8ba0-db2313605a01 Date: Wed, 29 Aug 2018 05:11:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:11:52,254 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/deff5b7b-88d0-49b9-95ee-2eec123c420e used request id req-23c536e8-a55c-47a4-8ba0-db2313605a01 2018-08-29 05:11:52,255 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-afb78fe6-2f02-497b-b3e6-cae585bc5f83-image2 2018-08-29 05:11:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eda7c2a5662f2f7f8c6e06fdc4c01562678c8809" 2018-08-29 05:11:53,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ad7e2b7-84e0-478a-81ef-dc96af263267 Date: Wed, 29 Aug 2018 05:11:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:11:53,522 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/161f3f7b-cdad-48dc-9da3-2ad969354e21 used request id req-1ad7e2b7-84e0-478a-81ef-dc96af263267 2018-08-29 05:11:53,525 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:11:53,525 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:11:53,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:11:53,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:11:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Cq7w8-gvR3aNQSvuBn4_tA"], "issued_at": "2018-08-29T05:11:53.000000Z"}} 2018-08-29 05:11:53,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5bb259050e98704cf32b6d430f0b394e2da91" -d '{"stack_name": "HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-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-08-29 05:11:55,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:11:53 GMT Server: Apache x-openstack-request-id: req-144622d0-dd69-437a-9ea3-60769df36246 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "rel": "self"}]}} 2018-08-29 05:11:55,609 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-144622d0-dd69-437a-9ea3-60769df36246 2018-08-29 05:11:55,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5bb259050e98704cf32b6d430f0b394e2da91" 2018-08-29 05:11:56,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:55 GMT Server: Apache x-openstack-request-id: req-f96dff6e-ffaa-4498-ad51-afe367f3a844 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:56,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:56 GMT Server: Apache x-openstack-request-id: req-c8df0bc9-a6b9-42ce-b753-bb47cbb14de6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "OS::stack_name": "HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack", "stack_user_project_id": "dbb33f54c1124e53a0582534af8f0c0c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:54Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-29 05:11:56,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f used request id req-c8df0bc9-a6b9-42ce-b753-bb47cbb14de6 2018-08-29 05:11:56,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5bb259050e98704cf32b6d430f0b394e2da91" 2018-08-29 05:11:56,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:56 GMT Server: Apache x-openstack-request-id: req-aca775f9-1cfd-4e50-a622-64003c45c95f Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:56,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:56 GMT Server: Apache x-openstack-request-id: req-04fcd58a-d650-49ed-9e90-f332696dc025 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "OS::stack_name": "HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack", "stack_user_project_id": "dbb33f54c1124e53a0582534af8f0c0c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:54Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-08-29 05:11:56,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f used request id req-04fcd58a-d650-49ed-9e90-f332696dc025 2018-08-29 05:11:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5bb259050e98704cf32b6d430f0b394e2da91" 2018-08-29 05:11:56,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:56 GMT Server: Apache x-openstack-request-id: req-26087b98-0b47-4bd6-975a-7a0cadac22a8 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:57,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:56 GMT Server: Apache x-openstack-request-id: req-9d4fed93-5f2a-426f-a15d-bfe3f03e7830 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-08-29T05:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "faeaab36-84f3-4f67-b03b-b0c681cc6ccb", "resource_type": "OS::Nova::Flavor"}]} 2018-08-29 05:11:57,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f/resources used request id req-9d4fed93-5f2a-426f-a15d-bfe3f03e7830 2018-08-29 05:11:57,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/faeaab36-84f3-4f67-b03b-b0c681cc6ccb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5bb259050e98704cf32b6d430f0b394e2da91" 2018-08-29 05:11:57,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11: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-d946ae2b-2dd0-46a0-8ae6-991d4c4a8940 x-compute-request-id: req-d946ae2b-2dd0-46a0-8ae6-991d4c4a8940 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/faeaab36-84f3-4f67-b03b-b0c681cc6ccb", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/faeaab36-84f3-4f67-b03b-b0c681cc6ccb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "faeaab36-84f3-4f67-b03b-b0c681cc6ccb", "name": "HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack-flavor-onrjmvm44mry", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:11:57,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/faeaab36-84f3-4f67-b03b-b0c681cc6ccb used request id req-d946ae2b-2dd0-46a0-8ae6-991d4c4a8940 2018-08-29 05:11:57,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faf5bb259050e98704cf32b6d430f0b394e2da91" 2018-08-29 05:11:57,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-b648a8e3-7a7e-4c0a-9fa6-0ddc256212cf Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:11:57,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-3ac06542-14de-403d-b06b-5eabaaedce0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:11:57,301 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsFlavorTests-da3a5153-c0cc-4658-9d83-68c165bac750-stack/5e23a0aa-2ed0-4b3c-8743-b56c1d13044f used request id req-3ac06542-14de-403d-b06b-5eabaaedce0f 2018-08-29 05:11:57,302 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:11:57,302 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:11:57,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:11:57,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["CoVbnKuWSf6kMQVrNj_S2g"], "issued_at": "2018-08-29T05:11:57.000000Z"}} 2018-08-29 05:11:57,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" -d '{"stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-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-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp"}}' 2018-08-29 05:11:59,731 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-5291b0c4-14e2-45ae-9713-fb030384475f Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06", "rel": "self"}]}} 2018-08-29 05:11:59,731 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-5291b0c4-14e2-45ae-9713-fb030384475f 2018-08-29 05:11:59,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/805920c3-398d-4b56-91d6-f3cf7a1a9f06 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:11:59,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:11:59 GMT Server: Apache x-openstack-request-id: req-65672c2a-0b94-4248-a0f8-011e9820847d Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:00,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:11:59 GMT Server: Apache x-openstack-request-id: req-abdcf228-74eb-4968-8213-911d3fa71129 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "OS::stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack", "keypair_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack", "stack_user_project_id": "cfea48b6d4b741da81f4d45c09d6e11f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:11:58Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-08-29 05:12:00,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 used request id req-abdcf228-74eb-4968-8213-911d3fa71129 2018-08-29 05:12:00,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/805920c3-398d-4b56-91d6-f3cf7a1a9f06 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:12:00,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:00 GMT Server: Apache x-openstack-request-id: req-0cc6ad39-37f4-4608-88b1-efc3b95d4cf8 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:00,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:00 GMT Server: Apache x-openstack-request-id: req-773d134c-1201-4057-a0df-da262bcb510e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "OS::stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack", "keypair_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack", "stack_user_project_id": "cfea48b6d4b741da81f4d45c09d6e11f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:58Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvu5IrO/xN63nXJoJdM9bU2BLF1AEunGvm4BcEzHC5W+vkQy9\n/+4Y8JAo9jv649RmLB6CBNrHa67Q8F+fvzHSRP28xl/ozF+ezy3JXYL1I2xdRSuj\naC6U3h3NR8BRS4NuiNiWmgWtX0VfJ3lYeAnxFeJUp5+PRPDqjWfNhTF4DGeOQ8ei\nkV0l/z7bsW+Funnw71vNXCzhCZcDh3vgoLRzw1ntVane4+vH8EfjtPiEIaiVYgBZ\nT+oEmvox1SNR8Lad5TsZTwUXEHWgT7HAz2DPdQAwJNWgoEeW8LnHs/IDO407LwYO\nxQH0SBJRUhU1oXwuDYgAGLWa/p1/C6gsRhwPlQIDAQABAoIBAAGeq+crsfQy+X+D\nnwjqqW+vpXNxLlkWldLP5/gRuAGSTP8CCKqfLn77+hz8rUg5iRReveOkp4R2Wzdu\n2EAbABmtvWhBcAwr04EWdlrgvYurY68ui5harNClmBQ/wXDOkKWAkOaFnc7tG72N\n/f4mt3DkFqvFYsXG9XZ1pvy2SrpwMrV9oW0522asllHB5XNaQyim2Gpci8/8oWHz\nveZTjpssJy9f4VsjRaIZJGm2hLlvmB0ALtr3ahNXxZyKxPyjG5YbYfInDsZmWD1g\nl8jljpIMrSeLW7F77sUeDFrrK0oraxkN2zxpfxpJVKH9GZufQoyVJv6ejuQotNOa\nItUScgECgYEA7yEOkaUIVs8LmeUb65DvDU+n2MhFNceIWR4aHwXlxeDoJFfkDKUQ\n5INMkweb+qJovAPawH2V3rgp7ZQ/xyAnqB8GpbyYZ8nYnTuTkcAC9xmGES8jl1zB\n4QxH4RdSdCuwde8PsLUyjYJHL7Gcp+RrEdleQORsxMztpj/DBiRgTuECgYEAzGa1\n4ZCTI6nCdEl29axv8tuOoST1Zt5mcCEJa+7bJFcLZ5joekt1PQoXoGYGsgk7c8yD\nl18Yu6NYHW7Br+wkCXlTvIjA+h2UbgbXqcUUa+BtmGl8+iRimchxOQtYjnIRmNSz\n7oOAbj1OZD4PwtDtHh4zJnIwMt7+llovifMaGzUCgYEApXXnIcniikZ7DYJlHktL\nzZcXWb3BfePRqXBVvK+U/KWRm0whZMp2dNeRDY9PU047UBUOsPB02gXuJRDWTI8o\nQYEuVVG41t/ofWsywb/tjVLg3FUUuHAbSv/3YH2FtRJh6EiBP9Ew6I+DeDHaZqV7\nnH8eY6JqzIXLzqQB6ucSqKECgYAfzzAo7U3os+d+H1yy+OXnHoIA0/aYzq2Ub5++\nu0pBSoaM1cAAIDQbjrGElbwfAs7Mw5wK95KqyM3SrsTXsuEc1FPSuFmH0wihYtE3\nK2N1MlT77haz+uuZURdFsF1Uta3FYfyqdq6K+WF0ui/LuqXcFQkSx5x2njtyfJB/\nYGTErQKBgQCaNERONK5qzPMwwnahpBKU9l5ojrPP2CUbcZYasle5C3QOzs6X5Lqo\noKSYx3ObyFtRh2oqNKkihRE89HMJPEXgevDlV0jEQ5HBoj7omsCFoNOtiqXXuu5a\nwuHw3+Fi/Nz7jIwxbwNUShzsoWzA3BG8kR04+WkVzi+SG+SO3on16w==\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-08-29 05:12:00,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 used request id req-773d134c-1201-4057-a0df-da262bcb510e 2018-08-29 05:12:00,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/805920c3-398d-4b56-91d6-f3cf7a1a9f06/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:12:00,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:00 GMT Server: Apache x-openstack-request-id: req-43e564e2-b31d-451b-9020-f5b2b35e17ee Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:00,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:00 GMT Server: Apache x-openstack-request-id: req-8f2823a5-5a74-4273-be53-da61d44c4748 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-08-29T05:11:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:11:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-08-29 05:12:00,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06/resources used request id req-8f2823a5-5a74-4273-be53-da61d44c4748 2018-08-29 05:12:01,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:12:01,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12: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-09aa7fe6-e1f8-4048-bc73-7cb6c11e579f x-compute-request-id: req-09aa7fe6-e1f8-4048-bc73-7cb6c11e579f Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+7kis7/E3redcmgl0z1tTYEsXUAS6ca+bgFwTMcLlb6+RDL3/7hjwkCj2O/rj1GYsHoIE2sdrrtDwX5+/MdJE/bzGX+jMX57PLcldgvUjbF1FK6NoLpTeHc1HwFFLg26I2JaaBa1fRV8neVh4CfEV4lSnn49E8OqNZ82FMXgMZ45Dx6KRXSX/Ptuxb4W6efDvW81cLOEJlwOHe+CgtHPDWe1Vqd7j68fwR+O0+IQhqJViAFlP6gSa+jHVI1Hwtp3lOxlPBRcQdaBPscDPYM91ADAk1aCgR5bwucez8gM7jTsvBg7FAfRIElFSFTWhfC4NiAAYtZr+nX8LqCxGHA+V Generated-by-Nova", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp", "deleted": false, "created_at": "2018-08-29T05:12:00.000000", "updated_at": null, "fingerprint": "bb:52:f0:a0:26:af:b3:f7:bd:40:6e:ff:de:e0:6f:80", "deleted_at": null, "id": 15}} 2018-08-29 05:12:01,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp used request id req-09aa7fe6-e1f8-4048-bc73-7cb6c11e579f 2018-08-29 05:12:01,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/805920c3-398d-4b56-91d6-f3cf7a1a9f06 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:12:01,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:01 GMT Server: Apache x-openstack-request-id: req-6e606855-9ed3-4fbc-b2c9-8599ec57d0e9 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:01,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:01 GMT Server: Apache x-openstack-request-id: req-588a4c26-98c7-4803-aff1-a1a4e6e7c0a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "OS::stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack", "keypair_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack", "stack_user_project_id": "cfea48b6d4b741da81f4d45c09d6e11f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:11:58Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "805920c3-398d-4b56-91d6-f3cf7a1a9f06", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvu5IrO/xN63nXJoJdM9bU2BLF1AEunGvm4BcEzHC5W+vkQy9\n/+4Y8JAo9jv649RmLB6CBNrHa67Q8F+fvzHSRP28xl/ozF+ezy3JXYL1I2xdRSuj\naC6U3h3NR8BRS4NuiNiWmgWtX0VfJ3lYeAnxFeJUp5+PRPDqjWfNhTF4DGeOQ8ei\nkV0l/z7bsW+Funnw71vNXCzhCZcDh3vgoLRzw1ntVane4+vH8EfjtPiEIaiVYgBZ\nT+oEmvox1SNR8Lad5TsZTwUXEHWgT7HAz2DPdQAwJNWgoEeW8LnHs/IDO407LwYO\nxQH0SBJRUhU1oXwuDYgAGLWa/p1/C6gsRhwPlQIDAQABAoIBAAGeq+crsfQy+X+D\nnwjqqW+vpXNxLlkWldLP5/gRuAGSTP8CCKqfLn77+hz8rUg5iRReveOkp4R2Wzdu\n2EAbABmtvWhBcAwr04EWdlrgvYurY68ui5harNClmBQ/wXDOkKWAkOaFnc7tG72N\n/f4mt3DkFqvFYsXG9XZ1pvy2SrpwMrV9oW0522asllHB5XNaQyim2Gpci8/8oWHz\nveZTjpssJy9f4VsjRaIZJGm2hLlvmB0ALtr3ahNXxZyKxPyjG5YbYfInDsZmWD1g\nl8jljpIMrSeLW7F77sUeDFrrK0oraxkN2zxpfxpJVKH9GZufQoyVJv6ejuQotNOa\nItUScgECgYEA7yEOkaUIVs8LmeUb65DvDU+n2MhFNceIWR4aHwXlxeDoJFfkDKUQ\n5INMkweb+qJovAPawH2V3rgp7ZQ/xyAnqB8GpbyYZ8nYnTuTkcAC9xmGES8jl1zB\n4QxH4RdSdCuwde8PsLUyjYJHL7Gcp+RrEdleQORsxMztpj/DBiRgTuECgYEAzGa1\n4ZCTI6nCdEl29axv8tuOoST1Zt5mcCEJa+7bJFcLZ5joekt1PQoXoGYGsgk7c8yD\nl18Yu6NYHW7Br+wkCXlTvIjA+h2UbgbXqcUUa+BtmGl8+iRimchxOQtYjnIRmNSz\n7oOAbj1OZD4PwtDtHh4zJnIwMt7+llovifMaGzUCgYEApXXnIcniikZ7DYJlHktL\nzZcXWb3BfePRqXBVvK+U/KWRm0whZMp2dNeRDY9PU047UBUOsPB02gXuJRDWTI8o\nQYEuVVG41t/ofWsywb/tjVLg3FUUuHAbSv/3YH2FtRJh6EiBP9Ew6I+DeDHaZqV7\nnH8eY6JqzIXLzqQB6ucSqKECgYAfzzAo7U3os+d+H1yy+OXnHoIA0/aYzq2Ub5++\nu0pBSoaM1cAAIDQbjrGElbwfAs7Mw5wK95KqyM3SrsTXsuEc1FPSuFmH0wihYtE3\nK2N1MlT77haz+uuZURdFsF1Uta3FYfyqdq6K+WF0ui/LuqXcFQkSx5x2njtyfJB/\nYGTErQKBgQCaNERONK5qzPMwwnahpBKU9l5ojrPP2CUbcZYasle5C3QOzs6X5Lqo\noKSYx3ObyFtRh2oqNKkihRE89HMJPEXgevDlV0jEQ5HBoj7omsCFoNOtiqXXuu5a\nwuHw3+Fi/Nz7jIwxbwNUShzsoWzA3BG8kR04+WkVzi+SG+SO3on16w==\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-08-29 05:12:01,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 used request id req-588a4c26-98c7-4803-aff1-a1a4e6e7c0a3 2018-08-29 05:12:01,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:12:01,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-29b41cf4-336a-4113-a20d-c63159b63ac4 x-compute-request-id: req-29b41cf4-336a-4113-a20d-c63159b63ac4 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+7kis7/E3redcmgl0z1tTYEsXUAS6ca+bgFwTMcLlb6+RDL3/7hjwkCj2O/rj1GYsHoIE2sdrrtDwX5+/MdJE/bzGX+jMX57PLcldgvUjbF1FK6NoLpTeHc1HwFFLg26I2JaaBa1fRV8neVh4CfEV4lSnn49E8OqNZ82FMXgMZ45Dx6KRXSX/Ptuxb4W6efDvW81cLOEJlwOHe+CgtHPDWe1Vqd7j68fwR+O0+IQhqJViAFlP6gSa+jHVI1Hwtp3lOxlPBRcQdaBPscDPYM91ADAk1aCgR5bwucez8gM7jTsvBg7FAfRIElFSFTWhfC4NiAAYtZr+nX8LqCxGHA+V Generated-by-Nova", "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "name": "HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp", "deleted": false, "created_at": "2018-08-29T05:12:00.000000", "updated_at": null, "fingerprint": "bb:52:f0:a0:26:af:b3:f7:bd:40:6e:ff:de:e0:6f:80", "deleted_at": null, "id": 15}} 2018-08-29 05:12:01,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-kp used request id req-29b41cf4-336a-4113-a20d-c63159b63ac4 2018-08-29 05:12:01,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/805920c3-398d-4b56-91d6-f3cf7a1a9f06 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99fe4f21c8be8d792e9a7797c2d486abb449bb90" 2018-08-29 05:12:01,516 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:01 GMT Server: Apache x-openstack-request-id: req-d6defb83-facc-415a-ba49-210b37b5ea4c Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:01,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:01 GMT Server: Apache x-openstack-request-id: req-3cce2ea4-c51a-4e4c-81f5-57556b8c613b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:01,716 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsKeypairTests-1d25ed95-a3d0-4fce-958f-6f03fb0f0bc3-stack/805920c3-398d-4b56-91d6-f3cf7a1a9f06 used request id req-3cce2ea4-c51a-4e4c-81f5-57556b8c613b 2018-08-29 05:12:01,717 - heat_utils - DEBUG - Retrieving Heat Client 2018-08-29 05:12:01,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:02,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["28ebXbDtQviLcpHOEmbPsg"], "issued_at": "2018-08-29T05:12:02.000000Z"}} 2018-08-29 05:12:02,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" -d '{"stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-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-c54c4a9a-c0b6-462e-ae81-0739be90e02a-sec-grp"}}' 2018-08-29 05:12:03,595 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:12:02 GMT Server: Apache x-openstack-request-id: req-0bd6e918-8462-4a40-ae96-3ee139807ac5 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253", "rel": "self"}]}} 2018-08-29 05:12:03,595 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks used request id req-0bd6e918-8462-4a40-ae96-3ee139807ac5 2018-08-29 05:12:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/0c3ac2a8-367b-4c7d-b6bb-634281774253 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:03,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:03 GMT Server: Apache x-openstack-request-id: req-189e1a4e-e860-4137-9c7d-ba8453dcf1a5 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:03,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:03 GMT Server: Apache x-openstack-request-id: req-cfef3909-85d4-406d-b139-fd26efcd2ce1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "OS::stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack", "stack_user_project_id": "3f8f552c2ffa4453ae442ac790aa7b25", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:12:02Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-29 05:12:03,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 used request id req-cfef3909-85d4-406d-b139-fd26efcd2ce1 2018-08-29 05:12:03,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/0c3ac2a8-367b-4c7d-b6bb-634281774253 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:03,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:03 GMT Server: Apache x-openstack-request-id: req-1569f278-d789-4b2d-a405-3022d8d4ee71 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:04,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:03 GMT Server: Apache x-openstack-request-id: req-00099975-d6d0-4d47-93b2-cab09e3e17b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "OS::stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack", "stack_user_project_id": "3f8f552c2ffa4453ae442ac790aa7b25", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-08-29T05:12:02Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-29 05:12:04,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 used request id req-00099975-d6d0-4d47-93b2-cab09e3e17b3 2018-08-29 05:12:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/0c3ac2a8-367b-4c7d-b6bb-634281774253 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:07,218 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-daa635cf-7687-416f-8255-6dce93f35073 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:07,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-beada0af-1ee8-4266-841f-9b1e39ad4a77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 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": "c8c4e2c36ff640bd9e200515f4dcb394", "OS::stack_id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "OS::stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack", "security_group_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack", "stack_user_project_id": "3f8f552c2ffa4453ae442ac790aa7b25", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-29T05:12:02Z", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0c3ac2a8-367b-4c7d-b6bb-634281774253", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-08-29 05:12:07,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 used request id req-beada0af-1ee8-4266-841f-9b1e39ad4a77 2018-08-29 05:12:07,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/0c3ac2a8-367b-4c7d-b6bb-634281774253/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:07,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-aace038a-5f56-412b-b74f-355bbaa37676 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:07,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-fecca972-fab2-4b6e-80d7-332cecdc3da2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-08-29T05:12:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-08-29T05:12:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "154fd3e7-6fa3-462c-bbf6-d25e244505eb", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-08-29 05:12:07,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253/resources used request id req-fecca972-fab2-4b6e-80d7-332cecdc3da2 2018-08-29 05:12:07,632 - neutron_utils - INFO - Retrieving security group with ID - 154fd3e7-6fa3-462c-bbf6-d25e244505eb 2018-08-29 05:12:07,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?id=154fd3e7-6fa3-462c-bbf6-d25e244505eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:07,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-593b476f-4fd9-479f-8d5c-877749de3bd1 Date: Wed, 29 Aug 2018 05:12:07 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:12:03Z", "updated_at": "2018-08-29T05:12:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:12:05Z", "revision_number": 0, "id": "61c58471-5d39-46b1-8f2e-d12ce910fa78", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-29T05:12:05Z", "security_group_id": "154fd3e7-6fa3-462c-bbf6-d25e244505eb", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T05:12:04Z", "revision_number": 0, "id": "6ea40187-9c1a-439f-b81d-d8c12acff9c8", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-29T05:12:04Z", "security_group_id": "154fd3e7-6fa3-462c-bbf6-d25e244505eb", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 6, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "154fd3e7-6fa3-462c-bbf6-d25e244505eb", "name": "HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-sec-grp"}]} 2018-08-29 05:12:07,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?id=154fd3e7-6fa3-462c-bbf6-d25e244505eb used request id req-593b476f-4fd9-479f-8d5c-877749de3bd1 2018-08-29 05:12:07,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 154fd3e7-6fa3-462c-bbf6-d25e244505eb 2018-08-29 05:12:07,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=154fd3e7-6fa3-462c-bbf6-d25e244505eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:08,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-2626886a-8993-46cc-b17e-e92458c58686 Date: Wed, 29 Aug 2018 05:12:08 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-08-29T05:12:05Z", "security_group_id": "154fd3e7-6fa3-462c-bbf6-d25e244505eb", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:12:05Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "61c58471-5d39-46b1-8f2e-d12ce910fa78"}, {"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-08-29T05:12:04Z", "security_group_id": "154fd3e7-6fa3-462c-bbf6-d25e244505eb", "port_range_min": 22, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:12:04Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6ea40187-9c1a-439f-b81d-d8c12acff9c8"}]} 2018-08-29 05:12:08,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=154fd3e7-6fa3-462c-bbf6-d25e244505eb used request id req-2626886a-8993-46cc-b17e-e92458c58686 2018-08-29 05:12:08,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/0c3ac2a8-367b-4c7d-b6bb-634281774253 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f3538b9e333a5fd50b0c676f16a3182157d3b6" 2018-08-29 05:12:08,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 29 Aug 2018 05:12:08 GMT Server: Apache x-openstack-request-id: req-189699cc-dc41-4156-80be-ae9b0966a711 Location: http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-08-29 05:12:08,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:08 GMT Server: Apache x-openstack-request-id: req-a1dcf06d-cd5f-40a8-8e43-2d18d3d1cf9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:08,258 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394/stacks/HeatUtilsSecurityGroupTests-c54c4a9a-c0b6-462e-ae81-0739be90e02a-stack/0c3ac2a8-367b-4c7d-b6bb-634281774253 used request id req-a1dcf06d-cd5f-40a8-8e43-2d18d3d1cf9d 2018-08-29 05:12:08,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:08,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["6lIz2tLOSTqk_l2l1JQ7Ag"], "issued_at": "2018-08-29T05:12:08.000000Z"}} 2018-08-29 05:12:08,656 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05166bac74f5d16af6a5d1ab688f3c02ca5e2ad7" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-31b3a516-5fd3-4f21-baf2-bc75e7f9a0d4"}}' 2018-08-29 05:12:09,438 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:08 GMT Server: Apache x-compute-request-id: req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e", "name": "CinderUtilsQoSTests-31b3a516-5fd3-4f21-baf2-bc75e7f9a0d4"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e", "rel": "bookmark"}]} 2018-08-29 05:12:09,438 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e 2018-08-29 05:12:09,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05166bac74f5d16af6a5d1ab688f3c02ca5e2ad7" 2018-08-29 05:12:09,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:09 GMT Server: Apache x-compute-request-id: req-c2f788b8-b249-4f1b-927c-bd7a164462e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2f788b8-b249-4f1b-927c-bd7a164462e6 Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e", "name": "CinderUtilsQoSTests-31b3a516-5fd3-4f21-baf2-bc75e7f9a0d4"}]} 2018-08-29 05:12:09,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-c2f788b8-b249-4f1b-927c-bd7a164462e6 2018-08-29 05:12:09,618 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-31b3a516-5fd3-4f21-baf2-bc75e7f9a0d4 2018-08-29 05:12:09,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05166bac74f5d16af6a5d1ab688f3c02ca5e2ad7" 2018-08-29 05:12:10,379 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf89b8b2-b98b-4eba-b071-6d6e5e340579 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:10,379 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e?force=False used request id req-cf89b8b2-b98b-4eba-b071-6d6e5e340579 2018-08-29 05:12:10,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05166bac74f5d16af6a5d1ab688f3c02ca5e2ad7" 2018-08-29 05:12:10,402 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:10 GMT Server: Apache x-compute-request-id: req-4bea0cad-de35-499a-b335-59b77a4b4d4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4bea0cad-de35-499a-b335-59b77a4b4d4c Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-08-29 05:12:10,402 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-4bea0cad-de35-499a-b335-59b77a4b4d4c 2018-08-29 05:12:10,402 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-31b3a516-5fd3-4f21-baf2-bc75e7f9a0d4 2018-08-29 05:12:10,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39c24be6-fb7b-49e1-a4f6-95ba4b8cf43e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05166bac74f5d16af6a5d1ab688f3c02ca5e2ad7" 2018-08-29 05:12:11,127 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5ea4fb19-02b6-4f57-a66f-15eb15696f6c x-openstack-request-id: req-5ea4fb19-02b6-4f57-a66f-15eb15696f6c Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e.", "code": 404}} 2018-08-29 05:12:11,127 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/c6fc6853-b0de-4bc1-9a8e-1b75bdc2f21e?force=False used request id req-5ea4fb19-02b6-4f57-a66f-15eb15696f6c 2018-08-29 05:12:11,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:11,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["0Zh2uOTGQA6hgWjpATqwyQ"], "issued_at": "2018-08-29T05:12:11.000000Z"}} 2018-08-29 05:12:11,585 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c2a2ed1ef48e22e0abaf06b61c4f1759c4f837" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-2b3c63f3-2893-43cd-985a-ef4670a7ed4a"}}' 2018-08-29 05:12:11,795 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:11 GMT Server: Apache x-compute-request-id: req-dfa87318-50e4-4dda-a15a-9f830da4ba37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dfa87318-50e4-4dda-a15a-9f830da4ba37 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d095e223-7c97-4d44-afef-8e1535ccbde2", "name": "CinderUtilsQoSTests-2b3c63f3-2893-43cd-985a-ef4670a7ed4a"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2", "rel": "bookmark"}]} 2018-08-29 05:12:11,795 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-dfa87318-50e4-4dda-a15a-9f830da4ba37 2018-08-29 05:12:11,798 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dfa87318-50e4-4dda-a15a-9f830da4ba37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c2a2ed1ef48e22e0abaf06b61c4f1759c4f837" 2018-08-29 05:12:11,983 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:11 GMT Server: Apache x-compute-request-id: req-6d45a126-4a85-4adf-bbd1-bf4b59d61b86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d45a126-4a85-4adf-bbd1-bf4b59d61b86 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d095e223-7c97-4d44-afef-8e1535ccbde2", "name": "CinderUtilsQoSTests-2b3c63f3-2893-43cd-985a-ef4670a7ed4a"}]} 2018-08-29 05:12:11,983 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-6d45a126-4a85-4adf-bbd1-bf4b59d61b86 2018-08-29 05:12:11,986 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dfa87318-50e4-4dda-a15a-9f830da4ba37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c2a2ed1ef48e22e0abaf06b61c4f1759c4f837" 2018-08-29 05:12:12,157 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:11 GMT Server: Apache x-compute-request-id: req-1c88176e-058f-41df-a95a-b1c8d721d3ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c88176e-058f-41df-a95a-b1c8d721d3ca Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "d095e223-7c97-4d44-afef-8e1535ccbde2", "name": "CinderUtilsQoSTests-2b3c63f3-2893-43cd-985a-ef4670a7ed4a"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2", "rel": "bookmark"}]} 2018-08-29 05:12:12,157 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2 used request id req-1c88176e-058f-41df-a95a-b1c8d721d3ca 2018-08-29 05:12:12,157 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2b3c63f3-2893-43cd-985a-ef4670a7ed4a 2018-08-29 05:12:12,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dfa87318-50e4-4dda-a15a-9f830da4ba37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c2a2ed1ef48e22e0abaf06b61c4f1759c4f837" 2018-08-29 05:12:12,377 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-722f8e27-1ff5-4e31-95c7-b3394bc50a30 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:12,378 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/d095e223-7c97-4d44-afef-8e1535ccbde2?force=False used request id req-722f8e27-1ff5-4e31-95c7-b3394bc50a30 2018-08-29 05:12:12,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:12,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["_4y1hBZaRNSJdhL5MJyS6Q"], "issued_at": "2018-08-29T05:12:12.000000Z"}} 2018-08-29 05:12:12,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed561e8b5fe96e5021378607cd246735af4f7ab5" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-9fca2628-3532-496b-8cb3-446508a5e090"}}' 2018-08-29 05:12:13,589 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:12 GMT Server: Apache x-compute-request-id: req-0706cd35-bcad-450b-a916-5fa17bccf895 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0706cd35-bcad-450b-a916-5fa17bccf895 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "669bce8f-8156-4cfc-ac44-db0ff09ac861", "name": "CinderUtilsQoSTests-9fca2628-3532-496b-8cb3-446508a5e090"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861", "rel": "bookmark"}]} 2018-08-29 05:12:13,589 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-0706cd35-bcad-450b-a916-5fa17bccf895 2018-08-29 05:12:13,593 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0706cd35-bcad-450b-a916-5fa17bccf895" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed561e8b5fe96e5021378607cd246735af4f7ab5" 2018-08-29 05:12:13,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:13 GMT Server: Apache x-compute-request-id: req-8a0c1596-2b9e-413d-8a70-59fabedc2481 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a0c1596-2b9e-413d-8a70-59fabedc2481 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "669bce8f-8156-4cfc-ac44-db0ff09ac861", "name": "CinderUtilsQoSTests-9fca2628-3532-496b-8cb3-446508a5e090"}]} 2018-08-29 05:12:13,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-8a0c1596-2b9e-413d-8a70-59fabedc2481 2018-08-29 05:12:13,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0706cd35-bcad-450b-a916-5fa17bccf895" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed561e8b5fe96e5021378607cd246735af4f7ab5" 2018-08-29 05:12:13,939 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:13 GMT Server: Apache x-compute-request-id: req-4ccb616a-277a-490a-940c-47ad806fd3e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ccb616a-277a-490a-940c-47ad806fd3e1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "669bce8f-8156-4cfc-ac44-db0ff09ac861", "name": "CinderUtilsQoSTests-9fca2628-3532-496b-8cb3-446508a5e090"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861", "rel": "bookmark"}]} 2018-08-29 05:12:13,940 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861 used request id req-4ccb616a-277a-490a-940c-47ad806fd3e1 2018-08-29 05:12:13,940 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9fca2628-3532-496b-8cb3-446508a5e090 2018-08-29 05:12:13,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0706cd35-bcad-450b-a916-5fa17bccf895" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed561e8b5fe96e5021378607cd246735af4f7ab5" 2018-08-29 05:12:14,171 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9783bbc6-8b1c-44cb-9154-5fd93648655b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:14,171 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/669bce8f-8156-4cfc-ac44-db0ff09ac861?force=False used request id req-9783bbc6-8b1c-44cb-9154-5fd93648655b 2018-08-29 05:12:14,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:14,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["ooOaUC8MTsSKVs70xtAWWQ"], "issued_at": "2018-08-29T05:12:14.000000Z"}} 2018-08-29 05:12:14,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65a175a88ddcf0a8e357725acf12ed22cea7715" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-854e78e4-0eb7-4883-bc42-2a2e19010811"}}' 2018-08-29 05:12:15,322 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:14 GMT Server: Apache x-compute-request-id: req-f3343823-fb60-47a9-91d0-71fd8730baf7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3343823-fb60-47a9-91d0-71fd8730baf7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "54983bf7-8b44-48bd-8aac-395c82ef6f27", "name": "CinderUtilsQoSTests-854e78e4-0eb7-4883-bc42-2a2e19010811"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27", "rel": "bookmark"}]} 2018-08-29 05:12:15,322 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-f3343823-fb60-47a9-91d0-71fd8730baf7 2018-08-29 05:12:15,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3343823-fb60-47a9-91d0-71fd8730baf7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65a175a88ddcf0a8e357725acf12ed22cea7715" 2018-08-29 05:12:15,503 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:15 GMT Server: Apache x-compute-request-id: req-9cb6725d-9fe0-41a0-8d06-fb3efe56740e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9cb6725d-9fe0-41a0-8d06-fb3efe56740e Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "54983bf7-8b44-48bd-8aac-395c82ef6f27", "name": "CinderUtilsQoSTests-854e78e4-0eb7-4883-bc42-2a2e19010811"}]} 2018-08-29 05:12:15,503 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-9cb6725d-9fe0-41a0-8d06-fb3efe56740e 2018-08-29 05:12:15,506 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3343823-fb60-47a9-91d0-71fd8730baf7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65a175a88ddcf0a8e357725acf12ed22cea7715" 2018-08-29 05:12:15,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:15 GMT Server: Apache x-compute-request-id: req-f938318c-0123-44b0-a7ed-7b0f8cb081a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f938318c-0123-44b0-a7ed-7b0f8cb081a8 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "54983bf7-8b44-48bd-8aac-395c82ef6f27", "name": "CinderUtilsQoSTests-854e78e4-0eb7-4883-bc42-2a2e19010811"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27", "rel": "bookmark"}]} 2018-08-29 05:12:15,671 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27 used request id req-f938318c-0123-44b0-a7ed-7b0f8cb081a8 2018-08-29 05:12:15,672 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-854e78e4-0eb7-4883-bc42-2a2e19010811 2018-08-29 05:12:15,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3343823-fb60-47a9-91d0-71fd8730baf7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65a175a88ddcf0a8e357725acf12ed22cea7715" 2018-08-29 05:12:16,433 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7da53b5d-0114-4ba1-9909-7427e2d65154 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:16,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/54983bf7-8b44-48bd-8aac-395c82ef6f27?force=False used request id req-7da53b5d-0114-4ba1-9909-7427e2d65154 2018-08-29 05:12:16,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:16,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Ivf98jF5RVehRf1PrjgQkA"], "issued_at": "2018-08-29T05:12:16.000000Z"}} 2018-08-29 05:12:16,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:16,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1cc6acf-4f57-4722-907d-a9025d2049e8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:12:16,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c1cc6acf-4f57-4722-907d-a9025d2049e8 2018-08-29 05:12:16,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-1015b614-8bf7-48bc-9df4-9178506b96b3", "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-08-29 05:12:17,303 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:16 GMT Server: Apache x-compute-request-id: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-29T05:12:17.190523", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-1015b614-8bf7-48bc-9df4-9178506b96b3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7327facf-bc6e-44fc-9282-f09465023ba2", "size": 1}} 2018-08-29 05:12:17,303 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes used request id req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d 2018-08-29 05:12:17,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:17,498 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:17 GMT Server: Apache x-compute-request-id: req-9bd9073f-4691-4e82-aec0-e842904fada0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9bd9073f-4691-4e82-aec0-e842904fada0 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:17.000000", "replication_status": null, "snapshot_id": null, "id": "7327facf-bc6e-44fc-9282-f09465023ba2", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-1015b614-8bf7-48bc-9df4-9178506b96b3", "bootable": "false", "created_at": "2018-08-29T05:12:17.000000", "volume_type": null}} 2018-08-29 05:12:17,498 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-9bd9073f-4691-4e82-aec0-e842904fada0 2018-08-29 05:12:17,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:17,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:17 GMT Server: Apache x-compute-request-id: req-f48d84d7-33ee-4ff3-9920-ddab55dd4056 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f48d84d7-33ee-4ff3-9920-ddab55dd4056 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:17.000000", "replication_status": null, "snapshot_id": null, "id": "7327facf-bc6e-44fc-9282-f09465023ba2", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-1015b614-8bf7-48bc-9df4-9178506b96b3", "bootable": "false", "created_at": "2018-08-29T05:12:17.000000", "volume_type": null}} 2018-08-29 05:12:17,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-f48d84d7-33ee-4ff3-9920-ddab55dd4056 2018-08-29 05:12:17,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:17,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:17 GMT Server: Apache x-compute-request-id: req-0bbeedf0-face-4100-aa52-29767671f03b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bbeedf0-face-4100-aa52-29767671f03b Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:17.000000", "replication_status": null, "snapshot_id": null, "id": "7327facf-bc6e-44fc-9282-f09465023ba2", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-1015b614-8bf7-48bc-9df4-9178506b96b3", "bootable": "false", "created_at": "2018-08-29T05:12:17.000000", "volume_type": null}]} 2018-08-29 05:12:17,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail used request id req-0bbeedf0-face-4100-aa52-29767671f03b 2018-08-29 05:12:17,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:12:17,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:12:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:12:17,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:18,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e380626-251a-4fc5-8fe3-ec7d37959c82 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:12:18,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-1e380626-251a-4fc5-8fe3-ec7d37959c82 2018-08-29 05:12:18,008 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-1015b614-8bf7-48bc-9df4-9178506b96b3 2018-08-29 05:12:18,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:18,226 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de16ebc6-a2ac-4d6f-ad7c-085b583a88c4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:18,226 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-de16ebc6-a2ac-4d6f-ad7c-085b583a88c4 2018-08-29 05:12:18,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:18,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:18 GMT Server: Apache x-compute-request-id: req-4fc9ec8d-a5c5-4550-80a0-a76cfc2a0a0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4fc9ec8d-a5c5-4550-80a0-a76cfc2a0a0d Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:18.000000", "replication_status": null, "snapshot_id": null, "id": "7327facf-bc6e-44fc-9282-f09465023ba2", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-1015b614-8bf7-48bc-9df4-9178506b96b3", "bootable": "false", "created_at": "2018-08-29T05:12:17.000000", "volume_type": null}} 2018-08-29 05:12:18,434 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-4fc9ec8d-a5c5-4550-80a0-a76cfc2a0a0d 2018-08-29 05:12:21,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:21,635 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ad28477e-79d9-49ca-8257-93711c99721a x-openstack-request-id: req-ad28477e-79d9-49ca-8257-93711c99721a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7327facf-bc6e-44fc-9282-f09465023ba2 could not be found.", "code": 404}} 2018-08-29 05:12:21,636 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-ad28477e-79d9-49ca-8257-93711c99721a 2018-08-29 05:12:21,639 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:21,846 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:21 GMT Server: Apache x-compute-request-id: req-49206f5b-6cbf-4cd3-969a-45320dc0311b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49206f5b-6cbf-4cd3-969a-45320dc0311b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-29 05:12:21,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail used request id req-49206f5b-6cbf-4cd3-969a-45320dc0311b 2018-08-29 05:12:21,846 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-1015b614-8bf7-48bc-9df4-9178506b96b3 2018-08-29 05:12:21,849 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:22,051 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9299328f-f52f-44e6-94ee-c77984676537 x-openstack-request-id: req-9299328f-f52f-44e6-94ee-c77984676537 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7327facf-bc6e-44fc-9282-f09465023ba2 could not be found.", "code": 404}} 2018-08-29 05:12:22,052 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-9299328f-f52f-44e6-94ee-c77984676537 2018-08-29 05:12:22,054 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8b99b6f5-8ded-4b26-ac7b-2add16d7853d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572b5a766a1421e2e6027df1aea85184721aa9ba" 2018-08-29 05:12:22,229 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6247ba8a-7191-4dec-b608-200df7408b43 x-openstack-request-id: req-6247ba8a-7191-4dec-b608-200df7408b43 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7327facf-bc6e-44fc-9282-f09465023ba2 could not be found.", "code": 404}} 2018-08-29 05:12:22,229 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/7327facf-bc6e-44fc-9282-f09465023ba2 used request id req-6247ba8a-7191-4dec-b608-200df7408b43 2018-08-29 05:12:22,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:22,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["N5ty-8NYQIup_ftOzc232g"], "issued_at": "2018-08-29T05:12:22.000000Z"}} 2018-08-29 05:12:22,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:22,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9c92864-ffed-433a-be92-67b9eb374c52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:12:22,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b9c92864-ffed-433a-be92-67b9eb374c52 2018-08-29 05:12:22,641 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "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-08-29 05:12:23,003 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:22 GMT Server: Apache x-compute-request-id: req-3e7de914-63f7-43da-898b-8f28c0e15f96 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3e7de914-63f7-43da-898b-8f28c0e15f96 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-29T05:12:22.892819", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f3b9382c-4112-40f2-bf7d-99a08756726f", "size": 1}} 2018-08-29 05:12:23,003 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes used request id req-3e7de914-63f7-43da-898b-8f28c0e15f96 2018-08-29 05:12:23,006 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:23,208 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:23 GMT Server: Apache x-compute-request-id: req-9c52e088-e910-4b5b-b15a-4a5ac9de4948 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c52e088-e910-4b5b-b15a-4a5ac9de4948 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "f3b9382c-4112-40f2-bf7d-99a08756726f", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "bootable": "false", "created_at": "2018-08-29T05:12:22.000000", "volume_type": null}} 2018-08-29 05:12:23,209 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f used request id req-9c52e088-e910-4b5b-b15a-4a5ac9de4948 2018-08-29 05:12:23,212 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:23,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:23 GMT Server: Apache x-compute-request-id: req-c5940d33-cc98-4422-9973-f717938b77ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5940d33-cc98-4422-9973-f717938b77ae Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:23.000000", "replication_status": null, "snapshot_id": null, "id": "f3b9382c-4112-40f2-bf7d-99a08756726f", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "bootable": "false", "created_at": "2018-08-29T05:12:22.000000", "volume_type": null}} 2018-08-29 05:12:23,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f used request id req-c5940d33-cc98-4422-9973-f717938b77ae 2018-08-29 05:12:26,427 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:26,630 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:26 GMT Server: Apache x-compute-request-id: req-b7d8622b-c988-4fc3-8edf-5427c2d3fce1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7d8622b-c988-4fc3-8edf-5427c2d3fce1 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:23.000000", "replication_status": null, "snapshot_id": null, "id": "f3b9382c-4112-40f2-bf7d-99a08756726f", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "bootable": "false", "created_at": "2018-08-29T05:12:22.000000", "volume_type": null}} 2018-08-29 05:12:26,631 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f used request id req-b7d8622b-c988-4fc3-8edf-5427c2d3fce1 2018-08-29 05:12:26,634 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:27,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:26 GMT Server: Apache x-compute-request-id: req-9eb4c28d-b7f4-495d-9127-620bb5cb9a70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9eb4c28d-b7f4-495d-9127-620bb5cb9a70 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:23.000000", "replication_status": null, "snapshot_id": null, "id": "f3b9382c-4112-40f2-bf7d-99a08756726f", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "bootable": "false", "created_at": "2018-08-29T05:12:22.000000", "volume_type": null}]} 2018-08-29 05:12:27,387 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/detail used request id req-9eb4c28d-b7f4-495d-9127-620bb5cb9a70 2018-08-29 05:12:27,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:12:27,396 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:12: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:12:27,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:27,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29bad4c-f6d6-49c7-a2d9-07516de6c574 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:12:27,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-b29bad4c-f6d6-49c7-a2d9-07516de6c574 2018-08-29 05:12:27,498 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-a561bef2-e634-4f92-aa2f-e44d0b3524e5 2018-08-29 05:12:27,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:27,733 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-07597e24-d2d7-4c7b-9ce1-edc094f7a2f1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:27,733 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f used request id req-07597e24-d2d7-4c7b-9ce1-edc094f7a2f1 2018-08-29 05:12:27,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:27,938 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:27 GMT Server: Apache x-compute-request-id: req-f79df3c4-9d90-4812-83a5-6e56cc874836 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f79df3c4-9d90-4812-83a5-6e56cc874836 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-08-29T05:12:27.000000", "replication_status": null, "snapshot_id": null, "id": "f3b9382c-4112-40f2-bf7d-99a08756726f", "size": 1, "user_id": "5c13b98ea2d2405f88dc2cc899f69588", "os-vol-tenant-attr:tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "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-a561bef2-e634-4f92-aa2f-e44d0b3524e5", "bootable": "false", "created_at": "2018-08-29T05:12:22.000000", "volume_type": null}} 2018-08-29 05:12:27,939 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f used request id req-f79df3c4-9d90-4812-83a5-6e56cc874836 2018-08-29 05:12:30,945 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e7de914-63f7-43da-898b-8f28c0e15f96" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d640ab927bc2240a26be450d3f3fb4948a614e" 2018-08-29 05:12:30,982 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0f10054e-9c86-4b62-885e-11bb0dd87e64 x-openstack-request-id: req-0f10054e-9c86-4b62-885e-11bb0dd87e64 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f3b9382c-4112-40f2-bf7d-99a08756726f could not be found.", "code": 404}} 2018-08-29 05:12:30,982 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/volumes/f3b9382c-4112-40f2-bf7d-99a08756726f used request id req-0f10054e-9c86-4b62-885e-11bb0dd87e64 2018-08-29 05:12:30,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:31,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Eili0O7JTGmO0I5giL59mA"], "issued_at": "2018-08-29T05:12:31.000000Z"}} 2018-08-29 05:12:31,451 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-b661529a-6dd0-41cb-b4de-e842e91d3ce9", "description": null}}' 2018-08-29 05:12:31,665 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:31 GMT Server: Apache x-compute-request-id: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b661529a-6dd0-41cb-b4de-e842e91d3ce9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0be2832-bd96-4f19-92f1-99959648fdf7", "description": null}} 2018-08-29 05:12:31,665 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-4cc85872-9ea9-4b2b-a65e-cd753032d19e 2018-08-29 05:12:31,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" 2018-08-29 05:12:31,861 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:31 GMT Server: Apache x-compute-request-id: req-c7846c67-0cf5-4a1f-beec-99f1237e870f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7846c67-0cf5-4a1f-beec-99f1237e870f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-b661529a-6dd0-41cb-b4de-e842e91d3ce9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0be2832-bd96-4f19-92f1-99959648fdf7", "description": null}]} 2018-08-29 05:12:31,861 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types?is_public=None used request id req-c7846c67-0cf5-4a1f-beec-99f1237e870f 2018-08-29 05:12:31,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" 2018-08-29 05:12:32,052 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:31 GMT Server: Apache x-compute-request-id: req-cebdb64f-cb4e-4e30-bb58-31ff1786c323 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cebdb64f-cb4e-4e30-bb58-31ff1786c323 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-b661529a-6dd0-41cb-b4de-e842e91d3ce9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b0be2832-bd96-4f19-92f1-99959648fdf7", "description": null}} 2018-08-29 05:12:32,053 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 used request id req-cebdb64f-cb4e-4e30-bb58-31ff1786c323 2018-08-29 05:12:32,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" 2018-08-29 05:12:32,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:32 GMT Server: Apache x-compute-request-id: req-b86ddb89-1c46-4f4c-84c1-f244e27a6d82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b86ddb89-1c46-4f4c-84c1-f244e27a6d82 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-29 05:12:32,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7/encryption used request id req-b86ddb89-1c46-4f4c-84c1-f244e27a6d82 2018-08-29 05:12:32,220 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-b661529a-6dd0-41cb-b4de-e842e91d3ce9 2018-08-29 05:12:32,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" 2018-08-29 05:12:32,433 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8a1ed26-66b7-4054-974d-34a010946383 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:32,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 used request id req-f8a1ed26-66b7-4054-974d-34a010946383 2018-08-29 05:12:32,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" 2018-08-29 05:12:32,606 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fe8234ad-9750-4934-8a4f-bb04fee500f0 x-openstack-request-id: req-fe8234ad-9750-4934-8a4f-bb04fee500f0 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type b0be2832-bd96-4f19-92f1-99959648fdf7 could not be found.", "code": 404}} 2018-08-29 05:12:32,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 used request id req-fe8234ad-9750-4934-8a4f-bb04fee500f0 2018-08-29 05:12:32,607 - cinder_utils - INFO - Volume with ID [b0be2832-bd96-4f19-92f1-99959648fdf7] does not exist 2018-08-29 05:12:32,607 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-b661529a-6dd0-41cb-b4de-e842e91d3ce9 2018-08-29 05:12:32,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4cc85872-9ea9-4b2b-a65e-cd753032d19e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0ee7f78a077e990a8aaee6544f8d7e22fea634b" 2018-08-29 05:12:33,336 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-14a042a3-1159-46ac-bbb8-de240955f0c8 x-openstack-request-id: req-14a042a3-1159-46ac-bbb8-de240955f0c8 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type b0be2832-bd96-4f19-92f1-99959648fdf7 could not be found.", "code": 404}} 2018-08-29 05:12:33,336 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/b0be2832-bd96-4f19-92f1-99959648fdf7 used request id req-14a042a3-1159-46ac-bbb8-de240955f0c8 2018-08-29 05:12:33,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:33,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["qb-WLJ_fTS6YGlIyznhL2A"], "issued_at": "2018-08-29T05:12:33.000000Z"}} 2018-08-29 05:12:33,726 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe", "description": null}}' 2018-08-29 05:12:34,047 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:33 GMT Server: Apache x-compute-request-id: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "797a8272-b738-4261-995d-65dd3d5046dc", "description": null}} 2018-08-29 05:12:34,047 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d 2018-08-29 05:12:34,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:34,217 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache x-compute-request-id: req-4d7db39d-5077-4f1f-9b2a-51c08bd34a1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d7db39d-5077-4f1f-9b2a-51c08bd34a1e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "797a8272-b738-4261-995d-65dd3d5046dc", "description": null}]} 2018-08-29 05:12:34,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types?is_public=None used request id req-4d7db39d-5077-4f1f-9b2a-51c08bd34a1e 2018-08-29 05:12:34,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:34,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache x-compute-request-id: req-bb72fe1f-c7f6-4041-9c9a-02f8402c7439 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bb72fe1f-c7f6-4041-9c9a-02f8402c7439 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "797a8272-b738-4261-995d-65dd3d5046dc", "description": null}} 2018-08-29 05:12:34,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc used request id req-bb72fe1f-c7f6-4041-9c9a-02f8402c7439 2018-08-29 05:12:34,406 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:34,590 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache x-compute-request-id: req-7deb816d-6423-494e-9b9e-5efd7d78a330 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7deb816d-6423-494e-9b9e-5efd7d78a330 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-29 05:12:34,590 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc/encryption used request id req-7deb816d-6423-494e-9b9e-5efd7d78a330 2018-08-29 05:12:34,593 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:34,615 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache x-compute-request-id: req-e51f6b00-a86d-48db-b433-182674b87764 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e51f6b00-a86d-48db-b433-182674b87764 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "797a8272-b738-4261-995d-65dd3d5046dc", "description": null}} 2018-08-29 05:12:34,615 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc used request id req-e51f6b00-a86d-48db-b433-182674b87764 2018-08-29 05:12:34,618 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:34,780 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache x-compute-request-id: req-e7a9fb55-079c-44f7-8bad-fc5f86ae0f70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7a9fb55-079c-44f7-8bad-fc5f86ae0f70 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "797a8272-b738-4261-995d-65dd3d5046dc", "description": null}} 2018-08-29 05:12:34,780 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc used request id req-e7a9fb55-079c-44f7-8bad-fc5f86ae0f70 2018-08-29 05:12:34,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:34,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache x-compute-request-id: req-2fd9d531-5c20-4ab8-8fef-59609dbb4a46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2fd9d531-5c20-4ab8-8fef-59609dbb4a46 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-29 05:12:34,961 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc/encryption used request id req-2fd9d531-5c20-4ab8-8fef-59609dbb4a46 2018-08-29 05:12:34,962 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-9446be28-3d1b-4bcc-9946-d2aff2ff55fe 2018-08-29 05:12:34,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4138e20d-6ea0-47ec-860d-8a4736fbbf6d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1a0eefb120f6da9e0bff242aa424c0bcefaea9a" 2018-08-29 05:12:35,194 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c3a3a9de-a851-4916-8d8c-eae906b6711c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:35,194 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/797a8272-b738-4261-995d-65dd3d5046dc used request id req-c3a3a9de-a851-4916-8d8c-eae906b6711c 2018-08-29 05:12:35,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:35,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["KwzDK7ieQ5m2yv8MoFG5jQ"], "issued_at": "2018-08-29T05:12:35.000000Z"}} 2018-08-29 05:12:35,583 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab07e83141fade9411ea4c18c091124e2774b82f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-91acd500-265e-44ed-961e-e0dfde1f4681-type", "description": null}}' 2018-08-29 05:12:35,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:35 GMT Server: Apache x-compute-request-id: req-ee42106e-b044-449b-8336-e356dd119a7f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee42106e-b044-449b-8336-e356dd119a7f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-91acd500-265e-44ed-961e-e0dfde1f4681-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "760c1161-d9bb-43bc-8b5f-64e6f2259a4e", "description": null}} 2018-08-29 05:12:35,792 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-ee42106e-b044-449b-8336-e356dd119a7f 2018-08-29 05:12:35,795 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/760c1161-d9bb-43bc-8b5f-64e6f2259a4e/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ee42106e-b044-449b-8336-e356dd119a7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab07e83141fade9411ea4c18c091124e2774b82f" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-91acd500-265e-44ed-961e-e0dfde1f4681", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-08-29 05:12:35,988 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 29 Aug 2018 05:12:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c8dffbcd-b69c-4c5a-b119-affd0e89904c x-openstack-request-id: req-c8dffbcd-b69c-4c5a-b119-affd0e89904c Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-08-29 05:12:35,988 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/760c1161-d9bb-43bc-8b5f-64e6f2259a4e/encryption used request id req-c8dffbcd-b69c-4c5a-b119-affd0e89904c 2018-08-29 05:12:35,989 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-91acd500-265e-44ed-961e-e0dfde1f4681-type 2018-08-29 05:12:35,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/760c1161-d9bb-43bc-8b5f-64e6f2259a4e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee42106e-b044-449b-8336-e356dd119a7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab07e83141fade9411ea4c18c091124e2774b82f" 2018-08-29 05:12:36,184 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b4605eec-3da6-4184-a7af-d5d3bc4ed820 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:36,184 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/760c1161-d9bb-43bc-8b5f-64e6f2259a4e used request id req-b4605eec-3da6-4184-a7af-d5d3bc4ed820 2018-08-29 05:12:36,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:36,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["HRkLk5-tRQy1_W-apGT3Zg"], "issued_at": "2018-08-29T05:12:36.000000Z"}} 2018-08-29 05:12:36,575 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type", "description": null}}' 2018-08-29 05:12:37,338 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:36 GMT Server: Apache x-compute-request-id: req-823ea5b1-8706-4c32-92d4-abda92b9db81 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-823ea5b1-8706-4c32-92d4-abda92b9db81 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "description": null}} 2018-08-29 05:12:37,339 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-823ea5b1-8706-4c32-92d4-abda92b9db81 2018-08-29 05:12:37,342 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf", "provider": "LuksEncryptor"}}' 2018-08-29 05:12:37,650 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:37 GMT Server: Apache x-compute-request-id: req-da4fb33c-2284-4532-8696-49d144c79d23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da4fb33c-2284-4532-8696-49d144c79d23 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf", "control_location": "back-end", "encryption_id": "4fdf79ce-1047-47b3-94ac-6ebb17453252", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-08-29 05:12:37,651 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption used request id req-da4fb33c-2284-4532-8696-49d144c79d23 2018-08-29 05:12:37,654 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:37,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:37 GMT Server: Apache x-compute-request-id: req-df04ba8f-fad9-4124-a392-2b4c0b22e9eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df04ba8f-fad9-4124-a392-2b4c0b22e9eb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "description": null}} 2018-08-29 05:12:37,829 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 used request id req-df04ba8f-fad9-4124-a392-2b4c0b22e9eb 2018-08-29 05:12:37,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,003 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:37 GMT Server: Apache x-compute-request-id: req-f15b6a9a-b617-4d2d-84be-7b6d9c491d09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f15b6a9a-b617-4d2d-84be-7b6d9c491d09 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "control_location": "back-end", "deleted": false, "created_at": "2018-08-29T05:12:37.000000", "updated_at": null, "encryption_id": "4fdf79ce-1047-47b3-94ac-6ebb17453252", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-08-29 05:12:38,004 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption used request id req-f15b6a9a-b617-4d2d-84be-7b6d9c491d09 2018-08-29 05:12:38,004 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type 2018-08-29 05:12:38,006 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,175 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:37 GMT Server: Apache x-compute-request-id: req-36705d9f-6707-4c84-a086-3dd52e905038 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36705d9f-6707-4c84-a086-3dd52e905038 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "description": null}} 2018-08-29 05:12:38,175 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 used request id req-36705d9f-6707-4c84-a086-3dd52e905038 2018-08-29 05:12:38,178 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,379 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9cc90c5b-55fd-4920-ba4a-eb6701f5be73 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:38,379 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption/provider used request id req-9cc90c5b-55fd-4920-ba4a-eb6701f5be73 2018-08-29 05:12:38,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,550 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:38 GMT Server: Apache x-compute-request-id: req-7cd52969-5aea-4bc1-891a-8720d7da01fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7cd52969-5aea-4bc1-891a-8720d7da01fb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "description": null}} 2018-08-29 05:12:38,550 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 used request id req-7cd52969-5aea-4bc1-891a-8720d7da01fb 2018-08-29 05:12:38,553 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,720 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:38 GMT Server: Apache x-compute-request-id: req-04b23bcb-a78e-441a-9be1-84e8da5cc419 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04b23bcb-a78e-441a-9be1-84e8da5cc419 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-08-29 05:12:38,720 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption used request id req-04b23bcb-a78e-441a-9be1-84e8da5cc419 2018-08-29 05:12:38,721 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type 2018-08-29 05:12:38,723 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,906 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:38 GMT Server: Apache x-compute-request-id: req-2f674199-4676-4633-b50b-edaf55710756 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f674199-4676-4633-b50b-edaf55710756 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9", "description": null}} 2018-08-29 05:12:38,907 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 used request id req-2f674199-4676-4633-b50b-edaf55710756 2018-08-29 05:12:38,909 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:38,940 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-513d1258-c814-4fec-a7b0-d5c719c888f1 x-openstack-request-id: req-513d1258-c814-4fec-a7b0-d5c719c888f1 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 does not exist.", "code": 404}} 2018-08-29 05:12:38,940 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9/encryption/provider used request id req-513d1258-c814-4fec-a7b0-d5c719c888f1 2018-08-29 05:12:38,940 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-55979c20-5db1-4f73-9907-9c76069f0edf-type 2018-08-29 05:12:38,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-823ea5b1-8706-4c32-92d4-abda92b9db81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd162e4b0772715a2a0b8f1d8558b304e0179696" 2018-08-29 05:12:39,153 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7c7db645-14c8-4a23-88e4-b1cc2a3f7a1e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:39,153 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/bb5c35a2-2b14-4d25-88f6-e5be2cca1ca9 used request id req-7c7db645-14c8-4a23-88e4-b1cc2a3f7a1e 2018-08-29 05:12:39,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:39,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Bp_621LXTgmP911h_kNA6w"], "issued_at": "2018-08-29T05:12:39.000000Z"}} 2018-08-29 05:12:39,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7-type", "description": null}}' 2018-08-29 05:12:39,752 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:39 GMT Server: Apache x-compute-request-id: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "16c50470-c43f-4d4e-9350-ce0042b66b86", "description": null}} 2018-08-29 05:12:39,753 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1 2018-08-29 05:12:39,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7", "provider": "foo"}}' 2018-08-29 05:12:39,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:39 GMT Server: Apache x-compute-request-id: req-2c9fd4f0-66eb-470a-9c44-6e15c13cc3ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c9fd4f0-66eb-470a-9c44-6e15c13cc3ae Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "16c50470-c43f-4d4e-9350-ce0042b66b86", "name": "CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7", "control_location": "front-end", "encryption_id": "42105515-c0b0-480a-8c63-68ef4c1c3cd3", "provider": "foo", "provider_class": "foo"}} 2018-08-29 05:12:39,963 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86/encryption used request id req-2c9fd4f0-66eb-470a-9c44-6e15c13cc3ae 2018-08-29 05:12:39,966 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" 2018-08-29 05:12:40,139 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:39 GMT Server: Apache x-compute-request-id: req-69a4fc04-b2c3-4798-ab14-0c78d69ce909 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69a4fc04-b2c3-4798-ab14-0c78d69ce909 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "16c50470-c43f-4d4e-9350-ce0042b66b86", "description": null}} 2018-08-29 05:12:40,139 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86 used request id req-69a4fc04-b2c3-4798-ab14-0c78d69ce909 2018-08-29 05:12:40,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" 2018-08-29 05:12:40,306 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:40 GMT Server: Apache x-compute-request-id: req-a2adf387-a47c-49e4-bcb9-260db5a03a4a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2adf387-a47c-49e4-bcb9-260db5a03a4a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "16c50470-c43f-4d4e-9350-ce0042b66b86", "control_location": "front-end", "deleted": false, "created_at": "2018-08-29T05:12:39.000000", "updated_at": null, "encryption_id": "42105515-c0b0-480a-8c63-68ef4c1c3cd3", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-08-29 05:12:40,306 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86/encryption used request id req-a2adf387-a47c-49e4-bcb9-260db5a03a4a 2018-08-29 05:12:40,307 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7-type 2018-08-29 05:12:40,309 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" 2018-08-29 05:12:40,484 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:40 GMT Server: Apache x-compute-request-id: req-47f36049-e38e-4e97-8a3d-80e124773d8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47f36049-e38e-4e97-8a3d-80e124773d8d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "16c50470-c43f-4d4e-9350-ce0042b66b86", "description": null}} 2018-08-29 05:12:40,484 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86 used request id req-47f36049-e38e-4e97-8a3d-80e124773d8d 2018-08-29 05:12:40,487 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" 2018-08-29 05:12:40,684 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8889713e-35bf-4998-b632-d7aa5d4220d5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:40,684 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86/encryption/provider used request id req-8889713e-35bf-4998-b632-d7aa5d4220d5 2018-08-29 05:12:40,685 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-fa99179d-c1d9-44a6-a2b0-9fa79e6758d7-type 2018-08-29 05:12:40,687 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-12a02c3f-2dcc-4ab7-8af0-fc9f28d651a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0eff59764e931943507b72dcef4d150f408d3b3" 2018-08-29 05:12:40,878 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-baf23bcf-c2fa-4f45-b60a-513cb1d8aa02 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:40,878 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/16c50470-c43f-4d4e-9350-ce0042b66b86 used request id req-baf23bcf-c2fa-4f45-b60a-513cb1d8aa02 2018-08-29 05:12:40,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:41,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["02bgtgOZQBK1T2yWONj9MA"], "issued_at": "2018-08-29T05:12:41.000000Z"}} 2018-08-29 05:12:41,268 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703-type", "description": null}}' 2018-08-29 05:12:41,477 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:41 GMT Server: Apache x-compute-request-id: req-18ff93bd-9754-4311-8fb5-89b7f4abd936 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18ff93bd-9754-4311-8fb5-89b7f4abd936 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0ade01f1-06d9-4087-9b8b-5cd190c0551c", "description": null}} 2018-08-29 05:12:41,477 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-18ff93bd-9754-4311-8fb5-89b7f4abd936 2018-08-29 05:12:41,480 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-18ff93bd-9754-4311-8fb5-89b7f4abd936" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-08-29 05:12:41,695 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:41 GMT Server: Apache x-compute-request-id: req-c0d0c6cf-50fa-4e9b-998c-ad50ffe9b98d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0d0c6cf-50fa-4e9b-998c-ad50ffe9b98d Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "0ade01f1-06d9-4087-9b8b-5cd190c0551c", "name": "CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703", "control_location": "back-end", "encryption_id": "87dc2162-c9f1-4a7b-9c1d-2109cafdcf0c", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-08-29 05:12:41,696 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c/encryption used request id req-c0d0c6cf-50fa-4e9b-998c-ad50ffe9b98d 2018-08-29 05:12:41,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-18ff93bd-9754-4311-8fb5-89b7f4abd936" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" 2018-08-29 05:12:41,853 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:41 GMT Server: Apache x-compute-request-id: req-7b72ac32-77bc-4160-a532-782fa82dabda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b72ac32-77bc-4160-a532-782fa82dabda Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0ade01f1-06d9-4087-9b8b-5cd190c0551c", "description": null}} 2018-08-29 05:12:41,854 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c used request id req-7b72ac32-77bc-4160-a532-782fa82dabda 2018-08-29 05:12:41,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-18ff93bd-9754-4311-8fb5-89b7f4abd936" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" 2018-08-29 05:12:42,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:41 GMT Server: Apache x-compute-request-id: req-4cf4aecf-988f-47f3-9a23-9717b8c7b67a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4cf4aecf-988f-47f3-9a23-9717b8c7b67a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"volume_type_id": "0ade01f1-06d9-4087-9b8b-5cd190c0551c", "control_location": "back-end", "deleted": false, "created_at": "2018-08-29T05:12:41.000000", "updated_at": null, "encryption_id": "87dc2162-c9f1-4a7b-9c1d-2109cafdcf0c", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-08-29 05:12:42,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c/encryption used request id req-4cf4aecf-988f-47f3-9a23-9717b8c7b67a 2018-08-29 05:12:42,563 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703-type 2018-08-29 05:12:42,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-18ff93bd-9754-4311-8fb5-89b7f4abd936" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" 2018-08-29 05:12:42,731 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:42 GMT Server: Apache x-compute-request-id: req-07a4cc5e-8fba-43e1-bd47-113e9e4a1f20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-07a4cc5e-8fba-43e1-bd47-113e9e4a1f20 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0ade01f1-06d9-4087-9b8b-5cd190c0551c", "description": null}} 2018-08-29 05:12:42,732 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c used request id req-07a4cc5e-8fba-43e1-bd47-113e9e4a1f20 2018-08-29 05:12:42,735 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-18ff93bd-9754-4311-8fb5-89b7f4abd936" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" 2018-08-29 05:12:42,948 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c4a49f7-1a6c-4c14-b255-c4f7f0375ddf Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:42,948 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c/encryption/provider used request id req-4c4a49f7-1a6c-4c14-b255-c4f7f0375ddf 2018-08-29 05:12:42,948 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-4863e8eb-c711-4f18-8478-2d9180af7703-type 2018-08-29 05:12:42,951 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-18ff93bd-9754-4311-8fb5-89b7f4abd936" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a065b2e5077286e414e9b4cf66787e66aeb04de0" 2018-08-29 05:12:43,166 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f14f0b83-e0ef-46f8-8646-10df52c9b8b4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:43,166 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/0ade01f1-06d9-4087-9b8b-5cd190c0551c used request id req-f14f0b83-e0ef-46f8-8646-10df52c9b8b4 2018-08-29 05:12:43,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:43,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Y2D6qfCBTl-uilfjlwmDkQ"], "issued_at": "2018-08-29T05:12:43.000000Z"}} 2018-08-29 05:12:43,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363-qos"}}' 2018-08-29 05:12:43,747 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:43 GMT Server: Apache x-compute-request-id: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "720ebb9b-6561-4050-9f2e-ab0071cbcfe6", "name": "CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363-qos"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/720ebb9b-6561-4050-9f2e-ab0071cbcfe6", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/720ebb9b-6561-4050-9f2e-ab0071cbcfe6", "rel": "bookmark"}]} 2018-08-29 05:12:43,747 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd 2018-08-29 05:12:43,751 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363", "description": null}}' 2018-08-29 05:12:43,964 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:43 GMT Server: Apache x-compute-request-id: req-b57f808b-5cb7-497b-bb49-aef83bdd8c78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b57f808b-5cb7-497b-bb49-aef83bdd8c78 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45", "description": null}} 2018-08-29 05:12:43,964 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-b57f808b-5cb7-497b-bb49-aef83bdd8c78 2018-08-29 05:12:43,967 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-08-29 05:12:44,177 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:43 GMT Server: Apache x-compute-request-id: req-a561e0da-c70a-4cf1-bf49-453830a1ffa3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a561e0da-c70a-4cf1-bf49-453830a1ffa3 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45", "name": "foo", "control_location": "back-end", "encryption_id": "c064a49c-7bb9-4d0b-92f8-e40b42597b6c", "provider": "bar", "provider_class": "bar"}} 2018-08-29 05:12:44,177 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45/encryption used request id req-a561e0da-c70a-4cf1-bf49-453830a1ffa3 2018-08-29 05:12:44,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" 2018-08-29 05:12:44,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:44 GMT Server: Apache x-compute-request-id: req-245e17d3-d42e-459e-b9cd-08f5698484df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-245e17d3-d42e-459e-b9cd-08f5698484df Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45", "description": null}} 2018-08-29 05:12:44,341 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45 used request id req-245e17d3-d42e-459e-b9cd-08f5698484df 2018-08-29 05:12:44,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" 2018-08-29 05:12:44,531 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:44 GMT Server: Apache x-compute-request-id: req-7e5dbc17-e615-4466-9c59-aa73fa3896a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e5dbc17-e615-4466-9c59-aa73fa3896a9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45", "control_location": "back-end", "deleted": false, "created_at": "2018-08-29T05:12:44.000000", "updated_at": null, "encryption_id": "c064a49c-7bb9-4d0b-92f8-e40b42597b6c", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-08-29 05:12:44,531 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45/encryption used request id req-7e5dbc17-e615-4466-9c59-aa73fa3896a9 2018-08-29 05:12:44,532 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363 2018-08-29 05:12:44,534 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" 2018-08-29 05:12:44,705 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:44 GMT Server: Apache x-compute-request-id: req-34efc2d2-a8db-4b1e-897d-fdcf4c57c8c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34efc2d2-a8db-4b1e-897d-fdcf4c57c8c8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45", "description": null}} 2018-08-29 05:12:44,705 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45 used request id req-34efc2d2-a8db-4b1e-897d-fdcf4c57c8c8 2018-08-29 05:12:44,708 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" 2018-08-29 05:12:45,433 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ccd2f6c9-b15b-4b20-a7e8-7a5037e5f888 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:45,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45/encryption/provider used request id req-ccd2f6c9-b15b-4b20-a7e8-7a5037e5f888 2018-08-29 05:12:45,433 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363 2018-08-29 05:12:45,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" 2018-08-29 05:12:45,632 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-778d8765-a8a0-4c49-9166-8893376b2df1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:45,632 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/6b7d7ea9-ccc1-4a70-8ae6-64b728d56f45 used request id req-778d8765-a8a0-4c49-9166-8893376b2df1 2018-08-29 05:12:45,633 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-6185edd8-e4cf-4f90-872b-d679d6d36363-qos 2018-08-29 05:12:45,636 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/720ebb9b-6561-4050-9f2e-ab0071cbcfe6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d30dd380-4cb5-45f1-bfe0-03bb9644aadd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e164135ddee6150fe076dec44bf38f96fa5043d1" 2018-08-29 05:12:45,843 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0d1f7420-9648-4ec8-bdb8-00ff4a3c933e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:45,843 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/720ebb9b-6561-4050-9f2e-ab0071cbcfe6?force=False used request id req-0d1f7420-9648-4ec8-bdb8-00ff4a3c933e 2018-08-29 05:12:45,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:46,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["2XTmu-YvSD6-_GyDmUeAYA"], "issued_at": "2018-08-29T05:12:46.000000Z"}} 2018-08-29 05:12:46,245 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f6fcefb00d265e0ca4a0122c227d53a98c9cef" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b-qos"}}' 2018-08-29 05:12:46,436 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:46 GMT Server: Apache x-compute-request-id: req-30b2a2d0-ea31-4b98-930e-1def03aaca01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-30b2a2d0-ea31-4b98-930e-1def03aaca01 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "3c7ad941-5cc8-4b14-8e0c-7cabafc01d8f", "name": "CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b-qos"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/3c7ad941-5cc8-4b14-8e0c-7cabafc01d8f", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/3c7ad941-5cc8-4b14-8e0c-7cabafc01d8f", "rel": "bookmark"}]} 2018-08-29 05:12:46,436 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-30b2a2d0-ea31-4b98-930e-1def03aaca01 2018-08-29 05:12:46,440 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-30b2a2d0-ea31-4b98-930e-1def03aaca01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f6fcefb00d265e0ca4a0122c227d53a98c9cef" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b", "description": null}}' 2018-08-29 05:12:46,645 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:46 GMT Server: Apache x-compute-request-id: req-a9a6c161-ae2a-4339-bf2c-ddfa26105dba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9a6c161-ae2a-4339-bf2c-ddfa26105dba Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1d15e389-09fc-4a9e-b308-2d4d69d07b20", "description": null}} 2018-08-29 05:12:46,645 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-a9a6c161-ae2a-4339-bf2c-ddfa26105dba 2018-08-29 05:12:46,648 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30b2a2d0-ea31-4b98-930e-1def03aaca01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f6fcefb00d265e0ca4a0122c227d53a98c9cef" 2018-08-29 05:12:46,831 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:46 GMT Server: Apache x-compute-request-id: req-3085fd73-9a95-4f35-bdbd-d3bf47297dad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3085fd73-9a95-4f35-bdbd-d3bf47297dad Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "3c7ad941-5cc8-4b14-8e0c-7cabafc01d8f", "name": "CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b-qos"}]} 2018-08-29 05:12:46,832 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-3085fd73-9a95-4f35-bdbd-d3bf47297dad 2018-08-29 05:12:46,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/None/associate?vol_type_id=1d15e389-09fc-4a9e-b308-2d4d69d07b20 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30b2a2d0-ea31-4b98-930e-1def03aaca01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f6fcefb00d265e0ca4a0122c227d53a98c9cef" 2018-08-29 05:12:47,088 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:12:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a35dc272-6aa8-4421-96f1-7061d74c2d75 x-openstack-request-id: req-a35dc272-6aa8-4421-96f1-7061d74c2d75 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-08-29 05:12:47,089 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/None/associate?vol_type_id=1d15e389-09fc-4a9e-b308-2d4d69d07b20 used request id req-a35dc272-6aa8-4421-96f1-7061d74c2d75 2018-08-29 05:12:47,089 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-a35dc272-6aa8-4421-96f1-7061d74c2d75) 2018-08-29 05:12:47,089 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b 2018-08-29 05:12:47,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/1d15e389-09fc-4a9e-b308-2d4d69d07b20 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30b2a2d0-ea31-4b98-930e-1def03aaca01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f6fcefb00d265e0ca4a0122c227d53a98c9cef" 2018-08-29 05:12:47,286 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9b325290-f38f-4237-997f-a2d217980afa Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:47,286 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/1d15e389-09fc-4a9e-b308-2d4d69d07b20 used request id req-9b325290-f38f-4237-997f-a2d217980afa 2018-08-29 05:12:47,286 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-51190c9a-6c1f-4fa9-a201-eff30431631b-qos 2018-08-29 05:12:47,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/3c7ad941-5cc8-4b14-8e0c-7cabafc01d8f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-30b2a2d0-ea31-4b98-930e-1def03aaca01" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f6fcefb00d265e0ca4a0122c227d53a98c9cef" 2018-08-29 05:12:47,483 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b9c24b5d-32a9-433c-9ea0-5ae8d9ac6e69 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:47,484 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/3c7ad941-5cc8-4b14-8e0c-7cabafc01d8f?force=False used request id req-b9c24b5d-32a9-433c-9ea0-5ae8d9ac6e69 2018-08-29 05:12:47,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:47,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["Z7ICjg5TRyuHJA3kL6TcFg"], "issued_at": "2018-08-29T05:12:47.000000Z"}} 2018-08-29 05:12:47,877 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc92cee5b51cf88f49749880301dac9ff2319ba8" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a-qos"}}' 2018-08-29 05:12:48,071 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:47 GMT Server: Apache x-compute-request-id: req-e20c84b4-00f6-4f16-8171-2d1cb0029726 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e20c84b4-00f6-4f16-8171-2d1cb0029726 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "408fc4a1-e895-4553-b450-3baa3eecaefa", "name": "CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a-qos"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/408fc4a1-e895-4553-b450-3baa3eecaefa", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/408fc4a1-e895-4553-b450-3baa3eecaefa", "rel": "bookmark"}]} 2018-08-29 05:12:48,071 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-e20c84b4-00f6-4f16-8171-2d1cb0029726 2018-08-29 05:12:48,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e20c84b4-00f6-4f16-8171-2d1cb0029726" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc92cee5b51cf88f49749880301dac9ff2319ba8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a", "description": null}}' 2018-08-29 05:12:48,266 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:48 GMT Server: Apache x-compute-request-id: req-296f4520-d917-43ea-b0e7-393ed140b9eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-296f4520-d917-43ea-b0e7-393ed140b9eb Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3468f682-ab5a-452a-a3e5-b3a426e1c4d2", "description": null}} 2018-08-29 05:12:48,267 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-296f4520-d917-43ea-b0e7-393ed140b9eb 2018-08-29 05:12:48,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e20c84b4-00f6-4f16-8171-2d1cb0029726" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc92cee5b51cf88f49749880301dac9ff2319ba8" 2018-08-29 05:12:48,437 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:48 GMT Server: Apache x-compute-request-id: req-f3cad291-f637-4635-b8d2-dd9ac9f28cae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3cad291-f637-4635-b8d2-dd9ac9f28cae Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "408fc4a1-e895-4553-b450-3baa3eecaefa", "name": "CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a-qos"}]} 2018-08-29 05:12:48,437 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-f3cad291-f637-4635-b8d2-dd9ac9f28cae 2018-08-29 05:12:48,441 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/408fc4a1-e895-4553-b450-3baa3eecaefa/associate?vol_type_id=3468f682-ab5a-452a-a3e5-b3a426e1c4d2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e20c84b4-00f6-4f16-8171-2d1cb0029726" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc92cee5b51cf88f49749880301dac9ff2319ba8" 2018-08-29 05:12:48,658 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b23954e2-d0f8-48c4-85b1-2566bbbfae6e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:48,658 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/408fc4a1-e895-4553-b450-3baa3eecaefa/associate?vol_type_id=3468f682-ab5a-452a-a3e5-b3a426e1c4d2 used request id req-b23954e2-d0f8-48c4-85b1-2566bbbfae6e 2018-08-29 05:12:48,659 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a 2018-08-29 05:12:48,661 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/3468f682-ab5a-452a-a3e5-b3a426e1c4d2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e20c84b4-00f6-4f16-8171-2d1cb0029726" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc92cee5b51cf88f49749880301dac9ff2319ba8" 2018-08-29 05:12:48,856 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0cf48771-d459-4308-b013-764f652fea3e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:48,856 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/3468f682-ab5a-452a-a3e5-b3a426e1c4d2 used request id req-0cf48771-d459-4308-b013-764f652fea3e 2018-08-29 05:12:48,856 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-7bc0085a-d52e-4263-9ba1-f653839d798a-qos 2018-08-29 05:12:48,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/408fc4a1-e895-4553-b450-3baa3eecaefa?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e20c84b4-00f6-4f16-8171-2d1cb0029726" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc92cee5b51cf88f49749880301dac9ff2319ba8" 2018-08-29 05:12:49,081 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aeb3cd9c-cd3a-4993-bdf8-1152f6a64825 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:49,081 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/408fc4a1-e895-4553-b450-3baa3eecaefa?force=False used request id req-aeb3cd9c-cd3a-4993-bdf8-1152f6a64825 2018-08-29 05:12:49,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:49,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "c58afe2a4ac645c9a842fc6e32996d40", "name": "Member"}, {"id": "412e2525f4b44090a1eca5d05bce223d", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/c8c4e2c36ff640bd9e200515f4dcb394", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "id": "5c13b98ea2d2405f88dc2cc899f69588"}, "audit_ids": ["iY7WUGUGRD-CPGzsUrNUWA"], "issued_at": "2018-08-29T05:12:49.000000Z"}} 2018-08-29 05:12:49,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6-qos"}}' 2018-08-29 05:12:49,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:49 GMT Server: Apache x-compute-request-id: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "2d26b012-1f09-414f-95f7-d404a4998f88", "name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6-qos"}, "links": [{"href": "http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/2d26b012-1f09-414f-95f7-d404a4998f88", "rel": "self"}, {"href": "http://172.30.9.24:8776/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/2d26b012-1f09-414f-95f7-d404a4998f88", "rel": "bookmark"}]} 2018-08-29 05:12:49,663 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10 2018-08-29 05:12:49,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6", "description": null}}' 2018-08-29 05:12:49,859 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:49 GMT Server: Apache x-compute-request-id: req-6b2b51c5-d4eb-4399-bd31-2cb48bc81857 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b2b51c5-d4eb-4399-bd31-2cb48bc81857 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4", "description": null}} 2018-08-29 05:12:49,859 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types used request id req-6b2b51c5-d4eb-4399-bd31-2cb48bc81857 2018-08-29 05:12:49,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-08-29 05:12:50,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:49 GMT Server: Apache x-compute-request-id: req-4e3cf440-1584-4352-a6d3-32d033c3ed9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e3cf440-1584-4352-a6d3-32d033c3ed9d Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4", "name": "foo", "control_location": "back-end", "encryption_id": "502fea93-791f-47df-a8e5-d15d0a5a5adc", "provider": "bar", "provider_class": "bar"}} 2018-08-29 05:12:50,077 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4/encryption used request id req-4e3cf440-1584-4352-a6d3-32d033c3ed9d 2018-08-29 05:12:50,080 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:50,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:50 GMT Server: Apache x-compute-request-id: req-6063d6be-0321-4a18-b6a2-45cce1683175 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6063d6be-0321-4a18-b6a2-45cce1683175 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "2d26b012-1f09-414f-95f7-d404a4998f88", "name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6-qos"}]} 2018-08-29 05:12:50,256 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs used request id req-6063d6be-0321-4a18-b6a2-45cce1683175 2018-08-29 05:12:50,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/2d26b012-1f09-414f-95f7-d404a4998f88/associate?vol_type_id=a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:50,459 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5809808-20f0-4567-a8e1-a61526449383 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:50,459 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/2d26b012-1f09-414f-95f7-d404a4998f88/associate?vol_type_id=a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 used request id req-d5809808-20f0-4567-a8e1-a61526449383 2018-08-29 05:12:50,462 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:50,629 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:50 GMT Server: Apache x-compute-request-id: req-e9de2110-e5fc-432f-9bc4-bbb5349cfc17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9de2110-e5fc-432f-9bc4-bbb5349cfc17 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6", "qos_specs_id": "2d26b012-1f09-414f-95f7-d404a4998f88", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4", "description": null}} 2018-08-29 05:12:50,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 used request id req-e9de2110-e5fc-432f-9bc4-bbb5349cfc17 2018-08-29 05:12:50,633 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:50,802 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:50 GMT Server: Apache x-compute-request-id: req-8cc13baa-455d-4137-9620-3aaaa0569493 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8cc13baa-455d-4137-9620-3aaaa0569493 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4", "control_location": "back-end", "deleted": false, "created_at": "2018-08-29T05:12:50.000000", "updated_at": null, "encryption_id": "502fea93-791f-47df-a8e5-d15d0a5a5adc", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-08-29 05:12:50,802 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4/encryption used request id req-8cc13baa-455d-4137-9620-3aaaa0569493 2018-08-29 05:12:50,803 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6 2018-08-29 05:12:50,805 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:50,827 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:50 GMT Server: Apache x-compute-request-id: req-865fe9e8-4d45-4acf-acb5-fdec0b3e0af9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-865fe9e8-4d45-4acf-acb5-fdec0b3e0af9 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6", "qos_specs_id": "2d26b012-1f09-414f-95f7-d404a4998f88", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4", "description": null}} 2018-08-29 05:12:50,827 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 used request id req-865fe9e8-4d45-4acf-acb5-fdec0b3e0af9 2018-08-29 05:12:50,830 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:51,007 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ffc4d84c-4f33-4554-a9a4-c13b13c281c6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:51,008 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4/encryption/provider used request id req-ffc4d84c-4f33-4554-a9a4-c13b13c281c6 2018-08-29 05:12:51,008 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6 2018-08-29 05:12:51,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:51,064 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-32475c17-cac8-4c00-8698-a7957bbeb436 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:51,064 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/types/a2f702c9-9bb9-449c-aa70-cfb23ad6b5e4 used request id req-32475c17-cac8-4c00-8698-a7957bbeb436 2018-08-29 05:12:51,064 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e78e3279-5269-4aae-95ee-86e02718ffa6-qos 2018-08-29 05:12:51,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/2d26b012-1f09-414f-95f7-d404a4998f88?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3cb4ef08-3d1c-4ff9-96f8-c03e7fcafe10" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6197b0bcec257db47bf31e182ad03f9a0b14ac10" 2018-08-29 05:12:51,357 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d185e0d3-042f-498a-8ef7-407c331db852 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:12:51,357 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/c8c4e2c36ff640bd9e200515f4dcb394/qos-specs/2d26b012-1f09-414f-95f7-d404a4998f88?force=False used request id req-d185e0d3-042f-498a-8ef7-407c331db852 2018-08-29 05:12:51,359 - 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 738.426s OK 2018-08-29 05:12:51,493 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 05:12:51,494 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-29 05:12:51,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:51,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:51,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f28c0fe-bf26-4aa4-8f0a-a197d2199f7e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "412e2525f4b44090a1eca5d05bce223d", "links": {"self": "http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:51,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8f28c0fe-bf26-4aa4-8f0a-a197d2199f7e 2018-08-29 05:12:51,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791058540344s 2018-08-29 05:12:51,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:12:51,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:51,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d04fb923-d1f2-46a3-85ec-acbea162a324 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:51,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/412e2525f4b44090a1eca5d05bce223d used request id req-d04fb923-d1f2-46a3-85ec-acbea162a324 2018-08-29 05:12:51,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.183256149292s 2018-08-29 05:12:51,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:12:51,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:51,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30756914-554f-4bbf-9ac9-64fb1ba6da99 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d", "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "domain_id": "default", "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:12:51,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-30756914-554f-4bbf-9ac9-64fb1ba6da99 2018-08-29 05:12:51,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100919008255s 2018-08-29 05:12:51,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-30756914-554f-4bbf-9ac9-64fb1ba6da99 2018-08-29 05:12:51,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:12:51,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:51,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9295a78a-fdb0-4406-a483-c4e71ab17030 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588"}, "enabled": true, "id": "5c13b98ea2d2405f88dc2cc899f69588", "options": {}, "domain_id": "default", "name": "api_check-user_282ef310-1377-4dcf-a853-7bc3d816f68d"}} 2018-08-29 05:12:51,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 used request id req-9295a78a-fdb0-4406-a483-c4e71ab17030 2018-08-29 05:12:51,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888299942017s 2018-08-29 05:12:51,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 used request id req-9295a78a-fdb0-4406-a483-c4e71ab17030 2018-08-29 05:12:51,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-29 05:12:51,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:52,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-701bf010-5152-4a26-b5d2-304eca1c2c0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:52,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 used request id req-701bf010-5152-4a26-b5d2-304eca1c2c0b 2018-08-29 05:12:52,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.259712934494s 2018-08-29 05:12:52,221 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/5c13b98ea2d2405f88dc2cc899f69588 used request id req-701bf010-5152-4a26-b5d2-304eca1c2c0b 2018-08-29 05:12:52,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:12:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:52,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92adb08a-1664-4d60-b3a1-5a4cfb12aa52 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394"}, "enabled": true, "id": "c8c4e2c36ff640bd9e200515f4dcb394", "parent_id": "default", "domain_id": "default", "name": "api_check-project_282ef310-1377-4dcf-a853-7bc3d816f68d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:12:52,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-92adb08a-1664-4d60-b3a1-5a4cfb12aa52 2018-08-29 05:12:52,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.166491031647s 2018-08-29 05:12:52,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-92adb08a-1664-4d60-b3a1-5a4cfb12aa52 2018-08-29 05:12:52,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-29 05:12:52,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:52,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85369ea2-41f0-48fc-8d82-5c227708071a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:52,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-85369ea2-41f0-48fc-8d82-5c227708071a 2018-08-29 05:12:52,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.165948867798s 2018-08-29 05:12:52,557 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-85369ea2-41f0-48fc-8d82-5c227708071a 2018-08-29 05:12:52,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:52,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:52,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e954c710-3bb5-4521-85db-10d2302fe9f3 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "c58afe2a4ac645c9a842fc6e32996d40", "links": {"self": "http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40"}, "name": "Member"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:52,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e954c710-3bb5-4521-85db-10d2302fe9f3 2018-08-29 05:12:52,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825898647308s 2018-08-29 05:12:52,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:12:52,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4dc1782c7b7866efa942f297fa26a261be18828" 2018-08-29 05:12:52,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df45a351-5ff6-4147-b47c-c395ad29892c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:52,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/c58afe2a4ac645c9a842fc6e32996d40 used request id req-df45a351-5ff6-4147-b47c-c395ad29892c 2018-08-29 05:12:52,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116055011749s 2018-08-29 05:12:52,778 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-29 05:12:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:12:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:12:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:12:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:12:52,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:12:52,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:12:52,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:12:52,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-08-29 05:12:52,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:12:52,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae40db9b-2952-4acd-88d9-a308a189eda7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:12:52,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ae40db9b-2952-4acd-88d9-a308a189eda7 2018-08-29 05:12:52,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:53,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:12:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["AJTaK3yrRpCrWQ1aZspJSg"], "issued_at": "2018-08-29T05:12:53.000000Z"}} 2018-08-29 05:12:53,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:53,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:12: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:12:53,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:53,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7fc4b95-e33d-4861-8ec4-d03395c4bfcd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/3e0ca93d57fd4bc085ad22d5c98fa54c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3e0ca93d57fd4bc085ad22d5c98fa54c"}, {"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-29 05:12:53,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-d7fc4b95-e33d-4861-8ec4-d03395c4bfcd 2018-08-29 05:12:53,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.485612869263s 2018-08-29 05:12:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-29 05:12:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}}' 2018-08-29 05:12:53,387 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-822aeea9-c9b1-4d8b-bd07-aeea18e10136 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.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91"}, "enabled": true, "id": "4502eceebff94fd799e86a5a03c38e91", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}} 2018-08-29 05:12:53,387 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-822aeea9-c9b1-4d8b-bd07-aeea18e10136 2018-08-29 05:12:53,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0994000434875s 2018-08-29 05:12:53,387 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-822aeea9-c9b1-4d8b-bd07-aeea18e10136 2018-08-29 05:12:53,388 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546', 'id': u'4502eceebff94fd799e86a5a03c38e91', '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-08-29 05:12:53,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-08-29 05:12:53,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.417279005051s 2018-08-29 05:12:53,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:53,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cebba7b8-d482-4698-bccb-e46111a06ea1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546"}} 2018-08-29 05:12:53,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 used request id req-cebba7b8-d482-4698-bccb-e46111a06ea1 2018-08-29 05:12:53,896 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0dad74562b6c4eb18d0a8f8eb1cf5af9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546'}) 2018-08-29 05:12:53,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:53,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:53,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bfb4cd7-f235-4110-be18-c08687343fd9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:53,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-7bfb4cd7-f235-4110-be18-c08687343fd9 2018-08-29 05:12:53,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788059234619s 2018-08-29 05:12:53,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:53,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c19c2e01-1c61-4fbd-9794-10cc9bfa6966 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:54,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-c19c2e01-1c61-4fbd-9794-10cc9bfa6966 2018-08-29 05:12:54,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783059597015s 2018-08-29 05:12:54,056 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 05:12:54,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:12:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" -d '{"role": {"name": "Member"}}' 2018-08-29 05:12:54,147 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6afda4f-94ea-47fe-962f-b03e8948de77 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}} 2018-08-29 05:12:54,148 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-b6afda4f-94ea-47fe-962f-b03e8948de77 2018-08-29 05:12:54,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.091747045517s 2018-08-29 05:12:54,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2be97d-511e-47e2-b645-d1386e15317e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "domain_id": null, "name": "Member", "id": "0192ba3c43d44ab880dc73556a103345"}} 2018-08-29 05:12:54,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345 used request id req-2e2be97d-511e-47e2-b645-d1386e15317e 2018-08-29 05:12:54,166 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345'}, 'domain_id': None, 'human_id': None, 'id': u'0192ba3c43d44ab880dc73556a103345', 'HUMAN_ID': False}) 2018-08-29 05:12:54,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:54,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99752605-3591-4b6c-a088-2f72dd7f5fca Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:54,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-99752605-3591-4b6c-a088-2f72dd7f5fca 2018-08-29 05:12:54,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778610706329s 2018-08-29 05:12:54,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:12:54,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19472e2-4402-45f4-b501-a7a3fbbe022e 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:12:54,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-a19472e2-4402-45f4-b501-a7a3fbbe022e 2018-08-29 05:12:54,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0716490745544s 2018-08-29 05:12:54,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:12:54,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0ea58d-fb29-4ae0-8236-eec990d5ac75 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "domain_id": "default", "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:12:54,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-cf0ea58d-fb29-4ae0-8236-eec990d5ac75 2018-08-29 05:12:54,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988039970398s 2018-08-29 05:12:54,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-cf0ea58d-fb29-4ae0-8236-eec990d5ac75 2018-08-29 05:12:54,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:12:54,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344f2bf1-4af4-41a9-be1b-7aef511d6d79 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91"}, "enabled": true, "id": "4502eceebff94fd799e86a5a03c38e91", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:12:54,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-344f2bf1-4af4-41a9-be1b-7aef511d6d79 2018-08-29 05:12:54,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0803680419922s 2018-08-29 05:12:54,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-344f2bf1-4af4-41a9-be1b-7aef511d6d79 2018-08-29 05:12:54,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:12:54,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=0192ba3c43d44ab880dc73556a103345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a5c68b-1534-4ba1-9bb5-4e8c20ca9cfa Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=0192ba3c43d44ab880dc73556a103345", "previous": null, "next": null}} 2018-08-29 05:12:54,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=0192ba3c43d44ab880dc73556a103345 used request id req-d6a5c68b-1534-4ba1-9bb5-4e8c20ca9cfa 2018-08-29 05:12:54,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.155575037003s 2018-08-29 05:12:54,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:12:54,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91/users/0dad74562b6c4eb18d0a8f8eb1cf5af9/roles/0192ba3c43d44ab880dc73556a103345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ed94e69-ac23-4f53-9187-fc13e376d752 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:54,791 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91/users/0dad74562b6c4eb18d0a8f8eb1cf5af9/roles/0192ba3c43d44ab880dc73556a103345 used request id req-9ed94e69-ac23-4f53-9187-fc13e376d752 2018-08-29 05:12:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128280162811s 2018-08-29 05:12:54,792 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546', 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': '7ab779fb-cb8b-423c-8a1e-7334c97f98e8', 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_a5736af9-87dd-4e94-99ce-9f2bd8061546', 'project_id': u'4502eceebff94fd799e86a5a03c38e91', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-29 05:12:54,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:12:54,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:12:54,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:12:54,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:12:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:12:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:12:54,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:12:54,797 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546', 'password': '7ab779fb-cb8b-423c-8a1e-7334c97f98e8', 'project_name': 'snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000/v3', 'project_id': '4502eceebff94fd799e86a5a03c38e91', 'project_domain_name': 'Default'} 2018-08-29 05:12:54,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fc696f-a5a7-4f1b-be9e-e958e308d730 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:54,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-52fc696f-a5a7-4f1b-be9e-e958e308d730 2018-08-29 05:12:54,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0870621204376s 2018-08-29 05:12:54,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:54,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:54,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24496d39-a7e5-47fd-a124-68a1899987a7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:54,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-24496d39-a7e5-47fd-a124-68a1899987a7 2018-08-29 05:12:54,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816600322723s 2018-08-29 05:12:54,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:12:54,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a752ee2-a6cf-42fe-ad3d-23732e9eea84 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:12:55,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-8a752ee2-a6cf-42fe-ad3d-23732e9eea84 2018-08-29 05:12:55,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078418970108s 2018-08-29 05:12:55,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:12:55,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5e142c-7a7d-46a8-9094-c82f5983baae Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "domain_id": "default", "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:12:55,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-ff5e142c-7a7d-46a8-9094-c82f5983baae 2018-08-29 05:12:55,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0972828865051s 2018-08-29 05:12:55,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-ff5e142c-7a7d-46a8-9094-c82f5983baae 2018-08-29 05:12:55,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:12:55,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8665f3-3411-4da8-9082-89dc4efe9a95 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91"}, "enabled": true, "id": "4502eceebff94fd799e86a5a03c38e91", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:12:55,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-7a8665f3-3411-4da8-9082-89dc4efe9a95 2018-08-29 05:12:55,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0729110240936s 2018-08-29 05:12:55,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-7a8665f3-3411-4da8-9082-89dc4efe9a95 2018-08-29 05:12:55,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:12:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5350a5-611c-424b-8b02-944cc2336e8b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=a460152930ef4d1a8287ffc269a5335d", "previous": null, "next": null}} 2018-08-29 05:12:55,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=a460152930ef4d1a8287ffc269a5335d used request id req-ff5350a5-611c-424b-8b02-944cc2336e8b 2018-08-29 05:12:55,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.076807975769s 2018-08-29 05:12:55,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:12:55,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91/users/0dad74562b6c4eb18d0a8f8eb1cf5af9/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,426 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5847295-bf60-4898-af61-2b93945caa56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:55,426 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91/users/0dad74562b6c4eb18d0a8f8eb1cf5af9/roles/a460152930ef4d1a8287ffc269a5335d used request id req-b5847295-bf60-4898-af61-2b93945caa56 2018-08-29 05:12:55,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121311903s 2018-08-29 05:12:55,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:55,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6f1f3a-d545-48bf-bf93-46fb16bb3a9b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:55,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0b6f1f3a-d545-48bf-bf93-46fb16bb3a9b 2018-08-29 05:12:55,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831608772278s 2018-08-29 05:12:55,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:12:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-29 05:12:55,602 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfbf75a8-dccd-47b6-bb6b-e069ac98bbc0 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "67575ecdd0c745f084e6efe298bb7688", "links": {"self": "http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688"}, "name": "heat_stack_owner"}} 2018-08-29 05:12:55,602 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-dfbf75a8-dccd-47b6-bb6b-e069ac98bbc0 2018-08-29 05:12:55,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0914120674133s 2018-08-29 05:12:55,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a46048-9b9d-4234-90d3-866dce3daae9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688"}, "domain_id": null, "name": "heat_stack_owner", "id": "67575ecdd0c745f084e6efe298bb7688"}} 2018-08-29 05:12:55,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688 used request id req-10a46048-9b9d-4234-90d3-866dce3daae9 2018-08-29 05:12:55,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:12:55,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372aacec-02dc-4919-8ed2-f9e176552f52 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "67575ecdd0c745f084e6efe298bb7688", "links": {"self": "http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:55,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-372aacec-02dc-4919-8ed2-f9e176552f52 2018-08-29 05:12:55,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0726470947266s 2018-08-29 05:12:55,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:12:55,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b300f21-29f2-43f2-b7a3-ead858abe67d 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:12:55,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-5b300f21-29f2-43f2-b7a3-ead858abe67d 2018-08-29 05:12:55,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805208683014s 2018-08-29 05:12:55,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:12:55,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:55,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70dc9f84-763f-4a5e-aeb7-14367fd0295e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "domain_id": "default", "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:12:55,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-70dc9f84-763f-4a5e-aeb7-14367fd0295e 2018-08-29 05:12:55,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111936092377s 2018-08-29 05:12:55,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-70dc9f84-763f-4a5e-aeb7-14367fd0295e 2018-08-29 05:12:55,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:12:55,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:56,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b531e5fe-3cfb-409f-9ed2-4e9250ec4add Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91"}, "enabled": true, "id": "4502eceebff94fd799e86a5a03c38e91", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:12:56,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-b531e5fe-3cfb-409f-9ed2-4e9250ec4add 2018-08-29 05:12:56,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0766229629517s 2018-08-29 05:12:56,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-b531e5fe-3cfb-409f-9ed2-4e9250ec4add 2018-08-29 05:12:56,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:12:56,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=67575ecdd0c745f084e6efe298bb7688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:56,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8555f7-6858-47fb-a3f3-fd03e4938b77 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=67575ecdd0c745f084e6efe298bb7688", "previous": null, "next": null}} 2018-08-29 05:12:56,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=0dad74562b6c4eb18d0a8f8eb1cf5af9&scope.project.id=4502eceebff94fd799e86a5a03c38e91&role.id=67575ecdd0c745f084e6efe298bb7688 used request id req-3c8555f7-6858-47fb-a3f3-fd03e4938b77 2018-08-29 05:12:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812470912933s 2018-08-29 05:12:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:12:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91/users/0dad74562b6c4eb18d0a8f8eb1cf5af9/roles/67575ecdd0c745f084e6efe298bb7688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:12:56,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f81f6de4-a641-4f6f-a073-1777eda4faee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:56,288 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91/users/0dad74562b6c4eb18d0a8f8eb1cf5af9/roles/67575ecdd0c745f084e6efe298bb7688 used request id req-f81f6de4-a641-4f6f-a073-1777eda4faee 2018-08-29 05:12:56,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.169108867645s 2018-08-29 05:12:56,289 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-29 05:12:56,289 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-29 05:12:56,289 - openstack_tests - INFO - OS Credentials = > 2018-08-29 05:12:56,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:12:56,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:56,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "0192ba3c43d44ab880dc73556a103345", "name": "Member"}, {"id": "67575ecdd0c745f084e6efe298bb7688", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4502eceebff94fd799e86a5a03c38e91", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "audit_ids": ["hMb3BkspSQ2v-rHSRbtu3Q"], "issued_at": "2018-08-29T05:12:56.000000Z"}} 2018-08-29 05:12:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c1337d191af5679e5b2e14d0b14e0f3a75729a7" 2018-08-29 05:12:56,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6810a008-2ca8-4161-8524-b514d93ab99e Date: Wed, 29 Aug 2018 05:12:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:12:56,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?router%3Aexternal=True used request id req-6810a008-2ca8-4161-8524-b514d93ab99e 2018-08-29 05:12:56,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c1337d191af5679e5b2e14d0b14e0f3a75729a7" 2018-08-29 05:12:57,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9bb29ab0-0dcf-40c1-837e-3fd70af5ea09 Date: Wed, 29 Aug 2018 05:12:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 05:12:57,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=0c72616c-e4f7-4964-93e6-09fc67b91a5f used request id req-9bb29ab0-0dcf-40c1-837e-3fd70af5ea09 2018-08-29 05:12:57,114 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-29 05:12:57,114 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-08-29 05:12:57,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:12:57,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:57,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "0192ba3c43d44ab880dc73556a103345", "name": "Member"}, {"id": "67575ecdd0c745f084e6efe298bb7688", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4502eceebff94fd799e86a5a03c38e91", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "audit_ids": ["dezGAlZJSq-eH3AvNf4scQ"], "issued_at": "2018-08-29T05:12:57.000000Z"}} 2018-08-29 05:12:57,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e76b5add6398d2b206fbb69a1ae12e723dae3e30" 2018-08-29 05:12:57,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313b3609-9619-4582-bc55-ad3e225f32af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:12:57,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-313b3609-9619-4582-bc55-ad3e225f32af 2018-08-29 05:12:57,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:12:57,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:57,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "0192ba3c43d44ab880dc73556a103345", "name": "Member"}, {"id": "67575ecdd0c745f084e6efe298bb7688", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4502eceebff94fd799e86a5a03c38e91", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "audit_ids": ["tgatfo2qRYyHInyqVfuLTQ"], "issued_at": "2018-08-29T05:12:57.000000Z"}} 2018-08-29 05:12:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:12:58,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82e3bde-db50-4f2b-abc6-1130238cdb95 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:12:58,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f82e3bde-db50-4f2b-abc6-1130238cdb95 2018-08-29 05:12:58,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:12:58,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:12: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:12:58,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-39688bfb-5b38-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:12:58,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a7d319-2ce5-4c6b-ba3c-0afb9d76ec84 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-39688bfb-5b38-42f-proj", "previous": null, "next": null}, "projects": []} 2018-08-29 05:12:58,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-39688bfb-5b38-42f-proj used request id req-61a7d319-2ce5-4c6b-ba3c-0afb9d76ec84 2018-08-29 05:12:58,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:12:58,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b9cbc5f-62a2-486c-aa76-72100a83188d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:12:58,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-3b9cbc5f-62a2-486c-aa76-72100a83188d 2018-08-29 05:12:58,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}}' 2018-08-29 05:12:58,351 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:12:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b53c8d59-0d3a-4db0-9cfa-680734c2aec3 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:12:58,351 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-b53c8d59-0d3a-4db0-9cfa-680734c2aec3 2018-08-29 05:12:58,352 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-39688bfb-5b38-42f-proj 2018-08-29 05:12:58,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:12:58,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:12:58,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "0192ba3c43d44ab880dc73556a103345", "name": "Member"}, {"id": "67575ecdd0c745f084e6efe298bb7688", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:12:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4502eceebff94fd799e86a5a03c38e91", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "audit_ids": ["lPnQwSG7TTe41Eug4CmecA"], "issued_at": "2018-08-29T05:12:58.000000Z"}} 2018-08-29 05:12:58,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7505540f86af4e9c2d14e46b7d069c9339ae42" 2018-08-29 05:12:58,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25b02d98-8ce4-437a-bc4c-724bfaec7954 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:12:58,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-25b02d98-8ce4-437a-bc4c-724bfaec7954 2018-08-29 05:12:58,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:12:58,827 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:12: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:12:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7505540f86af4e9c2d14e46b7d069c9339ae42" 2018-08-29 05:12:58,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f810b0-8a23-4bc1-a3d4-4d7e3a3a48b5 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "domain_id": "default", "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:12:58,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b1f810b0-8a23-4bc1-a3d4-4d7e3a3a48b5 2018-08-29 05:12:58,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects?name=SimpleHealthCheck-39688bfb-5b38-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7505540f86af4e9c2d14e46b7d069c9339ae42" 2018-08-29 05:12:59,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c95332b-df58-4d25-a576-393a003c6b99 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?name=SimpleHealthCheck-39688bfb-5b38-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}]} 2018-08-29 05:12:59,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?name=SimpleHealthCheck-39688bfb-5b38-42f-proj used request id req-7c95332b-df58-4d25-a576-393a003c6b99 2018-08-29 05:12:59,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7505540f86af4e9c2d14e46b7d069c9339ae42" 2018-08-29 05:12:59,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f3c7ae-b5fb-4c1a-9ab3-ae7837cd8902 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-08-29 05:12:59,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains?name=Default used request id req-d0f3c7ae-b5fb-4c1a-9ab3-ae7837cd8902 2018-08-29 05:12:59,572 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-39688bfb-5b38-42f-user 2018-08-29 05:12:59,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:12:59,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:12:59,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3757375a-2f22-40c7-b268-baeb6cfbe436 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "67575ecdd0c745f084e6efe298bb7688", "links": {"self": "http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:12:59,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3757375a-2f22-40c7-b268-baeb6cfbe436 2018-08-29 05:12:59,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" -d '{"role": {"name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role"}}' 2018-08-29 05:12:59,776 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d763620-dacf-419f-81f8-47d5240fbcb5 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aaf2c2055778466e946ae2b8e0f36c8b", "links": {"self": "http://172.30.9.24:5000/v3/roles/aaf2c2055778466e946ae2b8e0f36c8b"}, "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role"}} 2018-08-29 05:12:59,776 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-8d763620-dacf-419f-81f8-47d5240fbcb5 2018-08-29 05:12:59,777 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-39688bfb-5b38-42f-proj-role 2018-08-29 05:12:59,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles/aaf2c2055778466e946ae2b8e0f36c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:12:59,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac06564-b773-4cac-b690-02b51a2d0451 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/aaf2c2055778466e946ae2b8e0f36c8b"}, "domain_id": null, "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role", "id": "aaf2c2055778466e946ae2b8e0f36c8b"}} 2018-08-29 05:12:59,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/aaf2c2055778466e946ae2b8e0f36c8b used request id req-2ac06564-b773-4cac-b690-02b51a2d0451 2018-08-29 05:12:59,796 - keystone_utils - INFO - Granting role SimpleHealthCheck-39688bfb-5b38-42f-proj-role to project SimpleHealthCheck-39688bfb-5b38-42f-proj 2018-08-29 05:12:59,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7/users/4c175d601a5c43f19f80fecfba7bb9fe/roles/aaf2c2055778466e946ae2b8e0f36c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:12:59,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b096b44f-d69f-4c0a-b11b-14c30ec07c32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:12:59,929 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7/users/4c175d601a5c43f19f80fecfba7bb9fe/roles/aaf2c2055778466e946ae2b8e0f36c8b used request id req-b096b44f-d69f-4c0a-b11b-14c30ec07c32 2018-08-29 05:12:59,929 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:12:59,931 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-08-29 05:12:59,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:12:59,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:00,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aaf2c2055778466e946ae2b8e0f36c8b", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role"}], "expires_at": "2018-08-29T06:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd96455b044a4e6e836951bd69c6f8d7", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-39688bfb-5b38-42f-user", "id": "4c175d601a5c43f19f80fecfba7bb9fe"}, "audit_ids": ["cC-hxhaDTrCpoOBVsopuAA"], "issued_at": "2018-08-29T05:13:00.000000Z"}} 2018-08-29 05:13:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:00,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adfe085f-ba4b-4a79-ad19-a4626d0de759 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:00,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-adfe085f-ba4b-4a79-ad19-a4626d0de759 2018-08-29 05:13:00,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:00,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-8bbc49af-ace8-4476-b8e5-895da294d165 Date: Wed, 29 Aug 2018 05:13:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image"} 2018-08-29 05:13:00,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image used request id req-8bbc49af-ace8-4476-b8e5-895da294d165 2018-08-29 05:13:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:00,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-44d77143-a840-46e3-9eaf-b72ec46bf7c7 Date: Wed, 29 Aug 2018 05:13:00 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-08-29 05:13:00,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-44d77143-a840-46e3-9eaf-b72ec46bf7c7 2018-08-29 05:13:00,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image"}' 2018-08-29 05:13:00,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f X-Openstack-Request-Id: req-8c24b27a-2c46-41a9-862d-96aea3106e74 Date: Wed, 29 Aug 2018 05:13:00 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:13:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T05:13:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "min_disk": 0, "protected": false, "id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "file": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/file", "checksum": null, "owner": "cd96455b044a4e6e836951bd69c6f8d7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:13:00,922 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-8c24b27a-2c46-41a9-862d-96aea3106e74 2018-08-29 05:13:00,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" -d '' 2018-08-29 05:13:01,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26d25183-527f-416b-8562-e1189cceb009 Date: Wed, 29 Aug 2018 05:13:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:13:01,863 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/file used request id req-26d25183-527f-416b-8562-e1189cceb009 2018-08-29 05:13:01,864 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:13:01,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:02,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-a4d4c80b-948c-4cd8-a93f-4a969a4399b9 Date: Wed, 29 Aug 2018 05:13:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:13:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:13:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/snap", "metadata": {}}], "self": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "min_disk": 0, "protected": false, "id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "file": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd96455b044a4e6e836951bd69c6f8d7", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:13:02,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f used request id req-a4d4c80b-948c-4cd8-a93f-4a969a4399b9 2018-08-29 05:13:02,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:02,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5b466919-2bfc-4535-a97d-3ebe03faa30c Date: Wed, 29 Aug 2018 05:13:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 05:13:02,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-5b466919-2bfc-4535-a97d-3ebe03faa30c 2018-08-29 05:13:02,594 - create_image - INFO - Created image with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image 2018-08-29 05:13:02,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:02,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-3d5cdc8c-d29f-48d2-be59-4fabbb01520e Date: Wed, 29 Aug 2018 05:13:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:13:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:13:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/snap", "metadata": {}}], "self": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "min_disk": 0, "protected": false, "id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "file": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd96455b044a4e6e836951bd69c6f8d7", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 05:13:02,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f used request id req-3d5cdc8c-d29f-48d2-be59-4fabbb01520e 2018-08-29 05:13:02,766 - create_image - DEBUG - Instance status is - active 2018-08-29 05:13:02,766 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image 2018-08-29 05:13:02,766 - create_image - INFO - Image is now active with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image 2018-08-29 05:13:02,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:13:02,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:03,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aaf2c2055778466e946ae2b8e0f36c8b", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role"}], "expires_at": "2018-08-29T06:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd96455b044a4e6e836951bd69c6f8d7", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-39688bfb-5b38-42f-user", "id": "4c175d601a5c43f19f80fecfba7bb9fe"}, "audit_ids": ["SeW_H7r8S2uZX_K0WIsKCQ"], "issued_at": "2018-08-29T05:13:03.000000Z"}} 2018-08-29 05:13:03,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:03,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcf0f5ef-4978-4685-98d1-2ca78ace887a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:03,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fcf0f5ef-4978-4685-98d1-2ca78ace887a 2018-08-29 05:13:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:03,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-beaa92c8-6a68-4fe4-9913-7faa66f34457 Date: Wed, 29 Aug 2018 05:13:03 GMT RESP BODY: {"networks":[]} 2018-08-29 05:13:03,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-beaa92c8-6a68-4fe4-9913-7faa66f34457 2018-08-29 05:13:03,341 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net 2018-08-29 05:13:03,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" -d '{"network": {"name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net", "admin_state_up": true}}' 2018-08-29 05:13:04,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-8eb5bc33-59fc-47f8-bd43-ab0e9c82f0e9 Date: Wed, 29 Aug 2018 05:13:04 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T05:13:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}} 2018-08-29 05:13:04,026 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-8eb5bc33-59fc-47f8-bd43-ab0e9c82f0e9 2018-08-29 05:13:04,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:04,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-8c36fc47-1ede-4b42-934c-9a4b2243a9db Date: Wed, 29 Aug 2018 05:13:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-29T05:13:03Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:04,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-8c36fc47-1ede-4b42-934c-9a4b2243a9db 2018-08-29 05:13:04,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:04,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-93fe5523-22dc-4d50-bde3-136856d69941 Date: Wed, 29 Aug 2018 05:13:04 GMT RESP BODY: {"subnets":[]} 2018-08-29 05:13:04,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-93fe5523-22dc-4d50-bde3-136856d69941 2018-08-29 05:13:04,452 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet 2018-08-29 05:13:04,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" -d '{"subnets": [{"ip_version": 4, "network_id": "deb8bd02-af96-4e9a-be9d-8566e7b1da51", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]}' 2018-08-29 05:13:05,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-987fcd4c-c9fa-47b3-88fd-ffe784388e21 Date: Wed, 29 Aug 2018 05:13:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:05,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-987fcd4c-c9fa-47b3-88fd-ffe784388e21 2018-08-29 05:13:05,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:05,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f9f49b3e-79a4-4135-b31b-11ef3535b2fa Date: Wed, 29 Aug 2018 05:13:05 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":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:05,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-f9f49b3e-79a4-4135-b31b-11ef3535b2fa 2018-08-29 05:13:05,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:05,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-78779035-7efb-4d33-aaf1-4adea83ad0b3 Date: Wed, 29 Aug 2018 05:13:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:05,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-78779035-7efb-4d33-aaf1-4adea83ad0b3 2018-08-29 05:13:05,488 - OpenStackNetwork - DEBUG - Network [deb8bd02-af96-4e9a-be9d-8566e7b1da51] created successfully 2018-08-29 05:13:05,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:13:05,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:05,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}, {"id": "0192ba3c43d44ab880dc73556a103345", "name": "Member"}, {"id": "67575ecdd0c745f084e6efe298bb7688", "name": "heat_stack_owner"}], "expires_at": "2018-08-29T06:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4502eceebff94fd799e86a5a03c38e91", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/4502eceebff94fd799e86a5a03c38e91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "audit_ids": ["ATwsdR9UQymJKTfXOauNMQ"], "issued_at": "2018-08-29T05:13:05.000000Z"}} 2018-08-29 05:13:05,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fcbc8db234b97c3fbfbe4330cfb2e37febb5daa" 2018-08-29 05:13:05,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c635dd-37fa-4a9b-897b-64f52bf16089 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:05,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-32c635dd-37fa-4a9b-897b-64f52bf16089 2018-08-29 05:13:05,968 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:13:05,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fcbc8db234b97c3fbfbe4330cfb2e37febb5daa" 2018-08-29 05:13:06,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-911e193e-3243-417d-bf76-7268afd75d0f x-compute-request-id: req-911e193e-3243-417d-bf76-7268afd75d0f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-08-29 05:13:06,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-911e193e-3243-417d-bf76-7268afd75d0f 2018-08-29 05:13:06,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fcbc8db234b97c3fbfbe4330cfb2e37febb5daa" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-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-08-29 05:13:06,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13: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-4cdada62-f37e-48d3-9e01-a39a7b7aebb9 x-compute-request-id: req-4cdada62-f37e-48d3-9e01-a39a7b7aebb9 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:13:06,243 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4cdada62-f37e-48d3-9e01-a39a7b7aebb9 2018-08-29 05:13:06,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:13:06,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:06,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aaf2c2055778466e946ae2b8e0f36c8b", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role"}], "expires_at": "2018-08-29T06:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd96455b044a4e6e836951bd69c6f8d7", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-39688bfb-5b38-42f-user", "id": "4c175d601a5c43f19f80fecfba7bb9fe"}, "audit_ids": ["YoRUT_bOQuGIk6RCTvECsw"], "issued_at": "2018-08-29T05:13:06.000000Z"}} 2018-08-29 05:13:06,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:06,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dd54d2b-6059-4b17-bb03-1421362b3be9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:06,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4dd54d2b-6059-4b17-bb03-1421362b3be9 2018-08-29 05:13:06,690 - nova_utils - DEBUG - Retrieving Nova Client 2018-08-29 05:13:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:06,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad45c27-d50e-445f-bd32-bce315501216 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:06,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cad45c27-d50e-445f-bd32-bce315501216 2018-08-29 05:13:06,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:07,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-48770c00-34cc-4b16-a020-949fd3aefe21 Date: Wed, 29 Aug 2018 05:13:07 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":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:07,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-48770c00-34cc-4b16-a020-949fd3aefe21 2018-08-29 05:13:07,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:13:07,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:13: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:13:07,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:07,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7568c4-392d-4f02-bbc9-fdec9b7d6dd7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:07,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-cc7568c4-392d-4f02-bbc9-fdec9b7d6dd7 2018-08-29 05:13:07,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:07,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d08dfbf4-c0b5-4cd2-903c-29afae82612e Date: Wed, 29 Aug 2018 05:13:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:07,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-d08dfbf4-c0b5-4cd2-903c-29afae82612e 2018-08-29 05:13:07,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:07,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cd4c4c43-482a-4b93-ae94-8f686094384f Date: Wed, 29 Aug 2018 05:13:07 GMT RESP BODY: {"ports":[]} 2018-08-29 05:13:07,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1&admin_state_up=True used request id req-cd4c4c43-482a-4b93-ae94-8f686094384f 2018-08-29 05:13:07,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/detail?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:07,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-1816fcc9-142e-4d13-a746-233ff726d8ee x-compute-request-id: req-1816fcc9-142e-4d13-a746-233ff726d8ee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-29 05:13:07,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst used request id req-1816fcc9-142e-4d13-a746-233ff726d8ee 2018-08-29 05:13:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:08,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7587a029-5f0a-4d39-85fa-7892c437a6bb Date: Wed, 29 Aug 2018 05:13:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:08,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-7587a029-5f0a-4d39-85fa-7892c437a6bb 2018-08-29 05:13:08,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:08,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2692d98d-1d3d-40d3-864b-f541b4c2b9dc Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:08,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-2692d98d-1d3d-40d3-864b-f541b4c2b9dc 2018-08-29 05:13:08,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:08,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fd81b08a-6541-4ca8-aecf-e37a73afbfe3 Date: Wed, 29 Aug 2018 05:13:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:08,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-fd81b08a-6541-4ca8-aecf-e37a73afbfe3 2018-08-29 05:13:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:08,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c69920b7-7b11-42f4-800e-068b7d13df98 Date: Wed, 29 Aug 2018 05:13:08 GMT RESP BODY: {"ports":[]} 2018-08-29 05:13:08,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1&admin_state_up=True used request id req-c69920b7-7b11-42f4-800e-068b7d13df98 2018-08-29 05:13:08,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-29 05:13:08,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:08,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aaf2c2055778466e946ae2b8e0f36c8b", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj-role"}], "expires_at": "2018-08-29T06:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd96455b044a4e6e836951bd69c6f8d7", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/cd96455b044a4e6e836951bd69c6f8d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-39688bfb-5b38-42f-user", "id": "4c175d601a5c43f19f80fecfba7bb9fe"}, "audit_ids": ["RHAQ9EKDRLqYKPHEkcBOAA"], "issued_at": "2018-08-29T05:13:08.000000Z"}} 2018-08-29 05:13:08,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4432055a8b35f2644802f79aa104ec8dd2ed0006" 2018-08-29 05:13:09,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54c5963-fa9b-4213-94fa-0a9c0f73d37b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:09,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a54c5963-fa9b-4213-94fa-0a9c0f73d37b 2018-08-29 05:13:09,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:09,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-03735312-e989-427d-a8d1-2a2e9be51373 Date: Wed, 29 Aug 2018 05:13:09 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":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:09,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-03735312-e989-427d-a8d1-2a2e9be51373 2018-08-29 05:13:09,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:09,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-813821bd-6cbb-483d-9223-76f52c49dc1a Date: Wed, 29 Aug 2018 05:13:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:09,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-813821bd-6cbb-483d-9223-76f52c49dc1a 2018-08-29 05:13:09,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:09,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-56cc763b-a2eb-4a36-83c6-49253fe02f2a Date: Wed, 29 Aug 2018 05:13:09 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":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:09,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-56cc763b-a2eb-4a36-83c6-49253fe02f2a 2018-08-29 05:13:09,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 05:13:09,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:13:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:13:09,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4432055a8b35f2644802f79aa104ec8dd2ed0006" 2018-08-29 05:13:09,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-846725d3-a0a6-45b9-8b71-a4c478d0b73f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:09,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-846725d3-a0a6-45b9-8b71-a4c478d0b73f 2018-08-29 05:13:09,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:09,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ea7a92c7-5d7c-4a75-b019-f4b563940cc9 Date: Wed, 29 Aug 2018 05:13:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:09,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-ea7a92c7-5d7c-4a75-b019-f4b563940cc9 2018-08-29 05:13:09,760 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net 2018-08-29 05:13:09,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" -d '{"port": {"network_id": "deb8bd02-af96-4e9a-be9d-8566e7b1da51", "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1", "admin_state_up": true}}' 2018-08-29 05:13:10,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0bc721c5-2f5b-46f2-a6cf-659e1392793f Date: Wed, 29 Aug 2018 05:13:10 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-08-29T05:13:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-29T05:13:10Z","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:88:7b:f5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","fixed_ips":[{"subnet_id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","ip_address":"10.55.0.10"}],"id":"47b78a91-e02f-4a1e-b054-d715ce126f6c","security_groups":["fc0264b8-423b-46b1-a7c6-1db41a983a67"],"device_id":""}} 2018-08-29 05:13:10,487 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/ports used request id req-0bc721c5-2f5b-46f2-a6cf-659e1392793f 2018-08-29 05:13:10,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:10,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-10dea1b6-4cd5-4ae0-865e-1a1e25735730 Date: Wed, 29 Aug 2018 05:13:10 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":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:10,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-10dea1b6-4cd5-4ae0-865e-1a1e25735730 2018-08-29 05:13:10,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:10,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30cbd3ac-dd4a-446b-8f9b-cdb1aa338c4e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:10,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-30cbd3ac-dd4a-446b-8f9b-cdb1aa338c4e 2018-08-29 05:13:10,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:10,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1867d4f4-4026-4aca-ae56-056f73fea35a Date: Wed, 29 Aug 2018 05:13:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:10,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-1867d4f4-4026-4aca-ae56-056f73fea35a 2018-08-29 05:13:11,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:11,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-904c2c3c-a773-416d-8260-32b390222952 Date: Wed, 29 Aug 2018 05:13:11 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:10Z","admin_state_up":true,"updated_at":"2018-08-29T05:13:10Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:88:7b:f5","id":"47b78a91-e02f-4a1e-b054-d715ce126f6c","port_security_enabled":true,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","fixed_ips":[{"subnet_id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["fc0264b8-423b-46b1-a7c6-1db41a983a67"],"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1"}]} 2018-08-29 05:13:11,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1&admin_state_up=True used request id req-904c2c3c-a773-416d-8260-32b390222952 2018-08-29 05:13:11,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:11,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9df90e-a6fc-45e1-81a6-681499d134f2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:11,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-8c9df90e-a6fc-45e1-81a6-681499d134f2 2018-08-29 05:13:11,288 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst 2018-08-29 05:13:11,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:11,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9f39171c-6b11-43b4-b86a-0e30295f1fef x-compute-request-id: req-9f39171c-6b11-43b4-b86a-0e30295f1fef Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"flavors": [{"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}], "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-flavor-name"}]} 2018-08-29 05:13:11,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9f39171c-6b11-43b4-b86a-0e30295f1fef 2018-08-29 05:13:11,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:11,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-54fa9d4f-0f60-43a5-9900-818b87cc528c x-compute-request-id: req-54fa9d4f-0f60-43a5-9900-818b87cc528c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:13:11,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a used request id req-54fa9d4f-0f60-43a5-9900-818b87cc528c 2018-08-29 05:13:11,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:11,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-38dfb38a-8d1a-40cb-ba45-926ff6a322d3 Date: Wed, 29 Aug 2018 05:13:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T05:13:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-08-29T05:13:01Z", "visibility": "shared", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/snap", "metadata": {}}], "self": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "min_disk": 0, "protected": false, "id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "file": "/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cd96455b044a4e6e836951bd69c6f8d7", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image"} 2018-08-29 05:13:11,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image used request id req-38dfb38a-8d1a-40cb-ba45-926ff6a322d3 2018-08-29 05:13:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:11,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c54b2d1c-1770-41f8-8444-a54eb0d77ced Date: Wed, 29 Aug 2018 05:13: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-08-29 05:13:11,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-c54b2d1c-1770-41f8-8444-a54eb0d77ced 2018-08-29 05:13:11,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" -d '{"server": {"name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "imageRef": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "flavorRef": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "max_count": 1, "min_count": 1, "networks": [{"port": "47b78a91-e02f-4a1e-b054-d715ce126f6c"}]}}' 2018-08-29 05:13:13,226 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-e1691561-19e3-4278-b0ff-0f0d2bc27cbe x-compute-request-id: req-e1691561-19e3-4278-b0ff-0f0d2bc27cbe Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "adminPass": "hD5pNV5eaPsE"}} 2018-08-29 05:13:13,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-e1691561-19e3-4278-b0ff-0f0d2bc27cbe 2018-08-29 05:13:13,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:13,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0ba21166-34e2-4264-b250-49014ae5a98a x-compute-request-id: req-0ba21166-34e2-4264-b250-49014ae5a98a Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:13:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:13,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-0ba21166-34e2-4264-b250-49014ae5a98a 2018-08-29 05:13:13,666 - create_instance - INFO - Created instance with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst 2018-08-29 05:13:13,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:14,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7ed6e7f9-b018-4b74-b2d5-1909bd794acf x-compute-request-id: req-7ed6e7f9-b018-4b74-b2d5-1909bd794acf Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:13:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:14,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-7ed6e7f9-b018-4b74-b2d5-1909bd794acf 2018-08-29 05:13:14,055 - create_instance - DEBUG - Instance status [SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst] is - BUILD 2018-08-29 05:13:14,055 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:13:17,056 - create_instance - DEBUG - VM status query timeout in 896.610157013 2018-08-29 05:13:17,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:17,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13: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-8c4d012e-7f67-4d1e-8c6a-58e80458a1ed x-compute-request-id: req-8c4d012e-7f67-4d1e-8c6a-58e80458a1ed Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "security_groups": [{"name": "default"}], "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:13:14Z", "hostId": "f0ff226da28b6c4d9b05133be6747ef7ec587baddc49bbbac2dc14a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:17,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-8c4d012e-7f67-4d1e-8c6a-58e80458a1ed 2018-08-29 05:13:17,613 - create_instance - DEBUG - Instance status [SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst] is - BUILD 2018-08-29 05:13:17,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:13:20,617 - create_instance - DEBUG - VM status query timeout in 893.049212933 2018-08-29 05:13:20,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:21,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5559d073-b5bf-4a8c-b6e7-e9e794eead7e x-compute-request-id: req-5559d073-b5bf-4a8c-b6e7-e9e794eead7e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:7b:f5", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:13:16.000000", "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "security_groups": [{"name": "default"}], "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:13:18Z", "hostId": "f0ff226da28b6c4d9b05133be6747ef7ec587baddc49bbbac2dc14a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:21,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-5559d073-b5bf-4a8c-b6e7-e9e794eead7e 2018-08-29 05:13:21,227 - create_instance - DEBUG - Instance status [SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst] is - ACTIVE 2018-08-29 05:13:21,227 - create_instance - INFO - VM is - ACTIVE 2018-08-29 05:13:21,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:21,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-8f99a597-493e-4224-9b01-fbe92e51215b x-compute-request-id: req-8f99a597-493e-4224-9b01-fbe92e51215b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:7b:f5", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:13:16.000000", "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "security_groups": [{"name": "default"}], "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:13:18Z", "hostId": "f0ff226da28b6c4d9b05133be6747ef7ec587baddc49bbbac2dc14a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:21,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-8f99a597-493e-4224-9b01-fbe92e51215b 2018-08-29 05:13:21,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:21,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e4754729-4acd-46f9-b635-9d58d00a0803 Date: Wed, 29 Aug 2018 05:13:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d7ea1b56-0118-495d-98b0-a60e01ba9b11"],"updated_at":"2018-08-29T05:13:04Z","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net"}]} 2018-08-29 05:13:21,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks?name=SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net used request id req-e4754729-4acd-46f9-b635-9d58d00a0803 2018-08-29 05:13:21,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:22,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed44bee-08d1-40dd-8434-4b0ae7eb4e62 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:22,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-2ed44bee-08d1-40dd-8434-4b0ae7eb4e62 2018-08-29 05:13:22,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:22,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2100671b-efcb-4a99-9713-5fb1c6ee8a6f Date: Wed, 29 Aug 2018 05:13:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:04Z","dns_nameservers":[],"updated_at":"2018-08-29T05:13:04Z","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":"cd96455b044a4e6e836951bd69c6f8d7","id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","subnetpool_id":null,"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet"}]} 2018-08-29 05:13:22,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-2100671b-efcb-4a99-9713-5fb1c6ee8a6f 2018-08-29 05:13:22,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:22,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-2b381649-e7a0-442c-a7df-6020cfa9311b Date: Wed, 29 Aug 2018 05:13:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:05Z","admin_state_up":true,"updated_at":"2018-08-29T05:13:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-deb8bd02-af96-4e9a-be9d-8566e7b1da51","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:4c:6f:f4","id":"08c82f53-f752-46e0-b7c0-fe93f9ed2490","port_security_enabled":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","fixed_ips":[{"subnet_id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:06Z","admin_state_up":true,"updated_at":"2018-08-29T05:13:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-deb8bd02-af96-4e9a-be9d-8566e7b1da51","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:1a:ac:f0","id":"16f14d08-2049-49a9-9536-771b2c9f660c","port_security_enabled":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","fixed_ips":[{"subnet_id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:10Z","admin_state_up":true,"updated_at":"2018-08-29T05:13:15Z","binding:vnic_type":"normal","device_id":"2beb657d-d1a2-47c8-b548-cdebc4205e52","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:88:7b:f5","id":"47b78a91-e02f-4a1e-b054-d715ce126f6c","port_security_enabled":true,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","fixed_ips":[{"subnet_id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","ip_address":"10.55.0.10"}],"extra_dhcp_opts":[],"security_groups":["fc0264b8-423b-46b1-a7c6-1db41a983a67"],"name":"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"deb8bd02-af96-4e9a-be9d-8566e7b1da51","tenant_id":"cd96455b044a4e6e836951bd69c6f8d7","created_at":"2018-08-29T05:13:05Z","admin_state_up":true,"updated_at":"2018-08-29T05:13:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-deb8bd02-af96-4e9a-be9d-8566e7b1da51","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:0c:88:84","id":"ff768237-ea11-47eb-8649-751e0ae1c9ec","port_security_enabled":false,"project_id":"cd96455b044a4e6e836951bd69c6f8d7","fixed_ips":[{"subnet_id":"d7ea1b56-0118-495d-98b0-a60e01ba9b11","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-29 05:13:22,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports?network_id=deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-2b381649-e7a0-442c-a7df-6020cfa9311b 2018-08-29 05:13:22,276 - create_instance_tests - INFO - Looking for IP 10.55.0.10 in the console log 2018-08-29 05:13:22,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:22,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b494d59b-2bbe-4d53-8696-7eb118282e9b x-compute-request-id: req-b494d59b-2bbe-4d53-8696-7eb118282e9b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:7b:f5", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:13:16.000000", "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "security_groups": [{"name": "default"}], "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:13:18Z", "hostId": "f0ff226da28b6c4d9b05133be6747ef7ec587baddc49bbbac2dc14a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:22,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-b494d59b-2bbe-4d53-8696-7eb118282e9b 2018-08-29 05:13:22,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:13:23,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f889e6c-5942-47b9-9029-e0cc6d26c8c4 x-compute-request-id: req-0f889e6c-5942-47b9-9029-e0cc6d26c8c4 Content-Encoding: gzip Content-Length: 9398 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 475155874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.127397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129029] pid_max: default: 32768 minimum: 301\n[ 0.129912] ACPI: Core revision 20150930\n[ 0.131283] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132571] Security Framework initialized\n[ 0.133374] Yama: becoming mindful.\n[ 0.134094] AppArmor: AppArmor initialized\n[ 0.134940] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136205] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137443] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138622] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139967] Initializing cgroup subsys io\n[ 0.140771] Initializing cgroup subsys memory\n[ 0.141617] Initializing cgroup subsys devices\n[ 0.142492] Initializing cgroup subsys freezer\n[ 0.143353] Initializing cgroup subsys net_cls\n[ 0.144211] Initializing cgroup subsys perf_event\n[ 0.145117] Initializing cgroup subsys net_prio\n[ 0.145990] Initializing cgroup subsys hugetlb\n[ 0.146857] Initializing cgroup subsys pids\n[ 0.147719] CPU: Physical Processor ID: 0\n[ 0.149228] mce: CPU supports 10 MCE banks\n[ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163203] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169481] ftrace: allocating 31920 entries in 125 pages\n[ 0.195306] smpboot: Max logical packages: 1\n[ 0.196147] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197475] x2apic enabled\n[ 0.198273] Switched APIC routing to physical x2apic.\n[ 0.200017] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201123] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204854] KVM setup paravirtual spinlock\n[ 0.206130] x86: Booted up 1 node, 1 CPUs\n[ 0.206929] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208297] devtmpfs: initialized\n[ 0.209990] evm: security.selinux\n[ 0.210681] evm: security.SMACK64\n[ 0.211365] evm: security.SMACK64EXEC\n[ 0.212104] evm: security.SMACK64TRANSMUTE\n[ 0.212904] evm: security.SMACK64MMAP\n[ 0.213637] evm: security.ima\n[ 0.214276] evm: security.capability\n[ 0.215076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216909] pinctrl core: initialized pinctrl subsystem\n[ 0.217989] RTC time: 5:13:16, date: 08/29/18\n[ 0.218944] NET: Registered protocol family 16\n[ 0.219904] cpuidle: using governor ladder\n[ 0.220707] cpuidle: using governor menu\n[ 0.221487] PCCT header not found.\n[ 0.222228] ACPI: bus type PCI registered\n[ 0.223023] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224245] PCI: Using configuration type 1 for base access\n[ 0.225983] ACPI: Added _OSI(Module Device)\n[ 0.226813] ACPI: Added _OSI(Processor Device)\n[ 0.227663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230649] ACPI: Interpreter enabled\n[ 0.231412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238696] ACPI: (supports S0 S5)\n[ 0.239393] ACPI: Using IOAPIC for interrupt routing\n[ 0.240387] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243458] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244589] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245811] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249190] acpiphp: Slot [3] registered\n[ 0.249989] acpiphp: Slot [4] registered\n[ 0.250787] acpiphp: Slot [5] registered\n[ 0.251578] acpiphp: Slot [6] registered\n[ 0.252372] acpiphp: Slot [7] registered\n[ 0.253173] acpiphp: Slot [8] registered\n[ 0.253968] acpiphp: Slot [9] registered\n[ 0.254762] acpiphp: Slot [10] registered\n[ 0.255563] acpiphp: Slot [11] registered\n[ 0.256376] acpiphp: Slot [12] registered\n[ 0.257192] acpiphp: Slot [13] registered\n[ 0.257993] acpiphp: Slot [14] registered\n[ 0.258797] acpiphp: Slot [15] registered\n[ 0.270045] acpiphp: Slot [16] registered\n[ 0.270856] acpiphp: Slot [17] registered\n[ 0.271658] acpiphp: Slot [18] registered\n[ 0.272467] acpiphp: Slot [19] registered\n[ 0.273288] acpiphp: Slot [20] registered\n[ 0.274103] acpiphp: Slot [21] registered\n[ 0.274908] acpiphp: Slot [22] registered\n[ 0.275708] acpiphp: Slot [23] registered\n[ 0.276513] acpiphp: Slot [24] registered\n[ 0.277323] acpiphp: Slot [25] registered\n[ 0.278136] acpiphp: Slot [26] registered\n[ 0.278941] acpiphp: Slot [27] registered\n[ 0.279742] acpiphp: Slot [28] registered\n[ 0.280547] acpiphp: Slot [29] registered\n[ 0.281351] acpiphp: Slot [30] registered\n[ 0.282163] acpiphp: Slot [31] registered\n[ 0.282966] PCI host bridge to bus 0000:00\n[ 0.283773] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287621] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.289072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295274] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296541] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297706] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305779] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307192] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355627] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357116] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358535] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359958] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362587] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363760] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364814] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366357] vgaarb: loaded\n[ 0.366960] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368103] SCSI subsystem initialized\n[ 0.368937] ACPI: bus type USB registered\n[ 0.369757] usbcore: registered new interface driver usbfs\n[ 0.370783] usbcore: registered new interface driver hub\n[ 0.371788] usbcore: registered new device driver usb\n[ 0.372860] PCI: Using ACPI for IRQ routing\n[ 0.373966] NetLabel: Initializing\n[ 0.374682] NetLabel: domain hash size = 128\n[ 0.375535] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376485] NetLabel: unlabeled traffic allowed by default\n[ 0.377580] clocksource: Switched to clocksource kvm-clock\n[ 0.382900] AppArmor: AppArmor Filesystem Enabled\n[ 0.383864] pnp: PnP ACPI init\n[ 0.384781] pnp: PnP ACPI: found 5 devices\n[ 0.390802] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392496] NET: Registered protocol family 2\n[ 0.393460] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.394737] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.395910] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.397078] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398186] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399364] NET: Registered protocol family 1\n[ 0.400234] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402407] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416781] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431025] Trying to unpack rootfs image as initramfs...\n[ 0.481118] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.495153] Scanning for low memory corruption every 60 seconds\n[ 0.496483] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497638] audit: initializing netlink subsys (disabled)\n[ 0.498666] audit: type=2000 audit(1535519597.319:1): initialized\n[ 0.499981] Initialise system trusted keyring\n[ 0.500908] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502082] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504059] zbud: loaded\n[ 0.504763] VFS: Disk quotas dquot_6.6.0\n[ 0.505587] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507099] fuse init (API version 7.23)\n[ 0.507979] Key type big_key registered\n[ 0.508781] Allocating IMA MOK and blacklist keyrings.\n[ 0.509903] Key type asymmetric registered\n[ 0.510722] Asymmetric key parser 'x509' registered\n[ 0.511676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513136] io scheduler noop registered\n[ 0.513937] io scheduler deadline registered (default)\n[ 0.514929] io scheduler cfq registered\n[ 0.515759] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518061] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519517] ACPI: Power Button [PWRF]\n[ 0.520353] GHES: HEST is not enabled!\n[ 0.533867] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561696] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588591] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591688] Linux agpgart interface v0.103\n[ 0.594162] brd: module loaded\n[ 0.595328] loop: module loaded\n[ 0.599862] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601300] GPT:90111 != 20971519\n[ 0.601989] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603064] GPT:90111 != 20971519\n[ 0.603734] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604681] vda: vda1 vda15\n[ 0.606153] scsi host0: ata_piix\n[ 0.606891] scsi host1: ata_piix\n[ 0.607591] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.608796] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610592] libphy: Fixed MDIO Bus: probed\n[ 0.611408] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612349] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614482] PPP generic driver version 2.4.2\n[ 0.615366] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616870] ehci-pci: EHCI PCI platform driver\n[ 0.617736] ehci-platform: EHCI generic platform driver\n[ 0.618712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619823] ohci-pci: OHCI PCI platform driver\n[ 0.620674] ohci-platform: OHCI generic platform driver\n[ 0.621663] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636100] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638520] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639525] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641845] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643245] usb usb1: Product: UHCI Host Controller\n[ 0.644165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645293] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646352] hub 1-0:1.0: USB hub found\n[ 0.647125] hub 1-0:1.0: 2 ports detected\n[ 0.648020] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650123] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651075] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652094] mousedev: PS/2 mouse device common for all mice\n[ 0.653338] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655156] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656241] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658627] i2c /dev entries driver\n[ 0.659390] device-mapper: uevent: version 1.0.3\n[ 0.660322] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661942] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663212] NET: Registered protocol family 10\n[ 0.664212] NET: Registered protocol family 17\n[ 0.665105] Key type dns_resolver registered\n[ 0.666024] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667119] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668859] registered taskstats version 1\n[ 0.669688] Loading compiled-in X.509 certificates\n[ 0.671123] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672944] zswap: loaded using pool lzo/zbud\n[ 0.674305] Key type trusted registered\n[ 0.675870] Key type encrypted registered\n[ 0.676689] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677723] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678762] evm: HMAC attrs: 0x1\n[ 0.679692] Magic number: 14:886:214\n[ 0.680549] rtc_cmos 00:00: setting system clock to 2018-08-29 05:13:17 UTC (1535519597)\n[ 0.682163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683286] EDD information not available.\n[ 0.770502] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772047] Write protecting the kernel read-only data: 14336k\n[ 0.784196] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785988] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.813149] random: dd 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.10...\nLease of 10.55.0.10 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.72. iid=i-0000001e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCV0BSK2k+ODfrGr6wDGLBC9n6r1/a0KrFuDi5EA2sHhxSYZKDxsEA7hGbCpyTcRVoJy5NNmEicr1H+FjVHQLo7KWCm+CCUlPENgbowv4OhIwaRRXfZUeGcvpTMKT7l12pP+XZU+8M7h4G7jfg75ibHSPTMypKK7vII3VzQfwQdcLgjFC1ua5HdBSLbXN4XpNPHg/zTHqIfvqgJEeTaaIiU0Yskomhn6UTwotWjntPJOEg5R0tluAfFU5y2iRt4/XZRm1YX+CegnMeJKCnvUP8tetF6rfUQD650WmOu2+LJAv9Jwk1Ttr5BwgaAHl06u7VZM67Y3REqCI/73DpBzK5P root@simplehealthcheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAIbWUhJEJhb8SnQLxsQys5JkeKmXQSkWq7vN+n6DMhDEI4O0z0fFbh75ZBqFh6r2jBuFknGxf+VY8b4syXlRmZBbJ+Q+EIKKuyZPImbYyuVHqliV+H1c48X10ZVnk33ePXmdgJvqBpsnRDwCWN+a01BetEGrb9MuudqFMbkcKJeVAAAAFQCz7Hjbbdcj1bsOGtztXIELUtLdPwAAAIEAgDStLZrel9FwacA0OTyZJJ/enmh5H+g27BoiGbzx87W7pSYjFf98yuL3R7eOEraRffwxbWC+kQC1gAT2aoXdSVXPVp0nY8srtDK9+195v+EgyTdqFXlYu5SjhoHfxR+KVGXUAMMUX5DE28pg9LfGnmIhgFJDXu5cTNck467Vp2UAAACAKQ5s24tKVKOFX3j3Y963tRc3xeDDi13fiMrrRRC95jAWiZVa2SO9iEdpTxRCe7P6ek+8SPh3NLLX7UN3Fk/C1AFl+GTgwtwW6o4U04IuCTe+sicPXwaavAXB5yrUTHmgqpFF4gr+i1e/GRXPgSf0/SFZ9s9Uk55t+amcHkJDN0s= root@simplehealthcheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-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.10,24,fe80::f816:3eff:fe88:7bf5/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.10 \nip-route:169.254.169.254 via 10.55.0.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-0000001e\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.59 ===\n"} 2018-08-29 05:13:23,834 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52/action used request id req-0f889e6c-5942-47b9-9029-e0cc6d26c8c4 2018-08-29 05:13:23,835 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-29 05:13:23,835 - 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 475155874 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.127397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129029] pid_max: default: 32768 minimum: 301 [ 0.129912] ACPI: Core revision 20150930 [ 0.131283] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132571] Security Framework initialized [ 0.133374] Yama: becoming mindful. [ 0.134094] AppArmor: AppArmor initialized [ 0.134940] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136205] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137443] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138622] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139967] Initializing cgroup subsys io [ 0.140771] Initializing cgroup subsys memory [ 0.141617] Initializing cgroup subsys devices [ 0.142492] Initializing cgroup subsys freezer [ 0.143353] Initializing cgroup subsys net_cls [ 0.144211] Initializing cgroup subsys perf_event [ 0.145117] Initializing cgroup subsys net_prio [ 0.145990] Initializing cgroup subsys hugetlb [ 0.146857] Initializing cgroup subsys pids [ 0.147719] CPU: Physical Processor ID: 0 [ 0.149228] mce: CPU supports 10 MCE banks [ 0.150060] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163203] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169481] ftrace: allocating 31920 entries in 125 pages [ 0.195306] smpboot: Max logical packages: 1 [ 0.196147] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.197475] x2apic enabled [ 0.198273] Switched APIC routing to physical x2apic. [ 0.200017] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201123] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203091] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204854] KVM setup paravirtual spinlock [ 0.206130] x86: Booted up 1 node, 1 CPUs [ 0.206929] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.208297] devtmpfs: initialized [ 0.209990] evm: security.selinux [ 0.210681] evm: security.SMACK64 [ 0.211365] evm: security.SMACK64EXEC [ 0.212104] evm: security.SMACK64TRANSMUTE [ 0.212904] evm: security.SMACK64MMAP [ 0.213637] evm: security.ima [ 0.214276] evm: security.capability [ 0.215076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216909] pinctrl core: initialized pinctrl subsystem [ 0.217989] RTC time: 5:13:16, date: 08/29/18 [ 0.218944] NET: Registered protocol family 16 [ 0.219904] cpuidle: using governor ladder [ 0.220707] cpuidle: using governor menu [ 0.221487] PCCT header not found. [ 0.222228] ACPI: bus type PCI registered [ 0.223023] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.224245] PCI: Using configuration type 1 for base access [ 0.225983] ACPI: Added _OSI(Module Device) [ 0.226813] ACPI: Added _OSI(Processor Device) [ 0.227663] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.228552] ACPI: Added _OSI(Processor Aggregator Device) [ 0.230649] ACPI: Interpreter enabled [ 0.231412] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.233239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.235057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236883] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.238696] ACPI: (supports S0 S5) [ 0.239393] ACPI: Using IOAPIC for interrupt routing [ 0.240387] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.243458] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.244589] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245811] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.249190] acpiphp: Slot [3] registered [ 0.249989] acpiphp: Slot [4] registered [ 0.250787] acpiphp: Slot [5] registered [ 0.251578] acpiphp: Slot [6] registered [ 0.252372] acpiphp: Slot [7] registered [ 0.253173] acpiphp: Slot [8] registered [ 0.253968] acpiphp: Slot [9] registered [ 0.254762] acpiphp: Slot [10] registered [ 0.255563] acpiphp: Slot [11] registered [ 0.256376] acpiphp: Slot [12] registered [ 0.257192] acpiphp: Slot [13] registered [ 0.257993] acpiphp: Slot [14] registered [ 0.258797] acpiphp: Slot [15] registered [ 0.270045] acpiphp: Slot [16] registered [ 0.270856] acpiphp: Slot [17] registered [ 0.271658] acpiphp: Slot [18] registered [ 0.272467] acpiphp: Slot [19] registered [ 0.273288] acpiphp: Slot [20] registered [ 0.274103] acpiphp: Slot [21] registered [ 0.274908] acpiphp: Slot [22] registered [ 0.275708] acpiphp: Slot [23] registered [ 0.276513] acpiphp: Slot [24] registered [ 0.277323] acpiphp: Slot [25] registered [ 0.278136] acpiphp: Slot [26] registered [ 0.278941] acpiphp: Slot [27] registered [ 0.279742] acpiphp: Slot [28] registered [ 0.280547] acpiphp: Slot [29] registered [ 0.281351] acpiphp: Slot [30] registered [ 0.282163] acpiphp: Slot [31] registered [ 0.282966] PCI host bridge to bus 0000:00 [ 0.283773] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284976] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.287621] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.289072] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295274] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.296541] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.297706] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.298967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.305779] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307192] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355627] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357116] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358535] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359958] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361343] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362587] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363760] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364814] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366357] vgaarb: loaded [ 0.366960] vgaarb: bridge control possible 0000:00:02.0 [ 0.368103] SCSI subsystem initialized [ 0.368937] ACPI: bus type USB registered [ 0.369757] usbcore: registered new interface driver usbfs [ 0.370783] usbcore: registered new interface driver hub [ 0.371788] usbcore: registered new device driver usb [ 0.372860] PCI: Using ACPI for IRQ routing [ 0.373966] NetLabel: Initializing [ 0.374682] NetLabel: domain hash size = 128 [ 0.375535] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376485] NetLabel: unlabeled traffic allowed by default [ 0.377580] clocksource: Switched to clocksource kvm-clock [ 0.382900] AppArmor: AppArmor Filesystem Enabled [ 0.383864] pnp: PnP ACPI init [ 0.384781] pnp: PnP ACPI: found 5 devices [ 0.390802] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392496] NET: Registered protocol family 2 [ 0.393460] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.394737] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.395910] TCP: Hash tables configured (established 2048 bind 2048) [ 0.397078] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398186] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399364] NET: Registered protocol family 1 [ 0.400234] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401328] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402407] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416781] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431025] Trying to unpack rootfs image as initramfs... [ 0.481118] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.495153] Scanning for low memory corruption every 60 seconds [ 0.496483] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497638] audit: initializing netlink subsys (disabled) [ 0.498666] audit: type=2000 audit(1535519597.319:1): initialized [ 0.499981] Initialise system trusted keyring [ 0.500908] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502082] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504059] zbud: loaded [ 0.504763] VFS: Disk quotas dquot_6.6.0 [ 0.505587] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507099] fuse init (API version 7.23) [ 0.507979] Key type big_key registered [ 0.508781] Allocating IMA MOK and blacklist keyrings. [ 0.509903] Key type asymmetric registered [ 0.510722] Asymmetric key parser 'x509' registered [ 0.511676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513136] io scheduler noop registered [ 0.513937] io scheduler deadline registered (default) [ 0.514929] io scheduler cfq registered [ 0.515759] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518061] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519517] ACPI: Power Button [PWRF] [ 0.520353] GHES: HEST is not enabled! [ 0.533867] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561696] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.563929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588591] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591688] Linux agpgart interface v0.103 [ 0.594162] brd: module loaded [ 0.595328] loop: module loaded [ 0.599862] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601300] GPT:90111 != 20971519 [ 0.601989] GPT:Alternate GPT header not at the end of the disk. [ 0.603064] GPT:90111 != 20971519 [ 0.603734] GPT: Use GNU Parted to correct GPT errors. [ 0.604681] vda: vda1 vda15 [ 0.606153] scsi host0: ata_piix [ 0.606891] scsi host1: ata_piix [ 0.607591] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.608796] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610592] libphy: Fixed MDIO Bus: probed [ 0.611408] tun: Universal TUN/TAP device driver, 1.6 [ 0.612349] tun: (C) 1999-2004 Max Krasnyansky [ 0.614482] PPP generic driver version 2.4.2 [ 0.615366] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616870] ehci-pci: EHCI PCI platform driver [ 0.617736] ehci-platform: EHCI generic platform driver [ 0.618712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619823] ohci-pci: OHCI PCI platform driver [ 0.620674] ohci-platform: OHCI generic platform driver [ 0.621663] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636100] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637083] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638520] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639525] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641845] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643245] usb usb1: Product: UHCI Host Controller [ 0.644165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645293] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646352] hub 1-0:1.0: USB hub found [ 0.647125] hub 1-0:1.0: 2 ports detected [ 0.648020] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650123] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651075] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652094] mousedev: PS/2 mouse device common for all mice [ 0.653338] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655156] rtc_cmos 00:00: RTC can wake from S4 [ 0.656241] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657433] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658627] i2c /dev entries driver [ 0.659390] device-mapper: uevent: version 1.0.3 [ 0.660322] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661942] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663212] NET: Registered protocol family 10 [ 0.664212] NET: Registered protocol family 17 [ 0.665105] Key type dns_resolver registered [ 0.666024] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667119] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668859] registered taskstats version 1 [ 0.669688] Loading compiled-in X.509 certificates [ 0.671123] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672944] zswap: loaded using pool lzo/zbud [ 0.674305] Key type trusted registered [ 0.675870] Key type encrypted registered [ 0.676689] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677723] ima: No TPM chip found, activating TPM-bypass! [ 0.678762] evm: HMAC attrs: 0x1 [ 0.679692] Magic number: 14:886:214 [ 0.680549] rtc_cmos 00:00: setting system clock to 2018-08-29 05:13:17 UTC (1535519597) [ 0.682163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683286] EDD information not available. [ 0.770502] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772047] Write protecting the kernel read-only data: 14336k [ 0.784196] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785988] 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.62 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.813149] 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.10... Lease of 10.55.0.10 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.72. iid=i-0000001e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCV0BSK2k+ODfrGr6wDGLBC9n6r1/a0KrFuDi5EA2sHhxSYZKDxsEA7hGbCpyTcRVoJy5NNmEicr1H+FjVHQLo7KWCm+CCUlPENgbowv4OhIwaRRXfZUeGcvpTMKT7l12pP+XZU+8M7h4G7jfg75ibHSPTMypKK7vII3VzQfwQdcLgjFC1ua5HdBSLbXN4XpNPHg/zTHqIfvqgJEeTaaIiU0Yskomhn6UTwotWjntPJOEg5R0tluAfFU5y2iRt4/XZRm1YX+CegnMeJKCnvUP8tetF6rfUQD650WmOu2+LJAv9Jwk1Ttr5BwgaAHl06u7VZM67Y3REqCI/73DpBzK5P root@simplehealthcheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst ssh-dss AAAAB3NzaC1kc3MAAACBAIbWUhJEJhb8SnQLxsQys5JkeKmXQSkWq7vN+n6DMhDEI4O0z0fFbh75ZBqFh6r2jBuFknGxf+VY8b4syXlRmZBbJ+Q+EIKKuyZPImbYyuVHqliV+H1c48X10ZVnk33ePXmdgJvqBpsnRDwCWN+a01BetEGrb9MuudqFMbkcKJeVAAAAFQCz7Hjbbdcj1bsOGtztXIELUtLdPwAAAIEAgDStLZrel9FwacA0OTyZJJ/enmh5H+g27BoiGbzx87W7pSYjFf98yuL3R7eOEraRffwxbWC+kQC1gAT2aoXdSVXPVp0nY8srtDK9+195v+EgyTdqFXlYu5SjhoHfxR+KVGXUAMMUX5DE28pg9LfGnmIhgFJDXu5cTNck467Vp2UAAACAKQ5s24tKVKOFX3j3Y963tRc3xeDDi13fiMrrRRC95jAWiZVa2SO9iEdpTxRCe7P6ek+8SPh3NLLX7UN3Fk/C1AFl+GTgwtwW6o4U04IuCTe+sicPXwaavAXB5yrUTHmgqpFF4gr+i1e/GRXPgSf0/SFZ9s9Uk55t+amcHkJDN0s= root@simplehealthcheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.10,24,fe80::f816:3eff:fe88:7bf5/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.10 ip-route:169.254.169.254 via 10.55.0.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000001e name: N/A availability-zone: nova local-hostname: simplehealthcheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.59 === 2018-08-29 05:13:23,836 - create_instance - INFO - Deleting Port with ID - 47b78a91-e02f-4a1e-b054-d715ce126f6c 2018-08-29 05:13:23,836 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63port-1 2018-08-29 05:13:23,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/ports/47b78a91-e02f-4a1e-b054-d715ce126f6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:24,440 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46e7b52a-d62d-4ced-9427-1ff022b43cc2 Date: Wed, 29 Aug 2018 05:13:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:13:24,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/ports/47b78a91-e02f-4a1e-b054-d715ce126f6c used request id req-46e7b52a-d62d-4ced-9427-1ff022b43cc2 2018-08-29 05:13:24,440 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst 2018-08-29 05:13:24,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:24,595 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-fedfc62c-ab2d-4b4a-8b39-bc1d13003aac x-compute-request-id: req-fedfc62c-ab2d-4b4a-8b39-bc1d13003aac Content-Type: application/json 2018-08-29 05:13:24,595 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-fedfc62c-ab2d-4b4a-8b39-bc1d13003aac 2018-08-29 05:13:24,595 - create_instance - INFO - Checking deletion status 2018-08-29 05:13:24,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:24,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5de8a08c-be97-49b5-b59b-7c0644883679 x-compute-request-id: req-5de8a08c-be97-49b5-b59b-7c0644883679 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:7b:f5", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:13:16.000000", "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:13:24Z", "hostId": "f0ff226da28b6c4d9b05133be6747ef7ec587baddc49bbbac2dc14a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:24,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-5de8a08c-be97-49b5-b59b-7c0644883679 2018-08-29 05:13:24,720 - create_instance - DEBUG - Instance status [SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst] is - ACTIVE 2018-08-29 05:13:24,720 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:13:27,724 - create_instance - DEBUG - VM status query timeout in 296.871989012 2018-08-29 05:13:27,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:27,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e7a3b5e-5719-4931-9175-3333908ab0f4 x-compute-request-id: req-1e7a3b5e-5719-4931-9175-3333908ab0f4 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52", "rel": "bookmark"}], "image": {"id": "f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "links": [{"href": "http://172.30.9.24:8774/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:13:16.000000", "flavor": {"id": "361822f7-6efd-4b04-bf79-cf6b407c7e7a", "links": [{"href": "http://172.30.9.24:8774/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a", "rel": "bookmark"}]}, "id": "2beb657d-d1a2-47c8-b548-cdebc4205e52", "user_id": "4c175d601a5c43f19f80fecfba7bb9fe", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:13:24Z", "hostId": "f0ff226da28b6c4d9b05133be6747ef7ec587baddc49bbbac2dc14a6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst", "created": "2018-08-29T05:13:13Z", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 05:13:27,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-1e7a3b5e-5719-4931-9175-3333908ab0f4 2018-08-29 05:13:27,916 - create_instance - DEBUG - Instance status [SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst] is - ACTIVE 2018-08-29 05:13:27,916 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-08-29 05:13:30,919 - create_instance - DEBUG - VM status query timeout in 293.676531076 2018-08-29 05:13:30,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e4fbd7430b46f5aafb86fcd24080e8c51582473" 2018-08-29 05:13:30,968 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:13: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-2ad23221-4675-47bf-ac4f-215341726d1d x-compute-request-id: req-2ad23221-4675-47bf-ac4f-215341726d1d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 2beb657d-d1a2-47c8-b548-cdebc4205e52 could not be found.", "code": 404}} 2018-08-29 05:13:30,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/2beb657d-d1a2-47c8-b548-cdebc4205e52 used request id req-2ad23221-4675-47bf-ac4f-215341726d1d 2018-08-29 05:13:30,969 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 2beb657d-d1a2-47c8-b548-cdebc4205e52 could not be found. (HTTP 404) (Request-ID: req-2ad23221-4675-47bf-ac4f-215341726d1d) 2018-08-29 05:13:30,969 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-inst 2018-08-29 05:13:30,970 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet 2018-08-29 05:13:30,970 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-subnet 2018-08-29 05:13:30,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/subnets/d7ea1b56-0118-495d-98b0-a60e01ba9b11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:33,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5e989fe-c1a0-4595-92fa-6b389b3ab6c7 Date: Wed, 29 Aug 2018 05:13:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:13:33,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/d7ea1b56-0118-495d-98b0-a60e01ba9b11 used request id req-a5e989fe-c1a0-4595-92fa-6b389b3ab6c7 2018-08-29 05:13:33,392 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-priv-net 2018-08-29 05:13:33,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/networks/deb8bd02-af96-4e9a-be9d-8566e7b1da51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe57c12b39bc6246526f278e71e3f6c53114580" 2018-08-29 05:13:35,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f3b323c0-d985-493e-9974-70466971bb40 Date: Wed, 29 Aug 2018 05:13:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:13:35,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/deb8bd02-af96-4e9a-be9d-8566e7b1da51 used request id req-f3b323c0-d985-493e-9974-70466971bb40 2018-08-29 05:13:35,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fcbc8db234b97c3fbfbe4330cfb2e37febb5daa" 2018-08-29 05:13:35,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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-c741ddc3-9f45-4b67-94be-0e102457227e x-compute-request-id: req-c741ddc3-9f45-4b67-94be-0e102457227e Content-Length: 0 Content-Type: application/json 2018-08-29 05:13:35,484 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/361822f7-6efd-4b04-bf79-cf6b407c7e7a used request id req-c741ddc3-9f45-4b67-94be-0e102457227e 2018-08-29 05:13:35,485 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-1ace867b-3906-42bc-bb65-f3610b1d5c63-image 2018-08-29 05:13:35,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15960b659e56ef080bc5626a3065c4954ed2b2c3" 2018-08-29 05:13:37,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1420fcfd-6532-4669-bad7-1ae2b4231c8e Date: Wed, 29 Aug 2018 05:13:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:13:37,141 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/f5ec5c52-8f9d-4039-a285-2abf5ab5df6f used request id req-1420fcfd-6532-4669-bad7-1ae2b4231c8e 2018-08-29 05:13:37,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:37,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4495e552-fe9e-44cf-a332-e8b59d1fd757 Date: Wed, 29 Aug 2018 05:13:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "created_at": "2018-08-29T05:13:03Z", "updated_at": "2018-08-29T05:13:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "revision_number": 0, "id": "1c7b0c6b-0633-4a37-90a1-7dac2cabd513", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd96455b044a4e6e836951bd69c6f8d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "revision_number": 0, "id": "291d21e7-c6b4-4416-bfb8-391ef208b000", "remote_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "cd96455b044a4e6e836951bd69c6f8d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "revision_number": 0, "id": "7c012e8c-ba6a-4357-b26a-be54bae8d61d", "remote_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd96455b044a4e6e836951bd69c6f8d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "revision_number": 0, "id": "b7eb54cc-d0a2-4bab-9e9a-4e81f736ecab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "cd96455b044a4e6e836951bd69c6f8d7"}], "revision_number": 4, "project_id": "cd96455b044a4e6e836951bd69c6f8d7", "id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "name": "default"}]} 2018-08-29 05:13:37,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups?name=default used request id req-4495e552-fe9e-44cf-a332-e8b59d1fd757 2018-08-29 05:13:37,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:37,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a1858f-43ce-4a7b-964f-405e6d7109d8 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91"}, "enabled": true, "id": "4502eceebff94fd799e86a5a03c38e91", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}} 2018-08-29 05:13:37,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91 used request id req-65a1858f-43ce-4a7b-964f-405e6d7109d8 2018-08-29 05:13:37,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:37,680 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 29 Aug 2018 05:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cc52c86-b23f-4af6-b308-c029c4a3baac Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: c8c4e2c36ff640bd9e200515f4dcb394.", "code": 404, "title": "Not Found"}} 2018-08-29 05:13:37,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/c8c4e2c36ff640bd9e200515f4dcb394 used request id req-4cc52c86-b23f-4af6-b308-c029c4a3baac 2018-08-29 05:13:37,680 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-08-29 05:13:37,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:37,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502edf35-db0d-48db-9df1-e1238c8b27c2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-08-29 05:13:37,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6 used request id req-502edf35-db0d-48db-9df1-e1238c8b27c2 2018-08-29 05:13:37,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:37,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a86aae-0c8b-448e-aa41-399686d1e269 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7"}, "enabled": true, "id": "cd96455b044a4e6e836951bd69c6f8d7", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-39688bfb-5b38-42f-proj"}} 2018-08-29 05:13:37,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-72a86aae-0c8b-448e-aa41-399686d1e269 2018-08-29 05:13:37,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc0264b8-423b-46b1-a7c6-1db41a983a67 2018-08-29 05:13:37,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=fc0264b8-423b-46b1-a7c6-1db41a983a67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:38,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-aa126fb5-f540-456d-b018-a02bfdd177ca Date: Wed, 29 Aug 2018 05:13:38 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-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "port_range_min": null, "revision_number": 0, "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "created_at": "2018-08-29T05:13:03Z", "project_id": "cd96455b044a4e6e836951bd69c6f8d7", "id": "1c7b0c6b-0633-4a37-90a1-7dac2cabd513"}, {"remote_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "port_range_min": null, "revision_number": 0, "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "created_at": "2018-08-29T05:13:03Z", "project_id": "cd96455b044a4e6e836951bd69c6f8d7", "id": "291d21e7-c6b4-4416-bfb8-391ef208b000"}, {"remote_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "port_range_min": null, "revision_number": 0, "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "created_at": "2018-08-29T05:13:03Z", "project_id": "cd96455b044a4e6e836951bd69c6f8d7", "id": "7c012e8c-ba6a-4357-b26a-be54bae8d61d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:03Z", "security_group_id": "fc0264b8-423b-46b1-a7c6-1db41a983a67", "port_range_min": null, "revision_number": 0, "tenant_id": "cd96455b044a4e6e836951bd69c6f8d7", "created_at": "2018-08-29T05:13:03Z", "project_id": "cd96455b044a4e6e836951bd69c6f8d7", "id": "b7eb54cc-d0a2-4bab-9e9a-4e81f736ecab"}]} 2018-08-29 05:13:38,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules?security_group_id=fc0264b8-423b-46b1-a7c6-1db41a983a67 used request id req-aa126fb5-f540-456d-b018-a02bfdd177ca 2018-08-29 05:13:38,042 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 05:13:38,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:9696/v2.0/security-groups/fc0264b8-423b-46b1-a7c6-1db41a983a67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:38,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7472394b-90a3-4480-8c85-6fcb8fc2ab06 Content-Length: 0 Date: Wed, 29 Aug 2018 05:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:13:38,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/fc0264b8-423b-46b1-a7c6-1db41a983a67 used request id req-7472394b-90a3-4480-8c85-6fcb8fc2ab06 2018-08-29 05:13:38,531 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-39688bfb-5b38-42f-proj 2018-08-29 05:13:38,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:38,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fafc4453-4f1e-45c9-aada-e3811248e478 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:38,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/cd96455b044a4e6e836951bd69c6f8d7 used request id req-fafc4453-4f1e-45c9-aada-e3811248e478 2018-08-29 05:13:38,810 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-39688bfb-5b38-42f-proj-role 2018-08-29 05:13:38,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/roles/aaf2c2055778466e946ae2b8e0f36c8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:38,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95cf81c4-91c2-4fc2-afc9-2cba4c2b95f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:38,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/aaf2c2055778466e946ae2b8e0f36c8b used request id req-95cf81c4-91c2-4fc2-afc9-2cba4c2b95f8 2018-08-29 05:13:38,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4a400c180b6e20105108bc51a6fa4dcda26c37" 2018-08-29 05:13:39,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba7c10a-18c8-4d0c-8ee6-3ca24afc0897 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "67575ecdd0c745f084e6efe298bb7688", "links": {"self": "http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:13:39,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8ba7c10a-18c8-4d0c-8ee6-3ca24afc0897 2018-08-29 05:13:39,013 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-39688bfb-5b38-42f-user 2018-08-29 05:13:39,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.24:5000/v3/users/4c175d601a5c43f19f80fecfba7bb9fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b7505540f86af4e9c2d14e46b7d069c9339ae42" 2018-08-29 05:13:39,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a5278d1-b96a-4374-8c5c-5fbdf1a8025c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:39,195 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/4c175d601a5c43f19f80fecfba7bb9fe used request id req-3a5278d1-b96a-4374-8c5c-5fbdf1a8025c 2018-08-29 05:13:39,196 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.080s OK 2018-08-29 05:13:39,311 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 05:13:39,311 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-08-29 05:13:39,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:13:39,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:39,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb17006-b679-49d7-9bc3-52f5809b647e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "67575ecdd0c745f084e6efe298bb7688", "links": {"self": "http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:13:39,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-abb17006-b679-49d7-9bc3-52f5809b647e 2018-08-29 05:13:39,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0784289836884s 2018-08-29 05:13:39,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:13:39,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:39,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c3fc44a-7718-45e7-8435-dfd2f4abe08c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:39,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/67575ecdd0c745f084e6efe298bb7688 used request id req-4c3fc44a-7718-45e7-8435-dfd2f4abe08c 2018-08-29 05:13:39,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.140388011932s 2018-08-29 05:13:39,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:13:39,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:39,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f79fb8-0dc7-45e4-a6fe-4121a70878a8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546", "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "domain_id": "default", "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:13:39,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-c9f79fb8-0dc7-45e4-a6fe-4121a70878a8 2018-08-29 05:13:39,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0993740558624s 2018-08-29 05:13:39,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-c9f79fb8-0dc7-45e4-a6fe-4121a70878a8 2018-08-29 05:13:39,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:13:39,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:39,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15b5ce0-a9a5-443b-9520-92aa10805362 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9"}, "enabled": true, "id": "0dad74562b6c4eb18d0a8f8eb1cf5af9", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_a5736af9-87dd-4e94-99ce-9f2bd8061546"}} 2018-08-29 05:13:39,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 used request id req-e15b5ce0-a9a5-443b-9520-92aa10805362 2018-08-29 05:13:39,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0937540531158s 2018-08-29 05:13:39,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 used request id req-e15b5ce0-a9a5-443b-9520-92aa10805362 2018-08-29 05:13:39,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-29 05:13:39,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:39,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bd94e49-989f-416e-bf23-c599bec4ec1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:39,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 used request id req-6bd94e49-989f-416e-bf23-c599bec4ec1a 2018-08-29 05:13:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198069095612s 2018-08-29 05:13:39,937 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/0dad74562b6c4eb18d0a8f8eb1cf5af9 used request id req-6bd94e49-989f-416e-bf23-c599bec4ec1a 2018-08-29 05:13:39,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:13:39,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:40,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46413357-90cd-49bf-b61a-0f9d95f9cb9b Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91"}, "enabled": true, "id": "4502eceebff94fd799e86a5a03c38e91", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a5736af9-87dd-4e94-99ce-9f2bd8061546"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:13:40,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-46413357-90cd-49bf-b61a-0f9d95f9cb9b 2018-08-29 05:13:40,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792129039764s 2018-08-29 05:13:40,017 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-46413357-90cd-49bf-b61a-0f9d95f9cb9b 2018-08-29 05:13:40,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-29 05:13:40,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:40,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d366e54-608c-4fcd-bf8a-bc8718d01234 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:40,168 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91 used request id req-7d366e54-608c-4fcd-bf8a-bc8718d01234 2018-08-29 05:13:40,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.148873090744s 2018-08-29 05:13:40,168 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/4502eceebff94fd799e86a5a03c38e91 used request id req-7d366e54-608c-4fcd-bf8a-bc8718d01234 2018-08-29 05:13:40,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:13:40,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:40,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a41ecf2-9085-43dd-bb62-3d561862218d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "0192ba3c43d44ab880dc73556a103345", "links": {"self": "http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:13:40,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-5a41ecf2-9085-43dd-bb62-3d561862218d 2018-08-29 05:13:40,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749578475952s 2018-08-29 05:13:40,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:13:40,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23c6e3657361cdbc903ca13ccdd8a2140920ed6f" 2018-08-29 05:13:40,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7de2b6d-452d-466a-aaea-1dbe44321ced Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:40,350 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/0192ba3c43d44ab880dc73556a103345 used request id req-c7de2b6d-452d-466a-aaea-1dbe44321ced 2018-08-29 05:13:40,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105232000351s 2018-08-29 05:13:40,351 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:18 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-29 05:13:40,356 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-29 05:13:43,036 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-274 | | 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-08-29 05:13:43,041 - 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=a7BUMz4TCQhrYvJCDTVukhvKk export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-08-29 05:13:43,041 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-29 05:13:43,042 - 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-08-29 05:13:43,078 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:13:44,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:13:44,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:13:44,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:13:44,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:13:44,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:13:44,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:13:44,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98429175-17c5-46bc-9c73-cbb6b9a0a331 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:44,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-98429175-17c5-46bc-9c73-cbb6b9a0a331 2018-08-29 05:13:44,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:44,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["jGr-X9KSRQuZVoY5GhoYXw"], "issued_at": "2018-08-29T05:13:44.000000Z"}} 2018-08-29 05:13:44,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:13:44,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:44,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-30726570-9d47-4f46-ab7a-4f5aa520ca50 Date: Wed, 29 Aug 2018 05:13:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:13:44,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-30726570-9d47-4f46-ab7a-4f5aa520ca50 2018-08-29 05:13:44,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242365121841s 2018-08-29 05:13:44,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-30726570-9d47-4f46-ab7a-4f5aa520ca50 2018-08-29 05:13:44,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-08-29 05:13:44,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:44,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:13: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:13:44,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:44,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4bb6244-5066-4ccf-a139-157580da2b98 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/3e0ca93d57fd4bc085ad22d5c98fa54c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3e0ca93d57fd4bc085ad22d5c98fa54c"}, {"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-29 05:13:44,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-a4bb6244-5066-4ccf-a139-157580da2b98 2018-08-29 05:13:44,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.304057121277s 2018-08-29 05:13:44,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-29 05:13:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}}' 2018-08-29 05:13:45,051 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb85e95-8efa-41cb-bcce-66562ab5fc99 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.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b"}, "enabled": true, "id": "199a6c361a634479973eb2576c5e7b3b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:13:45,051 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-aeb85e95-8efa-41cb-bcce-66562ab5fc99 2018-08-29 05:13:45,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0917801856995s 2018-08-29 05:13:45,052 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-aeb85e95-8efa-41cb-bcce-66562ab5fc99 2018-08-29 05:13:45,052 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'id': u'199a6c361a634479973eb2576c5e7b3b', '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-08-29 05:13:45,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-08-29 05:13:45,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.399168968201s 2018-08-29 05:13:45,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:45,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419ec1b7-b646-4ad1-a2c5-a005e71797b0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd"}, "enabled": true, "id": "b54e2d73085b41428ff4168bcb6092fd", "options": {}, "domain_id": "default", "name": "vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:13:45,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd used request id req-419ec1b7-b646-4ad1-a2c5-a005e71797b0 2018-08-29 05:13:45,550 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b54e2d73085b41428ff4168bcb6092fd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f'}) 2018-08-29 05:13:45,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:13:45,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:45,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cd17b84-da3a-49cb-a444-628cd8d0f370 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:13:45,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-1cd17b84-da3a-49cb-a444-628cd8d0f370 2018-08-29 05:13:45,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752789974213s 2018-08-29 05:13:45,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:13:45,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:45,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1106dd64-6866-4a30-aeb0-40a1da29d85a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:13:45,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-1106dd64-6866-4a30-aeb0-40a1da29d85a 2018-08-29 05:13:45,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797870159149s 2018-08-29 05:13:45,708 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 05:13:45,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:13:45,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" -d '{"role": {"name": "Member"}}' 2018-08-29 05:13:45,800 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c686c6a1-e9d0-4f05-9ae5-10e7abb2a985 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ea4621f1cc794c7c859995dbf0aa5ccb", "links": {"self": "http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb"}, "name": "Member"}} 2018-08-29 05:13:45,800 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-c686c6a1-e9d0-4f05-9ae5-10e7abb2a985 2018-08-29 05:13:45,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0917701721191s 2018-08-29 05:13:45,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:45,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16949b19-e3b3-42e0-9def-d6a3b93b7270 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb"}, "domain_id": null, "name": "Member", "id": "ea4621f1cc794c7c859995dbf0aa5ccb"}} 2018-08-29 05:13:45,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb used request id req-16949b19-e3b3-42e0-9def-d6a3b93b7270 2018-08-29 05:13:45,880 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb'}, 'domain_id': None, 'human_id': None, 'id': u'ea4621f1cc794c7c859995dbf0aa5ccb', 'HUMAN_ID': False}) 2018-08-29 05:13:45,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:13:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:45,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-898f2bc1-02b6-4251-a7bd-a6af4b1cf55e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ea4621f1cc794c7c859995dbf0aa5ccb", "links": {"self": "http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb"}, "name": "Member"}]} 2018-08-29 05:13:45,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-898f2bc1-02b6-4251-a7bd-a6af4b1cf55e 2018-08-29 05:13:45,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760381221771s 2018-08-29 05:13:45,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:13:45,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:46,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de37f5cc-ea9b-432a-8a17-897b47f08340 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:13:46,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-de37f5cc-ea9b-432a-8a17-897b47f08340 2018-08-29 05:13:46,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0780649185181s 2018-08-29 05:13:46,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:13:46,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:46,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47f309b-1445-4ae2-9636-1584a4a417ed Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "links": {"self": "http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd"}, "domain_id": "default", "enabled": true, "id": "b54e2d73085b41428ff4168bcb6092fd", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:13:46,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b47f309b-1445-4ae2-9636-1584a4a417ed 2018-08-29 05:13:46,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0899138450623s 2018-08-29 05:13:46,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b47f309b-1445-4ae2-9636-1584a4a417ed 2018-08-29 05:13:46,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:13:46,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:46,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8df96ee-8de2-407d-b23c-f66a0f72109d Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24: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.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b"}, "enabled": true, "id": "199a6c361a634479973eb2576c5e7b3b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:13:46,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-d8df96ee-8de2-407d-b23c-f66a0f72109d 2018-08-29 05:13:46,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791480541229s 2018-08-29 05:13:46,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-d8df96ee-8de2-407d-b23c-f66a0f72109d 2018-08-29 05:13:46,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:13:46,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=b54e2d73085b41428ff4168bcb6092fd&scope.project.id=199a6c361a634479973eb2576c5e7b3b&role.id=ea4621f1cc794c7c859995dbf0aa5ccb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:46,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1ef186-aad9-4368-a46b-677c5cdd943b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=b54e2d73085b41428ff4168bcb6092fd&scope.project.id=199a6c361a634479973eb2576c5e7b3b&role.id=ea4621f1cc794c7c859995dbf0aa5ccb", "previous": null, "next": null}} 2018-08-29 05:13:46,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=b54e2d73085b41428ff4168bcb6092fd&scope.project.id=199a6c361a634479973eb2576c5e7b3b&role.id=ea4621f1cc794c7c859995dbf0aa5ccb used request id req-9d1ef186-aad9-4368-a46b-677c5cdd943b 2018-08-29 05:13:46,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0809919834137s 2018-08-29 05:13:46,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:13:46,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b/users/b54e2d73085b41428ff4168bcb6092fd/roles/ea4621f1cc794c7c859995dbf0aa5ccb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:13:46,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85cafbfd-af3d-46e4-88fb-9aaea2893d90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:13:46,522 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b/users/b54e2d73085b41428ff4168bcb6092fd/roles/ea4621f1cc794c7c859995dbf0aa5ccb used request id req-85cafbfd-af3d-46e4-88fb-9aaea2893d90 2018-08-29 05:13:46,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.22598695755s 2018-08-29 05:13:46,523 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 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': 'fc22bf3d-fcab-41f5-97fa-27203e62860b', 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_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'project_id': u'199a6c361a634479973eb2576c5e7b3b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-29 05:13:46,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:13:46,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:13:46,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:13:46,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:13:46,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:13:46,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:13:46,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:13:46,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:13:46,529 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'password': 'fc22bf3d-fcab-41f5-97fa-27203e62860b', 'project_name': 'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000/v3', 'project_id': '199a6c361a634479973eb2576c5e7b3b', 'project_domain_name': 'Default'} 2018-08-29 05:13:46,529 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-29 05:13:46,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:13:46,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b734e2e7-21ab-4265-8895-07437b58c793 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:13:46,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b734e2e7-21ab-4265-8895-07437b58c793 2018-08-29 05:13:46,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:13:46,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea4621f1cc794c7c859995dbf0aa5ccb", "name": "Member"}], "expires_at": "2018-08-29T06:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "199a6c361a634479973eb2576c5e7b3b", "name": "vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/199a6c361a634479973eb2576c5e7b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/199a6c361a634479973eb2576c5e7b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/199a6c361a634479973eb2576c5e7b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/199a6c361a634479973eb2576c5e7b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/199a6c361a634479973eb2576c5e7b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/199a6c361a634479973eb2576c5e7b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/199a6c361a634479973eb2576c5e7b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/199a6c361a634479973eb2576c5e7b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/199a6c361a634479973eb2576c5e7b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/199a6c361a634479973eb2576c5e7b3b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/199a6c361a634479973eb2576c5e7b3b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/199a6c361a634479973eb2576c5e7b3b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "id": "b54e2d73085b41428ff4168bcb6092fd"}, "audit_ids": ["2MJBs_hkSRC98O2FtMAT9A"], "issued_at": "2018-08-29T05:13:46.000000Z"}} 2018-08-29 05:13:46,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-29 05:13:46,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"network": {"name": "vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "admin_state_up": true}}' 2018-08-29 05:13:47,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-0a418abd-7686-456f-90ff-504d2ab53354 Date: Wed, 29 Aug 2018 05:13:47 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T05:13:47Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:13:47,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-0a418abd-7686-456f-90ff-504d2ab53354 2018-08-29 05:13:47,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.587146997452s 2018-08-29 05:13:47,505 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-0a418abd-7686-456f-90ff-504d2ab53354 2018-08-29 05:13:47,505 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T05:13:47Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'3d341dd5-131a-4a79-80a5-4e10ad133619', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', u'admin_state_up': True, u'tenant_id': u'199a6c361a634479973eb2576c5e7b3b', u'created_at': u'2018-08-29T05:13:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'199a6c361a634479973eb2576c5e7b3b'}) 2018-08-29 05:13:47,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:13:47,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:47,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-f018b208-77db-4346-aac7-9253dc011d9d Date: Wed, 29 Aug 2018 05:13:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-29T05:13:47Z","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:13:47,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-f018b208-77db-4346-aac7-9253dc011d9d 2018-08-29 05:13:47,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253837823868s 2018-08-29 05:13:47,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-f018b208-77db-4346-aac7-9253dc011d9d 2018-08-29 05:13:47,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-29 05:13:47,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"subnet": {"name": "vping_ssh-subnet_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "enable_dhcp": true, "network_id": "3d341dd5-131a-4a79-80a5-4e10ad133619", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-29 05:13:48,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7a511be9-0afe-47cd-917c-ba807b5ad426 Date: Wed, 29 Aug 2018 05:13:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d341dd5-131a-4a79-80a5-4e10ad133619","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:13:48Z","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":"199a6c361a634479973eb2576c5e7b3b","id":"1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4","subnetpool_id":null,"name":"vping_ssh-subnet_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:13:48,409 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-7a511be9-0afe-47cd-917c-ba807b5ad426 2018-08-29 05:13:48,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.64706993103s 2018-08-29 05:13:48,409 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-7a511be9-0afe-47cd-917c-ba807b5ad426 2018-08-29 05:13:48,410 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T05:13:48Z', 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'1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', u'enable_dhcp': True, u'network_id': u'3d341dd5-131a-4a79-80a5-4e10ad133619', u'tenant_id': u'199a6c361a634479973eb2576c5e7b3b', u'created_at': u'2018-08-29T05:13:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'199a6c361a634479973eb2576c5e7b3b'}) 2018-08-29 05:13:48,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-29 05:13:48,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "admin_state_up": true}}' 2018-08-29 05:13:53,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-5b53b910-d72d-4da1-8cd9-550a9334d90e Date: Wed, 29 Aug 2018 05:13:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:52Z", "admin_state_up": true, "updated_at": "2018-08-29T05:13:53Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "234c9403-76eb-4ab5-863a-37593eb10471", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:13:53,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-5b53b910-d72d-4da1-8cd9-550a9334d90e 2018-08-29 05:13:53,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.86361598969s 2018-08-29 05:13:53,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-5b53b910-d72d-4da1-8cd9-550a9334d90e 2018-08-29 05:13:53,275 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0c72616c-e4f7-4964-93e6-09fc67b91a5f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'22013455-84e2-490c-9984-e92df445cfbb', u'ip_address': u'172.30.9.217'}]}, u'description': u'', u'tags': [], u'tenant_id': u'199a6c361a634479973eb2576c5e7b3b', u'created_at': u'2018-08-29T05:13:52Z', u'admin_state_up': True, u'updated_at': u'2018-08-29T05:13:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'199a6c361a634479973eb2576c5e7b3b', u'id': u'234c9403-76eb-4ab5-863a-37593eb10471', u'name': u'vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f'}) 2018-08-29 05:13:53,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-29 05:13:53,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471/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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"subnet_id": "1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"}' 2018-08-29 05:13:54,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d1be1e2-d089-4ec3-ace6-361631d74ab8 Date: Wed, 29 Aug 2018 05:13:54 GMT RESP BODY: {"network_id": "3d341dd5-131a-4a79-80a5-4e10ad133619", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "subnet_id": "1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4", "subnet_ids": ["1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"], "port_id": "c4d9f9cd-2a15-4cab-b9d7-7d88e4e06c5b", "id": "234c9403-76eb-4ab5-863a-37593eb10471"} 2018-08-29 05:13:54,847 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471/add_router_interface.json used request id req-2d1be1e2-d089-4ec3-ace6-361631d74ab8 2018-08-29 05:13:54,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.57171487808s 2018-08-29 05:13:54,847 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471/add_router_interface.json used request id req-2d1be1e2-d089-4ec3-ace6-361631d74ab8 returning object 234c9403-76eb-4ab5-863a-37593eb10471 2018-08-29 05:13:54,848 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:13:54,980 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-29 05:13:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:54,986 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 29 Aug 2018 05:13:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-08-29 05:13:54,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:13:54,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:55,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-72fecfbf-11c6-49c0-9de2-59fab0d3e54e Date: Wed, 29 Aug 2018 05:13:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:13:55,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-72fecfbf-11c6-49c0-9de2-59fab0d3e54e 2018-08-29 05:13:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166713953018s 2018-08-29 05:13:55,154 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-72fecfbf-11c6-49c0-9de2-59fab0d3e54e 2018-08-29 05:13:55,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-29 05:13:55,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}' 2018-08-29 05:13:55,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090 X-Openstack-Request-Id: req-f2683d6e-b84e-47c2-a082-af003c8db734 Date: Wed, 29 Aug 2018 05:13:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file", "owner": "199a6c361a634479973eb2576c5e7b3b", "id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "size": null, "self": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:13:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "checksum": null, "created_at": "2018-08-29T05:13:55Z", "protected": false} 2018-08-29 05:13:55,452 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-f2683d6e-b84e-47c2-a082-af003c8db734 2018-08-29 05:13:55,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.295455932617s 2018-08-29 05:13:55,452 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-f2683d6e-b84e-47c2-a082-af003c8db734 returning object bd0bbd09-06a3-4d35-8bbd-e4c6bab51090 2018-08-29 05:13:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-29 05:13:55,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/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}cb4a539442bef0a8d232097727f105f295c2506b" -d '' 2018-08-29 05:13:56,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ccce3328-4852-46b8-b57b-51ea754d8d07 Date: Wed, 29 Aug 2018 05:13:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:13:56,405 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file used request id req-ccce3328-4852-46b8-b57b-51ea754d8d07 2018-08-29 05:13:56,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.952405929565s 2018-08-29 05:13:56,406 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file used request id req-ccce3328-4852-46b8-b57b-51ea754d8d07 2018-08-29 05:13:56,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:13:56,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:56,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8ee84ac4-d837-44e7-b4e1-f48051503b82 Date: Wed, 29 Aug 2018 05:13:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "metadata": {}}], "file": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file", "owner": "199a6c361a634479973eb2576c5e7b3b", "id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "size": 12716032, "self": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:13:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:13:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:13:56,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-8ee84ac4-d837-44e7-b4e1-f48051503b82 2018-08-29 05:13:56,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0344500541687s 2018-08-29 05:13:56,442 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-8ee84ac4-d837-44e7-b4e1-f48051503b82 2018-08-29 05:13:56,444 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file', 'owner': u'199a6c361a634479973eb2576c5e7b3b', 'id': u'bd0bbd09-06a3-4d35-8bbd-e4c6bab51090', 'size': 12716032, u'self': u'/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'199a6c361a634479973eb2576c5e7b3b', 'name': 'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-29T05:13:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-29T05:13:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'created': u'2018-08-29T05:13:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-29T05:13:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-29 05:13:56,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-29 05:13:56,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-29 05:13:56,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbc0a36d-097a-428f-9257-2e8f2102a1d2 x-compute-request-id: req-dbc0a36d-097a-428f-9257-2e8f2102a1d2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81576272-dcfd-4f10-8584-c6301466a33c", "name": "vping_ssh-flavor_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:13:56,642 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-dbc0a36d-097a-428f-9257-2e8f2102a1d2 2018-08-29 05:13:56,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.197468996048s 2018-08-29 05:13:56,643 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-dbc0a36d-097a-428f-9257-2e8f2102a1d2 returning object 81576272-dcfd-4f10-8584-c6301466a33c 2018-08-29 05:13:56,643 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', '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'8331fb80acb1488a84bc7cffea257dab', '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'81576272-dcfd-4f10-8584-c6301466a33c', 'swap': 0}) 2018-08-29 05:13:56,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-29 05:13:56,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c/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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" -d '{"extra_specs": {}}' 2018-08-29 05:13:56,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-693d8f5d-1aad-4671-85bd-f4d11b622971 x-compute-request-id: req-693d8f5d-1aad-4671-85bd-f4d11b622971 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:13:56,664 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c/os-extra_specs used request id req-693d8f5d-1aad-4671-85bd-f4d11b622971 2018-08-29 05:13:56,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202810764313s 2018-08-29 05:13:56,665 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c/os-extra_specs used request id req-693d8f5d-1aad-4671-85bd-f4d11b622971 2018-08-29 05:13:56,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-29 05:13:56,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"keypair": {"name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}}' 2018-08-29 05:13:57,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17f6967c-76d9-4a26-b114-d00fabff4e7e x-compute-request-id: req-17f6967c-76d9-4a26-b114-d00fabff4e7e Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtZO3qss9SCihvXsWpWZXQok/w1lPmcxDI5ipEQlzLUCGMohHV56Zp7GRPvF1rpcue4IXgslCHmLy/MXYgBUpIVcTURLLaTdf3BZ6E65ljeZVt/UIOmYOQgH2jN5FN+yOPZLTowySZYHnr68Ko5c9/0SbD+ijM6t7UT9DUiWleSJtVcFNeTHiq2Obw3cMNdrSSF5gT0noV8p5fncMRGk2Pi4pmGowxVrqvAd6UUb3IR4w+TCQmj85Pbj3x7EUVEq8U4i14lSWk6xuXXcfAE5anbno/xzK1Q1s48Nyq1lnQgIjKoJFnrQI7d/uRdpGjDLHDHw76GUeaCnEc5UJqWGAN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEArWTt6rLPUgoob17FqVmV0KJP8NZT5nMQyOYqREJcy1AhjKIR\n1eemaexkT7xda6XLnuCF4LJQh5i8vzF2IAVKSFXE1ESy2k3X9wWehOuZY3mVbf1C\nDpmDkIB9ozeRTfsjj2S06MMkmWB56+vCqOXPf9Emw/oozOre1E/Q1IlpXkibVXBT\nXkx4qtjm8N3DDXa0kheYE9J6FfKeX53DERpNj4uKZhqMMVa6rwHelFG9yEeMPkwk\nJo/OT2498exFFRKvFOIteJUlpOsbl13HwBOWp256P8cytUNbOPDcqtZZ0ICIyqCR\nZ60CO3f7kXaRowyxwx8O+hlHmgpxHOVCalhgDQIDAQABAoIBAE23VSPCrUW6I9F3\nCuUSsCFo/qeViNlbbYR+FSevDuRZsA/WfGQBhgcn2vYaGU0sbI1zWM4TXiDIhqCz\nTJyhgl/VgXkaqYdLKKchL6Gn74I0dpNr1fWxPNTBoo5LU6c+DvwwSR2iiX7tTPg/\nHWqSRmSlm9hvAWaHRwSmGZWJWV7WMwHw0SSAjQ5W/bUY3e6tL+JKftBsiILV6VmS\nO+Dya5c54Y2lIREA9aKe9/VByz8WTs7eyzJEHQJYASK3b7TMV1R/bwqg6wT7hkx+\nkZE9hKc6sbKLABr86VqqmjznSr9olnnNVdCoM8mD85rVqOVzBOHcwkjb+TvxIZRR\nowICnEkCgYEA3+4KsUkF2RG9eugpXrq2ezJD0IqL2lhUGF641YhUjzEVs93IH/sy\nK8z5uU2xjXat5wSIrOt2LC4dmIYnOoy8X4Lbg35eveK1MfpRs2iSUcOUGl7MVLcZ\n9jyAAD2izjg2/i5D2MlNGfjI72vBNK8Z4RfVEReu5iDj0CNhC1Nfru8CgYEAxjoY\n00/767D8gAagHIOZNcVSMT5Ut45cnhjHCiCSLgxrjBvhsbkCh0l1W/zlu0iTO2DL\nK11W49a0Q+0z5Qmrj8tHNnLC6if7Wkz7XPnTGwz1pR5zaPcg3jfTmKTlQEWn1z+v\nvtLtVWCLVxvHkBEKYMsRV3rcAjMT3EcSMQbr4MMCgYEAr0HCpJYeOZGk1ni1SCqh\nfzIL2T9VzYGr75bS2mxkod0suyUs57rVvWojWF/yQmFMIa5uucdfKZy+FQ2Jzk0v\ncSEdZICW7c5tObxMDToeqleDpk/jY7oaW5lmJMoYjYV5pN3Yw+ZorZcEzD1tbSpN\n+tmILGR4wiujoNbPsOmDzYkCgYEAjX/fRMhtrhsSw1j3ZiNSdJ28REaYNsc6ueg5\n/LKvZoubIdKtUy4b7fK0AcwPOZde8h3wKa5hXhZfa7WhO7ehbe3PkcBt/rQ3qogV\nTpNO7Jpdp1aLT7xJDBeRxf6/XxfZ7b8adv8eR7m4/Z9o3yAq5llOscGT10YawT1C\ncRjdu/0CgYEAp5PyidBLzs0c8WdtFv/nK1OURk/wPrJTMFpmK7tYlPhu7MB0nP1n\n/N4yEIVxNUFoeVzh7nrcEiWmeLiP6pGhZDl45zHd30DgirgyPJO+UiiFQhvqupXb\nhznTj6dEduULVErkTxzJVjj6biq6Ly9A00Zc/Sl1cP0C53BotlFnZY4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "b54e2d73085b41428ff4168bcb6092fd", "name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "fingerprint": "c9:75:56:ac:6a:d1:38:14:a7:13:3f:34:a1:c3:fd:e4"}} 2018-08-29 05:13:57,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-17f6967c-76d9-4a26-b114-d00fabff4e7e 2018-08-29 05:13:57,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.379772186279s 2018-08-29 05:13:57,046 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-17f6967c-76d9-4a26-b114-d00fabff4e7e 2018-08-29 05:13:57,046 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtZO3qss9SCihvXsWpWZXQok/w1lPmcxDI5ipEQlzLUCGMohHV56Zp7GRPvF1rpcue4IXgslCHmLy/MXYgBUpIVcTURLLaTdf3BZ6E65ljeZVt/UIOmYOQgH2jN5FN+yOPZLTowySZYHnr68Ko5c9/0SbD+ijM6t7UT9DUiWleSJtVcFNeTHiq2Obw3cMNdrSSF5gT0noV8p5fncMRGk2Pi4pmGowxVrqvAd6UUb3IR4w+TCQmj85Pbj3x7EUVEq8U4i14lSWk6xuXXcfAE5anbno/xzK1Q1s48Nyq1lnQgIjKoJFnrQI7d/uRdpGjDLHDHw76GUeaCnEc5UJqWGAN Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEArWTt6rLPUgoob17FqVmV0KJP8NZT5nMQyOYqREJcy1AhjKIR\n1eemaexkT7xda6XLnuCF4LJQh5i8vzF2IAVKSFXE1ESy2k3X9wWehOuZY3mVbf1C\nDpmDkIB9ozeRTfsjj2S06MMkmWB56+vCqOXPf9Emw/oozOre1E/Q1IlpXkibVXBT\nXkx4qtjm8N3DDXa0kheYE9J6FfKeX53DERpNj4uKZhqMMVa6rwHelFG9yEeMPkwk\nJo/OT2498exFFRKvFOIteJUlpOsbl13HwBOWp256P8cytUNbOPDcqtZZ0ICIyqCR\nZ60CO3f7kXaRowyxwx8O+hlHmgpxHOVCalhgDQIDAQABAoIBAE23VSPCrUW6I9F3\nCuUSsCFo/qeViNlbbYR+FSevDuRZsA/WfGQBhgcn2vYaGU0sbI1zWM4TXiDIhqCz\nTJyhgl/VgXkaqYdLKKchL6Gn74I0dpNr1fWxPNTBoo5LU6c+DvwwSR2iiX7tTPg/\nHWqSRmSlm9hvAWaHRwSmGZWJWV7WMwHw0SSAjQ5W/bUY3e6tL+JKftBsiILV6VmS\nO+Dya5c54Y2lIREA9aKe9/VByz8WTs7eyzJEHQJYASK3b7TMV1R/bwqg6wT7hkx+\nkZE9hKc6sbKLABr86VqqmjznSr9olnnNVdCoM8mD85rVqOVzBOHcwkjb+TvxIZRR\nowICnEkCgYEA3+4KsUkF2RG9eugpXrq2ezJD0IqL2lhUGF641YhUjzEVs93IH/sy\nK8z5uU2xjXat5wSIrOt2LC4dmIYnOoy8X4Lbg35eveK1MfpRs2iSUcOUGl7MVLcZ\n9jyAAD2izjg2/i5D2MlNGfjI72vBNK8Z4RfVEReu5iDj0CNhC1Nfru8CgYEAxjoY\n00/767D8gAagHIOZNcVSMT5Ut45cnhjHCiCSLgxrjBvhsbkCh0l1W/zlu0iTO2DL\nK11W49a0Q+0z5Qmrj8tHNnLC6if7Wkz7XPnTGwz1pR5zaPcg3jfTmKTlQEWn1z+v\nvtLtVWCLVxvHkBEKYMsRV3rcAjMT3EcSMQbr4MMCgYEAr0HCpJYeOZGk1ni1SCqh\nfzIL2T9VzYGr75bS2mxkod0suyUs57rVvWojWF/yQmFMIa5uucdfKZy+FQ2Jzk0v\ncSEdZICW7c5tObxMDToeqleDpk/jY7oaW5lmJMoYjYV5pN3Yw+ZorZcEzD1tbSpN\n+tmILGR4wiujoNbPsOmDzYkCgYEAjX/fRMhtrhsSw1j3ZiNSdJ28REaYNsc6ueg5\n/LKvZoubIdKtUy4b7fK0AcwPOZde8h3wKa5hXhZfa7WhO7ehbe3PkcBt/rQ3qogV\nTpNO7Jpdp1aLT7xJDBeRxf6/XxfZ7b8adv8eR7m4/Z9o3yAq5llOscGT10YawT1C\ncRjdu/0CgYEAp5PyidBLzs0c8WdtFv/nK1OURk/wPrJTMFpmK7tYlPhu7MB0nP1n\n/N4yEIVxNUFoeVzh7nrcEiWmeLiP6pGhZDl45zHd30DgirgyPJO+UiiFQhvqupXb\nhznTj6dEduULVErkTxzJVjj6biq6Ly9A00Zc/Sl1cP0C53BotlFnZY4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b54e2d73085b41428ff4168bcb6092fd', 'name': u'vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'created_at': '2018-08-29T05:13:57.046844', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'199a6c361a634479973eb2576c5e7b3b', 'name': 'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c9:75:56:ac:6a:d1:38:14:a7:13:3f:34:a1:c3:fd:e4', 'type': 'ssh', 'id': u'vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f'}) 2018-08-29 05:13:57,047 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEArWTt6rLPUgoob17FqVmV0KJP8NZT5nMQyOYqREJcy1AhjKIR 1eemaexkT7xda6XLnuCF4LJQh5i8vzF2IAVKSFXE1ESy2k3X9wWehOuZY3mVbf1C DpmDkIB9ozeRTfsjj2S06MMkmWB56+vCqOXPf9Emw/oozOre1E/Q1IlpXkibVXBT Xkx4qtjm8N3DDXa0kheYE9J6FfKeX53DERpNj4uKZhqMMVa6rwHelFG9yEeMPkwk Jo/OT2498exFFRKvFOIteJUlpOsbl13HwBOWp256P8cytUNbOPDcqtZZ0ICIyqCR Z60CO3f7kXaRowyxwx8O+hlHmgpxHOVCalhgDQIDAQABAoIBAE23VSPCrUW6I9F3 CuUSsCFo/qeViNlbbYR+FSevDuRZsA/WfGQBhgcn2vYaGU0sbI1zWM4TXiDIhqCz TJyhgl/VgXkaqYdLKKchL6Gn74I0dpNr1fWxPNTBoo5LU6c+DvwwSR2iiX7tTPg/ HWqSRmSlm9hvAWaHRwSmGZWJWV7WMwHw0SSAjQ5W/bUY3e6tL+JKftBsiILV6VmS O+Dya5c54Y2lIREA9aKe9/VByz8WTs7eyzJEHQJYASK3b7TMV1R/bwqg6wT7hkx+ kZE9hKc6sbKLABr86VqqmjznSr9olnnNVdCoM8mD85rVqOVzBOHcwkjb+TvxIZRR owICnEkCgYEA3+4KsUkF2RG9eugpXrq2ezJD0IqL2lhUGF641YhUjzEVs93IH/sy K8z5uU2xjXat5wSIrOt2LC4dmIYnOoy8X4Lbg35eveK1MfpRs2iSUcOUGl7MVLcZ 9jyAAD2izjg2/i5D2MlNGfjI72vBNK8Z4RfVEReu5iDj0CNhC1Nfru8CgYEAxjoY 00/767D8gAagHIOZNcVSMT5Ut45cnhjHCiCSLgxrjBvhsbkCh0l1W/zlu0iTO2DL K11W49a0Q+0z5Qmrj8tHNnLC6if7Wkz7XPnTGwz1pR5zaPcg3jfTmKTlQEWn1z+v vtLtVWCLVxvHkBEKYMsRV3rcAjMT3EcSMQbr4MMCgYEAr0HCpJYeOZGk1ni1SCqh fzIL2T9VzYGr75bS2mxkod0suyUs57rVvWojWF/yQmFMIa5uucdfKZy+FQ2Jzk0v cSEdZICW7c5tObxMDToeqleDpk/jY7oaW5lmJMoYjYV5pN3Yw+ZorZcEzD1tbSpN +tmILGR4wiujoNbPsOmDzYkCgYEAjX/fRMhtrhsSw1j3ZiNSdJ28REaYNsc6ueg5 /LKvZoubIdKtUy4b7fK0AcwPOZde8h3wKa5hXhZfa7WhO7ehbe3PkcBt/rQ3qogV TpNO7Jpdp1aLT7xJDBeRxf6/XxfZ7b8adv8eR7m4/Z9o3yAq5llOscGT10YawT1C cRjdu/0CgYEAp5PyidBLzs0c8WdtFv/nK1OURk/wPrJTMFpmK7tYlPhu7MB0nP1n /N4yEIVxNUFoeVzh7nrcEiWmeLiP6pGhZDl45zHd30DgirgyPJO+UiiFQhvqupXb hznTj6dEduULVErkTxzJVjj6biq6Ly9A00Zc/Sl1cP0C53BotlFnZY4= -----END RSA PRIVATE KEY----- 2018-08-29 05:13:57,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-29 05:13:57,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"security_group": {"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-29 05:13:57,466 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-863662a4-9272-4f67-b952-e235f5a3ba3c Date: Wed, 29 Aug 2018 05:13:57 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:57Z", "updated_at": "2018-08-29T05:13:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "9a7271fb-dd19-4d32-823c-4c449bf9f4dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "ff8157e4-01a5-4a1d-b502-2999d876f9b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 2, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:13:57,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-863662a4-9272-4f67-b952-e235f5a3ba3c 2018-08-29 05:13:57,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.416935920715s 2018-08-29 05:13:57,467 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-863662a4-9272-4f67-b952-e235f5a3ba3c 2018-08-29 05:13:57,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-29 05:13:57,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:57,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-076871df-eb00-4928-bf15-390524eca2d8 Date: Wed, 29 Aug 2018 05:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:57Z", "updated_at": "2018-08-29T05:13:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "9a7271fb-dd19-4d32-823c-4c449bf9f4dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "ff8157e4-01a5-4a1d-b502-2999d876f9b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 2, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:13:57,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-076871df-eb00-4928-bf15-390524eca2d8 2018-08-29 05:13:57,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208240032196s 2018-08-29 05:13:57,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-076871df-eb00-4928-bf15-390524eca2d8 2018-08-29 05:13:57,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-29 05:13:57,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -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": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"}}' 2018-08-29 05:13:57,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-da73c65d-bf3a-4a74-8225-dff6e0b41a7e Date: Wed, 29 Aug 2018 05:13:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "port_range_min": 22, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:57Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "92293ed5-5da0-4a4f-8ddd-d86f58713e22"}} 2018-08-29 05:13:57,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-da73c65d-bf3a-4a74-8225-dff6e0b41a7e 2018-08-29 05:13:57,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.30121088028s 2018-08-29 05:13:57,986 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-da73c65d-bf3a-4a74-8225-dff6e0b41a7e 2018-08-29 05:13:57,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-29 05:13:57,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:58,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-978fb374-5706-40bb-94b2-061afa9cdaf3 Date: Wed, 29 Aug 2018 05:13:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:57Z", "updated_at": "2018-08-29T05:13:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "92293ed5-5da0-4a4f-8ddd-d86f58713e22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "9a7271fb-dd19-4d32-823c-4c449bf9f4dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "ff8157e4-01a5-4a1d-b502-2999d876f9b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 3, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:13:58,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-978fb374-5706-40bb-94b2-061afa9cdaf3 2018-08-29 05:13:58,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0779139995575s 2018-08-29 05:13:58,068 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-978fb374-5706-40bb-94b2-061afa9cdaf3 2018-08-29 05:13:58,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-29 05:13:58,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -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": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"}}' 2018-08-29 05:13:58,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0e4a3c5f-56aa-4172-a581-ae9e860d5317 Date: Wed, 29 Aug 2018 05:13:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:58Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:58Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "58293208-1bbe-470a-9003-608870c32ba3"}} 2018-08-29 05:13:58,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-0e4a3c5f-56aa-4172-a581-ae9e860d5317 2018-08-29 05:13:58,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.459836006165s 2018-08-29 05:13:58,532 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-0e4a3c5f-56aa-4172-a581-ae9e860d5317 2018-08-29 05:13:58,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:13:58,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:58,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-5c51e216-b189-4590-9d39-c6a876f09dda Date: Wed, 29 Aug 2018 05:13:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"],"updated_at":"2018-08-29T05:13:48Z","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:13:58,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-5c51e216-b189-4590-9d39-c6a876f09dda 2018-08-29 05:13:58,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262059926987s 2018-08-29 05:13:58,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-5c51e216-b189-4590-9d39-c6a876f09dda 2018-08-29 05:13:58,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:13:58,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:58,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-93f384f5-4319-42c6-90b2-f7461bf17759 Date: Wed, 29 Aug 2018 05:13:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "metadata": {}}], "file": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file", "owner": "199a6c361a634479973eb2576c5e7b3b", "id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "size": 12716032, "self": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:13:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:13:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:13:58,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-93f384f5-4319-42c6-90b2-f7461bf17759 2018-08-29 05:13:58,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166677951813s 2018-08-29 05:13:58,964 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-93f384f5-4319-42c6-90b2-f7461bf17759 2018-08-29 05:13:58,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:13:58,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:13:59,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcfde837-d269-48fd-8ec7-2050e01177bf x-compute-request-id: req-bcfde837-d269-48fd-8ec7-2050e01177bf Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81576272-dcfd-4f10-8584-c6301466a33c", "name": "vping_ssh-flavor_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:13:59,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-bcfde837-d269-48fd-8ec7-2050e01177bf 2018-08-29 05:13:59,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0370738506317s 2018-08-29 05:13:59,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-bcfde837-d269-48fd-8ec7-2050e01177bf 2018-08-29 05:13:59,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-29 05:13:59,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"server": {"name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "imageRef": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "flavorRef": "81576272-dcfd-4f10-8584-c6301466a33c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3d341dd5-131a-4a79-80a5-4e10ad133619"}], "security_groups": [{"name": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"}]}}' 2018-08-29 05:14:01,280 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-68cec894-824f-40c4-95e2-35653a505986 x-compute-request-id: req-68cec894-824f-40c4-95e2-35653a505986 Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"}], "OS-DCF:diskConfig": "MANUAL", "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "adminPass": "JujfxYea3yMi"}} 2018-08-29 05:14:01,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-68cec894-824f-40c4-95e2-35653a505986 2018-08-29 05:14:01,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.27583312988s 2018-08-29 05:14:01,281 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-68cec894-824f-40c4-95e2-35653a505986 2018-08-29 05:14:01,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:01,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:01,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:14: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-fb5a8263-a5f8-4321-a577-98cc9fa87f0d x-compute-request-id: req-fb5a8263-a5f8-4321-a577-98cc9fa87f0d 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.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:01,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fb5a8263-a5f8-4321-a577-98cc9fa87f0d 2018-08-29 05:14:01,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410379171371s 2018-08-29 05:14:01,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fb5a8263-a5f8-4321-a577-98cc9fa87f0d 2018-08-29 05:14:01,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:14:01,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:01,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1345b152-dcc0-4062-b46f-f0125846b987 Date: Wed, 29 Aug 2018 05:14:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"],"updated_at":"2018-08-29T05:13:48Z","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:01,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-1345b152-dcc0-4062-b46f-f0125846b987 2018-08-29 05:14:01,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248251914978s 2018-08-29 05:14:01,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-1345b152-dcc0-4062-b46f-f0125846b987 2018-08-29 05:14:01,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 05:14:01,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:02,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-77214262-506a-4ca4-9b0c-cd0495e89c32 Date: Wed, 29 Aug 2018 05:14:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d341dd5-131a-4a79-80a5-4e10ad133619","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:13:48Z","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":"199a6c361a634479973eb2576c5e7b3b","id":"1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4","subnetpool_id":null,"name":"vping_ssh-subnet_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:02,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-77214262-506a-4ca4-9b0c-cd0495e89c32 2018-08-29 05:14:02,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.195433855057s 2018-08-29 05:14:02,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-77214262-506a-4ca4-9b0c-cd0495e89c32 2018-08-29 05:14:02,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:04,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:04,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:04,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-1362423b-4fc1-4a57-a98d-a6e0da275f5f x-compute-request-id: req-1362423b-4fc1-4a57-a98d-a6e0da275f5f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:03Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:04,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1362423b-4fc1-4a57-a98d-a6e0da275f5f 2018-08-29 05:14:04,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564102888107s 2018-08-29 05:14:04,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1362423b-4fc1-4a57-a98d-a6e0da275f5f 2018-08-29 05:14:04,718 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:06,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:06,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:07,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:14: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-1aeefad2-6a9d-42c9-b067-ec3b96abeede x-compute-request-id: req-1aeefad2-6a9d-42c9-b067-ec3b96abeede Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:03Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:07,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1aeefad2-6a9d-42c9-b067-ec3b96abeede 2018-08-29 05:14:07,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468255996704s 2018-08-29 05:14:07,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1aeefad2-6a9d-42c9-b067-ec3b96abeede 2018-08-29 05:14:07,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:09,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:09,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:09,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-971470df-6c63-4ffd-b8b9-297f42247907 x-compute-request-id: req-971470df-6c63-4ffd-b8b9-297f42247907 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:07Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:09,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-971470df-6c63-4ffd-b8b9-297f42247907 2018-08-29 05:14:09,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498208045959s 2018-08-29 05:14:09,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-971470df-6c63-4ffd-b8b9-297f42247907 2018-08-29 05:14:09,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-29 05:14:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:09,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7525eece-071b-4695-b5c7-30c998d97d98 Date: Wed, 29 Aug 2018 05:14:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3d341dd5-131a-4a79-80a5-4e10ad133619","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:14:03Z","admin_state_up":true,"updated_at":"2018-08-29T05:14:05Z","binding:vnic_type":"normal","device_id":"3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:a4:64:6d","id":"b380f146-2ccf-45bd-bc0b-fd408782ac00","port_security_enabled":true,"project_id":"199a6c361a634479973eb2576c5e7b3b","fixed_ips":[{"subnet_id":"1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"],"name":""}]} 2018-08-29 05:14:09,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d used request id req-7525eece-071b-4695-b5c7-30c998d97d98 2018-08-29 05:14:09,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574951171875s 2018-08-29 05:14:09,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d used request id req-7525eece-071b-4695-b5c7-30c998d97d98 2018-08-29 05:14:09,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-29 05:14:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=b380f146-2ccf-45bd-bc0b-fd408782ac00" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:09,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fe819984-47e5-4bb3-a31a-99a8d163e1c2 Date: Wed, 29 Aug 2018 05:14:09 GMT RESP BODY: {"floatingips": []} 2018-08-29 05:14:09,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=b380f146-2ccf-45bd-bc0b-fd408782ac00 used request id req-fe819984-47e5-4bb3-a31a-99a8d163e1c2 2018-08-29 05:14:09,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.109036922455s 2018-08-29 05:14:09,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=b380f146-2ccf-45bd-bc0b-fd408782ac00 used request id req-fe819984-47e5-4bb3-a31a-99a8d163e1c2 2018-08-29 05:14:09,872 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a4:64:6d', 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'bd0bbd09-06a3-4d35-8bbd-e4c6bab51090'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:14:05.000000', 'flavor': Munch({u'id': u'81576272-dcfd-4f10-8584-c6301466a33c'}), 'az': u'nova', 'id': u'3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b54e2d73085b41428ff4168bcb6092fd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'199a6c361a634479973eb2576c5e7b3b', 'name': 'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-29T05:14:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-29T05:14:07Z', 'hostId': u'e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:14:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'199a6c361a634479973eb2576c5e7b3b', 'name': u'vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'adminPass': u'JujfxYea3yMi', 'tenant_id': u'199a6c361a634479973eb2576c5e7b3b', 'region': 'regionOne', 'created': u'2018-08-29T05:14:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-29 05:14:09,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:14:09,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:09,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-15bde091-d969-4b4f-9fe7-c660983cc39a Date: Wed, 29 Aug 2018 05:14:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"],"updated_at":"2018-08-29T05:13:48Z","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:09,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-15bde091-d969-4b4f-9fe7-c660983cc39a 2018-08-29 05:14:09,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106965065002s 2018-08-29 05:14:09,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-15bde091-d969-4b4f-9fe7-c660983cc39a 2018-08-29 05:14:09,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:14:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:10,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e7cdbd91-1815-453d-8d9c-a20fadfa07d7 Date: Wed, 29 Aug 2018 05:14:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "metadata": {}}], "file": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file", "owner": "199a6c361a634479973eb2576c5e7b3b", "id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "size": 12716032, "self": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:13:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:13:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:14:10,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e7cdbd91-1815-453d-8d9c-a20fadfa07d7 2018-08-29 05:14:10,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173099040985s 2018-08-29 05:14:10,155 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e7cdbd91-1815-453d-8d9c-a20fadfa07d7 2018-08-29 05:14:10,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:14:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:10,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-02af5b5e-632a-47a2-946d-d548fdbef780 x-compute-request-id: req-02af5b5e-632a-47a2-946d-d548fdbef780 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81576272-dcfd-4f10-8584-c6301466a33c", "name": "vping_ssh-flavor_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:14:10,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-02af5b5e-632a-47a2-946d-d548fdbef780 2018-08-29 05:14:10,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330588817596s 2018-08-29 05:14:10,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-02af5b5e-632a-47a2-946d-d548fdbef780 2018-08-29 05:14:10,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-29 05:14:10,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"server": {"name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "imageRef": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "flavorRef": "81576272-dcfd-4f10-8584-c6301466a33c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3d341dd5-131a-4a79-80a5-4e10ad133619"}], "security_groups": [{"name": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"}]}}' 2018-08-29 05:14:11,685 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-da5d84e1-9045-4b1f-b641-05989fbb9a35 x-compute-request-id: req-da5d84e1-9045-4b1f-b641-05989fbb9a35 Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"}], "OS-DCF:diskConfig": "MANUAL", "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "adminPass": "uywcSww6Ry56"}} 2018-08-29 05:14:11,685 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-da5d84e1-9045-4b1f-b641-05989fbb9a35 2018-08-29 05:14:11,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.49346184731s 2018-08-29 05:14:11,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-da5d84e1-9045-4b1f-b641-05989fbb9a35 2018-08-29 05:14:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:12,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:14: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-ad333676-8d64-45d1-b327-f99a02a2dfb5 x-compute-request-id: req-ad333676-8d64-45d1-b327-f99a02a2dfb5 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:07Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:12,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ad333676-8d64-45d1-b327-f99a02a2dfb5 2018-08-29 05:14:12,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53241109848s 2018-08-29 05:14:12,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ad333676-8d64-45d1-b327-f99a02a2dfb5 2018-08-29 05:14:12,225 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:14,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:14,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:14,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bc37cf04-b447-498d-9295-714256eb8321 x-compute-request-id: req-bc37cf04-b447-498d-9295-714256eb8321 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:13Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:07Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:14,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bc37cf04-b447-498d-9295-714256eb8321 2018-08-29 05:14:14,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750228881836s 2018-08-29 05:14:14,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bc37cf04-b447-498d-9295-714256eb8321 2018-08-29 05:14:14,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:16,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:17,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:14:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db8a20ef-413e-4634-9168-08f14e2064c0 x-compute-request-id: req-db8a20ef-413e-4634-9168-08f14e2064c0 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:13Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:07Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:17,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-db8a20ef-413e-4634-9168-08f14e2064c0 2018-08-29 05:14:17,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694406986237s 2018-08-29 05:14:17,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-db8a20ef-413e-4634-9168-08f14e2064c0 2018-08-29 05:14:17,685 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:19,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:19,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:20,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8d2c554-cd86-4004-89ab-1f073c6f06c2 x-compute-request-id: req-c8d2c554-cd86-4004-89ab-1f073c6f06c2 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:14:13Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:07Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:20,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c8d2c554-cd86-4004-89ab-1f073c6f06c2 2018-08-29 05:14:20,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500210046768s 2018-08-29 05:14:20,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c8d2c554-cd86-4004-89ab-1f073c6f06c2 2018-08-29 05:14:20,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:22,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:22,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:22,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-05e7ff1c-4938-4215-b8aa-bee9cf99ab05 x-compute-request-id: req-05e7ff1c-4938-4215-b8aa-bee9cf99ab05 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:19Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:07Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:22,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-05e7ff1c-4938-4215-b8aa-bee9cf99ab05 2018-08-29 05:14:22,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674488067627s 2018-08-29 05:14:22,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-05e7ff1c-4938-4215-b8aa-bee9cf99ab05 2018-08-29 05:14:22,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-29 05:14:22,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=6175b071-7258-4b52-8f41-01683d3bd3f3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:22,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-914d9325-44f1-4bea-868a-e067871bff7c Date: Wed, 29 Aug 2018 05:14:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3d341dd5-131a-4a79-80a5-4e10ad133619","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:14:13Z","admin_state_up":true,"updated_at":"2018-08-29T05:14:15Z","binding:vnic_type":"normal","device_id":"6175b071-7258-4b52-8f41-01683d3bd3f3","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:49:a4:05","id":"2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a","port_security_enabled":true,"project_id":"199a6c361a634479973eb2576c5e7b3b","fixed_ips":[{"subnet_id":"1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"],"name":""}]} 2018-08-29 05:14:22,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=6175b071-7258-4b52-8f41-01683d3bd3f3 used request id req-914d9325-44f1-4bea-868a-e067871bff7c 2018-08-29 05:14:22,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0548791885376s 2018-08-29 05:14:22,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=6175b071-7258-4b52-8f41-01683d3bd3f3 used request id req-914d9325-44f1-4bea-868a-e067871bff7c 2018-08-29 05:14:22,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-29 05:14:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:22,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-78eeaba9-b309-4477-af42-0d71e8c2698f Date: Wed, 29 Aug 2018 05:14:22 GMT RESP BODY: {"floatingips": []} 2018-08-29 05:14:22,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a used request id req-78eeaba9-b309-4477-af42-0d71e8c2698f 2018-08-29 05:14:22,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018504858017s 2018-08-29 05:14:22,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a used request id req-78eeaba9-b309-4477-af42-0d71e8c2698f 2018-08-29 05:14:22,956 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:49:a4:05', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bd0bbd09-06a3-4d35-8bbd-e4c6bab51090'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:14:19.000000', 'flavor': Munch({u'id': u'81576272-dcfd-4f10-8584-c6301466a33c'}), 'az': u'nova', 'id': u'6175b071-7258-4b52-8f41-01683d3bd3f3', 'security_groups': [Munch({u'name': u'vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b54e2d73085b41428ff4168bcb6092fd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'199a6c361a634479973eb2576c5e7b3b', 'name': 'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-29T05:14:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-29T05:14:19Z', 'hostId': u'12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:14:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'199a6c361a634479973eb2576c5e7b3b', 'name': u'vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'adminPass': u'uywcSww6Ry56', 'tenant_id': u'199a6c361a634479973eb2576c5e7b3b', 'region': 'regionOne', 'created': u'2018-08-29T05:14:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-29 05:14:22,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:14:22,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:23,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9ecc7da4-e355-4230-97fb-438947039e36 Date: Wed, 29 Aug 2018 05:14:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"],"updated_at":"2018-08-29T05:13:48Z","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:23,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9ecc7da4-e355-4230-97fb-438947039e36 2018-08-29 05:14:23,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104291915894s 2018-08-29 05:14:23,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9ecc7da4-e355-4230-97fb-438947039e36 2018-08-29 05:14:23,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-29 05:14:23,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=6175b071-7258-4b52-8f41-01683d3bd3f3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:23,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b040d093-3c8d-4a49-84ee-01d9a3dc029f Date: Wed, 29 Aug 2018 05:14:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3d341dd5-131a-4a79-80a5-4e10ad133619","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:14:13Z","admin_state_up":true,"updated_at":"2018-08-29T05:14:15Z","binding:vnic_type":"normal","device_id":"6175b071-7258-4b52-8f41-01683d3bd3f3","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:49:a4:05","id":"2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a","port_security_enabled":true,"project_id":"199a6c361a634479973eb2576c5e7b3b","fixed_ips":[{"subnet_id":"1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2"],"name":""}]} 2018-08-29 05:14:23,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=6175b071-7258-4b52-8f41-01683d3bd3f3 used request id req-b040d093-3c8d-4a49-84ee-01d9a3dc029f 2018-08-29 05:14:23,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0580201148987s 2018-08-29 05:14:23,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=6175b071-7258-4b52-8f41-01683d3bd3f3 used request id req-b040d093-3c8d-4a49-84ee-01d9a3dc029f 2018-08-29 05:14:23,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-29 05:14:23,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": "192.168.120.8", "port_id": "2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a"}}' 2018-08-29 05:14:24,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-9af7af87-f6d9-42e2-9a67-98771d5d34a6 Date: Wed, 29 Aug 2018 05:14:24 GMT RESP BODY: {"floatingip": {"router_id": "234c9403-76eb-4ab5-863a-37593eb10471", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-29T05:14:23Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a", "id": "96e0dc78-194d-4b21-b340-bd086ab31fa1", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:14:23Z", "project_id": "199a6c361a634479973eb2576c5e7b3b"}} 2018-08-29 05:14:24,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-9af7af87-f6d9-42e2-9a67-98771d5d34a6 2018-08-29 05:14:24,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.7087597847s 2018-08-29 05:14:24,833 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-9af7af87-f6d9-42e2-9a67-98771d5d34a6 2018-08-29 05:14:24,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-29 05:14:24,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:24,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-d5eddc06-43e3-45b5-991f-b72c77a6d9fb Date: Wed, 29 Aug 2018 05:14:24 GMT RESP BODY: {"floatingips": [{"router_id": "234c9403-76eb-4ab5-863a-37593eb10471", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-29T05:14:23Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.220", "revision_number": 0, "port_id": "2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a", "id": "96e0dc78-194d-4b21-b340-bd086ab31fa1", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:14:23Z", "project_id": "199a6c361a634479973eb2576c5e7b3b"}]} 2018-08-29 05:14:24,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-d5eddc06-43e3-45b5-991f-b72c77a6d9fb 2018-08-29 05:14:24,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0274050235748s 2018-08-29 05:14:24,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-d5eddc06-43e3-45b5-991f-b72c77a6d9fb 2018-08-29 05:14:24,873 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'234c9403-76eb-4ab5-863a-37593eb10471', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'199a6c361a634479973eb2576c5e7b3b', 'created_at': u'2018-08-29T05:14:23Z', 'attached': True, 'updated_at': u'2018-08-29T05:14:23Z', 'id': u'96e0dc78-194d-4b21-b340-bd086ab31fa1', 'floating_network_id': u'0c72616c-e4f7-4964-93e6-09fc67b91a5f', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.220', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'199a6c361a634479973eb2576c5e7b3b', 'name': 'vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'234c9403-76eb-4ab5-863a-37593eb10471', 'project_id': u'199a6c361a634479973eb2576c5e7b3b', 'port_id': u'2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a', 'port': u'2445146f-9ff8-4dd9-a3d6-b29ebfa6f44a', 'network': u'0c72616c-e4f7-4964-93e6-09fc67b91a5f'}) 2018-08-29 05:14:24,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:14:24,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:14:25,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2f31b5d5-2e10-47b2-9c37-68c1a9cac506 x-compute-request-id: req-2f31b5d5-2e10-47b2-9c37-68c1a9cac506 Content-Encoding: gzip Content-Length: 9531 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514657459 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129849] pid_max: default: 32768 minimum: 301\n[ 0.130733] ACPI: Core revision 20150930\n[ 0.132103] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133388] Security Framework initialized\n[ 0.134193] Yama: becoming mindful.\n[ 0.134909] AppArmor: AppArmor initialized\n[ 0.135765] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137076] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138332] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139518] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140879] Initializing cgroup subsys io\n[ 0.141687] Initializing cgroup subsys memory\n[ 0.142538] Initializing cgroup subsys devices\n[ 0.143405] Initializing cgroup subsys freezer\n[ 0.144261] Initializing cgroup subsys net_cls\n[ 0.145111] Initializing cgroup subsys perf_event\n[ 0.146005] Initializing cgroup subsys net_prio\n[ 0.146872] Initializing cgroup subsys hugetlb\n[ 0.147736] Initializing cgroup subsys pids\n[ 0.148597] CPU: Physical Processor ID: 0\n[ 0.150098] mce: CPU supports 10 MCE banks\n[ 0.150930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151919] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164134] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170487] ftrace: allocating 31920 entries in 125 pages\n[ 0.196601] smpboot: Max logical packages: 1\n[ 0.197447] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198774] x2apic enabled\n[ 0.199585] Switched APIC routing to physical x2apic.\n[ 0.201315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202412] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204366] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206121] KVM setup paravirtual spinlock\n[ 0.207411] x86: Booted up 1 node, 1 CPUs\n[ 0.208208] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209580] devtmpfs: initialized\n[ 0.211287] evm: security.selinux\n[ 0.211981] evm: security.SMACK64\n[ 0.212660] evm: security.SMACK64EXEC\n[ 0.213394] evm: security.SMACK64TRANSMUTE\n[ 0.214187] evm: security.SMACK64MMAP\n[ 0.214914] evm: security.ima\n[ 0.215549] evm: security.capability\n[ 0.216344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218161] pinctrl core: initialized pinctrl subsystem\n[ 0.219235] RTC time: 5:14:19, date: 08/29/18\n[ 0.220188] NET: Registered protocol family 16\n[ 0.221150] cpuidle: using governor ladder\n[ 0.221953] cpuidle: using governor menu\n[ 0.222728] PCCT header not found.\n[ 0.223467] ACPI: bus type PCI registered\n[ 0.224268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225492] PCI: Using configuration type 1 for base access\n[ 0.227229] ACPI: Added _OSI(Module Device)\n[ 0.228058] ACPI: Added _OSI(Processor Device)\n[ 0.228910] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229796] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231900] ACPI: Interpreter enabled\n[ 0.232658] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236295] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239925] ACPI: (supports S0 S5)\n[ 0.240622] ACPI: Using IOAPIC for interrupt routing\n[ 0.241609] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244668] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245793] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250366] acpiphp: Slot [3] registered\n[ 0.251155] acpiphp: Slot [4] registered\n[ 0.251939] acpiphp: Slot [5] registered\n[ 0.252725] acpiphp: Slot [6] registered\n[ 0.253510] acpiphp: Slot [7] registered\n[ 0.254302] acpiphp: Slot [8] registered\n[ 0.255091] acpiphp: Slot [9] registered\n[ 0.255872] acpiphp: Slot [10] registered\n[ 0.256670] acpiphp: Slot [11] registered\n[ 0.257477] acpiphp: Slot [12] registered\n[ 0.258280] acpiphp: Slot [13] registered\n[ 0.259082] acpiphp: Slot [14] registered\n[ 0.259878] acpiphp: Slot [15] registered\n[ 0.270598] acpiphp: Slot [16] registered\n[ 0.271403] acpiphp: Slot [17] registered\n[ 0.272202] acpiphp: Slot [18] registered\n[ 0.273001] acpiphp: Slot [19] registered\n[ 0.273803] acpiphp: Slot [20] registered\n[ 0.274617] acpiphp: Slot [21] registered\n[ 0.275430] acpiphp: Slot [22] registered\n[ 0.276242] acpiphp: Slot [23] registered\n[ 0.277074] acpiphp: Slot [24] registered\n[ 0.277879] acpiphp: Slot [25] registered\n[ 0.278693] acpiphp: Slot [26] registered\n[ 0.279504] acpiphp: Slot [27] registered\n[ 0.280315] acpiphp: Slot [28] registered\n[ 0.281124] acpiphp: Slot [29] registered\n[ 0.281927] acpiphp: Slot [30] registered\n[ 0.282741] acpiphp: Slot [31] registered\n[ 0.283548] PCI host bridge to bus 0000:00\n[ 0.284354] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286769] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289652] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295889] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298337] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299599] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306329] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355079] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356543] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359356] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360729] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361978] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363446] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364493] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366030] vgaarb: loaded\n[ 0.366626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367747] SCSI subsystem initialized\n[ 0.368558] ACPI: bus type USB registered\n[ 0.369369] usbcore: registered new interface driver usbfs\n[ 0.370391] usbcore: registered new interface driver hub\n[ 0.371387] usbcore: registered new device driver usb\n[ 0.372430] PCI: Using ACPI for IRQ routing\n[ 0.373445] NetLabel: Initializing\n[ 0.374152] NetLabel: domain hash size = 128\n[ 0.375002] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375944] NetLabel: unlabeled traffic allowed by default\n[ 0.377030] clocksource: Switched to clocksource kvm-clock\n[ 0.382390] AppArmor: AppArmor Filesystem Enabled\n[ 0.383377] pnp: PnP ACPI init\n[ 0.384280] pnp: PnP ACPI: found 5 devices\n[ 0.390646] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392370] NET: Registered protocol family 2\n[ 0.393320] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394582] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395743] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396893] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397971] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399136] NET: Registered protocol family 1\n[ 0.400003] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401117] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402190] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416191] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430391] Trying to unpack rootfs image as initramfs...\n[ 0.479544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493762] Scanning for low memory corruption every 60 seconds\n[ 0.495091] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496229] audit: initializing netlink subsys (disabled)\n[ 0.497250] audit: type=2000 audit(1535519660.340:1): initialized\n[ 0.498550] Initialise system trusted keyring\n[ 0.499472] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500628] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502587] zbud: loaded\n[ 0.503282] VFS: Disk quotas dquot_6.6.0\n[ 0.504096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505603] fuse init (API version 7.23)\n[ 0.506497] Key type big_key registered\n[ 0.507295] Allocating IMA MOK and blacklist keyrings.\n[ 0.508755] Key type asymmetric registered\n[ 0.509586] Asymmetric key parser 'x509' registered\n[ 0.510538] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512008] io scheduler noop registered\n[ 0.512791] io scheduler deadline registered (default)\n[ 0.513782] io scheduler cfq registered\n[ 0.514620] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515657] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518370] ACPI: Power Button [PWRF]\n[ 0.519198] GHES: HEST is not enabled!\n[ 0.532872] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591738] Linux agpgart interface v0.103\n[ 0.593802] brd: module loaded\n[ 0.595006] loop: module loaded\n[ 0.600207] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601651] GPT:90111 != 2097151\n[ 0.602325] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603410] GPT:90111 != 2097151\n[ 0.604075] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605053] vda: vda1 vda15\n[ 0.606722] scsi host0: ata_piix\n[ 0.607462] scsi host1: ata_piix\n[ 0.608164] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609384] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.610822] libphy: Fixed MDIO Bus: probed\n[ 0.611630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612562] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614926] PPP generic driver version 2.4.2\n[ 0.615814] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617199] ehci-pci: EHCI PCI platform driver\n[ 0.618065] ehci-platform: EHCI generic platform driver\n[ 0.619053] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620158] ohci-pci: OHCI PCI platform driver\n[ 0.621015] ohci-platform: OHCI generic platform driver\n[ 0.622043] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637577] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639024] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642322] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643717] usb usb1: Product: UHCI Host Controller\n[ 0.644650] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645779] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646838] hub 1-0:1.0: USB hub found\n[ 0.647610] hub 1-0:1.0: 2 ports detected\n[ 0.648503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650603] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651572] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652584] mousedev: PS/2 mouse device common for all mice\n[ 0.653832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655656] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656733] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657916] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659102] i2c /dev entries driver\n[ 0.659852] device-mapper: uevent: version 1.0.3\n[ 0.660777] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662385] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663669] NET: Registered protocol family 10\n[ 0.664650] NET: Registered protocol family 17\n[ 0.665537] Key type dns_resolver registered\n[ 0.666451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667528] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669319] registered taskstats version 1\n[ 0.670158] Loading compiled-in X.509 certificates\n[ 0.671592] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673415] zswap: loaded using pool lzo/zbud\n[ 0.674772] Key type trusted registered\n[ 0.676313] Key type encrypted registered\n[ 0.677134] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679167] evm: HMAC attrs: 0x1\n[ 0.680501] Magic number: 14:886:214\n[ 0.681366] rtc_cmos 00:00: setting system clock to 2018-08-29 05:14:20 UTC (1535519660)\n[ 0.682941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684043] EDD information not available.\n[ 0.770140] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771700] Write protecting the kernel read-only data: 14336k\n[ 0.783579] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785421] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.248368] random: dd 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.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.15. iid=i-00000024\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCcfLw2HQt4DFueKoagrhjXDgKps8/U3GttZA+abg/2tEGhZkRInI2aervcGc+tuMxF52lMR4CVh+uqqV4UMye+J4sBv8pKnUuJwpLJGXV6n6GP5Kz1M14Yu/OFzUGrtCQfrBxhIQSqGTDNVy0oZbDFMUL7cUfGtdfgIxIxssZcYq07HctfwizK1YhHyFeC2Ki5Y63JGRp5xdwtfmm3Icy7OMFrTurmzG0cHlTyayd8tAtykjQy1ipUikUa6WZfbLYy7SN4AtdtdFGzv2jheIxUf2toP7KxvicmcvwFmlbNwS/cjycdL9Kr7TolXA3AfRK/FdOzg1GKZdNBaXdDcA7P root@vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f\nssh-dss AAAAB3NzaC1kc3MAAACBANYWJ4qFdGQXksZn/W+eeYee+sZSzkFoq+I87Sn7WnELwNpN//FH8tUmlrl3cVN5JRwdLOrktmgNrEiK996TfZIKy3P+9OHJlQU39/bacS+/jbjk0L+vs2K+Nu2FUKI2pZRDABvqd/PDXGT/x0Oa7cwKHe+5WXuoy9RcoYLGuOW5AAAAFQDb9WurEh7AxRB5Q7o9pIfr75a0ZQAAAIBOEqqs2g8qvlvpZyf+E9KJ8P79Wo03jAFZklnmzDsANXiRO3GYljJ/DfwyBQ7pVyS0IIlGD69hEpPGvDs3WWtlY+h01WXGZ+ynaEatqCp8lOSq56iKyPD+tYV7zxKK34NgDUrdMS17ojTAFQlO0qyTYZz4zWSalztmURRzUUEeZAAAAIEAkA14mS3TVIwa323AekkiyllJxarpJk5lJHvKAGRyrbmlXWaVgdAfji4efRq5wIc1RbB7B6gnphFkMgFT5KmVxsbl4ZWUWvKx3AYZlmFPzlz8Uc2rpdikMn9iojOExvf3Xbol/UmN0sWIdsNapsooAY2urnZteUA+THvGw9S2q/M= root@vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe49:a405/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000024\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.33 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f login: "} 2018-08-29 05:14:25,989 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3/action used request id req-2f31b5d5-2e10-47b2-9c37-68c1a9cac506 2018-08-29 05:14:25,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11494207382s 2018-08-29 05:14:25,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3/action used request id req-2f31b5d5-2e10-47b2-9c37-68c1a9cac506 2018-08-29 05:14:25,990 - 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 514657459 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.128223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129849] pid_max: default: 32768 minimum: 301 [ 0.130733] ACPI: Core revision 20150930 [ 0.132103] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133388] Security Framework initialized [ 0.134193] Yama: becoming mindful. [ 0.134909] AppArmor: AppArmor initialized [ 0.135765] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137076] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138332] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139518] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140879] Initializing cgroup subsys io [ 0.141687] Initializing cgroup subsys memory [ 0.142538] Initializing cgroup subsys devices [ 0.143405] Initializing cgroup subsys freezer [ 0.144261] Initializing cgroup subsys net_cls [ 0.145111] Initializing cgroup subsys perf_event [ 0.146005] Initializing cgroup subsys net_prio [ 0.146872] Initializing cgroup subsys hugetlb [ 0.147736] Initializing cgroup subsys pids [ 0.148597] CPU: Physical Processor ID: 0 [ 0.150098] mce: CPU supports 10 MCE banks [ 0.150930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151919] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164134] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170487] ftrace: allocating 31920 entries in 125 pages [ 0.196601] smpboot: Max logical packages: 1 [ 0.197447] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198774] x2apic enabled [ 0.199585] Switched APIC routing to physical x2apic. [ 0.201315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202412] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204366] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206121] KVM setup paravirtual spinlock [ 0.207411] x86: Booted up 1 node, 1 CPUs [ 0.208208] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209580] devtmpfs: initialized [ 0.211287] evm: security.selinux [ 0.211981] evm: security.SMACK64 [ 0.212660] evm: security.SMACK64EXEC [ 0.213394] evm: security.SMACK64TRANSMUTE [ 0.214187] evm: security.SMACK64MMAP [ 0.214914] evm: security.ima [ 0.215549] evm: security.capability [ 0.216344] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218161] pinctrl core: initialized pinctrl subsystem [ 0.219235] RTC time: 5:14:19, date: 08/29/18 [ 0.220188] NET: Registered protocol family 16 [ 0.221150] cpuidle: using governor ladder [ 0.221953] cpuidle: using governor menu [ 0.222728] PCCT header not found. [ 0.223467] ACPI: bus type PCI registered [ 0.224268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225492] PCI: Using configuration type 1 for base access [ 0.227229] ACPI: Added _OSI(Module Device) [ 0.228058] ACPI: Added _OSI(Processor Device) [ 0.228910] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229796] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231900] ACPI: Interpreter enabled [ 0.232658] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234480] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236295] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238115] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239925] ACPI: (supports S0 S5) [ 0.240622] ACPI: Using IOAPIC for interrupt routing [ 0.241609] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244668] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245793] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248176] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250366] acpiphp: Slot [3] registered [ 0.251155] acpiphp: Slot [4] registered [ 0.251939] acpiphp: Slot [5] registered [ 0.252725] acpiphp: Slot [6] registered [ 0.253510] acpiphp: Slot [7] registered [ 0.254302] acpiphp: Slot [8] registered [ 0.255091] acpiphp: Slot [9] registered [ 0.255872] acpiphp: Slot [10] registered [ 0.256670] acpiphp: Slot [11] registered [ 0.257477] acpiphp: Slot [12] registered [ 0.258280] acpiphp: Slot [13] registered [ 0.259082] acpiphp: Slot [14] registered [ 0.259878] acpiphp: Slot [15] registered [ 0.270598] acpiphp: Slot [16] registered [ 0.271403] acpiphp: Slot [17] registered [ 0.272202] acpiphp: Slot [18] registered [ 0.273001] acpiphp: Slot [19] registered [ 0.273803] acpiphp: Slot [20] registered [ 0.274617] acpiphp: Slot [21] registered [ 0.275430] acpiphp: Slot [22] registered [ 0.276242] acpiphp: Slot [23] registered [ 0.277074] acpiphp: Slot [24] registered [ 0.277879] acpiphp: Slot [25] registered [ 0.278693] acpiphp: Slot [26] registered [ 0.279504] acpiphp: Slot [27] registered [ 0.280315] acpiphp: Slot [28] registered [ 0.281124] acpiphp: Slot [29] registered [ 0.281927] acpiphp: Slot [30] registered [ 0.282741] acpiphp: Slot [31] registered [ 0.283548] PCI host bridge to bus 0000:00 [ 0.284354] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285559] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286769] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.289652] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.295889] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298337] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299599] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306329] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355079] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356543] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359356] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360729] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361978] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363446] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364493] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366030] vgaarb: loaded [ 0.366626] vgaarb: bridge control possible 0000:00:02.0 [ 0.367747] SCSI subsystem initialized [ 0.368558] ACPI: bus type USB registered [ 0.369369] usbcore: registered new interface driver usbfs [ 0.370391] usbcore: registered new interface driver hub [ 0.371387] usbcore: registered new device driver usb [ 0.372430] PCI: Using ACPI for IRQ routing [ 0.373445] NetLabel: Initializing [ 0.374152] NetLabel: domain hash size = 128 [ 0.375002] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375944] NetLabel: unlabeled traffic allowed by default [ 0.377030] clocksource: Switched to clocksource kvm-clock [ 0.382390] AppArmor: AppArmor Filesystem Enabled [ 0.383377] pnp: PnP ACPI init [ 0.384280] pnp: PnP ACPI: found 5 devices [ 0.390646] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392370] NET: Registered protocol family 2 [ 0.393320] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394582] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395743] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396893] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397971] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399136] NET: Registered protocol family 1 [ 0.400003] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401117] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402190] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416191] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430391] Trying to unpack rootfs image as initramfs... [ 0.479544] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493762] Scanning for low memory corruption every 60 seconds [ 0.495091] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496229] audit: initializing netlink subsys (disabled) [ 0.497250] audit: type=2000 audit(1535519660.340:1): initialized [ 0.498550] Initialise system trusted keyring [ 0.499472] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500628] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502587] zbud: loaded [ 0.503282] VFS: Disk quotas dquot_6.6.0 [ 0.504096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505603] fuse init (API version 7.23) [ 0.506497] Key type big_key registered [ 0.507295] Allocating IMA MOK and blacklist keyrings. [ 0.508755] Key type asymmetric registered [ 0.509586] Asymmetric key parser 'x509' registered [ 0.510538] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512008] io scheduler noop registered [ 0.512791] io scheduler deadline registered (default) [ 0.513782] io scheduler cfq registered [ 0.514620] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515657] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516908] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518370] ACPI: Power Button [PWRF] [ 0.519198] GHES: HEST is not enabled! [ 0.532872] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560690] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562944] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591738] Linux agpgart interface v0.103 [ 0.593802] brd: module loaded [ 0.595006] loop: module loaded [ 0.600207] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601651] GPT:90111 != 2097151 [ 0.602325] GPT:Alternate GPT header not at the end of the disk. [ 0.603410] GPT:90111 != 2097151 [ 0.604075] GPT: Use GNU Parted to correct GPT errors. [ 0.605053] vda: vda1 vda15 [ 0.606722] scsi host0: ata_piix [ 0.607462] scsi host1: ata_piix [ 0.608164] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609384] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610822] libphy: Fixed MDIO Bus: probed [ 0.611630] tun: Universal TUN/TAP device driver, 1.6 [ 0.612562] tun: (C) 1999-2004 Max Krasnyansky [ 0.614926] PPP generic driver version 2.4.2 [ 0.615814] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.617199] ehci-pci: EHCI PCI platform driver [ 0.618065] ehci-platform: EHCI generic platform driver [ 0.619053] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.620158] ohci-pci: OHCI PCI platform driver [ 0.621015] ohci-platform: OHCI generic platform driver [ 0.622043] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636574] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637577] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.639024] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.640009] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.641118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.642322] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643717] usb usb1: Product: UHCI Host Controller [ 0.644650] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645779] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646838] hub 1-0:1.0: USB hub found [ 0.647610] hub 1-0:1.0: 2 ports detected [ 0.648503] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650603] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651572] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652584] mousedev: PS/2 mouse device common for all mice [ 0.653832] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655656] rtc_cmos 00:00: RTC can wake from S4 [ 0.656733] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657916] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.659102] i2c /dev entries driver [ 0.659852] device-mapper: uevent: version 1.0.3 [ 0.660777] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.662385] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663669] NET: Registered protocol family 10 [ 0.664650] NET: Registered protocol family 17 [ 0.665537] Key type dns_resolver registered [ 0.666451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667528] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669319] registered taskstats version 1 [ 0.670158] Loading compiled-in X.509 certificates [ 0.671592] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673415] zswap: loaded using pool lzo/zbud [ 0.674772] Key type trusted registered [ 0.676313] Key type encrypted registered [ 0.677134] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678149] ima: No TPM chip found, activating TPM-bypass! [ 0.679167] evm: HMAC attrs: 0x1 [ 0.680501] Magic number: 14:886:214 [ 0.681366] rtc_cmos 00:00: setting system clock to 2018-08-29 05:14:20 UTC (1535519660) [ 0.682941] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684043] EDD information not available. [ 0.770140] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771700] Write protecting the kernel read-only data: 14336k [ 0.783579] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785421] 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.05 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.248368] 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.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.15. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcfLw2HQt4DFueKoagrhjXDgKps8/U3GttZA+abg/2tEGhZkRInI2aervcGc+tuMxF52lMR4CVh+uqqV4UMye+J4sBv8pKnUuJwpLJGXV6n6GP5Kz1M14Yu/OFzUGrtCQfrBxhIQSqGTDNVy0oZbDFMUL7cUfGtdfgIxIxssZcYq07HctfwizK1YhHyFeC2Ki5Y63JGRp5xdwtfmm3Icy7OMFrTurmzG0cHlTyayd8tAtykjQy1ipUikUa6WZfbLYy7SN4AtdtdFGzv2jheIxUf2toP7KxvicmcvwFmlbNwS/cjycdL9Kr7TolXA3AfRK/FdOzg1GKZdNBaXdDcA7P root@vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f ssh-dss AAAAB3NzaC1kc3MAAACBANYWJ4qFdGQXksZn/W+eeYee+sZSzkFoq+I87Sn7WnELwNpN//FH8tUmlrl3cVN5JRwdLOrktmgNrEiK996TfZIKy3P+9OHJlQU39/bacS+/jbjk0L+vs2K+Nu2FUKI2pZRDABvqd/PDXGT/x0Oa7cwKHe+5WXuoy9RcoYLGuOW5AAAAFQDb9WurEh7AxRB5Q7o9pIfr75a0ZQAAAIBOEqqs2g8qvlvpZyf+E9KJ8P79Wo03jAFZklnmzDsANXiRO3GYljJ/DfwyBQ7pVyS0IIlGD69hEpPGvDs3WWtlY+h01WXGZ+ynaEatqCp8lOSq56iKyPD+tYV7zxKK34NgDUrdMS17ojTAFQlO0qyTYZz4zWSalztmURRzUUEeZAAAAIEAkA14mS3TVIwa323AekkiyllJxarpJk5lJHvKAGRyrbmlXWaVgdAfji4efRq5wIc1RbB7B6gnphFkMgFT5KmVxsbl4ZWUWvKx3AYZlmFPzlz8Uc2rpdikMn9iojOExvf3Xbol/UmN0sWIdsNapsooAY2urnZteUA+THvGw9S2q/M= root@vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe49:a405/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f launch-index: 0 === cirros: current=0.4.0 uptime=3.33 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-b7951cdb-7ac6-4853-a25d-b6c24cf9067f login: 2018-08-29 05:14:26,994 - paramiko.transport - DEBUG - starting thread (client mode): 0xd1e34ad0L 2018-08-29 05:14:26,995 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 05:14:26,995 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-29 05:14:26,995 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-29 05:14:26,997 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 05:14:26,997 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 05:14:26,998 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-29 05:14:26,998 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 05:14:26,998 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 05:14:26,998 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 05:14:27,021 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 05:14:27,023 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 05:14:27,026 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.220: 88eb95c00c8207cce25d40503552e8a0 2018-08-29 05:14:27,027 - paramiko.transport - DEBUG - Trying key c97556ac6ad13814a7133f34a1c3fde4 from /tmp/tmpqvHpGc 2018-08-29 05:14:27,061 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 05:14:27,067 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 05:14:27,092 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 05:14:27,093 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-29 05:14:27,093 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 05:14:27,095 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 05:14:37,097 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 05:14:37,097 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes --- 192.168.120.12 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-08-29 05:14:37,098 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-29 05:14:37,105 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 05:14:37,214 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 05:14:37,214 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-29 05:14:37,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-29 05:14:37,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:37,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05: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-bee67adf-23d8-4009-9f8e-e20eea479610 x-compute-request-id: req-bee67adf-23d8-4009-9f8e-e20eea479610 Content-Type: application/json 2018-08-29 05:14:37,404 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d used request id req-bee67adf-23d8-4009-9f8e-e20eea479610 2018-08-29 05:14:37,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.184024810791s 2018-08-29 05:14:37,405 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d used request id req-bee67adf-23d8-4009-9f8e-e20eea479610 2018-08-29 05:14:37,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:37,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:38,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7f8f2156-5c63-4ed7-b551-f9ef0e674dcd x-compute-request-id: req-7f8f2156-5c63-4ed7-b551-f9ef0e674dcd Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "172.30.9.220", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:19Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:64:6d", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:05.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "3a5ea0b7-fce0-4b92-9c99-69ea47b4b25d", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:37Z", "hostId": "e5caebe6710a81605f9befb99d86883fef628c5e0cb0dbad628df58a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:01Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:38,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7f8f2156-5c63-4ed7-b551-f9ef0e674dcd 2018-08-29 05:14:38,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602339029312s 2018-08-29 05:14:38,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7f8f2156-5c63-4ed7-b551-f9ef0e674dcd 2018-08-29 05:14:38,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:40,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:40,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:40,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3e53eb06-7066-4000-8f87-9f95958c83f3 x-compute-request-id: req-3e53eb06-7066-4000-8f87-9f95958c83f3 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "172.30.9.220", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:19Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:40,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3e53eb06-7066-4000-8f87-9f95958c83f3 2018-08-29 05:14:40,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347816944122s 2018-08-29 05:14:40,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3e53eb06-7066-4000-8f87-9f95958c83f3 2018-08-29 05:14:40,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-29 05:14:40,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/96e0dc78-194d-4b21-b340-bd086ab31fa1.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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:41,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e9d86ac0-0fc9-44a0-9cdd-c21a9d4bb309 Content-Length: 0 Date: Wed, 29 Aug 2018 05:14:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:14:41,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/96e0dc78-194d-4b21-b340-bd086ab31fa1.json used request id req-e9d86ac0-0fc9-44a0-9cdd-c21a9d4bb309 2018-08-29 05:14:41,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.697804927826s 2018-08-29 05:14:41,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/96e0dc78-194d-4b21-b340-bd086ab31fa1.json used request id req-e9d86ac0-0fc9-44a0-9cdd-c21a9d4bb309 2018-08-29 05:14:41,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-29 05:14:41,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:41,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b3eb0ccb-c9ec-46ef-9d21-e7575a557584 Date: Wed, 29 Aug 2018 05:14:41 GMT RESP BODY: {"floatingips": []} 2018-08-29 05:14:41,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-b3eb0ccb-c9ec-46ef-9d21-e7575a557584 2018-08-29 05:14:41,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0190289020538s 2018-08-29 05:14:41,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-b3eb0ccb-c9ec-46ef-9d21-e7575a557584 2018-08-29 05:14:41,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-29 05:14:41,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:41,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:14: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-8f0b88a8-db0d-453f-b97f-be043179897a x-compute-request-id: req-8f0b88a8-db0d-453f-b97f-be043179897a Content-Type: application/json 2018-08-29 05:14:41,291 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3 used request id req-8f0b88a8-db0d-453f-b97f-be043179897a 2018-08-29 05:14:41,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.202769994736s 2018-08-29 05:14:41,292 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3 used request id req-8f0b88a8-db0d-453f-b97f-be043179897a 2018-08-29 05:14:41,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:41,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:41,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:14: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-bb3a479c-b9d2-4a4d-a028-d80b78739c83 x-compute-request-id: req-bb3a479c-b9d2-4a4d-a028-d80b78739c83 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "172.30.9.220", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:41Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:41,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bb3a479c-b9d2-4a4d-a028-d80b78739c83 2018-08-29 05:14:41,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489153146744s 2018-08-29 05:14:41,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bb3a479c-b9d2-4a4d-a028-d80b78739c83 2018-08-29 05:14:41,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:43,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:43,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:44,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-4a792c8a-3a0c-4c1e-8f4c-e73ce27434dd x-compute-request-id: req-4a792c8a-3a0c-4c1e-8f4c-e73ce27434dd Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:41Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:44,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4a792c8a-3a0c-4c1e-8f4c-e73ce27434dd 2018-08-29 05:14:44,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460439920425s 2018-08-29 05:14:44,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4a792c8a-3a0c-4c1e-8f4c-e73ce27434dd 2018-08-29 05:14:44,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:46,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:46,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-ddae1415-8909-40b2-9689-1b22786a391a x-compute-request-id: req-ddae1415-8909-40b2-9689-1b22786a391a Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:41Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:46,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ddae1415-8909-40b2-9689-1b22786a391a 2018-08-29 05:14:46,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536012887955s 2018-08-29 05:14:46,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ddae1415-8909-40b2-9689-1b22786a391a 2018-08-29 05:14:46,789 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:48,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:48,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:49,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3d4ba61c-3780-4457-8b67-a3cd41f9938d x-compute-request-id: req-3d4ba61c-3780-4457-8b67-a3cd41f9938d Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:41Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:49,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d4ba61c-3780-4457-8b67-a3cd41f9938d 2018-08-29 05:14:49,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369338035583s 2018-08-29 05:14:49,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d4ba61c-3780-4457-8b67-a3cd41f9938d 2018-08-29 05:14:49,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:51,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:51,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:51,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b619e57a-ca67-4c7d-9e69-24b35422e306 x-compute-request-id: req-b619e57a-ca67-4c7d-9e69-24b35422e306 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:a4:05", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6175b071-7258-4b52-8f41-01683d3bd3f3", "rel": "bookmark"}], "image": {"id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "links": [{"href": "http://172.30.9.24:8774/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:14:19.000000", "flavor": {"id": "81576272-dcfd-4f10-8584-c6301466a33c", "links": [{"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}]}, "id": "6175b071-7258-4b52-8f41-01683d3bd3f3", "security_groups": [{"name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}], "user_id": "b54e2d73085b41428ff4168bcb6092fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:14:51Z", "hostId": "12c633b86bc6516dfbb873b02637a743eaf89bc0da9cb2d7c697b080", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "name": "vping_ssh-vm_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "created": "2018-08-29T05:14:11Z", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:14:51,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b619e57a-ca67-4c7d-9e69-24b35422e306 2018-08-29 05:14:51,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486644029617s 2018-08-29 05:14:51,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b619e57a-ca67-4c7d-9e69-24b35422e306 2018-08-29 05:14:51,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:14:53,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:14:53,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:53,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-32f3319c-9fd6-4a81-89f9-0f9ee192776d x-compute-request-id: req-32f3319c-9fd6-4a81-89f9-0f9ee192776d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-29 05:14:53,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-32f3319c-9fd6-4a81-89f9-0f9ee192776d 2018-08-29 05:14:53,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.255388975143s 2018-08-29 05:14:53,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-32f3319c-9fd6-4a81-89f9-0f9ee192776d 2018-08-29 05:14:53,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-29 05:14:53,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:54,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-7b9c2039-bafe-4c97-a61b-26a0180bac24 Date: Wed, 29 Aug 2018 05:14:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:57Z", "updated_at": "2018-08-29T05:13:58Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:58Z", "revision_number": 0, "id": "58293208-1bbe-470a-9003-608870c32ba3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:58Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "92293ed5-5da0-4a4f-8ddd-d86f58713e22", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "9a7271fb-dd19-4d32-823c-4c449bf9f4dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:57Z", "revision_number": 0, "id": "ff8157e4-01a5-4a1d-b502-2999d876f9b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:57Z", "security_group_id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2", "name": "vping_ssh-sg_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:54,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-7b9c2039-bafe-4c97-a61b-26a0180bac24 2018-08-29 05:14:54,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195471048355s 2018-08-29 05:14:54,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-7b9c2039-bafe-4c97-a61b-26a0180bac24 2018-08-29 05:14:54,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-29 05:14:54,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/security-groups/eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2.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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:54,310 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0667f282-07f9-4f99-9d4a-51dcadef4536 Content-Length: 0 Date: Wed, 29 Aug 2018 05:14:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:14:54,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2.json used request id req-0667f282-07f9-4f99-9d4a-51dcadef4536 2018-08-29 05:14:54,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194858074188s 2018-08-29 05:14:54,310 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/eb6c76e0-c11a-4a26-90cd-c0b2eb8ba4d2.json used request id req-0667f282-07f9-4f99-9d4a-51dcadef4536 2018-08-29 05:14:54,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-29 05:14:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:54,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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-db67b8a6-4bdb-482c-b0c5-a08c2a57c9aa x-compute-request-id: req-db67b8a6-4bdb-482c-b0c5-a08c2a57c9aa Content-Length: 0 Content-Type: application/json 2018-08-29 05:14:54,363 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f used request id req-db67b8a6-4bdb-482c-b0c5-a08c2a57c9aa 2018-08-29 05:14:54,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0524079799652s 2018-08-29 05:14:54,363 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/vping_ssh-kp_b7951cdb-7ac6-4853-a25d-b6c24cf9067f used request id req-db67b8a6-4bdb-482c-b0c5-a08c2a57c9aa 2018-08-29 05:14:54,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-29 05:14:54,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471/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}cb4a539442bef0a8d232097727f105f295c2506b" -d '{"subnet_id": "1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"}' 2018-08-29 05:14:55,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-67129be4-e140-4baa-a0bc-8e15421c3578 Date: Wed, 29 Aug 2018 05:14:55 GMT RESP BODY: {"network_id": "3d341dd5-131a-4a79-80a5-4e10ad133619", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "subnet_id": "1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4", "subnet_ids": ["1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4"], "port_id": "c4d9f9cd-2a15-4cab-b9d7-7d88e4e06c5b", "id": "234c9403-76eb-4ab5-863a-37593eb10471"} 2018-08-29 05:14:55,642 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471/remove_router_interface.json used request id req-67129be4-e140-4baa-a0bc-8e15421c3578 2018-08-29 05:14:55,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.27787685394s 2018-08-29 05:14:55,642 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471/remove_router_interface.json used request id req-67129be4-e140-4baa-a0bc-8e15421c3578 returning object 234c9403-76eb-4ab5-863a-37593eb10471 2018-08-29 05:14:55,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-29 05:14:55,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:55,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2453 X-Openstack-Request-Id: req-1522576c-3d8d-4ae6-a995-9bda4effb143 Date: Wed, 29 Aug 2018 05:14:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:48Z", "admin_state_up": true, "updated_at": "2018-08-29T05:13:49Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "18dae1f1-aee7-4b77-8261-b56aa6aa3a79", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:52Z", "admin_state_up": true, "updated_at": "2018-08-29T05:14:55Z", "revision_number": 4, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "234c9403-76eb-4ab5-863a-37593eb10471", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:49Z", "admin_state_up": true, "updated_at": "2018-08-29T05:13:50Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "4980f1f3-9a67-4818-98be-cbaf260a7309", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:50Z", "admin_state_up": true, "updated_at": "2018-08-29T05:13:51Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "de8815fc-27e6-4d54-9238-9b425dd7d5ae", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:55,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-1522576c-3d8d-4ae6-a995-9bda4effb143 2018-08-29 05:14:55,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0751960277557s 2018-08-29 05:14:55,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-1522576c-3d8d-4ae6-a995-9bda4effb143 2018-08-29 05:14:55,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-29 05:14:55,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471.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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:56,835 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2477de34-a0ed-4fad-a398-a83d1b7ab7b1 Content-Length: 0 Date: Wed, 29 Aug 2018 05:14:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:14:56,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471.json used request id req-2477de34-a0ed-4fad-a398-a83d1b7ab7b1 2018-08-29 05:14:56,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.11445307732s 2018-08-29 05:14:56,835 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/234c9403-76eb-4ab5-863a-37593eb10471.json used request id req-2477de34-a0ed-4fad-a398-a83d1b7ab7b1 2018-08-29 05:14:56,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 05:14:56,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:56,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a3302182-2f1e-4080-8bd8-8593bd4f428e Date: Wed, 29 Aug 2018 05:14:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d341dd5-131a-4a79-80a5-4e10ad133619","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:13:48Z","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":"199a6c361a634479973eb2576c5e7b3b","id":"1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4","subnetpool_id":null,"name":"vping_ssh-subnet_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:56,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-a3302182-2f1e-4080-8bd8-8593bd4f428e 2018-08-29 05:14:56,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0577509403229s 2018-08-29 05:14:56,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-a3302182-2f1e-4080-8bd8-8593bd4f428e 2018-08-29 05:14:56,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-29 05:14:56,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4.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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:59,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bb503f5-6ac4-4dbc-b80b-0fbad5ad3698 Date: Wed, 29 Aug 2018 05:14:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:14:59,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4.json used request id req-6bb503f5-6ac4-4dbc-b80b-0fbad5ad3698 2018-08-29 05:14:59,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29375696182s 2018-08-29 05:14:59,189 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/1f26ce80-b4b8-4a65-b46c-cb21dbbf03b4.json used request id req-6bb503f5-6ac4-4dbc-b80b-0fbad5ad3698 2018-08-29 05:14:59,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:14:59,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:14:59,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-385dd1da-0412-4797-8cf9-02c0620e7b26 Date: Wed, 29 Aug 2018 05:14:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-29T05:14:58Z","tenant_id":"199a6c361a634479973eb2576c5e7b3b","created_at":"2018-08-29T05:13:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"199a6c361a634479973eb2576c5e7b3b","id":"3d341dd5-131a-4a79-80a5-4e10ad133619","name":"vping_ssh-net_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:14:59,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-385dd1da-0412-4797-8cf9-02c0620e7b26 2018-08-29 05:14:59,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112016201019s 2018-08-29 05:14:59,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-385dd1da-0412-4797-8cf9-02c0620e7b26 2018-08-29 05:14:59,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-29 05:14:59,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/3d341dd5-131a-4a79-80a5-4e10ad133619.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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:15:00,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2fa6f1ad-2c3c-4afc-bcd5-8bd811ff7602 Date: Wed, 29 Aug 2018 05:15:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:15:00,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/3d341dd5-131a-4a79-80a5-4e10ad133619.json used request id req-2fa6f1ad-2c3c-4afc-bcd5-8bd811ff7602 2018-08-29 05:15:00,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.58073115349s 2018-08-29 05:15:00,884 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/3d341dd5-131a-4a79-80a5-4e10ad133619.json used request id req-2fa6f1ad-2c3c-4afc-bcd5-8bd811ff7602 2018-08-29 05:15:00,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:15:00,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:15:01,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-bbd31e0f-2d9d-45f5-979f-109515ace675 Date: Wed, 29 Aug 2018 05:15:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "metadata": {}}], "file": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/file", "owner": "199a6c361a634479973eb2576c5e7b3b", "id": "bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "size": 12716032, "self": "/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:13:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:13:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:15:01,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-bbd31e0f-2d9d-45f5-979f-109515ace675 2018-08-29 05:15:01,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.157831192017s 2018-08-29 05:15:01,043 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-bbd31e0f-2d9d-45f5-979f-109515ace675 2018-08-29 05:15:01,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-29 05:15:01,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb4a539442bef0a8d232097727f105f295c2506b" 2018-08-29 05:15:02,935 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d845c7d-e3aa-4733-898d-8a2d4f351747 Date: Wed, 29 Aug 2018 05:15:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:15:02,935 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090 used request id req-3d845c7d-e3aa-4733-898d-8a2d4f351747 2018-08-29 05:15:02,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89076304436s 2018-08-29 05:15:02,936 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/bd0bbd09-06a3-4d35-8bbd-e4c6bab51090 used request id req-3d845c7d-e3aa-4733-898d-8a2d4f351747 2018-08-29 05:15:02,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:15:02,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:02,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-6312b946-9254-49ac-ac4d-184414702e4e x-compute-request-id: req-6312b946-9254-49ac-ac4d-184414702e4e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/81576272-dcfd-4f10-8584-c6301466a33c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "81576272-dcfd-4f10-8584-c6301466a33c", "name": "vping_ssh-flavor_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:15:02,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-6312b946-9254-49ac-ac4d-184414702e4e 2018-08-29 05:15:02,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0312139987946s 2018-08-29 05:15:02,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-6312b946-9254-49ac-ac4d-184414702e4e 2018-08-29 05:15:02,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-29 05:15:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,011 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:15: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-b662e72c-6b3c-4748-8f42-4626a67f834f x-compute-request-id: req-b662e72c-6b3c-4748-8f42-4626a67f834f Content-Length: 0 Content-Type: application/json 2018-08-29 05:15:03,011 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c used request id req-b662e72c-6b3c-4748-8f42-4626a67f834f 2018-08-29 05:15:03,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419428348541s 2018-08-29 05:15:03,011 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/81576272-dcfd-4f10-8584-c6301466a33c used request id req-b662e72c-6b3c-4748-8f42-4626a67f834f 2018-08-29 05:15:03,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:15:03,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-405b8eab-979f-4ccd-a45c-aaed1e59d215 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f", "links": {"self": "http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd"}, "domain_id": "default", "enabled": true, "id": "b54e2d73085b41428ff4168bcb6092fd", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:15:03,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-405b8eab-979f-4ccd-a45c-aaed1e59d215 2018-08-29 05:15:03,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0966439247131s 2018-08-29 05:15:03,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-405b8eab-979f-4ccd-a45c-aaed1e59d215 2018-08-29 05:15:03,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:15:03,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63e9813-87fd-421d-89e7-f7864a6ab713 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd"}, "enabled": true, "id": "b54e2d73085b41428ff4168bcb6092fd", "options": {}, "domain_id": "default", "name": "vping_ssh-user_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 05:15:03,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd used request id req-b63e9813-87fd-421d-89e7-f7864a6ab713 2018-08-29 05:15:03,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0959990024567s 2018-08-29 05:15:03,211 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd used request id req-b63e9813-87fd-421d-89e7-f7864a6ab713 2018-08-29 05:15:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-29 05:15:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14607816-3049-471c-95c0-3f0d8963ab8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:15:03,417 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd used request id req-14607816-3049-471c-95c0-3f0d8963ab8e 2018-08-29 05:15:03,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.204904079437s 2018-08-29 05:15:03,417 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/b54e2d73085b41428ff4168bcb6092fd used request id req-14607816-3049-471c-95c0-3f0d8963ab8e 2018-08-29 05:15:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:15:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aac0f9a-61d6-49e9-bc8e-9edfa647f29f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b"}, "enabled": true, "id": "199a6c361a634479973eb2576c5e7b3b", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:15:03,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-4aac0f9a-61d6-49e9-bc8e-9edfa647f29f 2018-08-29 05:15:03,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.076541185379s 2018-08-29 05:15:03,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-4aac0f9a-61d6-49e9-bc8e-9edfa647f29f 2018-08-29 05:15:03,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-29 05:15:03,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f90f8c32-0070-4a17-a83f-74aa033525d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:15:03,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b used request id req-f90f8c32-0070-4a17-a83f-74aa033525d2 2018-08-29 05:15:03,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156133890152s 2018-08-29 05:15:03,654 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/199a6c361a634479973eb2576c5e7b3b used request id req-f90f8c32-0070-4a17-a83f-74aa033525d2 2018-08-29 05:15:03,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:15:03,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9092e96-61f8-4483-87ee-4b25cd699338 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ea4621f1cc794c7c859995dbf0aa5ccb", "links": {"self": "http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb"}, "name": "Member"}]} 2018-08-29 05:15:03,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f9092e96-61f8-4483-87ee-4b25cd699338 2018-08-29 05:15:03,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791530609131s 2018-08-29 05:15:03,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:15:03,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db05ab843645d77e0c0974f09e83ee70b2dfecfa" 2018-08-29 05:15:03,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d1b005-a226-46d1-b366-1d005562468a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:15:03,835 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/ea4621f1cc794c7c859995dbf0aa5ccb used request id req-92d1b005-a226-46d1-b366-1d005562468a 2018-08-29 05:15:03,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.100461006165s 2018-08-29 05:15:03,836 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-08-29 05:15:03,888 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-29 05:15:03,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:15:03,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:15:03,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:15:03,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:15:03,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce257dc3-da40-4cca-9111-ef0090da7ae8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:15:03,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ce257dc3-da40-4cca-9111-ef0090da7ae8 2018-08-29 05:15:03,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:15:04,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:15:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["IavE2teARdy8-9gaK-Sm2A"], "issued_at": "2018-08-29T05:15:04.000000Z"}} 2018-08-29 05:15:04,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:15:04,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:04,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-30ff78c5-4766-4692-8d0d-89b5974b0cdb Date: Wed, 29 Aug 2018 05:15:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:15:04,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-30ff78c5-4766-4692-8d0d-89b5974b0cdb 2018-08-29 05:15:04,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.234924077988s 2018-08-29 05:15:04,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-30ff78c5-4766-4692-8d0d-89b5974b0cdb 2018-08-29 05:15:04,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-08-29 05:15:04,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:04,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:15: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:15:04,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:04,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030e3c49-407d-443d-9855-9b43067c8658 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/3e0ca93d57fd4bc085ad22d5c98fa54c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3e0ca93d57fd4bc085ad22d5c98fa54c"}, {"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-29 05:15:04,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-030e3c49-407d-443d-9855-9b43067c8658 2018-08-29 05:15:04,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0956711769104s 2018-08-29 05:15:04,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-29 05:15:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}}' 2018-08-29 05:15:04,758 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:15:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13b81109-4c5b-40d8-bf51-37155230a009 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.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, "enabled": true, "id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 05:15:04,758 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-13b81109-4c5b-40d8-bf51-37155230a009 2018-08-29 05:15:04,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11335682869s 2018-08-29 05:15:04,758 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-13b81109-4c5b-40d8-bf51-37155230a009 2018-08-29 05:15:04,759 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', '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-08-29 05:15:04,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-08-29 05:15:05,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345271110535s 2018-08-29 05:15:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bdb1c91-38cb-4746-9009-59764a0d2c1b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea"}, "enabled": true, "id": "a000ceccb71145dca32d7e79f7d42bea", "options": {}, "domain_id": "default", "name": "vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 05:15:05,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea used request id req-9bdb1c91-38cb-4746-9009-59764a0d2c1b 2018-08-29 05:15:05,207 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a000ceccb71145dca32d7e79f7d42bea', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead'}) 2018-08-29 05:15:05,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:15:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec1edff-0ad4-45d8-9497-c39a9cf9a2a0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:15:05,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3ec1edff-0ad4-45d8-9497-c39a9cf9a2a0 2018-08-29 05:15:05,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0900731086731s 2018-08-29 05:15:05,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:15:05,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a01df3-4a7f-4344-9316-a2140ef03b58 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:15:05,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-48a01df3-4a7f-4344-9316-a2140ef03b58 2018-08-29 05:15:05,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760200023651s 2018-08-29 05:15:05,375 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 05:15:05,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:15:05,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" -d '{"role": {"name": "Member"}}' 2018-08-29 05:15:05,536 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34b1bf41-d9d7-4176-9ec2-d2f37aa1f8ac Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "690939f3c17b4e2a814a758cd25eda1e", "links": {"self": "http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e"}, "name": "Member"}} 2018-08-29 05:15:05,537 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-34b1bf41-d9d7-4176-9ec2-d2f37aa1f8ac 2018-08-29 05:15:05,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.161118030548s 2018-08-29 05:15:05,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be51fa75-5d81-4244-bebc-9e2065bc8cf2 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e"}, "domain_id": null, "name": "Member", "id": "690939f3c17b4e2a814a758cd25eda1e"}} 2018-08-29 05:15:05,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e used request id req-be51fa75-5d81-4244-bebc-9e2065bc8cf2 2018-08-29 05:15:05,619 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e'}, 'domain_id': None, 'human_id': None, 'id': u'690939f3c17b4e2a814a758cd25eda1e', 'HUMAN_ID': False}) 2018-08-29 05:15:05,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:15:05,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fafd76c-acb0-46d4-b542-870de7e62144 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "690939f3c17b4e2a814a758cd25eda1e", "links": {"self": "http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:15:05,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-9fafd76c-acb0-46d4-b542-870de7e62144 2018-08-29 05:15:05,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0750448703766s 2018-08-29 05:15:05,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:15:05,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46369444-f7c5-4b31-9239-90e6a8d1ead6 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:15:05,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-46369444-f7c5-4b31-9239-90e6a8d1ead6 2018-08-29 05:15:05,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0827870368958s 2018-08-29 05:15:05,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:15:05,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a643501-f840-4aad-b853-ccc522668e35 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "links": {"self": "http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea"}, "domain_id": "default", "enabled": true, "id": "a000ceccb71145dca32d7e79f7d42bea", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:15:05,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-6a643501-f840-4aad-b853-ccc522668e35 2018-08-29 05:15:05,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925400257111s 2018-08-29 05:15:05,873 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-6a643501-f840-4aad-b853-ccc522668e35 2018-08-29 05:15:05,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:15:05,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:05,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e33968-b29e-46fa-8960-c5808bf820c2 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, "enabled": true, "id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:15:05,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-b3e33968-b29e-46fa-8960-c5808bf820c2 2018-08-29 05:15:05,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0846807956696s 2018-08-29 05:15:05,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-b3e33968-b29e-46fa-8960-c5808bf820c2 2018-08-29 05:15:05,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:15:05,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=a000ceccb71145dca32d7e79f7d42bea&scope.project.id=fd63af4c54d24a4fb8e1b1a68f1cf9bd&role.id=690939f3c17b4e2a814a758cd25eda1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:06,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee5dd63-6e93-43aa-9b81-095a53621a95 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=a000ceccb71145dca32d7e79f7d42bea&scope.project.id=fd63af4c54d24a4fb8e1b1a68f1cf9bd&role.id=690939f3c17b4e2a814a758cd25eda1e", "previous": null, "next": null}} 2018-08-29 05:15:06,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=a000ceccb71145dca32d7e79f7d42bea&scope.project.id=fd63af4c54d24a4fb8e1b1a68f1cf9bd&role.id=690939f3c17b4e2a814a758cd25eda1e used request id req-dee5dd63-6e93-43aa-9b81-095a53621a95 2018-08-29 05:15:06,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0806860923767s 2018-08-29 05:15:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:15:06,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd/users/a000ceccb71145dca32d7e79f7d42bea/roles/690939f3c17b4e2a814a758cd25eda1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:15:06,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:15:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd58e02a-4f50-44ac-83bb-93af66f3aa16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:15:06,167 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd/users/a000ceccb71145dca32d7e79f7d42bea/roles/690939f3c17b4e2a814a758cd25eda1e used request id req-bd58e02a-4f50-44ac-83bb-93af66f3aa16 2018-08-29 05:15:06,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119817972183s 2018-08-29 05:15:06,168 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 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': '292999b1-029c-4935-b842-fc908fe7d5b3', 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_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'project_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-29 05:15:06,169 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:15:06,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:15:06,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:15:06,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:15:06,174 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'password': '292999b1-029c-4935-b842-fc908fe7d5b3', 'project_name': 'vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000/v3', 'project_id': 'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'project_domain_name': 'Default'} 2018-08-29 05:15:06,174 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-29 05:15:06,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:15:06,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e872c97-c29e-48b9-9654-70f5e6099024 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:15:06,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9e872c97-c29e-48b9-9654-70f5e6099024 2018-08-29 05:15:06,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:15:06,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "690939f3c17b4e2a814a758cd25eda1e", "name": "Member"}], "expires_at": "2018-08-29T06:15:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "name": "vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/fd63af4c54d24a4fb8e1b1a68f1cf9bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "id": "a000ceccb71145dca32d7e79f7d42bea"}, "audit_ids": ["EQ8SaW_5Q16AO94BECifzw"], "issued_at": "2018-08-29T05:15:06.000000Z"}} 2018-08-29 05:15:06,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-29 05:15:06,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"network": {"name": "vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "admin_state_up": true}}' 2018-08-29 05:15:07,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-6763f85e-15ee-4042-a99e-482ab4f52398 Date: Wed, 29 Aug 2018 05:15:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T05:15:06Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","name":"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 05:15:07,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-6763f85e-15ee-4042-a99e-482ab4f52398 2018-08-29 05:15:07,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.563549995422s 2018-08-29 05:15:07,127 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-6763f85e-15ee-4042-a99e-482ab4f52398 2018-08-29 05:15:07,128 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T05:15:06Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'dc65c3da-0263-4de8-91fe-6e3e9b3052da', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', u'admin_state_up': True, u'tenant_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', u'created_at': u'2018-08-29T05:15:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd'}) 2018-08-29 05:15:07,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:15:07,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:07,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3b6c629e-3574-4034-9235-4a7c514cdeb1 Date: Wed, 29 Aug 2018 05:15:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-29T05:15:06Z","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","name":"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:15:07,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-3b6c629e-3574-4034-9235-4a7c514cdeb1 2018-08-29 05:15:07,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251925945282s 2018-08-29 05:15:07,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-3b6c629e-3574-4034-9235-4a7c514cdeb1 2018-08-29 05:15:07,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-29 05:15:07,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"subnet": {"name": "vping_userdata-subnet_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "enable_dhcp": true, "network_id": "dc65c3da-0263-4de8-91fe-6e3e9b3052da", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-29 05:15:08,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-73c7036b-87ad-4ea3-8c69-16a3ce89ef54 Date: Wed, 29 Aug 2018 05:15:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:15:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"146bccb2-cabb-4504-823e-00e2c244394f","subnetpool_id":null,"name":"vping_userdata-subnet_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 05:15:08,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-73c7036b-87ad-4ea3-8c69-16a3ce89ef54 2018-08-29 05:15:08,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.666870832443s 2018-08-29 05:15:08,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-73c7036b-87ad-4ea3-8c69-16a3ce89ef54 2018-08-29 05:15:08,050 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T05:15:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'146bccb2-cabb-4504-823e-00e2c244394f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', u'enable_dhcp': True, u'network_id': u'dc65c3da-0263-4de8-91fe-6e3e9b3052da', u'tenant_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', u'created_at': u'2018-08-29T05:15:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd'}) 2018-08-29 05:15:08,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-29 05:15:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "admin_state_up": true}}' 2018-08-29 05:15:12,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0868fa8c-c042-4b36-8f0d-8a8a45941325 Date: Wed, 29 Aug 2018 05:15:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:11Z", "admin_state_up": true, "updated_at": "2018-08-29T05:15:12Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "df6eb782-65f4-412a-b395-2ccbbec40c63", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 05:15:12,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-0868fa8c-c042-4b36-8f0d-8a8a45941325 2018-08-29 05:15:12,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.72021794319s 2018-08-29 05:15:12,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-0868fa8c-c042-4b36-8f0d-8a8a45941325 2018-08-29 05:15:12,772 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0c72616c-e4f7-4964-93e6-09fc67b91a5f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'22013455-84e2-490c-9984-e92df445cfbb', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', u'created_at': u'2018-08-29T05:15:11Z', u'admin_state_up': True, u'updated_at': u'2018-08-29T05:15:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', u'id': u'df6eb782-65f4-412a-b395-2ccbbec40c63', u'name': u'vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead'}) 2018-08-29 05:15:12,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-29 05:15:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63/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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"subnet_id": "146bccb2-cabb-4504-823e-00e2c244394f"}' 2018-08-29 05:15:14,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-447126a5-1819-469d-b6ef-024216ab9a78 Date: Wed, 29 Aug 2018 05:15:14 GMT RESP BODY: {"network_id": "dc65c3da-0263-4de8-91fe-6e3e9b3052da", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "subnet_id": "146bccb2-cabb-4504-823e-00e2c244394f", "subnet_ids": ["146bccb2-cabb-4504-823e-00e2c244394f"], "port_id": "3dd8e501-8679-4694-80f9-62d1d8d6b5c3", "id": "df6eb782-65f4-412a-b395-2ccbbec40c63"} 2018-08-29 05:15:14,280 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63/add_router_interface.json used request id req-447126a5-1819-469d-b6ef-024216ab9a78 2018-08-29 05:15:14,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50817894936s 2018-08-29 05:15:14,281 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63/add_router_interface.json used request id req-447126a5-1819-469d-b6ef-024216ab9a78 returning object df6eb782-65f4-412a-b395-2ccbbec40c63 2018-08-29 05:15:14,281 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:15:14,413 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-29 05:15:14,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:14,420 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 29 Aug 2018 05:15:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-08-29 05:15:14,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:15:14,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:14,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8f539132-ed76-4eb3-b61d-5c7d723f8b6b Date: Wed, 29 Aug 2018 05:15:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:15:14,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-8f539132-ed76-4eb3-b61d-5c7d723f8b6b 2018-08-29 05:15:14,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177710056305s 2018-08-29 05:15:14,602 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-8f539132-ed76-4eb3-b61d-5c7d723f8b6b 2018-08-29 05:15:14,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-29 05:15:14,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}' 2018-08-29 05:15:14,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475 X-Openstack-Request-Id: req-b397be21-f80e-4e13-adc2-d3075d40686c Date: Wed, 29 Aug 2018 05:15:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file", "owner": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "size": null, "self": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:15:14Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "checksum": null, "created_at": "2018-08-29T05:15:14Z", "protected": false} 2018-08-29 05:15:14,815 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-b397be21-f80e-4e13-adc2-d3075d40686c 2018-08-29 05:15:14,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.211737155914s 2018-08-29 05:15:14,816 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-b397be21-f80e-4e13-adc2-d3075d40686c returning object 9821bfce-6314-4edf-9cd4-244ec5a56475 2018-08-29 05:15:14,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-29 05:15:14,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '' 2018-08-29 05:15:16,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f41161f-29c8-4af8-bdae-4ed93471cb00 Date: Wed, 29 Aug 2018 05:15:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:15:16,341 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file used request id req-6f41161f-29c8-4af8-bdae-4ed93471cb00 2018-08-29 05:15:16,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.52512407303s 2018-08-29 05:15:16,342 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file used request id req-6f41161f-29c8-4af8-bdae-4ed93471cb00 2018-08-29 05:15:16,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:15:16,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:16,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-2ff0d259-c071-42e5-98af-c53a678a124a Date: Wed, 29 Aug 2018 05:15:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "metadata": {}}], "file": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file", "owner": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "size": 12716032, "self": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:15:16Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:15:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:15:16,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-2ff0d259-c071-42e5-98af-c53a678a124a 2018-08-29 05:15:16,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.63626408577s 2018-08-29 05:15:16,979 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-2ff0d259-c071-42e5-98af-c53a678a124a 2018-08-29 05:15:16,981 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file', 'owner': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'id': u'9821bfce-6314-4edf-9cd4-244ec5a56475', 'size': 12716032, u'self': u'/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'name': 'vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-29T05:15:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-29T05:15:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'created': u'2018-08-29T05:15:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-29T05:15:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-29 05:15:16,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-29 05:15:16,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-29 05:15:17,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-8b2d0db1-b056-4f49-8241-84ec7122fbb8 x-compute-request-id: req-8b2d0db1-b056-4f49-8241-84ec7122fbb8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "name": "vping_userdata-flavor_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:15:17,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-8b2d0db1-b056-4f49-8241-84ec7122fbb8 2018-08-29 05:15:17,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.204147100449s 2018-08-29 05:15:17,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-8b2d0db1-b056-4f49-8241-84ec7122fbb8 returning object 92133b52-a0f2-4173-b059-5c425eb9ed53 2018-08-29 05:15:17,187 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', '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'8331fb80acb1488a84bc7cffea257dab', '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'92133b52-a0f2-4173-b059-5c425eb9ed53', 'swap': 0}) 2018-08-29 05:15:17,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-29 05:15:17,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53/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}d0c561dcaa73613334aa54663fe48930c128dc7d" -d '{"extra_specs": {}}' 2018-08-29 05:15:17,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-942e1110-a103-4707-a55e-8bf0ff9078fe x-compute-request-id: req-942e1110-a103-4707-a55e-8bf0ff9078fe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:15:17,210 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53/os-extra_specs used request id req-942e1110-a103-4707-a55e-8bf0ff9078fe 2018-08-29 05:15:17,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218739509583s 2018-08-29 05:15:17,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53/os-extra_specs used request id req-942e1110-a103-4707-a55e-8bf0ff9078fe 2018-08-29 05:15:17,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:15:17,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:17,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-00216fa3-1710-4701-8054-ca458f7a8047 Date: Wed, 29 Aug 2018 05:15:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["146bccb2-cabb-4504-823e-00e2c244394f"],"updated_at":"2018-08-29T05:15:07Z","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","name":"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:15:17,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-00216fa3-1710-4701-8054-ca458f7a8047 2018-08-29 05:15:17,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253689050674s 2018-08-29 05:15:17,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-00216fa3-1710-4701-8054-ca458f7a8047 2018-08-29 05:15:17,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:15:17,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:17,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-9e7029b5-85c4-4460-8c11-b4bb81edd53d Date: Wed, 29 Aug 2018 05:15:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "metadata": {}}], "file": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file", "owner": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "size": 12716032, "self": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:15:16Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:15:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:15:17,650 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-9e7029b5-85c4-4460-8c11-b4bb81edd53d 2018-08-29 05:15:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183580875397s 2018-08-29 05:15:17,650 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-9e7029b5-85c4-4460-8c11-b4bb81edd53d 2018-08-29 05:15:17,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:15:17,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:17,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-603229e1-b6c7-41ca-863f-260556ce143c x-compute-request-id: req-603229e1-b6c7-41ca-863f-260556ce143c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "name": "vping_userdata-flavor_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:15:17,822 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-603229e1-b6c7-41ca-863f-260556ce143c 2018-08-29 05:15:17,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.169669151306s 2018-08-29 05:15:17,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-603229e1-b6c7-41ca-863f-260556ce143c 2018-08-29 05:15:17,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-29 05:15:17,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"server": {"name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "imageRef": "9821bfce-6314-4edf-9cd4-244ec5a56475", "flavorRef": "92133b52-a0f2-4173-b059-5c425eb9ed53", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dc65c3da-0263-4de8-91fe-6e3e9b3052da"}]}}' 2018-08-29 05:15:19,639 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-eedf3bfe-d3e6-4e75-8280-1843a730d674 x-compute-request-id: req-eedf3bfe-d3e6-4e75-8280-1843a730d674 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "adminPass": "QYiy6hmim9xx"}} 2018-08-29 05:15:19,639 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-eedf3bfe-d3e6-4e75-8280-1843a730d674 2018-08-29 05:15:19,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.81496906281s 2018-08-29 05:15:19,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-eedf3bfe-d3e6-4e75-8280-1843a730d674 2018-08-29 05:15:19,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:19,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:20,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7b27ff30-64a4-4dd1-8794-e24dcb9ca621 x-compute-request-id: req-7b27ff30-64a4-4dd1-8794-e24dcb9ca621 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.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:15:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:20,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7b27ff30-64a4-4dd1-8794-e24dcb9ca621 2018-08-29 05:15:20,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40762090683s 2018-08-29 05:15:20,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7b27ff30-64a4-4dd1-8794-e24dcb9ca621 2018-08-29 05:15:20,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:15:20,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:20,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-bcf94795-8d54-49cd-9147-4e49abaa5435 Date: Wed, 29 Aug 2018 05:15:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["146bccb2-cabb-4504-823e-00e2c244394f"],"updated_at":"2018-08-29T05:15:07Z","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","name":"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:15:20,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-bcf94795-8d54-49cd-9147-4e49abaa5435 2018-08-29 05:15:20,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259380102158s 2018-08-29 05:15:20,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-bcf94795-8d54-49cd-9147-4e49abaa5435 2018-08-29 05:15:20,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 05:15:20,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:20,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-00ffe349-b7e6-4133-ae08-ac05f5045127 Date: Wed, 29 Aug 2018 05:15:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:15:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"146bccb2-cabb-4504-823e-00e2c244394f","subnetpool_id":null,"name":"vping_userdata-subnet_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:15:20,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-00ffe349-b7e6-4133-ae08-ac05f5045127 2018-08-29 05:15:20,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.193671941757s 2018-08-29 05:15:20,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-00ffe349-b7e6-4133-ae08-ac05f5045127 2018-08-29 05:15:20,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:15:22,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:22,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:23,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-26943ec3-1b3e-491c-baca-31b501ca4a59 x-compute-request-id: req-26943ec3-1b3e-491c-baca-31b501ca4a59 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:15:20Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:23,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-26943ec3-1b3e-491c-baca-31b501ca4a59 2018-08-29 05:15:23,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782730817795s 2018-08-29 05:15:23,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-26943ec3-1b3e-491c-baca-31b501ca4a59 2018-08-29 05:15:23,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:15:25,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:25,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:26,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-1b47c551-dd31-400e-9149-1f04a4d8ff1e x-compute-request-id: req-1b47c551-dd31-400e-9149-1f04a4d8ff1e Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:26,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1b47c551-dd31-400e-9149-1f04a4d8ff1e 2018-08-29 05:15:26,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754924058914s 2018-08-29 05:15:26,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1b47c551-dd31-400e-9149-1f04a4d8ff1e 2018-08-29 05:15:26,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-29 05:15:26,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=cbaa1e2a-6e15-4549-bcb2-3252ca384a89" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:26,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-dfd5bf37-c1f2-49bf-87c3-7a11f41c0164 Date: Wed, 29 Aug 2018 05:15:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:21Z","admin_state_up":true,"updated_at":"2018-08-29T05:15:22Z","binding:vnic_type":"normal","device_id":"cbaa1e2a-6e15-4549-bcb2-3252ca384a89","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:a7:75:06","id":"d6d0cba1-54f4-446b-895e-1157054172f9","port_security_enabled":true,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","fixed_ips":[{"subnet_id":"146bccb2-cabb-4504-823e-00e2c244394f","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["908251fd-fa5f-46dc-81c4-0abe724f64c4"],"name":""}]} 2018-08-29 05:15:26,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=cbaa1e2a-6e15-4549-bcb2-3252ca384a89 used request id req-dfd5bf37-c1f2-49bf-87c3-7a11f41c0164 2018-08-29 05:15:26,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0630910396576s 2018-08-29 05:15:26,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=cbaa1e2a-6e15-4549-bcb2-3252ca384a89 used request id req-dfd5bf37-c1f2-49bf-87c3-7a11f41c0164 2018-08-29 05:15:26,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-29 05:15:26,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=d6d0cba1-54f4-446b-895e-1157054172f9" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:26,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d0884403-14e8-4dd1-9260-d2165a9cbf42 Date: Wed, 29 Aug 2018 05:15:26 GMT RESP BODY: {"floatingips": []} 2018-08-29 05:15:26,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=d6d0cba1-54f4-446b-895e-1157054172f9 used request id req-d0884403-14e8-4dd1-9260-d2165a9cbf42 2018-08-29 05:15:26,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0176160335541s 2018-08-29 05:15:26,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=d6d0cba1-54f4-446b-895e-1157054172f9 used request id req-d0884403-14e8-4dd1-9260-d2165a9cbf42 2018-08-29 05:15:26,149 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a7:75:06', 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'9821bfce-6314-4edf-9cd4-244ec5a56475'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:15:23.000000', 'flavor': Munch({u'id': u'92133b52-a0f2-4173-b059-5c425eb9ed53'}), 'az': u'nova', 'id': u'cbaa1e2a-6e15-4549-bcb2-3252ca384a89', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a000ceccb71145dca32d7e79f7d42bea', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'name': 'vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-29T05:15:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-29T05:15:24Z', 'hostId': u'8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:15:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'name': u'vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'adminPass': u'QYiy6hmim9xx', 'tenant_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'region': 'regionOne', 'created': u'2018-08-29T05:15:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-29 05:15:26,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:15:26,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:26,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6a88043d-6018-49de-b48e-ff5b4abd6db0 Date: Wed, 29 Aug 2018 05:15:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["146bccb2-cabb-4504-823e-00e2c244394f"],"updated_at":"2018-08-29T05:15:07Z","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","name":"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:15:26,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-6a88043d-6018-49de-b48e-ff5b4abd6db0 2018-08-29 05:15:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.203239917755s 2018-08-29 05:15:26,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-6a88043d-6018-49de-b48e-ff5b4abd6db0 2018-08-29 05:15:26,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:15:26,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:26,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4ac1fdc7-1df1-42c5-9165-a9992f5b02cc Date: Wed, 29 Aug 2018 05:15:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "metadata": {}}], "file": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file", "owner": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "size": 12716032, "self": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:15:16Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:15:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:15:26,528 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-4ac1fdc7-1df1-42c5-9165-a9992f5b02cc 2018-08-29 05:15:26,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173836946487s 2018-08-29 05:15:26,529 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-4ac1fdc7-1df1-42c5-9165-a9992f5b02cc 2018-08-29 05:15:26,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:15:26,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:26,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-098ee94f-acdc-4890-a42d-04de62924d39 x-compute-request-id: req-098ee94f-acdc-4890-a42d-04de62924d39 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "name": "vping_userdata-flavor_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:15:26,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-098ee94f-acdc-4890-a42d-04de62924d39 2018-08-29 05:15:26,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0341348648071s 2018-08-29 05:15:26,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-098ee94f-acdc-4890-a42d-04de62924d39 2018-08-29 05:15:26,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-29 05:15:26,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"server": {"name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "imageRef": "9821bfce-6314-4edf-9cd4-244ec5a56475", "flavorRef": "92133b52-a0f2-4173-b059-5c425eb9ed53", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dc65c3da-0263-4de8-91fe-6e3e9b3052da"}]}}' 2018-08-29 05:15:27,920 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-9936969f-bf67-4b89-9f14-1e0d4524af63 x-compute-request-id: req-9936969f-bf67-4b89-9f14-1e0d4524af63 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "adminPass": "bZc8cEcGhV2m"}} 2018-08-29 05:15:27,920 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-9936969f-bf67-4b89-9f14-1e0d4524af63 2018-08-29 05:15:27,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.35386300087s 2018-08-29 05:15:27,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-9936969f-bf67-4b89-9f14-1e0d4524af63 2018-08-29 05:15:27,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:27,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:28,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-785d6eec-c76b-489b-8079-9f8119108085 x-compute-request-id: req-785d6eec-c76b-489b-8079-9f8119108085 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:15:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:28,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-785d6eec-c76b-489b-8079-9f8119108085 2018-08-29 05:15:28,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500915050507s 2018-08-29 05:15:28,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-785d6eec-c76b-489b-8079-9f8119108085 2018-08-29 05:15:28,428 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:15:30,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:30,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:31,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-ef5e437f-6a4b-41b4-ae04-b9feb19d3099 x-compute-request-id: req-ef5e437f-6a4b-41b4-ae04-b9feb19d3099 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T05:15:28Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:31,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ef5e437f-6a4b-41b4-ae04-b9feb19d3099 2018-08-29 05:15:31,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.805269956589s 2018-08-29 05:15:31,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ef5e437f-6a4b-41b4-ae04-b9feb19d3099 2018-08-29 05:15:31,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:15:33,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:33,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:33,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d759a23e-22fd-4b97-8eef-4e093d729116 x-compute-request-id: req-d759a23e-22fd-4b97-8eef-4e093d729116 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:33,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d759a23e-22fd-4b97-8eef-4e093d729116 2018-08-29 05:15:33,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456379890442s 2018-08-29 05:15:33,701 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d759a23e-22fd-4b97-8eef-4e093d729116 2018-08-29 05:15:33,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-29 05:15:33,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=9543e80a-6d65-4bee-b862-584cb5e7cbac" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:33,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b832d23f-df9e-45ee-b4f6-4e8e61cd04ff Date: Wed, 29 Aug 2018 05:15:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:29Z","admin_state_up":true,"updated_at":"2018-08-29T05:15:30Z","binding:vnic_type":"normal","device_id":"9543e80a-6d65-4bee-b862-584cb5e7cbac","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:f9:e1:10","id":"4bb289a4-32e7-47b5-bad7-fe32b00acdc0","port_security_enabled":true,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","fixed_ips":[{"subnet_id":"146bccb2-cabb-4504-823e-00e2c244394f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["908251fd-fa5f-46dc-81c4-0abe724f64c4"],"name":""}]} 2018-08-29 05:15:33,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=9543e80a-6d65-4bee-b862-584cb5e7cbac used request id req-b832d23f-df9e-45ee-b4f6-4e8e61cd04ff 2018-08-29 05:15:33,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.056492805481s 2018-08-29 05:15:33,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=9543e80a-6d65-4bee-b862-584cb5e7cbac used request id req-b832d23f-df9e-45ee-b4f6-4e8e61cd04ff 2018-08-29 05:15:33,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-29 05:15:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4bb289a4-32e7-47b5-bad7-fe32b00acdc0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:33,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-06cb28a2-fe7f-489e-a83f-ff2b3146e6ac Date: Wed, 29 Aug 2018 05:15:33 GMT RESP BODY: {"floatingips": []} 2018-08-29 05:15:33,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4bb289a4-32e7-47b5-bad7-fe32b00acdc0 used request id req-06cb28a2-fe7f-489e-a83f-ff2b3146e6ac 2018-08-29 05:15:33,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.172241926193s 2018-08-29 05:15:33,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4bb289a4-32e7-47b5-bad7-fe32b00acdc0 used request id req-06cb28a2-fe7f-489e-a83f-ff2b3146e6ac 2018-08-29 05:15:33,941 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f9:e1:10', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9821bfce-6314-4edf-9cd4-244ec5a56475'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:15:32.000000', 'flavor': Munch({u'id': u'92133b52-a0f2-4173-b059-5c425eb9ed53'}), 'az': u'nova', 'id': u'9543e80a-6d65-4bee-b862-584cb5e7cbac', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a000ceccb71145dca32d7e79f7d42bea', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'name': 'vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-29T05:15:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-29T05:15:33Z', 'hostId': u'37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-29T05:15:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'name': u'vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead', 'adminPass': u'bZc8cEcGhV2m', 'tenant_id': u'fd63af4c54d24a4fb8e1b1a68f1cf9bd', 'region': 'regionOne', 'created': u'2018-08-29T05:15:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-08-29 05:15:33,942 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-29 05:15:34,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:34,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:35,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-db2bd3f1-56cb-4fd9-8bf8-04d11dc84fda x-compute-request-id: req-db2bd3f1-56cb-4fd9-8bf8-04d11dc84fda Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:35,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-db2bd3f1-56cb-4fd9-8bf8-04d11dc84fda 2018-08-29 05:15:35,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.487035036087s 2018-08-29 05:15:35,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-db2bd3f1-56cb-4fd9-8bf8-04d11dc84fda 2018-08-29 05:15:35,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:36,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-ef62c84a-6556-4cf2-a860-c50fc49dde87 x-compute-request-id: req-ef62c84a-6556-4cf2-a860-c50fc49dde87 Content-Encoding: gzip Content-Length: 7937 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-08-29 05:15:36,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ef62c84a-6556-4cf2-a860-c50fc49dde87 2018-08-29 05:15:36,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10948705673s 2018-08-29 05:15:36,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ef62c84a-6556-4cf2-a860-c50fc49dde87 2018-08-29 05:15:36,544 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-08-29 05:15:36,545 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:15:37,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:37,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:37,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b96ac01a-361e-41dd-910e-99ae26e451ae x-compute-request-id: req-b96ac01a-361e-41dd-910e-99ae26e451ae Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:37,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b96ac01a-361e-41dd-910e-99ae26e451ae 2018-08-29 05:15:37,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375136137009s 2018-08-29 05:15:37,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b96ac01a-361e-41dd-910e-99ae26e451ae 2018-08-29 05:15:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:39,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-21d9cb0c-6db1-406f-b46a-609ac98a01d3 x-compute-request-id: req-21d9cb0c-6db1-406f-b46a-609ac98a01d3 Content-Encoding: gzip Content-Length: 8004 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2018-08-29 05:15:39,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-21d9cb0c-6db1-406f-b46a-609ac98a01d3 2018-08-29 05:15:39,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10374379158s 2018-08-29 05:15:39,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-21d9cb0c-6db1-406f-b46a-609ac98a01d3 2018-08-29 05:15:39,031 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2018-08-29 05:15:40,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:40,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-574d15f4-c0bd-4e0c-a735-d855ec508399 x-compute-request-id: req-574d15f4-c0bd-4e0c-a735-d855ec508399 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:40,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-574d15f4-c0bd-4e0c-a735-d855ec508399 2018-08-29 05:15:40,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652230978012s 2018-08-29 05:15:40,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-574d15f4-c0bd-4e0c-a735-d855ec508399 2018-08-29 05:15:40,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:40,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:41,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0a565005-2538-4deb-b38c-9db2446e2692 x-compute-request-id: req-0a565005-2538-4deb-b38c-9db2446e2692 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 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\n"} 2018-08-29 05:15:41,792 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0a565005-2538-4deb-b38c-9db2446e2692 2018-08-29 05:15:41,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10356402397s 2018-08-29 05:15:41,793 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0a565005-2538-4deb-b38c-9db2446e2692 2018-08-29 05:15:41,793 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 2018-08-29 05:15:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:42,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:43,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9d4fe1c3-c71b-4926-924a-28c87719c48e x-compute-request-id: req-9d4fe1c3-c71b-4926-924a-28c87719c48e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:43,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9d4fe1c3-c71b-4926-924a-28c87719c48e 2018-08-29 05:15:43,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520414829254s 2018-08-29 05:15:43,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9d4fe1c3-c71b-4926-924a-28c87719c48e 2018-08-29 05:15:43,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:43,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:44,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-225fda3c-4e76-4f41-8277-5f9b2dd428c7 x-compute-request-id: req-225fda3c-4e76-4f41-8277-5f9b2dd428c7 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 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\n"} 2018-08-29 05:15:44,443 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-225fda3c-4e76-4f41-8277-5f9b2dd428c7 2018-08-29 05:15:44,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12368702888s 2018-08-29 05:15:44,444 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-225fda3c-4e76-4f41-8277-5f9b2dd428c7 2018-08-29 05:15:44,444 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 2018-08-29 05:15:45,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:46,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-03c00a1d-1f5c-428a-bd3b-96ea3c6ea75f x-compute-request-id: req-03c00a1d-1f5c-428a-bd3b-96ea3c6ea75f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:46,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-03c00a1d-1f5c-428a-bd3b-96ea3c6ea75f 2018-08-29 05:15:46,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655537843704s 2018-08-29 05:15:46,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-03c00a1d-1f5c-428a-bd3b-96ea3c6ea75f 2018-08-29 05:15:46,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:46,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:47,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-d3a38a02-c634-420f-b46d-0cc7b190309c x-compute-request-id: req-d3a38a02-c634-420f-b46d-0cc7b190309c 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 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\n"} 2018-08-29 05:15:47,181 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d3a38a02-c634-420f-b46d-0cc7b190309c 2018-08-29 05:15:47,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07579183578s 2018-08-29 05:15:47,182 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d3a38a02-c634-420f-b46d-0cc7b190309c 2018-08-29 05:15:47,182 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 2018-08-29 05:15:48,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:48,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-662bee5b-9af8-41f6-8d8d-8b2c23babf18 x-compute-request-id: req-662bee5b-9af8-41f6-8d8d-8b2c23babf18 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:48,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-662bee5b-9af8-41f6-8d8d-8b2c23babf18 2018-08-29 05:15:48,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669390916824s 2018-08-29 05:15:48,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-662bee5b-9af8-41f6-8d8d-8b2c23babf18 2018-08-29 05:15:48,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:49,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7829493a-8481-46be-863c-d7208ee65ff5 x-compute-request-id: req-7829493a-8481-46be-863c-d7208ee65ff5 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\n"} 2018-08-29 05:15:49,928 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7829493a-8481-46be-863c-d7208ee65ff5 2018-08-29 05:15:49,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07071709633s 2018-08-29 05:15:49,929 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7829493a-8481-46be-863c-d7208ee65ff5 2018-08-29 05:15:49,930 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 2018-08-29 05:15:50,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:51,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-be381415-e8d9-44df-a9d6-e0e795626aa8 x-compute-request-id: req-be381415-e8d9-44df-a9d6-e0e795626aa8 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:51,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-be381415-e8d9-44df-a9d6-e0e795626aa8 2018-08-29 05:15:51,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661815881729s 2018-08-29 05:15:51,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-be381415-e8d9-44df-a9d6-e0e795626aa8 2018-08-29 05:15:51,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:51,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:52,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-292d8d2a-f2f1-4902-9e43-5d9a421c61e7 x-compute-request-id: req-292d8d2a-f2f1-4902-9e43-5d9a421c61e7 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\n"} 2018-08-29 05:15:52,706 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-292d8d2a-f2f1-4902-9e43-5d9a421c61e7 2018-08-29 05:15:52,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.108314991s 2018-08-29 05:15:52,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-292d8d2a-f2f1-4902-9e43-5d9a421c61e7 2018-08-29 05:15:52,707 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 2018-08-29 05:15:53,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:53,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:54,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-39fded1a-fab0-4cc2-aa45-6437a802e254 x-compute-request-id: req-39fded1a-fab0-4cc2-aa45-6437a802e254 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:54,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-39fded1a-fab0-4cc2-aa45-6437a802e254 2018-08-29 05:15:54,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522979021072s 2018-08-29 05:15:54,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-39fded1a-fab0-4cc2-aa45-6437a802e254 2018-08-29 05:15:54,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:54,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:55,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-758aa29d-75ca-4b20-aa86-6734e49ac6a4 x-compute-request-id: req-758aa29d-75ca-4b20-aa86-6734e49ac6a4 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\n"} 2018-08-29 05:15:55,342 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-758aa29d-75ca-4b20-aa86-6734e49ac6a4 2018-08-29 05:15:55,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1060988903s 2018-08-29 05:15:55,343 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-758aa29d-75ca-4b20-aa86-6734e49ac6a4 2018-08-29 05:15:55,343 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 2018-08-29 05:15:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:56,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:56,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-00b8e7ab-5989-482a-a50d-751805089dc1 x-compute-request-id: req-00b8e7ab-5989-482a-a50d-751805089dc1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:56,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-00b8e7ab-5989-482a-a50d-751805089dc1 2018-08-29 05:15:56,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368006944656s 2018-08-29 05:15:56,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-00b8e7ab-5989-482a-a50d-751805089dc1 2018-08-29 05:15:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:15:57,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-07247210-4858-410c-bea2-d557e37cb1b7 x-compute-request-id: req-07247210-4858-410c-bea2-d557e37cb1b7 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\n"} 2018-08-29 05:15:57,790 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-07247210-4858-410c-bea2-d557e37cb1b7 2018-08-29 05:15:57,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0728328228s 2018-08-29 05:15:57,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-07247210-4858-410c-bea2-d557e37cb1b7 2018-08-29 05:15: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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 2018-08-29 05:15:58,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:15:58,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:15:59,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d64c1ff3-cf25-4621-83e5-a574dc8efc05 x-compute-request-id: req-d64c1ff3-cf25-4621-83e5-a574dc8efc05 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:15:59,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d64c1ff3-cf25-4621-83e5-a574dc8efc05 2018-08-29 05:15:59,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522400140762s 2018-08-29 05:15:59,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d64c1ff3-cf25-4621-83e5-a574dc8efc05 2018-08-29 05:15:59,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:15:59,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:00,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:15: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-29cfb340-4040-447f-a4fd-e5332878f3f3 x-compute-request-id: req-29cfb340-4040-447f-a4fd-e5332878f3f3 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:00,564 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-29cfb340-4040-447f-a4fd-e5332878f3f3 2018-08-29 05:16:00,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.24447798729s 2018-08-29 05:16:00,565 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-29cfb340-4040-447f-a4fd-e5332878f3f3 2018-08-29 05:16:00,565 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 2018-08-29 05:16:01,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:01,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:01,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f2ad19d5-c659-49f3-a85c-08438306ad64 x-compute-request-id: req-f2ad19d5-c659-49f3-a85c-08438306ad64 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:01,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f2ad19d5-c659-49f3-a85c-08438306ad64 2018-08-29 05:16:01,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371736049652s 2018-08-29 05:16:01,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f2ad19d5-c659-49f3-a85c-08438306ad64 2018-08-29 05:16:01,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:01,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:03,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b48c958e-b33a-4f1f-8036-2f51adee8a81 x-compute-request-id: req-b48c958e-b33a-4f1f-8036-2f51adee8a81 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:03,014 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b48c958e-b33a-4f1f-8036-2f51adee8a81 2018-08-29 05:16:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07194399834s 2018-08-29 05:16:03,015 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b48c958e-b33a-4f1f-8036-2f51adee8a81 2018-08-29 05:16:03,016 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 2018-08-29 05:16:03,017 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:16:04,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:04,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:04,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3dd22507-c091-4040-a1b7-55dd12cc8ca1 x-compute-request-id: req-3dd22507-c091-4040-a1b7-55dd12cc8ca1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:04,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3dd22507-c091-4040-a1b7-55dd12cc8ca1 2018-08-29 05:16:04,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595777988434s 2018-08-29 05:16:04,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3dd22507-c091-4040-a1b7-55dd12cc8ca1 2018-08-29 05:16:04,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:04,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:05,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-4259c491-2a54-4de3-bfcf-977db2d614fa x-compute-request-id: req-4259c491-2a54-4de3-bfcf-977db2d614fa Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:05,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4259c491-2a54-4de3-bfcf-977db2d614fa 2018-08-29 05:16:05,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09670305252s 2018-08-29 05:16:05,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4259c491-2a54-4de3-bfcf-977db2d614fa 2018-08-29 05:16:05,715 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 2018-08-29 05:16:06,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:07,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-012a3f12-51e2-4a6a-830f-05c9db4a20b2 x-compute-request-id: req-012a3f12-51e2-4a6a-830f-05c9db4a20b2 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:07,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-012a3f12-51e2-4a6a-830f-05c9db4a20b2 2018-08-29 05:16:07,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.758974075317s 2018-08-29 05:16:07,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-012a3f12-51e2-4a6a-830f-05c9db4a20b2 2018-08-29 05:16:07,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:08,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0ee5205c-e9cb-425c-8220-9744cf0e6158 x-compute-request-id: req-0ee5205c-e9cb-425c-8220-9744cf0e6158 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:08,583 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0ee5205c-e9cb-425c-8220-9744cf0e6158 2018-08-29 05:16:08,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10310506821s 2018-08-29 05:16:08,584 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0ee5205c-e9cb-425c-8220-9744cf0e6158 2018-08-29 05:16:08,584 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 2018-08-29 05:16:09,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:09,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:10,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f9e72f35-9a3e-4b4c-8745-3a6fee1c9ce3 x-compute-request-id: req-f9e72f35-9a3e-4b4c-8745-3a6fee1c9ce3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:10,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f9e72f35-9a3e-4b4c-8745-3a6fee1c9ce3 2018-08-29 05:16:10,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558099031448s 2018-08-29 05:16:10,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f9e72f35-9a3e-4b4c-8745-3a6fee1c9ce3 2018-08-29 05:16:10,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:10,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:11,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-17da5f58-a99a-41de-9de2-92360c4af540 x-compute-request-id: req-17da5f58-a99a-41de-9de2-92360c4af540 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:11,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-17da5f58-a99a-41de-9de2-92360c4af540 2018-08-29 05:16:11,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.073554039s 2018-08-29 05:16:11,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-17da5f58-a99a-41de-9de2-92360c4af540 2018-08-29 05:16:11,223 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 2018-08-29 05:16:12,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:12,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:12,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-6449e703-3750-4b8e-838c-f66a552c655c x-compute-request-id: req-6449e703-3750-4b8e-838c-f66a552c655c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:12,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6449e703-3750-4b8e-838c-f66a552c655c 2018-08-29 05:16:12,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53701210022s 2018-08-29 05:16:12,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6449e703-3750-4b8e-838c-f66a552c655c 2018-08-29 05:16:12,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:12,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:13,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-21dc18b2-ff68-4926-bd7a-5157e38d46d8 x-compute-request-id: req-21dc18b2-ff68-4926-bd7a-5157e38d46d8 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:13,863 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-21dc18b2-ff68-4926-bd7a-5157e38d46d8 2018-08-29 05:16:13,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09699487686s 2018-08-29 05:16:13,864 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-21dc18b2-ff68-4926-bd7a-5157e38d46d8 2018-08-29 05:16:13,864 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 2018-08-29 05:16:14,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:14,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:15,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-1e26bed7-269a-4acf-8c0a-6274a4f242ce x-compute-request-id: req-1e26bed7-269a-4acf-8c0a-6274a4f242ce Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:15,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1e26bed7-269a-4acf-8c0a-6274a4f242ce 2018-08-29 05:16:15,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.558464050293s 2018-08-29 05:16:15,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1e26bed7-269a-4acf-8c0a-6274a4f242ce 2018-08-29 05:16:15,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:15,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:16,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-6d6af1f8-72b6-4bec-b061-baed5b2362e3 x-compute-request-id: req-6d6af1f8-72b6-4bec-b061-baed5b2362e3 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:16,500 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6d6af1f8-72b6-4bec-b061-baed5b2362e3 2018-08-29 05:16:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07128095627s 2018-08-29 05:16:16,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6d6af1f8-72b6-4bec-b061-baed5b2362e3 2018-08-29 05:16:16,501 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 2018-08-29 05:16:17,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:18,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-5869b2b6-7063-439e-a2a8-dfd5d0e5aa5d x-compute-request-id: req-5869b2b6-7063-439e-a2a8-dfd5d0e5aa5d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:18,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5869b2b6-7063-439e-a2a8-dfd5d0e5aa5d 2018-08-29 05:16:18,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546633005142s 2018-08-29 05:16:18,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5869b2b6-7063-439e-a2a8-dfd5d0e5aa5d 2018-08-29 05:16:18,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:18,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:19,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-728a3f56-bb1c-438f-badc-97025d3e2952 x-compute-request-id: req-728a3f56-bb1c-438f-badc-97025d3e2952 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:19,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-728a3f56-bb1c-438f-badc-97025d3e2952 2018-08-29 05:16:19,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10380601883s 2018-08-29 05:16:19,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-728a3f56-bb1c-438f-badc-97025d3e2952 2018-08-29 05:16:19,159 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 2018-08-29 05:16:20,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:20,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:20,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-eb3a21e6-7e64-40d3-b124-8b95994f13d7 x-compute-request-id: req-eb3a21e6-7e64-40d3-b124-8b95994f13d7 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:20,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-eb3a21e6-7e64-40d3-b124-8b95994f13d7 2018-08-29 05:16:20,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741247177124s 2018-08-29 05:16:20,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-eb3a21e6-7e64-40d3-b124-8b95994f13d7 2018-08-29 05:16:20,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:20,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:21,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-11a52450-765c-4670-aa0a-a7a1d31fe989 x-compute-request-id: req-11a52450-765c-4670-aa0a-a7a1d31fe989 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:21,977 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-11a52450-765c-4670-aa0a-a7a1d31fe989 2018-08-29 05:16:21,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07113695145s 2018-08-29 05:16:21,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-11a52450-765c-4670-aa0a-a7a1d31fe989 2018-08-29 05:16:21,978 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:22,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:22,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:23,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-5a39522a-edde-4cb6-9742-323af685280b x-compute-request-id: req-5a39522a-edde-4cb6-9742-323af685280b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:23,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5a39522a-edde-4cb6-9742-323af685280b 2018-08-29 05:16:23,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61572599411s 2018-08-29 05:16:23,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5a39522a-edde-4cb6-9742-323af685280b 2018-08-29 05:16:23,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:23,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:24,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2b409869-466d-478e-83da-2047857d69c5 x-compute-request-id: req-2b409869-466d-478e-83da-2047857d69c5 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:24,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2b409869-466d-478e-83da-2047857d69c5 2018-08-29 05:16:24,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07333898544s 2018-08-29 05:16:24,674 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2b409869-466d-478e-83da-2047857d69c5 2018-08-29 05:16:24,674 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:25,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:26,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-828ccebb-5b91-4089-aa3b-64600ed30a28 x-compute-request-id: req-828ccebb-5b91-4089-aa3b-64600ed30a28 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:26,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-828ccebb-5b91-4089-aa3b-64600ed30a28 2018-08-29 05:16:26,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643963813782s 2018-08-29 05:16:26,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-828ccebb-5b91-4089-aa3b-64600ed30a28 2018-08-29 05:16:26,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:26,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:27,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0ee56b1c-f964-4f3c-a7da-4b8bc98259f6 x-compute-request-id: req-0ee56b1c-f964-4f3c-a7da-4b8bc98259f6 Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:27,398 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0ee56b1c-f964-4f3c-a7da-4b8bc98259f6 2018-08-29 05:16:27,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07378697395s 2018-08-29 05:16:27,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0ee56b1c-f964-4f3c-a7da-4b8bc98259f6 2018-08-29 05:16:27,400 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:28,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:28,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:29,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a8e558d7-107c-4872-a208-a14dea2dbff0 x-compute-request-id: req-a8e558d7-107c-4872-a208-a14dea2dbff0 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:29,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a8e558d7-107c-4872-a208-a14dea2dbff0 2018-08-29 05:16:29,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941214084625s 2018-08-29 05:16:29,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a8e558d7-107c-4872-a208-a14dea2dbff0 2018-08-29 05:16:29,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:29,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:30,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2603d64f-9d48-414b-b823-8effc6faea6a x-compute-request-id: req-2603d64f-9d48-414b-b823-8effc6faea6a Content-Encoding: gzip Content-Length: 8036 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:30,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2603d64f-9d48-414b-b823-8effc6faea6a 2018-08-29 05:16:30,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10600280762s 2018-08-29 05:16:30,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2603d64f-9d48-414b-b823-8effc6faea6a 2018-08-29 05:16:30,454 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:30,455 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:16:31,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:31,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:31,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-503b5df2-5ca9-425a-a212-4d169a72458f x-compute-request-id: req-503b5df2-5ca9-425a-a212-4d169a72458f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:31,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-503b5df2-5ca9-425a-a212-4d169a72458f 2018-08-29 05:16:31,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495145082474s 2018-08-29 05:16:31,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-503b5df2-5ca9-425a-a212-4d169a72458f 2018-08-29 05:16:31,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:31,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:33,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2caad236-fa03-4624-81d3-8ff0b66526ee x-compute-request-id: req-2caad236-fa03-4624-81d3-8ff0b66526ee Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:33,049 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2caad236-fa03-4624-81d3-8ff0b66526ee 2018-08-29 05:16:33,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09368300438s 2018-08-29 05:16:33,050 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2caad236-fa03-4624-81d3-8ff0b66526ee 2018-08-29 05:16:33,051 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:34,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:34,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:34,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2ed9cd72-3b5b-472f-9ee3-753ff049cdb4 x-compute-request-id: req-2ed9cd72-3b5b-472f-9ee3-753ff049cdb4 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:34,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2ed9cd72-3b5b-472f-9ee3-753ff049cdb4 2018-08-29 05:16:34,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493833065033s 2018-08-29 05:16:34,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2ed9cd72-3b5b-472f-9ee3-753ff049cdb4 2018-08-29 05:16:34,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:35,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-08a7a1f0-5720-4cad-9dce-7086c14f909a x-compute-request-id: req-08a7a1f0-5720-4cad-9dce-7086c14f909a Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:35,656 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-08a7a1f0-5720-4cad-9dce-7086c14f909a 2018-08-29 05:16:35,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1059858799s 2018-08-29 05:16:35,658 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-08a7a1f0-5720-4cad-9dce-7086c14f909a 2018-08-29 05:16:35,658 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:36,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:36,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:37,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-20054e62-3a6a-4199-a4f3-10dadf887716 x-compute-request-id: req-20054e62-3a6a-4199-a4f3-10dadf887716 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:37,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-20054e62-3a6a-4199-a4f3-10dadf887716 2018-08-29 05:16:37,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370851993561s 2018-08-29 05:16:37,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-20054e62-3a6a-4199-a4f3-10dadf887716 2018-08-29 05:16:37,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:37,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:38,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-4d76e097-b8b4-4a16-84c7-c2b8d1f87b9d x-compute-request-id: req-4d76e097-b8b4-4a16-84c7-c2b8d1f87b9d Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:38,105 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4d76e097-b8b4-4a16-84c7-c2b8d1f87b9d 2018-08-29 05:16:38,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07052516937s 2018-08-29 05:16:38,106 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4d76e097-b8b4-4a16-84c7-c2b8d1f87b9d 2018-08-29 05:16:38,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:39,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:39,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:39,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-352b36db-76fa-4b30-bc1f-a8335fd7652e x-compute-request-id: req-352b36db-76fa-4b30-bc1f-a8335fd7652e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:39,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-352b36db-76fa-4b30-bc1f-a8335fd7652e 2018-08-29 05:16:39,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535221099854s 2018-08-29 05:16:39,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-352b36db-76fa-4b30-bc1f-a8335fd7652e 2018-08-29 05:16:39,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:39,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:40,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e698fc1a-ad6e-44b9-a8ac-44c0bd957f81 x-compute-request-id: req-e698fc1a-ad6e-44b9-a8ac-44c0bd957f81 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:40,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e698fc1a-ad6e-44b9-a8ac-44c0bd957f81 2018-08-29 05:16:40,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07841920853s 2018-08-29 05:16:40,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e698fc1a-ad6e-44b9-a8ac-44c0bd957f81 2018-08-29 05:16:40,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:41,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:41,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:42,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-074f8ed3-e74f-4cb4-aaac-db31382dabb8 x-compute-request-id: req-074f8ed3-e74f-4cb4-aaac-db31382dabb8 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:42,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-074f8ed3-e74f-4cb4-aaac-db31382dabb8 2018-08-29 05:16:42,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682904005051s 2018-08-29 05:16:42,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-074f8ed3-e74f-4cb4-aaac-db31382dabb8 2018-08-29 05:16:42,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:42,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:43,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-6a18553c-9697-4832-922b-dd90e623dc93 x-compute-request-id: req-6a18553c-9697-4832-922b-dd90e623dc93 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:43,510 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6a18553c-9697-4832-922b-dd90e623dc93 2018-08-29 05:16:43,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09387898445s 2018-08-29 05:16:43,511 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6a18553c-9697-4832-922b-dd90e623dc93 2018-08-29 05:16:43,511 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:44,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:44,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:45,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-c040479a-6731-4103-8d9b-183225893ed4 x-compute-request-id: req-c040479a-6731-4103-8d9b-183225893ed4 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:45,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c040479a-6731-4103-8d9b-183225893ed4 2018-08-29 05:16:45,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532059907913s 2018-08-29 05:16:45,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c040479a-6731-4103-8d9b-183225893ed4 2018-08-29 05:16:45,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:45,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:46,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2de89455-4aa9-4454-a352-99b76bb5bc99 x-compute-request-id: req-2de89455-4aa9-4454-a352-99b76bb5bc99 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:46,126 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2de89455-4aa9-4454-a352-99b76bb5bc99 2018-08-29 05:16:46,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0771420002s 2018-08-29 05:16:46,127 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2de89455-4aa9-4454-a352-99b76bb5bc99 2018-08-29 05:16:46,128 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:47,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:47,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:47,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-6baf0e5f-6b12-417a-a128-345d26767709 x-compute-request-id: req-6baf0e5f-6b12-417a-a128-345d26767709 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:47,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6baf0e5f-6b12-417a-a128-345d26767709 2018-08-29 05:16:47,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530025005341s 2018-08-29 05:16:47,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6baf0e5f-6b12-417a-a128-345d26767709 2018-08-29 05:16:47,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:48,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-ec24120b-56d6-419a-b657-a5be7aaf8ce7 x-compute-request-id: req-ec24120b-56d6-419a-b657-a5be7aaf8ce7 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:48,736 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ec24120b-56d6-419a-b657-a5be7aaf8ce7 2018-08-29 05:16:48,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07295393944s 2018-08-29 05:16:48,737 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ec24120b-56d6-419a-b657-a5be7aaf8ce7 2018-08-29 05:16:48,737 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:49,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:49,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:50,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-8af07ef5-c3e9-4a59-824f-e8664645f738 x-compute-request-id: req-8af07ef5-c3e9-4a59-824f-e8664645f738 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:50,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8af07ef5-c3e9-4a59-824f-e8664645f738 2018-08-29 05:16:50,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508991956711s 2018-08-29 05:16:50,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8af07ef5-c3e9-4a59-824f-e8664645f738 2018-08-29 05:16:50,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:51,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-13ce12ef-f3e2-46c2-b1ca-e0487582a6f3 x-compute-request-id: req-13ce12ef-f3e2-46c2-b1ca-e0487582a6f3 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:51,327 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-13ce12ef-f3e2-46c2-b1ca-e0487582a6f3 2018-08-29 05:16:51,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07449221611s 2018-08-29 05:16:51,328 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-13ce12ef-f3e2-46c2-b1ca-e0487582a6f3 2018-08-29 05:16:51,328 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:52,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:52,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:52,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-6564e74a-919f-4118-8b7e-ef0c596f696b x-compute-request-id: req-6564e74a-919f-4118-8b7e-ef0c596f696b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:52,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6564e74a-919f-4118-8b7e-ef0c596f696b 2018-08-29 05:16:52,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541957855225s 2018-08-29 05:16:52,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6564e74a-919f-4118-8b7e-ef0c596f696b 2018-08-29 05:16:52,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:52,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:53,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bbdb2df7-13a3-410c-b075-0f4e9a337c3e x-compute-request-id: req-bbdb2df7-13a3-410c-b075-0f4e9a337c3e Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:53,948 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bbdb2df7-13a3-410c-b075-0f4e9a337c3e 2018-08-29 05:16:53,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07195401192s 2018-08-29 05:16:53,949 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bbdb2df7-13a3-410c-b075-0f4e9a337c3e 2018-08-29 05:16:53,949 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:54,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:55,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:16: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-97fe938d-0b88-4fdd-aa7d-3b5a6ff49bec x-compute-request-id: req-97fe938d-0b88-4fdd-aa7d-3b5a6ff49bec Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:55,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-97fe938d-0b88-4fdd-aa7d-3b5a6ff49bec 2018-08-29 05:16:55,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530627965927s 2018-08-29 05:16:55,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-97fe938d-0b88-4fdd-aa7d-3b5a6ff49bec 2018-08-29 05:16:55,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:55,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:56,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7b24f9c5-f534-4537-9dc8-7f9b12f49d96 x-compute-request-id: req-7b24f9c5-f534-4537-9dc8-7f9b12f49d96 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:56,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7b24f9c5-f534-4537-9dc8-7f9b12f49d96 2018-08-29 05:16:56,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06960511208s 2018-08-29 05:16:56,555 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7b24f9c5-f534-4537-9dc8-7f9b12f49d96 2018-08-29 05:16:56,556 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:16:56,557 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:16:57,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:16:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:16:58,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-941b5a35-bd3b-47bd-b96f-7f16e9d0831a x-compute-request-id: req-941b5a35-bd3b-47bd-b96f-7f16e9d0831a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:16:58,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-941b5a35-bd3b-47bd-b96f-7f16e9d0831a 2018-08-29 05:16:58,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623646974564s 2018-08-29 05:16:58,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-941b5a35-bd3b-47bd-b96f-7f16e9d0831a 2018-08-29 05:16:58,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:16:58,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:16:59,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-caf0a22d-38d7-40fa-a17a-f21476cf063c x-compute-request-id: req-caf0a22d-38d7-40fa-a17a-f21476cf063c Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:16:59,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-caf0a22d-38d7-40fa-a17a-f21476cf063c 2018-08-29 05:16:59,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09700107574s 2018-08-29 05:16:59,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-caf0a22d-38d7-40fa-a17a-f21476cf063c 2018-08-29 05:16:59,282 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:00,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:00,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:00,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-08f73d4a-623f-457f-b538-19a34b2f6b7a x-compute-request-id: req-08f73d4a-623f-457f-b538-19a34b2f6b7a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:00,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-08f73d4a-623f-457f-b538-19a34b2f6b7a 2018-08-29 05:17:00,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378158092499s 2018-08-29 05:17:00,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-08f73d4a-623f-457f-b538-19a34b2f6b7a 2018-08-29 05:17:00,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:00,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:01,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-fcafff98-361d-48be-b71e-9df1da8e53f8 x-compute-request-id: req-fcafff98-361d-48be-b71e-9df1da8e53f8 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:01,736 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-fcafff98-361d-48be-b71e-9df1da8e53f8 2018-08-29 05:17:01,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06994199753s 2018-08-29 05:17:01,737 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-fcafff98-361d-48be-b71e-9df1da8e53f8 2018-08-29 05:17:01,737 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:02,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:02,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:03,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-e0d65643-a348-46c4-875d-49216161a994 x-compute-request-id: req-e0d65643-a348-46c4-875d-49216161a994 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:03,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e0d65643-a348-46c4-875d-49216161a994 2018-08-29 05:17:03,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376836061478s 2018-08-29 05:17:03,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e0d65643-a348-46c4-875d-49216161a994 2018-08-29 05:17:03,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:03,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:04,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-11a0e1c1-da78-4979-a84b-cf0815d666c5 x-compute-request-id: req-11a0e1c1-da78-4979-a84b-cf0815d666c5 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:04,190 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-11a0e1c1-da78-4979-a84b-cf0815d666c5 2018-08-29 05:17:04,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07021903992s 2018-08-29 05:17:04,191 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-11a0e1c1-da78-4979-a84b-cf0815d666c5 2018-08-29 05:17:04,191 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:05,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:05,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d5ffa138-92b7-43a6-a1ac-8a0059e09b0b x-compute-request-id: req-d5ffa138-92b7-43a6-a1ac-8a0059e09b0b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:05,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d5ffa138-92b7-43a6-a1ac-8a0059e09b0b 2018-08-29 05:17:05,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512923955917s 2018-08-29 05:17:05,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d5ffa138-92b7-43a6-a1ac-8a0059e09b0b 2018-08-29 05:17:05,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:05,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:06,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-76d1cdc4-aa79-47ed-b4b1-d29f75a04e21 x-compute-request-id: req-76d1cdc4-aa79-47ed-b4b1-d29f75a04e21 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:06,783 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-76d1cdc4-aa79-47ed-b4b1-d29f75a04e21 2018-08-29 05:17:06,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07298588753s 2018-08-29 05:17:06,784 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-76d1cdc4-aa79-47ed-b4b1-d29f75a04e21 2018-08-29 05:17:06,784 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:07,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:07,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:08,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a49d7f6-47b3-46d8-b257-d6e6f5ae783c x-compute-request-id: req-3a49d7f6-47b3-46d8-b257-d6e6f5ae783c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:08,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3a49d7f6-47b3-46d8-b257-d6e6f5ae783c 2018-08-29 05:17:08,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359333992004s 2018-08-29 05:17:08,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3a49d7f6-47b3-46d8-b257-d6e6f5ae783c 2018-08-29 05:17:08,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:08,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:09,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d3e8369c-4ac9-4a8c-b49a-2aadd4a6cc37 x-compute-request-id: req-d3e8369c-4ac9-4a8c-b49a-2aadd4a6cc37 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:09,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d3e8369c-4ac9-4a8c-b49a-2aadd4a6cc37 2018-08-29 05:17:09,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09891414642s 2018-08-29 05:17:09,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d3e8369c-4ac9-4a8c-b49a-2aadd4a6cc37 2018-08-29 05:17:09,249 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:10,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:10,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:10,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-4b4b8053-5c75-4400-8c87-fa112f45c337 x-compute-request-id: req-4b4b8053-5c75-4400-8c87-fa112f45c337 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:10,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4b4b8053-5c75-4400-8c87-fa112f45c337 2018-08-29 05:17:10,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527336120605s 2018-08-29 05:17:10,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4b4b8053-5c75-4400-8c87-fa112f45c337 2018-08-29 05:17:10,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:10,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:11,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-8b497b91-4e30-4fd5-8925-689638089756 x-compute-request-id: req-8b497b91-4e30-4fd5-8925-689638089756 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:11,854 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8b497b91-4e30-4fd5-8925-689638089756 2018-08-29 05:17:11,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07183599472s 2018-08-29 05:17:11,855 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8b497b91-4e30-4fd5-8925-689638089756 2018-08-29 05:17:11,855 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:12,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:12,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:13,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-70ffe78d-ae71-4bf3-9f59-b8179c009f0f x-compute-request-id: req-70ffe78d-ae71-4bf3-9f59-b8179c009f0f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:13,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-70ffe78d-ae71-4bf3-9f59-b8179c009f0f 2018-08-29 05:17:13,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518490076065s 2018-08-29 05:17:13,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-70ffe78d-ae71-4bf3-9f59-b8179c009f0f 2018-08-29 05:17:13,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:13,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:14,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-98ea9693-8bbd-4ae6-8aa3-dedba6b2271c x-compute-request-id: req-98ea9693-8bbd-4ae6-8aa3-dedba6b2271c Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:14,454 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-98ea9693-8bbd-4ae6-8aa3-dedba6b2271c 2018-08-29 05:17:14,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07515406609s 2018-08-29 05:17:14,455 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-98ea9693-8bbd-4ae6-8aa3-dedba6b2271c 2018-08-29 05:17:14,455 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:15,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:15,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:15,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-dcebbc27-0911-4e31-a4ef-9f9e41712a72 x-compute-request-id: req-dcebbc27-0911-4e31-a4ef-9f9e41712a72 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:15,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dcebbc27-0911-4e31-a4ef-9f9e41712a72 2018-08-29 05:17:15,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517717838287s 2018-08-29 05:17:15,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dcebbc27-0911-4e31-a4ef-9f9e41712a72 2018-08-29 05:17:15,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:15,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:17,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-39eff697-4a5a-454e-af70-3ab15b2ac1a5 x-compute-request-id: req-39eff697-4a5a-454e-af70-3ab15b2ac1a5 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:17,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-39eff697-4a5a-454e-af70-3ab15b2ac1a5 2018-08-29 05:17:17,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07267212868s 2018-08-29 05:17:17,053 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-39eff697-4a5a-454e-af70-3ab15b2ac1a5 2018-08-29 05:17:17,053 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:18,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:18,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:18,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-8f768382-cf2d-463e-b8b8-9f42077a625d x-compute-request-id: req-8f768382-cf2d-463e-b8b8-9f42077a625d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:18,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8f768382-cf2d-463e-b8b8-9f42077a625d 2018-08-29 05:17:18,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367063999176s 2018-08-29 05:17:18,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8f768382-cf2d-463e-b8b8-9f42077a625d 2018-08-29 05:17:18,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:18,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:19,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-b65eaac9-09f0-496b-8a20-dff968bd7ff6 x-compute-request-id: req-b65eaac9-09f0-496b-8a20-dff968bd7ff6 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:19,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b65eaac9-09f0-496b-8a20-dff968bd7ff6 2018-08-29 05:17:19,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0732178688s 2018-08-29 05:17:19,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b65eaac9-09f0-496b-8a20-dff968bd7ff6 2018-08-29 05:17:19,500 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:20,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:21,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-c050aff5-c9fa-4654-8906-97b1a7a35cde x-compute-request-id: req-c050aff5-c9fa-4654-8906-97b1a7a35cde Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:21,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c050aff5-c9fa-4654-8906-97b1a7a35cde 2018-08-29 05:17:21,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683256864548s 2018-08-29 05:17:21,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c050aff5-c9fa-4654-8906-97b1a7a35cde 2018-08-29 05:17:21,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:21,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:22,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-14c66348-0269-4165-a6df-9d4f0313abb2 x-compute-request-id: req-14c66348-0269-4165-a6df-9d4f0313abb2 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:22,264 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-14c66348-0269-4165-a6df-9d4f0313abb2 2018-08-29 05:17:22,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07485985756s 2018-08-29 05:17:22,265 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-14c66348-0269-4165-a6df-9d4f0313abb2 2018-08-29 05:17:22,265 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:22,266 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:17:23,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:23,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:23,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-6cbf9fe7-e73a-4e45-a545-a8015a277ed7 x-compute-request-id: req-6cbf9fe7-e73a-4e45-a545-a8015a277ed7 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:23,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6cbf9fe7-e73a-4e45-a545-a8015a277ed7 2018-08-29 05:17:23,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538414001465s 2018-08-29 05:17:23,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6cbf9fe7-e73a-4e45-a545-a8015a277ed7 2018-08-29 05:17:23,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:24,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-b644a528-5406-486a-8b4f-bff4598ae1e8 x-compute-request-id: req-b644a528-5406-486a-8b4f-bff4598ae1e8 Content-Encoding: gzip Content-Length: 8037 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:24,880 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b644a528-5406-486a-8b4f-bff4598ae1e8 2018-08-29 05:17:24,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07128691673s 2018-08-29 05:17:24,881 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b644a528-5406-486a-8b4f-bff4598ae1e8 2018-08-29 05:17:24,881 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:25,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:25,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:26,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3d95a8fc-3487-4a07-85aa-ea69b46f200e x-compute-request-id: req-3d95a8fc-3487-4a07-85aa-ea69b46f200e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:26,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d95a8fc-3487-4a07-85aa-ea69b46f200e 2018-08-29 05:17:26,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355875015259s 2018-08-29 05:17:26,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d95a8fc-3487-4a07-85aa-ea69b46f200e 2018-08-29 05:17:26,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:26,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:27,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-886774a8-dab9-436d-9bbf-f0a3529105c2 x-compute-request-id: req-886774a8-dab9-436d-9bbf-f0a3529105c2 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:27,313 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-886774a8-dab9-436d-9bbf-f0a3529105c2 2018-08-29 05:17:27,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07030105591s 2018-08-29 05:17:27,314 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-886774a8-dab9-436d-9bbf-f0a3529105c2 2018-08-29 05:17:27,315 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:28,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:28,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:28,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d7de1073-a999-4c4e-ac49-0f6707669a52 x-compute-request-id: req-d7de1073-a999-4c4e-ac49-0f6707669a52 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:28,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d7de1073-a999-4c4e-ac49-0f6707669a52 2018-08-29 05:17:28,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46603012085s 2018-08-29 05:17:28,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d7de1073-a999-4c4e-ac49-0f6707669a52 2018-08-29 05:17:28,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:29,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d6b5bd2d-c44d-4b52-8700-30c532245cf2 x-compute-request-id: req-d6b5bd2d-c44d-4b52-8700-30c532245cf2 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:29,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d6b5bd2d-c44d-4b52-8700-30c532245cf2 2018-08-29 05:17:29,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09905409813s 2018-08-29 05:17:29,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d6b5bd2d-c44d-4b52-8700-30c532245cf2 2018-08-29 05:17:29,886 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:30,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:30,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:31,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d3d5703c-c533-4e13-b418-2a8463e20b58 x-compute-request-id: req-d3d5703c-c533-4e13-b418-2a8463e20b58 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:31,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d3d5703c-c533-4e13-b418-2a8463e20b58 2018-08-29 05:17:31,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363364219666s 2018-08-29 05:17:31,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d3d5703c-c533-4e13-b418-2a8463e20b58 2018-08-29 05:17:31,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:31,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:32,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-cb8d93ac-5db4-4378-bc71-a406bd8e9664 x-compute-request-id: req-cb8d93ac-5db4-4378-bc71-a406bd8e9664 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:32,363 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-cb8d93ac-5db4-4378-bc71-a406bd8e9664 2018-08-29 05:17:32,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10704517365s 2018-08-29 05:17:32,364 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-cb8d93ac-5db4-4378-bc71-a406bd8e9664 2018-08-29 05:17:32,364 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:33,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:33,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5c6dea36-a6ab-44e7-9899-493b5009cd5b x-compute-request-id: req-5c6dea36-a6ab-44e7-9899-493b5009cd5b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:33,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5c6dea36-a6ab-44e7-9899-493b5009cd5b 2018-08-29 05:17:33,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540230035782s 2018-08-29 05:17:33,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5c6dea36-a6ab-44e7-9899-493b5009cd5b 2018-08-29 05:17:33,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:33,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:34,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e7f5e731-6308-48a9-abaa-51b53bbc8c3b x-compute-request-id: req-e7f5e731-6308-48a9-abaa-51b53bbc8c3b Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:34,980 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e7f5e731-6308-48a9-abaa-51b53bbc8c3b 2018-08-29 05:17:34,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07044196129s 2018-08-29 05:17:34,981 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e7f5e731-6308-48a9-abaa-51b53bbc8c3b 2018-08-29 05:17:34,982 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:35,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:35,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:36,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-c1fa8733-8808-4e25-976e-61be7bd5cecd x-compute-request-id: req-c1fa8733-8808-4e25-976e-61be7bd5cecd Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:36,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c1fa8733-8808-4e25-976e-61be7bd5cecd 2018-08-29 05:17:36,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52489900589s 2018-08-29 05:17:36,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c1fa8733-8808-4e25-976e-61be7bd5cecd 2018-08-29 05:17:36,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:36,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:37,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0ec05c56-7f93-4004-b43b-122cc0f16721 x-compute-request-id: req-0ec05c56-7f93-4004-b43b-122cc0f16721 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:37,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0ec05c56-7f93-4004-b43b-122cc0f16721 2018-08-29 05:17:37,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07216620445s 2018-08-29 05:17:37,586 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0ec05c56-7f93-4004-b43b-122cc0f16721 2018-08-29 05:17:37,586 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:38,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:38,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:39,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-8535576b-41f8-4d10-90e2-7ec9109d440a x-compute-request-id: req-8535576b-41f8-4d10-90e2-7ec9109d440a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:39,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8535576b-41f8-4d10-90e2-7ec9109d440a 2018-08-29 05:17:39,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493036031723s 2018-08-29 05:17:39,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8535576b-41f8-4d10-90e2-7ec9109d440a 2018-08-29 05:17:39,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:39,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:40,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-52357722-b356-4f2e-9ee8-bb433978e811 x-compute-request-id: req-52357722-b356-4f2e-9ee8-bb433978e811 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:40,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-52357722-b356-4f2e-9ee8-bb433978e811 2018-08-29 05:17:40,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07200908661s 2018-08-29 05:17:40,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-52357722-b356-4f2e-9ee8-bb433978e811 2018-08-29 05:17:40,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:41,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:41,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:41,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-53ad6204-b54a-4f50-a8fd-bc868ad2644b x-compute-request-id: req-53ad6204-b54a-4f50-a8fd-bc868ad2644b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:41,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-53ad6204-b54a-4f50-a8fd-bc868ad2644b 2018-08-29 05:17:41,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51638007164s 2018-08-29 05:17:41,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-53ad6204-b54a-4f50-a8fd-bc868ad2644b 2018-08-29 05:17:41,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:41,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:42,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-99a7a5cc-f010-491f-8030-ddeda4a37a2b x-compute-request-id: req-99a7a5cc-f010-491f-8030-ddeda4a37a2b Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:42,752 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-99a7a5cc-f010-491f-8030-ddeda4a37a2b 2018-08-29 05:17:42,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07176709175s 2018-08-29 05:17:42,753 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-99a7a5cc-f010-491f-8030-ddeda4a37a2b 2018-08-29 05:17:42,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:43,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:44,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-95a12d0d-7c8f-4e9b-a0c4-0bc02e54d0d2 x-compute-request-id: req-95a12d0d-7c8f-4e9b-a0c4-0bc02e54d0d2 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:44,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-95a12d0d-7c8f-4e9b-a0c4-0bc02e54d0d2 2018-08-29 05:17:44,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369637012482s 2018-08-29 05:17:44,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-95a12d0d-7c8f-4e9b-a0c4-0bc02e54d0d2 2018-08-29 05:17:44,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:44,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:45,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-81febee9-05d9-45d9-90c6-072a59f3b8df x-compute-request-id: req-81febee9-05d9-45d9-90c6-072a59f3b8df Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:45,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-81febee9-05d9-45d9-90c6-072a59f3b8df 2018-08-29 05:17:45,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07299399376s 2018-08-29 05:17:45,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-81febee9-05d9-45d9-90c6-072a59f3b8df 2018-08-29 05:17:45,203 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:46,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:46,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:46,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e93bd7fd-a524-403f-a12a-35a7368237e9 x-compute-request-id: req-e93bd7fd-a524-403f-a12a-35a7368237e9 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:46,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e93bd7fd-a524-403f-a12a-35a7368237e9 2018-08-29 05:17:46,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.471220016479s 2018-08-29 05:17:46,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e93bd7fd-a524-403f-a12a-35a7368237e9 2018-08-29 05:17:46,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:46,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:47,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e5d225de-799a-45ff-87b1-7f6b24f90b8a x-compute-request-id: req-e5d225de-799a-45ff-87b1-7f6b24f90b8a Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:17:47,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e5d225de-799a-45ff-87b1-7f6b24f90b8a 2018-08-29 05:17:47,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07077097893s 2018-08-29 05:17:47,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e5d225de-799a-45ff-87b1-7f6b24f90b8a 2018-08-29 05:17:47,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:17:47,753 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:17:48,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:48,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:49,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17: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-cbe9e6b9-1460-43c8-9d65-daac1a9878dc x-compute-request-id: req-cbe9e6b9-1460-43c8-9d65-daac1a9878dc Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:49,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cbe9e6b9-1460-43c8-9d65-daac1a9878dc 2018-08-29 05:17:49,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539822101593s 2018-08-29 05:17:49,295 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cbe9e6b9-1460-43c8-9d65-daac1a9878dc 2018-08-29 05:17:49,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:49,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:50,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d44f9238-477a-4c0b-b5e8-bc16e0db511a x-compute-request-id: req-d44f9238-477a-4c0b-b5e8-bc16e0db511a Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing 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-08-29 05:17:50,368 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d44f9238-477a-4c0b-b5e8-bc16e0db511a 2018-08-29 05:17:50,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0712659359s 2018-08-29 05:17:50,369 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d44f9238-477a-4c0b-b5e8-bc16e0db511a 2018-08-29 05:17:50,370 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 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-08-29 05:17:51,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:51,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:51,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-080817ea-b842-457d-af7a-9319e018b2c6 x-compute-request-id: req-080817ea-b842-457d-af7a-9319e018b2c6 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:51,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-080817ea-b842-457d-af7a-9319e018b2c6 2018-08-29 05:17:51,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52077794075s 2018-08-29 05:17:51,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-080817ea-b842-457d-af7a-9319e018b2c6 2018-08-29 05:17:51,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:51,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:52,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e897f3f3-86d4-4d18-b7ba-9a62692c17de x-compute-request-id: req-e897f3f3-86d4-4d18-b7ba-9a62692c17de Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing 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-08-29 05:17:52,975 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e897f3f3-86d4-4d18-b7ba-9a62692c17de 2018-08-29 05:17:52,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07880282402s 2018-08-29 05:17:52,976 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e897f3f3-86d4-4d18-b7ba-9a62692c17de 2018-08-29 05:17:52,976 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 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-08-29 05:17:53,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:53,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:54,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-acbf3542-7d33-47f1-b21f-d0313b1444e8 x-compute-request-id: req-acbf3542-7d33-47f1-b21f-d0313b1444e8 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:54,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-acbf3542-7d33-47f1-b21f-d0313b1444e8 2018-08-29 05:17:54,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534097909927s 2018-08-29 05:17:54,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-acbf3542-7d33-47f1-b21f-d0313b1444e8 2018-08-29 05:17:54,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:54,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:55,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-999c2ab7-b249-41ec-83d3-25c63fb955a3 x-compute-request-id: req-999c2ab7-b249-41ec-83d3-25c63fb955a3 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing 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-08-29 05:17:55,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-999c2ab7-b249-41ec-83d3-25c63fb955a3 2018-08-29 05:17:55,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10827994347s 2018-08-29 05:17:55,626 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-999c2ab7-b249-41ec-83d3-25c63fb955a3 2018-08-29 05:17:55,626 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 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-08-29 05:17:56,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:56,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:57,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d523fb5-cb06-4dfa-9c26-8be2caf1df47 x-compute-request-id: req-9d523fb5-cb06-4dfa-9c26-8be2caf1df47 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:57,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9d523fb5-cb06-4dfa-9c26-8be2caf1df47 2018-08-29 05:17:57,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3880610466s 2018-08-29 05:17:57,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9d523fb5-cb06-4dfa-9c26-8be2caf1df47 2018-08-29 05:17:57,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:57,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:17:58,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0944527e-b887-40cd-bd76-a82e21d8e1a6 x-compute-request-id: req-0944527e-b887-40cd-bd76-a82e21d8e1a6 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing 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-08-29 05:17:58,093 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0944527e-b887-40cd-bd76-a82e21d8e1a6 2018-08-29 05:17:58,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07293987274s 2018-08-29 05:17:58,094 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0944527e-b887-40cd-bd76-a82e21d8e1a6 2018-08-29 05:17:58,094 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] 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-08-29 05:17:59,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:17:59,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:17:59,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d1d9706d-78f9-43e0-a8c8-efdaa7cf0818 x-compute-request-id: req-d1d9706d-78f9-43e0-a8c8-efdaa7cf0818 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:17:59,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d1d9706d-78f9-43e0-a8c8-efdaa7cf0818 2018-08-29 05:17:59,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523358106613s 2018-08-29 05:17:59,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d1d9706d-78f9-43e0-a8c8-efdaa7cf0818 2018-08-29 05:17:59,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:17:59,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:00,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-fb19c077-741c-46fa-9a16-b2c6b67029ae x-compute-request-id: req-fb19c077-741c-46fa-9a16-b2c6b67029ae Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing 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-08-29 05:18:00,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-fb19c077-741c-46fa-9a16-b2c6b67029ae 2018-08-29 05:18:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09344482422s 2018-08-29 05:18:00,718 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-fb19c077-741c-46fa-9a16-b2c6b67029ae 2018-08-29 05:18:00,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 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-08-29 05:18:01,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:01,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:02,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-8592b299-3161-4d0a-a93e-13a2f7ed19da x-compute-request-id: req-8592b299-3161-4d0a-a93e-13a2f7ed19da Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:02,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8592b299-3161-4d0a-a93e-13a2f7ed19da 2018-08-29 05:18:02,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494178056717s 2018-08-29 05:18:02,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8592b299-3161-4d0a-a93e-13a2f7ed19da 2018-08-29 05:18:02,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:02,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:03,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f6c6a375-1b32-4f7d-88d9-c1efd1a8a81c x-compute-request-id: req-f6c6a375-1b32-4f7d-88d9-c1efd1a8a81c Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing 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-08-29 05:18:03,290 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f6c6a375-1b32-4f7d-88d9-c1efd1a8a81c 2018-08-29 05:18:03,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07252717018s 2018-08-29 05:18:03,291 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f6c6a375-1b32-4f7d-88d9-c1efd1a8a81c 2018-08-29 05:18:03,291 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 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-08-29 05:18:04,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:04,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:04,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-d09e8dc1-15fe-4437-925c-4dee4f35500c x-compute-request-id: req-d09e8dc1-15fe-4437-925c-4dee4f35500c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:04,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d09e8dc1-15fe-4437-925c-4dee4f35500c 2018-08-29 05:18:04,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525935173035s 2018-08-29 05:18:04,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d09e8dc1-15fe-4437-925c-4dee4f35500c 2018-08-29 05:18:04,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:04,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:05,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-0cfecd99-ffb3-4423-9453-79dd01fc8f7f x-compute-request-id: req-0cfecd99-ffb3-4423-9453-79dd01fc8f7f Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing 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-08-29 05:18:05,896 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0cfecd99-ffb3-4423-9453-79dd01fc8f7f 2018-08-29 05:18:05,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07308506966s 2018-08-29 05:18:05,897 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0cfecd99-ffb3-4423-9453-79dd01fc8f7f 2018-08-29 05:18:05,897 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 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-08-29 05:18:06,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:06,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:07,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-db0f24a1-4bb1-4658-8443-2f0ffe42f164 x-compute-request-id: req-db0f24a1-4bb1-4658-8443-2f0ffe42f164 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:07,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-db0f24a1-4bb1-4658-8443-2f0ffe42f164 2018-08-29 05:18:07,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364753007889s 2018-08-29 05:18:07,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-db0f24a1-4bb1-4658-8443-2f0ffe42f164 2018-08-29 05:18:07,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:08,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-35629798-2264-43e7-bfca-face7135e8bd x-compute-request-id: req-35629798-2264-43e7-bfca-face7135e8bd Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing 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-08-29 05:18:08,339 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-35629798-2264-43e7-bfca-face7135e8bd 2018-08-29 05:18:08,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07078099251s 2018-08-29 05:18:08,340 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-35629798-2264-43e7-bfca-face7135e8bd 2018-08-29 05:18:08,340 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO 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-08-29 05:18:09,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:09,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:09,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f7baf5b6-c856-4d96-a984-d02230a909ac x-compute-request-id: req-f7baf5b6-c856-4d96-a984-d02230a909ac Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:09,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f7baf5b6-c856-4d96-a984-d02230a909ac 2018-08-29 05:18:09,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442221879959s 2018-08-29 05:18:09,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f7baf5b6-c856-4d96-a984-d02230a909ac 2018-08-29 05:18:09,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:09,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:10,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bd9c7770-1f24-4e83-9d2d-79d3473c6e3e x-compute-request-id: req-bd9c7770-1f24-4e83-9d2d-79d3473c6e3e Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:10,863 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bd9c7770-1f24-4e83-9d2d-79d3473c6e3e 2018-08-29 05:18:10,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07628107071s 2018-08-29 05:18:10,864 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bd9c7770-1f24-4e83-9d2d-79d3473c6e3e 2018-08-29 05:18:10,864 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 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-08-29 05:18:11,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:12,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-26d9a43f-41a1-47c6-9454-1fd2a42c52a1 x-compute-request-id: req-26d9a43f-41a1-47c6-9454-1fd2a42c52a1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:12,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-26d9a43f-41a1-47c6-9454-1fd2a42c52a1 2018-08-29 05:18:12,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387173175812s 2018-08-29 05:18:12,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-26d9a43f-41a1-47c6-9454-1fd2a42c52a1 2018-08-29 05:18:12,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:12,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:13,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a9ce75e1-e39a-426f-8722-5fc340369f61 x-compute-request-id: req-a9ce75e1-e39a-426f-8722-5fc340369f61 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:13,328 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a9ce75e1-e39a-426f-8722-5fc340369f61 2018-08-29 05:18:13,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07178902626s 2018-08-29 05:18:13,330 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a9ce75e1-e39a-426f-8722-5fc340369f61 2018-08-29 05:18:13,330 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 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-08-29 05:18:13,331 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:18:14,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:14,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:14,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-cc5f204f-473b-4e48-a2af-4e16639d39db x-compute-request-id: req-cc5f204f-473b-4e48-a2af-4e16639d39db Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:14,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cc5f204f-473b-4e48-a2af-4e16639d39db 2018-08-29 05:18:14,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372999191284s 2018-08-29 05:18:14,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cc5f204f-473b-4e48-a2af-4e16639d39db 2018-08-29 05:18:14,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:14,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:15,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-9a12e143-c1d4-4d03-856a-a062c7c0f12e x-compute-request-id: req-9a12e143-c1d4-4d03-856a-a062c7c0f12e Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:15,803 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9a12e143-c1d4-4d03-856a-a062c7c0f12e 2018-08-29 05:18:15,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09451818466s 2018-08-29 05:18:15,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9a12e143-c1d4-4d03-856a-a062c7c0f12e 2018-08-29 05:18:15,805 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 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-08-29 05:18:16,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:16,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:17,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3b010474-834a-488e-97b5-51d034060ab3 x-compute-request-id: req-3b010474-834a-488e-97b5-51d034060ab3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:17,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3b010474-834a-488e-97b5-51d034060ab3 2018-08-29 05:18:17,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537797927856s 2018-08-29 05:18:17,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3b010474-834a-488e-97b5-51d034060ab3 2018-08-29 05:18:17,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:17,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:18,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-91f98e2c-b417-4a90-8790-fb4ee05f5f01 x-compute-request-id: req-91f98e2c-b417-4a90-8790-fb4ee05f5f01 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:18,422 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-91f98e2c-b417-4a90-8790-fb4ee05f5f01 2018-08-29 05:18:18,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07429289818s 2018-08-29 05:18:18,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-91f98e2c-b417-4a90-8790-fb4ee05f5f01 2018-08-29 05:18:18,423 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 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-08-29 05:18:19,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:19,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:19,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-306e942b-fff0-4108-af5a-8602bb643600 x-compute-request-id: req-306e942b-fff0-4108-af5a-8602bb643600 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:19,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-306e942b-fff0-4108-af5a-8602bb643600 2018-08-29 05:18:19,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51701593399s 2018-08-29 05:18:19,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-306e942b-fff0-4108-af5a-8602bb643600 2018-08-29 05:18:19,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:19,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:21,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b89d3eb-4804-4fab-86af-cf1af1044eb5 x-compute-request-id: req-8b89d3eb-4804-4fab-86af-cf1af1044eb5 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:21,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8b89d3eb-4804-4fab-86af-cf1af1044eb5 2018-08-29 05:18:21,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10701084137s 2018-08-29 05:18:21,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8b89d3eb-4804-4fab-86af-cf1af1044eb5 2018-08-29 05:18:21,054 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO 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-08-29 05:18:22,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:22,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:22,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-29a9162a-c977-440a-be33-8f84c97f161c x-compute-request-id: req-29a9162a-c977-440a-be33-8f84c97f161c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:22,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-29a9162a-c977-440a-be33-8f84c97f161c 2018-08-29 05:18:22,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574860811234s 2018-08-29 05:18:22,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-29a9162a-c977-440a-be33-8f84c97f161c 2018-08-29 05:18:22,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:22,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:23,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-dc7312bc-83bd-4592-b431-b6aaad5ac464 x-compute-request-id: req-dc7312bc-83bd-4592-b431-b6aaad5ac464 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:23,709 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-dc7312bc-83bd-4592-b431-b6aaad5ac464 2018-08-29 05:18:23,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07481503487s 2018-08-29 05:18:23,710 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-dc7312bc-83bd-4592-b431-b6aaad5ac464 2018-08-29 05:18:23,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 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-08-29 05:18:24,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:24,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:25,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bb4eb49c-44f5-4b61-b483-475ef132d0d8 x-compute-request-id: req-bb4eb49c-44f5-4b61-b483-475ef132d0d8 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:25,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bb4eb49c-44f5-4b61-b483-475ef132d0d8 2018-08-29 05:18:25,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528187990189s 2018-08-29 05:18:25,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bb4eb49c-44f5-4b61-b483-475ef132d0d8 2018-08-29 05:18:25,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:25,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:26,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-52683d57-ac96-48ce-bf6d-c82a4d16f71f x-compute-request-id: req-52683d57-ac96-48ce-bf6d-c82a4d16f71f Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:26,320 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-52683d57-ac96-48ce-bf6d-c82a4d16f71f 2018-08-29 05:18:26,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07504701614s 2018-08-29 05:18:26,321 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-52683d57-ac96-48ce-bf6d-c82a4d16f71f 2018-08-29 05:18:26,321 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 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-08-29 05:18:27,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:27,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:27,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-a44fd978-1732-45cc-9a60-134e00c9464a x-compute-request-id: req-a44fd978-1732-45cc-9a60-134e00c9464a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:27,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a44fd978-1732-45cc-9a60-134e00c9464a 2018-08-29 05:18:27,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528012990952s 2018-08-29 05:18:27,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a44fd978-1732-45cc-9a60-134e00c9464a 2018-08-29 05:18:27,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:27,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:28,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-3b222ebf-c630-4efc-ae42-249964f3bbb5 x-compute-request-id: req-3b222ebf-c630-4efc-ae42-249964f3bbb5 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:28,930 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3b222ebf-c630-4efc-ae42-249964f3bbb5 2018-08-29 05:18:28,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07410693169s 2018-08-29 05:18:28,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3b222ebf-c630-4efc-ae42-249964f3bbb5 2018-08-29 05:18:28,931 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 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-08-29 05:18:29,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:29,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:30,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-051ad9d6-9b8d-4cc5-9dba-1ec6ad293a08 x-compute-request-id: req-051ad9d6-9b8d-4cc5-9dba-1ec6ad293a08 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:30,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-051ad9d6-9b8d-4cc5-9dba-1ec6ad293a08 2018-08-29 05:18:30,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366868972778s 2018-08-29 05:18:30,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-051ad9d6-9b8d-4cc5-9dba-1ec6ad293a08 2018-08-29 05:18:30,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:31,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24b7dc81-54db-4601-951c-94d617aac3c4 x-compute-request-id: req-24b7dc81-54db-4601-951c-94d617aac3c4 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:31,376 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-24b7dc81-54db-4601-951c-94d617aac3c4 2018-08-29 05:18:31,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07214999199s 2018-08-29 05:18:31,377 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-24b7dc81-54db-4601-951c-94d617aac3c4 2018-08-29 05:18:31,377 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO 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-08-29 05:18:32,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:32,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:32,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b4564cf9-06ca-4b6b-b9ac-f9c05c0a3544 x-compute-request-id: req-b4564cf9-06ca-4b6b-b9ac-f9c05c0a3544 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:32,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b4564cf9-06ca-4b6b-b9ac-f9c05c0a3544 2018-08-29 05:18:32,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526757955551s 2018-08-29 05:18:32,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b4564cf9-06ca-4b6b-b9ac-f9c05c0a3544 2018-08-29 05:18:32,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:33,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7d7f9bab-d065-4b54-9d8e-481951701b0c x-compute-request-id: req-7d7f9bab-d065-4b54-9d8e-481951701b0c Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:33,986 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7d7f9bab-d065-4b54-9d8e-481951701b0c 2018-08-29 05:18:33,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07581496239s 2018-08-29 05:18:33,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7d7f9bab-d065-4b54-9d8e-481951701b0c 2018-08-29 05:18:33,987 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:34,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:34,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:35,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-75489f3e-0b58-467d-a723-66d1052f2ee6 x-compute-request-id: req-75489f3e-0b58-467d-a723-66d1052f2ee6 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:35,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-75489f3e-0b58-467d-a723-66d1052f2ee6 2018-08-29 05:18:35,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.616881132126s 2018-08-29 05:18:35,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-75489f3e-0b58-467d-a723-66d1052f2ee6 2018-08-29 05:18:35,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:35,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:36,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f658ee9f-e054-40af-979d-176d4ded4896 x-compute-request-id: req-f658ee9f-e054-40af-979d-176d4ded4896 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:36,683 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f658ee9f-e054-40af-979d-176d4ded4896 2018-08-29 05:18:36,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.072660923s 2018-08-29 05:18:36,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f658ee9f-e054-40af-979d-176d4ded4896 2018-08-29 05:18:36,684 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:37,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:37,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:38,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-362bc124-1baf-4758-9029-8a309f279131 x-compute-request-id: req-362bc124-1baf-4758-9029-8a309f279131 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:38,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-362bc124-1baf-4758-9029-8a309f279131 2018-08-29 05:18:38,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528350114822s 2018-08-29 05:18:38,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-362bc124-1baf-4758-9029-8a309f279131 2018-08-29 05:18:38,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:38,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:39,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-62508d83-a6bd-4538-98d9-ba4dc4199388 x-compute-request-id: req-62508d83-a6bd-4538-98d9-ba4dc4199388 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:39,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-62508d83-a6bd-4538-98d9-ba4dc4199388 2018-08-29 05:18:39,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07576990128s 2018-08-29 05:18:39,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-62508d83-a6bd-4538-98d9-ba4dc4199388 2018-08-29 05:18:39,296 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:39,297 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:18:40,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:40,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:40,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-277c092f-82d2-4da1-a4e6-db8c6e74635c x-compute-request-id: req-277c092f-82d2-4da1-a4e6-db8c6e74635c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:40,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-277c092f-82d2-4da1-a4e6-db8c6e74635c 2018-08-29 05:18:40,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526538133621s 2018-08-29 05:18:40,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-277c092f-82d2-4da1-a4e6-db8c6e74635c 2018-08-29 05:18:40,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:40,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:41,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-1c1e9884-3a70-4f51-91d3-c395338f7e0e x-compute-request-id: req-1c1e9884-3a70-4f51-91d3-c395338f7e0e Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:41,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1c1e9884-3a70-4f51-91d3-c395338f7e0e 2018-08-29 05:18:41,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08187699318s 2018-08-29 05:18:41,912 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1c1e9884-3a70-4f51-91d3-c395338f7e0e 2018-08-29 05:18:41,912 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:42,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:42,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:43,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-915276f3-1de4-49b3-b6c6-217e42f016d1 x-compute-request-id: req-915276f3-1de4-49b3-b6c6-217e42f016d1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:43,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-915276f3-1de4-49b3-b6c6-217e42f016d1 2018-08-29 05:18:43,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458187103271s 2018-08-29 05:18:43,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-915276f3-1de4-49b3-b6c6-217e42f016d1 2018-08-29 05:18:43,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:43,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:44,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-0b69e1fa-3bf1-4bf6-aab0-e56ef8f2f3f0 x-compute-request-id: req-0b69e1fa-3bf1-4bf6-aab0-e56ef8f2f3f0 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:44,472 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0b69e1fa-3bf1-4bf6-aab0-e56ef8f2f3f0 2018-08-29 05:18:44,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09636712074s 2018-08-29 05:18:44,474 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0b69e1fa-3bf1-4bf6-aab0-e56ef8f2f3f0 2018-08-29 05:18:44,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:45,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:45,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:46,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-72377393-34d1-4e6d-a25e-2c4546957cab x-compute-request-id: req-72377393-34d1-4e6d-a25e-2c4546957cab Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:46,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-72377393-34d1-4e6d-a25e-2c4546957cab 2018-08-29 05:18:46,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549468040466s 2018-08-29 05:18:46,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-72377393-34d1-4e6d-a25e-2c4546957cab 2018-08-29 05:18:46,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:46,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:47,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9e2ebf93-3716-44b0-9040-8d801f67b534 x-compute-request-id: req-9e2ebf93-3716-44b0-9040-8d801f67b534 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:47,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9e2ebf93-3716-44b0-9040-8d801f67b534 2018-08-29 05:18:47,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07243490219s 2018-08-29 05:18:47,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9e2ebf93-3716-44b0-9040-8d801f67b534 2018-08-29 05:18:47,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:48,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:48,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-22db72e2-09d2-4bec-930b-e6fba0119cde x-compute-request-id: req-22db72e2-09d2-4bec-930b-e6fba0119cde Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:48,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-22db72e2-09d2-4bec-930b-e6fba0119cde 2018-08-29 05:18:48,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390923023224s 2018-08-29 05:18:48,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-22db72e2-09d2-4bec-930b-e6fba0119cde 2018-08-29 05:18:48,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:48,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:49,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-09f7e951-d5e9-4c98-8903-294788d1b254 x-compute-request-id: req-09f7e951-d5e9-4c98-8903-294788d1b254 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:49,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-09f7e951-d5e9-4c98-8903-294788d1b254 2018-08-29 05:18:49,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07562112808s 2018-08-29 05:18:49,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-09f7e951-d5e9-4c98-8903-294788d1b254 2018-08-29 05:18:49,577 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:50,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:51,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-fe30736e-00ff-4148-8ede-5b06d72fc450 x-compute-request-id: req-fe30736e-00ff-4148-8ede-5b06d72fc450 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:51,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fe30736e-00ff-4148-8ede-5b06d72fc450 2018-08-29 05:18:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543741941452s 2018-08-29 05:18:51,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fe30736e-00ff-4148-8ede-5b06d72fc450 2018-08-29 05:18:51,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:51,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:52,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-1269cbbf-1bba-4f1b-ba72-fd708369c4f9 x-compute-request-id: req-1269cbbf-1bba-4f1b-ba72-fd708369c4f9 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:52,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1269cbbf-1bba-4f1b-ba72-fd708369c4f9 2018-08-29 05:18:52,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02128100395s 2018-08-29 05:18:52,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1269cbbf-1bba-4f1b-ba72-fd708369c4f9 2018-08-29 05:18:52,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:53,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:53,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:53,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-83048c9b-0344-42cd-baed-332cadf3cbe3 x-compute-request-id: req-83048c9b-0344-42cd-baed-332cadf3cbe3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:53,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-83048c9b-0344-42cd-baed-332cadf3cbe3 2018-08-29 05:18:53,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620707988739s 2018-08-29 05:18:53,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-83048c9b-0344-42cd-baed-332cadf3cbe3 2018-08-29 05:18:53,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:53,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:54,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-867e099b-a442-4ab5-967c-a5ef38fec6d8 x-compute-request-id: req-867e099b-a442-4ab5-967c-a5ef38fec6d8 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:54,799 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-867e099b-a442-4ab5-967c-a5ef38fec6d8 2018-08-29 05:18:54,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02272605896s 2018-08-29 05:18:54,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-867e099b-a442-4ab5-967c-a5ef38fec6d8 2018-08-29 05:18:54,800 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:55,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:55,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:56,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:18: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-84b1653b-f95b-44fc-ad86-0bd1764deb59 x-compute-request-id: req-84b1653b-f95b-44fc-ad86-0bd1764deb59 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:56,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-84b1653b-f95b-44fc-ad86-0bd1764deb59 2018-08-29 05:18:56,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.492151975632s 2018-08-29 05:18:56,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-84b1653b-f95b-44fc-ad86-0bd1764deb59 2018-08-29 05:18:56,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:56,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:57,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-87b988a6-c5a9-4d6f-92b9-7d0045d29d09 x-compute-request-id: req-87b988a6-c5a9-4d6f-92b9-7d0045d29d09 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:57,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-87b988a6-c5a9-4d6f-92b9-7d0045d29d09 2018-08-29 05:18:57,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07664990425s 2018-08-29 05:18:57,376 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-87b988a6-c5a9-4d6f-92b9-7d0045d29d09 2018-08-29 05:18:57,377 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:18:58,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:18:58,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:18:58,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-cbf2df5e-469d-46d5-8f95-c860c8170c45 x-compute-request-id: req-cbf2df5e-469d-46d5-8f95-c860c8170c45 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:18:58,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cbf2df5e-469d-46d5-8f95-c860c8170c45 2018-08-29 05:18:58,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531696081161s 2018-08-29 05:18:58,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cbf2df5e-469d-46d5-8f95-c860c8170c45 2018-08-29 05:18:58,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:18:58,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:18:59,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7a755dc8-38e1-4529-9e24-8b54f460077f x-compute-request-id: req-7a755dc8-38e1-4529-9e24-8b54f460077f Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:18:59,987 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7a755dc8-38e1-4529-9e24-8b54f460077f 2018-08-29 05:18:59,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07298898697s 2018-08-29 05:18:59,988 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7a755dc8-38e1-4529-9e24-8b54f460077f 2018-08-29 05:18:59,989 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:00,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:00,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:01,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:19: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-a08750a4-b80d-494f-b9fa-fc5b374fbd64 x-compute-request-id: req-a08750a4-b80d-494f-b9fa-fc5b374fbd64 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:01,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a08750a4-b80d-494f-b9fa-fc5b374fbd64 2018-08-29 05:19:01,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649868011475s 2018-08-29 05:19:01,641 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a08750a4-b80d-494f-b9fa-fc5b374fbd64 2018-08-29 05:19:01,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:01,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:02,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e9ccdc6c-771b-41b1-be6b-09e702807332 x-compute-request-id: req-e9ccdc6c-771b-41b1-be6b-09e702807332 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:02,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e9ccdc6c-771b-41b1-be6b-09e702807332 2018-08-29 05:19:02,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07188081741s 2018-08-29 05:19:02,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e9ccdc6c-771b-41b1-be6b-09e702807332 2018-08-29 05:19:02,717 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:03,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:03,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:04,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-000f2ffc-eb44-42ad-9110-cf3de7c4b969 x-compute-request-id: req-000f2ffc-eb44-42ad-9110-cf3de7c4b969 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:04,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-000f2ffc-eb44-42ad-9110-cf3de7c4b969 2018-08-29 05:19:04,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548743009567s 2018-08-29 05:19:04,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-000f2ffc-eb44-42ad-9110-cf3de7c4b969 2018-08-29 05:19:04,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:04,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:05,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f0fadc21-b165-4fd5-90bc-7c7f03edace3 x-compute-request-id: req-f0fadc21-b165-4fd5-90bc-7c7f03edace3 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:05,346 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f0fadc21-b165-4fd5-90bc-7c7f03edace3 2018-08-29 05:19:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07454800606s 2018-08-29 05:19:05,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f0fadc21-b165-4fd5-90bc-7c7f03edace3 2018-08-29 05:19:05,348 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:05,349 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:19:06,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:06,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:06,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-703b8ab4-088a-4012-b24d-9fa82dd1695f x-compute-request-id: req-703b8ab4-088a-4012-b24d-9fa82dd1695f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:06,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-703b8ab4-088a-4012-b24d-9fa82dd1695f 2018-08-29 05:19:06,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447736978531s 2018-08-29 05:19:06,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-703b8ab4-088a-4012-b24d-9fa82dd1695f 2018-08-29 05:19:06,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:07,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-c4764339-d58d-41d4-8e18-0db01f6e5703 x-compute-request-id: req-c4764339-d58d-41d4-8e18-0db01f6e5703 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:07,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c4764339-d58d-41d4-8e18-0db01f6e5703 2018-08-29 05:19:07,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07208108902s 2018-08-29 05:19:07,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c4764339-d58d-41d4-8e18-0db01f6e5703 2018-08-29 05:19:07,875 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:08,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:08,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:09,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:19: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-86449214-316c-4ae0-8ef3-9766a5f0d994 x-compute-request-id: req-86449214-316c-4ae0-8ef3-9766a5f0d994 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:09,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-86449214-316c-4ae0-8ef3-9766a5f0d994 2018-08-29 05:19:09,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523942947388s 2018-08-29 05:19:09,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-86449214-316c-4ae0-8ef3-9766a5f0d994 2018-08-29 05:19:09,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:10,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e8c65f05-251a-4a98-b583-34f320e1e868 x-compute-request-id: req-e8c65f05-251a-4a98-b583-34f320e1e868 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:10,479 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e8c65f05-251a-4a98-b583-34f320e1e868 2018-08-29 05:19:10,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07491898537s 2018-08-29 05:19:10,480 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e8c65f05-251a-4a98-b583-34f320e1e868 2018-08-29 05:19:10,481 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:11,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:11,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:12,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-244c68b1-ff96-4d4b-a733-1df4f05d33b3 x-compute-request-id: req-244c68b1-ff96-4d4b-a733-1df4f05d33b3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:12,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-244c68b1-ff96-4d4b-a733-1df4f05d33b3 2018-08-29 05:19:12,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52481007576s 2018-08-29 05:19:12,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-244c68b1-ff96-4d4b-a733-1df4f05d33b3 2018-08-29 05:19:12,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:13,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-08b92e8a-35c7-4b36-8447-13db51c3e2ec x-compute-request-id: req-08b92e8a-35c7-4b36-8447-13db51c3e2ec Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:13,085 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-08b92e8a-35c7-4b36-8447-13db51c3e2ec 2018-08-29 05:19:13,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07383298874s 2018-08-29 05:19:13,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-08b92e8a-35c7-4b36-8447-13db51c3e2ec 2018-08-29 05:19:13,086 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:14,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:14,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3cb7aa0e-6088-4387-849c-c4f18d997c10 x-compute-request-id: req-3cb7aa0e-6088-4387-849c-c4f18d997c10 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:14,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3cb7aa0e-6088-4387-849c-c4f18d997c10 2018-08-29 05:19:14,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60856294632s 2018-08-29 05:19:14,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3cb7aa0e-6088-4387-849c-c4f18d997c10 2018-08-29 05:19:14,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:14,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:15,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3386958f-62b8-45e3-8139-1c85fef07138 x-compute-request-id: req-3386958f-62b8-45e3-8139-1c85fef07138 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:15,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3386958f-62b8-45e3-8139-1c85fef07138 2018-08-29 05:19:15,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10183095932s 2018-08-29 05:19:15,803 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3386958f-62b8-45e3-8139-1c85fef07138 2018-08-29 05:19:15,803 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:16,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:17,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-dcf353f7-16c4-45e8-ad95-f8d2b1049b9d x-compute-request-id: req-dcf353f7-16c4-45e8-ad95-f8d2b1049b9d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:17,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dcf353f7-16c4-45e8-ad95-f8d2b1049b9d 2018-08-29 05:19:17,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54306101799s 2018-08-29 05:19:17,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dcf353f7-16c4-45e8-ad95-f8d2b1049b9d 2018-08-29 05:19:17,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:18,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5a524d59-ba17-4d26-ac37-4fac876b979d x-compute-request-id: req-5a524d59-ba17-4d26-ac37-4fac876b979d Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:18,425 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5a524d59-ba17-4d26-ac37-4fac876b979d 2018-08-29 05:19:18,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07327818871s 2018-08-29 05:19:18,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5a524d59-ba17-4d26-ac37-4fac876b979d 2018-08-29 05:19:18,427 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:19,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:19,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:19,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-187ab75d-0876-42be-97ef-c4e6d711e641 x-compute-request-id: req-187ab75d-0876-42be-97ef-c4e6d711e641 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:19,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-187ab75d-0876-42be-97ef-c4e6d711e641 2018-08-29 05:19:19,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515459060669s 2018-08-29 05:19:19,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-187ab75d-0876-42be-97ef-c4e6d711e641 2018-08-29 05:19:19,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:19,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:21,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0e27fc28-4336-449d-a0fe-30eb84c5be54 x-compute-request-id: req-0e27fc28-4336-449d-a0fe-30eb84c5be54 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:21,041 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0e27fc28-4336-449d-a0fe-30eb84c5be54 2018-08-29 05:19:21,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09324097633s 2018-08-29 05:19:21,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0e27fc28-4336-449d-a0fe-30eb84c5be54 2018-08-29 05:19:21,042 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:22,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:22,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:22,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-dc84c334-11e3-491d-8bbb-a47f828e4e11 x-compute-request-id: req-dc84c334-11e3-491d-8bbb-a47f828e4e11 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:22,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dc84c334-11e3-491d-8bbb-a47f828e4e11 2018-08-29 05:19:22,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524491071701s 2018-08-29 05:19:22,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dc84c334-11e3-491d-8bbb-a47f828e4e11 2018-08-29 05:19:22,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:23,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7c6c0d6c-78c3-4bce-ac0f-3f58234bb249 x-compute-request-id: req-7c6c0d6c-78c3-4bce-ac0f-3f58234bb249 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:23,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7c6c0d6c-78c3-4bce-ac0f-3f58234bb249 2018-08-29 05:19:23,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0716240406s 2018-08-29 05:19:23,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7c6c0d6c-78c3-4bce-ac0f-3f58234bb249 2018-08-29 05:19:23,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:24,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:24,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:25,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-fa771597-0169-470d-aaf7-ec8985369d7f x-compute-request-id: req-fa771597-0169-470d-aaf7-ec8985369d7f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:25,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fa771597-0169-470d-aaf7-ec8985369d7f 2018-08-29 05:19:25,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544770002365s 2018-08-29 05:19:25,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fa771597-0169-470d-aaf7-ec8985369d7f 2018-08-29 05:19:25,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:25,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:26,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:19: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-29e3bae1-d9fb-4af9-b0b7-61d4b859c39a x-compute-request-id: req-29e3bae1-d9fb-4af9-b0b7-61d4b859c39a Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:26,266 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-29e3bae1-d9fb-4af9-b0b7-61d4b859c39a 2018-08-29 05:19:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06936097145s 2018-08-29 05:19:26,267 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-29e3bae1-d9fb-4af9-b0b7-61d4b859c39a 2018-08-29 05:19:26,267 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:27,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:27,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:27,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-28f7eb4e-846b-4047-a535-a05581cff87a x-compute-request-id: req-28f7eb4e-846b-4047-a535-a05581cff87a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:27,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-28f7eb4e-846b-4047-a535-a05581cff87a 2018-08-29 05:19:27,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535534143448s 2018-08-29 05:19:27,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-28f7eb4e-846b-4047-a535-a05581cff87a 2018-08-29 05:19:27,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:27,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:28,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-039c65ba-6198-4eaa-bed4-71e189310e69 x-compute-request-id: req-039c65ba-6198-4eaa-bed4-71e189310e69 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:28,882 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-039c65ba-6198-4eaa-bed4-71e189310e69 2018-08-29 05:19:28,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07387208939s 2018-08-29 05:19:28,883 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-039c65ba-6198-4eaa-bed4-71e189310e69 2018-08-29 05:19:28,883 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:29,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:29,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:30,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-273414da-f514-4226-b339-552d446fa8ff x-compute-request-id: req-273414da-f514-4226-b339-552d446fa8ff Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:30,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-273414da-f514-4226-b339-552d446fa8ff 2018-08-29 05:19:30,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556045055389s 2018-08-29 05:19:30,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-273414da-f514-4226-b339-552d446fa8ff 2018-08-29 05:19:30,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:31,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-8e0a91d2-9166-49e3-987d-05a40905b927 x-compute-request-id: req-8e0a91d2-9166-49e3-987d-05a40905b927 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:31,549 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8e0a91d2-9166-49e3-987d-05a40905b927 2018-08-29 05:19:31,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10393095016s 2018-08-29 05:19:31,550 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8e0a91d2-9166-49e3-987d-05a40905b927 2018-08-29 05:19:31,550 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:31,551 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:19:32,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:32,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:33,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-e4a4ab98-6cd6-4405-9918-ebffce48b726 x-compute-request-id: req-e4a4ab98-6cd6-4405-9918-ebffce48b726 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:33,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e4a4ab98-6cd6-4405-9918-ebffce48b726 2018-08-29 05:19:33,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510509967804s 2018-08-29 05:19:33,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e4a4ab98-6cd6-4405-9918-ebffce48b726 2018-08-29 05:19:33,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:33,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:34,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-867c0799-1a23-4a81-a95d-2332e50fc08b x-compute-request-id: req-867c0799-1a23-4a81-a95d-2332e50fc08b Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:34,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-867c0799-1a23-4a81-a95d-2332e50fc08b 2018-08-29 05:19:34,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07236385345s 2018-08-29 05:19:34,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-867c0799-1a23-4a81-a95d-2332e50fc08b 2018-08-29 05:19:34,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:35,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:35,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:35,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-dd2158ba-b0ac-4ea9-912b-ca3f606b3094 x-compute-request-id: req-dd2158ba-b0ac-4ea9-912b-ca3f606b3094 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:35,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dd2158ba-b0ac-4ea9-912b-ca3f606b3094 2018-08-29 05:19:35,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560014009476s 2018-08-29 05:19:35,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-dd2158ba-b0ac-4ea9-912b-ca3f606b3094 2018-08-29 05:19:35,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:35,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:36,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-90f0cd5a-0db2-4fe4-ba2f-a8f1a41e41f2 x-compute-request-id: req-90f0cd5a-0db2-4fe4-ba2f-a8f1a41e41f2 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:36,779 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-90f0cd5a-0db2-4fe4-ba2f-a8f1a41e41f2 2018-08-29 05:19:36,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07326197624s 2018-08-29 05:19:36,780 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-90f0cd5a-0db2-4fe4-ba2f-a8f1a41e41f2 2018-08-29 05:19:36,780 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:37,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:37,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:38,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7282a352-ec51-4c12-a2c3-c4b06fc86dfa x-compute-request-id: req-7282a352-ec51-4c12-a2c3-c4b06fc86dfa Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:38,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7282a352-ec51-4c12-a2c3-c4b06fc86dfa 2018-08-29 05:19:38,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512595176697s 2018-08-29 05:19:38,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7282a352-ec51-4c12-a2c3-c4b06fc86dfa 2018-08-29 05:19:38,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:39,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-565cf371-1086-4ffc-82d8-4ccfcef90b54 x-compute-request-id: req-565cf371-1086-4ffc-82d8-4ccfcef90b54 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:39,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-565cf371-1086-4ffc-82d8-4ccfcef90b54 2018-08-29 05:19:39,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0711581707s 2018-08-29 05:19:39,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-565cf371-1086-4ffc-82d8-4ccfcef90b54 2018-08-29 05:19:39,371 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:40,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:40,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:40,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9a119b6a-a6e0-457e-b040-4ce93b5d911b x-compute-request-id: req-9a119b6a-a6e0-457e-b040-4ce93b5d911b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:40,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9a119b6a-a6e0-457e-b040-4ce93b5d911b 2018-08-29 05:19:40,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365388154984s 2018-08-29 05:19:40,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9a119b6a-a6e0-457e-b040-4ce93b5d911b 2018-08-29 05:19:40,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:40,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:41,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-59c9e132-5ee9-47b5-be37-abf11a0453fa x-compute-request-id: req-59c9e132-5ee9-47b5-be37-abf11a0453fa Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:41,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-59c9e132-5ee9-47b5-be37-abf11a0453fa 2018-08-29 05:19:41,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07403492928s 2018-08-29 05:19:41,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-59c9e132-5ee9-47b5-be37-abf11a0453fa 2018-08-29 05:19:41,817 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:42,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:42,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:43,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-60768a77-b9e1-43b8-b5bd-bfe53217b9e6 x-compute-request-id: req-60768a77-b9e1-43b8-b5bd-bfe53217b9e6 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:43,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-60768a77-b9e1-43b8-b5bd-bfe53217b9e6 2018-08-29 05:19:43,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358552932739s 2018-08-29 05:19:43,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-60768a77-b9e1-43b8-b5bd-bfe53217b9e6 2018-08-29 05:19:43,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:43,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:44,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-62ca726c-f4d4-4612-b762-e6b7f6949090 x-compute-request-id: req-62ca726c-f4d4-4612-b762-e6b7f6949090 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:44,254 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-62ca726c-f4d4-4612-b762-e6b7f6949090 2018-08-29 05:19:44,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07263994217s 2018-08-29 05:19:44,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-62ca726c-f4d4-4612-b762-e6b7f6949090 2018-08-29 05:19:44,255 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:45,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:45,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:45,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b2f426c2-93a2-453b-9696-53eb99e8c3d4 x-compute-request-id: req-b2f426c2-93a2-453b-9696-53eb99e8c3d4 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:45,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b2f426c2-93a2-453b-9696-53eb99e8c3d4 2018-08-29 05:19:45,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537297010422s 2018-08-29 05:19:45,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b2f426c2-93a2-453b-9696-53eb99e8c3d4 2018-08-29 05:19:45,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:45,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:46,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bb1a3de6-53a1-47e4-9fa5-92951c563752 x-compute-request-id: req-bb1a3de6-53a1-47e4-9fa5-92951c563752 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:46,869 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bb1a3de6-53a1-47e4-9fa5-92951c563752 2018-08-29 05:19:46,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07089185715s 2018-08-29 05:19:46,871 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bb1a3de6-53a1-47e4-9fa5-92951c563752 2018-08-29 05:19:46,871 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:47,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:47,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:48,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:19: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-88ced14c-5bbb-4601-8e1a-7e1a3fbf9af6 x-compute-request-id: req-88ced14c-5bbb-4601-8e1a-7e1a3fbf9af6 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:48,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-88ced14c-5bbb-4601-8e1a-7e1a3fbf9af6 2018-08-29 05:19:48,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538347005844s 2018-08-29 05:19:48,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-88ced14c-5bbb-4601-8e1a-7e1a3fbf9af6 2018-08-29 05:19:48,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:48,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:49,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-989bd5b7-12cb-415a-b632-75c3f6b59d9b x-compute-request-id: req-989bd5b7-12cb-415a-b632-75c3f6b59d9b Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:49,492 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-989bd5b7-12cb-415a-b632-75c3f6b59d9b 2018-08-29 05:19:49,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07674193382s 2018-08-29 05:19:49,493 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-989bd5b7-12cb-415a-b632-75c3f6b59d9b 2018-08-29 05:19:49,493 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:50,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:50,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:51,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:19: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-9e19027d-04dd-45d0-8c37-6bd75b86e2f3 x-compute-request-id: req-9e19027d-04dd-45d0-8c37-6bd75b86e2f3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:51,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9e19027d-04dd-45d0-8c37-6bd75b86e2f3 2018-08-29 05:19:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627153873444s 2018-08-29 05:19:51,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9e19027d-04dd-45d0-8c37-6bd75b86e2f3 2018-08-29 05:19:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:51,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:52,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-64477f19-836e-461a-aa12-2a27bd878248 x-compute-request-id: req-64477f19-836e-461a-aa12-2a27bd878248 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:52,198 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-64477f19-836e-461a-aa12-2a27bd878248 2018-08-29 05:19:52,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07208895683s 2018-08-29 05:19:52,199 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-64477f19-836e-461a-aa12-2a27bd878248 2018-08-29 05:19:52,199 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:53,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:53,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:53,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3d30a378-e0dd-4d99-9052-6d6fa4b6158f x-compute-request-id: req-3d30a378-e0dd-4d99-9052-6d6fa4b6158f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:53,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d30a378-e0dd-4d99-9052-6d6fa4b6158f 2018-08-29 05:19:53,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402271032333s 2018-08-29 05:19:53,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d30a378-e0dd-4d99-9052-6d6fa4b6158f 2018-08-29 05:19:53,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:53,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:54,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9d6aea7c-c1ad-4237-90e5-aa01e836a349 x-compute-request-id: req-9d6aea7c-c1ad-4237-90e5-aa01e836a349 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:54,702 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9d6aea7c-c1ad-4237-90e5-aa01e836a349 2018-08-29 05:19:54,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09522485733s 2018-08-29 05:19:54,703 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9d6aea7c-c1ad-4237-90e5-aa01e836a349 2018-08-29 05:19:54,703 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:55,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:55,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:56,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:19:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f2f5e6f-6178-4d38-ae96-ac2d2d85299c x-compute-request-id: req-5f2f5e6f-6178-4d38-ae96-ac2d2d85299c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:56,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5f2f5e6f-6178-4d38-ae96-ac2d2d85299c 2018-08-29 05:19:56,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525973081589s 2018-08-29 05:19:56,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5f2f5e6f-6178-4d38-ae96-ac2d2d85299c 2018-08-29 05:19:56,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:56,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:19:57,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-23f0e17c-69d2-453d-9f6c-2988f632c7fd x-compute-request-id: req-23f0e17c-69d2-453d-9f6c-2988f632c7fd Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:19:57,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-23f0e17c-69d2-453d-9f6c-2988f632c7fd 2018-08-29 05:19:57,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07217097282s 2018-08-29 05:19:57,308 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-23f0e17c-69d2-453d-9f6c-2988f632c7fd 2018-08-29 05:19:57,308 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:19:57,310 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:19:58,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:19:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:19:59,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d3cc4bc3-4891-461e-ac17-f6233b67a3ef x-compute-request-id: req-d3cc4bc3-4891-461e-ac17-f6233b67a3ef Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:19:59,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d3cc4bc3-4891-461e-ac17-f6233b67a3ef 2018-08-29 05:19:59,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721748828888s 2018-08-29 05:19:59,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d3cc4bc3-4891-461e-ac17-f6233b67a3ef 2018-08-29 05:19:59,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:19:59,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:00,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3af8390d-0a05-4cb9-ae5d-946dd37afbf1 x-compute-request-id: req-3af8390d-0a05-4cb9-ae5d-946dd37afbf1 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:00,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3af8390d-0a05-4cb9-ae5d-946dd37afbf1 2018-08-29 05:20:00,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07453513145s 2018-08-29 05:20:00,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3af8390d-0a05-4cb9-ae5d-946dd37afbf1 2018-08-29 05:20:00,111 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:01,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:01,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:01,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7ccfa4df-7b0e-4688-9bda-153f95dede11 x-compute-request-id: req-7ccfa4df-7b0e-4688-9bda-153f95dede11 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:01,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7ccfa4df-7b0e-4688-9bda-153f95dede11 2018-08-29 05:20:01,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584092140198s 2018-08-29 05:20:01,699 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7ccfa4df-7b0e-4688-9bda-153f95dede11 2018-08-29 05:20:01,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:01,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:02,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a35b5faf-48e1-43b5-aa01-0e7e430c0323 x-compute-request-id: req-a35b5faf-48e1-43b5-aa01-0e7e430c0323 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:02,770 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a35b5faf-48e1-43b5-aa01-0e7e430c0323 2018-08-29 05:20:02,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06966400146s 2018-08-29 05:20:02,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a35b5faf-48e1-43b5-aa01-0e7e430c0323 2018-08-29 05:20:02,772 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:03,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:03,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:04,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9dd77292-9bfb-41c0-bc4e-7559b9ee82ee x-compute-request-id: req-9dd77292-9bfb-41c0-bc4e-7559b9ee82ee Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:04,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9dd77292-9bfb-41c0-bc4e-7559b9ee82ee 2018-08-29 05:20:04,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515470981598s 2018-08-29 05:20:04,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9dd77292-9bfb-41c0-bc4e-7559b9ee82ee 2018-08-29 05:20:04,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:04,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:05,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-205c2083-6e41-4460-97ac-951261f4d5c2 x-compute-request-id: req-205c2083-6e41-4460-97ac-951261f4d5c2 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:05,370 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-205c2083-6e41-4460-97ac-951261f4d5c2 2018-08-29 05:20:05,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0767788887s 2018-08-29 05:20:05,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-205c2083-6e41-4460-97ac-951261f4d5c2 2018-08-29 05:20:05,371 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:06,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:06,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:06,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2ff5a536-dcf8-4427-808f-6a800e1f8e1b x-compute-request-id: req-2ff5a536-dcf8-4427-808f-6a800e1f8e1b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:06,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2ff5a536-dcf8-4427-808f-6a800e1f8e1b 2018-08-29 05:20:06,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505362033844s 2018-08-29 05:20:06,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2ff5a536-dcf8-4427-808f-6a800e1f8e1b 2018-08-29 05:20:06,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:06,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:07,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-ef027911-9e94-40c0-9ab7-211a85f44c54 x-compute-request-id: req-ef027911-9e94-40c0-9ab7-211a85f44c54 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:07,975 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ef027911-9e94-40c0-9ab7-211a85f44c54 2018-08-29 05:20:07,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09278488159s 2018-08-29 05:20:07,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ef027911-9e94-40c0-9ab7-211a85f44c54 2018-08-29 05:20:07,977 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:08,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:08,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:09,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a60d0602-dc10-4ca1-9928-3494711d6883 x-compute-request-id: req-a60d0602-dc10-4ca1-9928-3494711d6883 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:09,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a60d0602-dc10-4ca1-9928-3494711d6883 2018-08-29 05:20:09,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544742107391s 2018-08-29 05:20:09,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a60d0602-dc10-4ca1-9928-3494711d6883 2018-08-29 05:20:09,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:09,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:10,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-6ef37973-dd8f-4589-a0e9-4c12d5ced46c x-compute-request-id: req-6ef37973-dd8f-4589-a0e9-4c12d5ced46c Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:10,598 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6ef37973-dd8f-4589-a0e9-4c12d5ced46c 2018-08-29 05:20:10,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07061004639s 2018-08-29 05:20:10,599 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6ef37973-dd8f-4589-a0e9-4c12d5ced46c 2018-08-29 05:20:10,599 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:11,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:11,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:12,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-93060ac4-8790-4c3c-9122-357ea55f04d5 x-compute-request-id: req-93060ac4-8790-4c3c-9122-357ea55f04d5 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:12,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-93060ac4-8790-4c3c-9122-357ea55f04d5 2018-08-29 05:20:12,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651304960251s 2018-08-29 05:20:12,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-93060ac4-8790-4c3c-9122-357ea55f04d5 2018-08-29 05:20:12,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:12,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:13,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-212e43eb-8665-4f75-9b8f-88eae83e61ba x-compute-request-id: req-212e43eb-8665-4f75-9b8f-88eae83e61ba Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:13,333 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-212e43eb-8665-4f75-9b8f-88eae83e61ba 2018-08-29 05:20:13,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07708406448s 2018-08-29 05:20:13,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-212e43eb-8665-4f75-9b8f-88eae83e61ba 2018-08-29 05:20:13,334 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:14,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:14,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:14,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bc0e6c57-069c-4652-8a6f-c53a27197a01 x-compute-request-id: req-bc0e6c57-069c-4652-8a6f-c53a27197a01 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:14,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bc0e6c57-069c-4652-8a6f-c53a27197a01 2018-08-29 05:20:14,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524967908859s 2018-08-29 05:20:14,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bc0e6c57-069c-4652-8a6f-c53a27197a01 2018-08-29 05:20:14,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:14,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:15,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bf423c50-6188-40d3-9ed1-de8e2108a8c1 x-compute-request-id: req-bf423c50-6188-40d3-9ed1-de8e2108a8c1 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:15,935 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bf423c50-6188-40d3-9ed1-de8e2108a8c1 2018-08-29 05:20:15,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07024383545s 2018-08-29 05:20:15,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bf423c50-6188-40d3-9ed1-de8e2108a8c1 2018-08-29 05:20:15,936 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:16,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:16,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:17,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-699a904d-f104-46c8-a5ca-e2c0a6aae186 x-compute-request-id: req-699a904d-f104-46c8-a5ca-e2c0a6aae186 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:17,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-699a904d-f104-46c8-a5ca-e2c0a6aae186 2018-08-29 05:20:17,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516421079636s 2018-08-29 05:20:17,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-699a904d-f104-46c8-a5ca-e2c0a6aae186 2018-08-29 05:20:17,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:17,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:18,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-deac194a-3e3b-408a-884f-b4fed19a1648 x-compute-request-id: req-deac194a-3e3b-408a-884f-b4fed19a1648 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:18,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-deac194a-3e3b-408a-884f-b4fed19a1648 2018-08-29 05:20:18,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0725209713s 2018-08-29 05:20:18,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-deac194a-3e3b-408a-884f-b4fed19a1648 2018-08-29 05:20:18,532 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:19,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:19,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:20,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3f17ee63-9600-4f93-8456-35e41a9af5f2 x-compute-request-id: req-3f17ee63-9600-4f93-8456-35e41a9af5f2 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:20,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3f17ee63-9600-4f93-8456-35e41a9af5f2 2018-08-29 05:20:20,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659946918488s 2018-08-29 05:20:20,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3f17ee63-9600-4f93-8456-35e41a9af5f2 2018-08-29 05:20:20,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:20,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:21,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-a67a7bb6-d429-48cb-8d4b-fe0a991f0390 x-compute-request-id: req-a67a7bb6-d429-48cb-8d4b-fe0a991f0390 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:21,270 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a67a7bb6-d429-48cb-8d4b-fe0a991f0390 2018-08-29 05:20:21,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07272410393s 2018-08-29 05:20:21,271 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a67a7bb6-d429-48cb-8d4b-fe0a991f0390 2018-08-29 05:20:21,272 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:22,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:22,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:23,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-7f95c0fd-0217-44c3-929e-f0009bf2f3dc x-compute-request-id: req-7f95c0fd-0217-44c3-929e-f0009bf2f3dc Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:23,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7f95c0fd-0217-44c3-929e-f0009bf2f3dc 2018-08-29 05:20:23,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.846614122391s 2018-08-29 05:20:23,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7f95c0fd-0217-44c3-929e-f0009bf2f3dc 2018-08-29 05:20:23,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:23,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:24,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-597bd202-c67e-4e52-9d8d-57357a987620 x-compute-request-id: req-597bd202-c67e-4e52-9d8d-57357a987620 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:24,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-597bd202-c67e-4e52-9d8d-57357a987620 2018-08-29 05:20:24,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07092213631s 2018-08-29 05:20:24,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-597bd202-c67e-4e52-9d8d-57357a987620 2018-08-29 05:20:24,196 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:24,197 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:20:25,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:25,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-618cb80e-808b-45cb-94e4-138558647e63 x-compute-request-id: req-618cb80e-808b-45cb-94e4-138558647e63 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:25,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-618cb80e-808b-45cb-94e4-138558647e63 2018-08-29 05:20:25,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660887956619s 2018-08-29 05:20:25,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-618cb80e-808b-45cb-94e4-138558647e63 2018-08-29 05:20:25,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:25,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:26,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a51da982-56b6-4d8b-8c9a-ee7a97f7859b x-compute-request-id: req-a51da982-56b6-4d8b-8c9a-ee7a97f7859b Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:26,935 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a51da982-56b6-4d8b-8c9a-ee7a97f7859b 2018-08-29 05:20:26,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07201290131s 2018-08-29 05:20:26,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a51da982-56b6-4d8b-8c9a-ee7a97f7859b 2018-08-29 05:20:26,936 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:27,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:27,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:28,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-47977016-6eda-4dd2-8be1-7256e9b591de x-compute-request-id: req-47977016-6eda-4dd2-8be1-7256e9b591de Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:28,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-47977016-6eda-4dd2-8be1-7256e9b591de 2018-08-29 05:20:28,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664177179337s 2018-08-29 05:20:28,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-47977016-6eda-4dd2-8be1-7256e9b591de 2018-08-29 05:20:28,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:28,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:29,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5211d25e-d159-4a42-a335-74745848eeb6 x-compute-request-id: req-5211d25e-d159-4a42-a335-74745848eeb6 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:29,678 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5211d25e-d159-4a42-a335-74745848eeb6 2018-08-29 05:20:29,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07201385498s 2018-08-29 05:20:29,679 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5211d25e-d159-4a42-a335-74745848eeb6 2018-08-29 05:20:29,679 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:30,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:30,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:31,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-d6278f72-12d6-4552-9d4e-0fa1158cd936 x-compute-request-id: req-d6278f72-12d6-4552-9d4e-0fa1158cd936 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:31,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d6278f72-12d6-4552-9d4e-0fa1158cd936 2018-08-29 05:20:31,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688663005829s 2018-08-29 05:20:31,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d6278f72-12d6-4552-9d4e-0fa1158cd936 2018-08-29 05:20:31,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:31,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:32,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-85559127-6328-4e84-be30-72dad5ad5a0d x-compute-request-id: req-85559127-6328-4e84-be30-72dad5ad5a0d Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:32,446 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-85559127-6328-4e84-be30-72dad5ad5a0d 2018-08-29 05:20:32,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07196617126s 2018-08-29 05:20:32,447 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-85559127-6328-4e84-be30-72dad5ad5a0d 2018-08-29 05:20:32,447 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:33,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:33,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:33,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-f9973782-12e4-40d3-ab22-752c05d76e1c x-compute-request-id: req-f9973782-12e4-40d3-ab22-752c05d76e1c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:33,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f9973782-12e4-40d3-ab22-752c05d76e1c 2018-08-29 05:20:33,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380226135254s 2018-08-29 05:20:33,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f9973782-12e4-40d3-ab22-752c05d76e1c 2018-08-29 05:20:33,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:33,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:34,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-8cd0fd93-bfee-4a72-bc7b-3401dfb29638 x-compute-request-id: req-8cd0fd93-bfee-4a72-bc7b-3401dfb29638 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:34,905 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8cd0fd93-bfee-4a72-bc7b-3401dfb29638 2018-08-29 05:20:34,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0725209713s 2018-08-29 05:20:34,906 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8cd0fd93-bfee-4a72-bc7b-3401dfb29638 2018-08-29 05:20:34,906 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:35,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:35,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:36,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-d1346121-5c6a-4035-8b07-d1a94421c866 x-compute-request-id: req-d1346121-5c6a-4035-8b07-d1a94421c866 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:36,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d1346121-5c6a-4035-8b07-d1a94421c866 2018-08-29 05:20:36,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794644832611s 2018-08-29 05:20:36,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d1346121-5c6a-4035-8b07-d1a94421c866 2018-08-29 05:20:36,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:36,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:37,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-2baeed4f-f1f5-4c75-b65a-789a960d78b9 x-compute-request-id: req-2baeed4f-f1f5-4c75-b65a-789a960d78b9 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:37,781 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2baeed4f-f1f5-4c75-b65a-789a960d78b9 2018-08-29 05:20:37,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07450079918s 2018-08-29 05:20:37,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2baeed4f-f1f5-4c75-b65a-789a960d78b9 2018-08-29 05:20:37,783 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:38,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:38,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:39,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b5894d1b-7b6c-45d1-a35e-e4c9316cf056 x-compute-request-id: req-b5894d1b-7b6c-45d1-a35e-e4c9316cf056 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:39,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b5894d1b-7b6c-45d1-a35e-e4c9316cf056 2018-08-29 05:20:39,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660468101501s 2018-08-29 05:20:39,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b5894d1b-7b6c-45d1-a35e-e4c9316cf056 2018-08-29 05:20:39,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:39,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:40,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-a9c90e47-3dbb-424f-a40b-dfa760b2a686 x-compute-request-id: req-a9c90e47-3dbb-424f-a40b-dfa760b2a686 Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:40,522 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a9c90e47-3dbb-424f-a40b-dfa760b2a686 2018-08-29 05:20:40,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07362604141s 2018-08-29 05:20:40,523 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a9c90e47-3dbb-424f-a40b-dfa760b2a686 2018-08-29 05:20:40,523 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:41,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:41,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:41,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-b8ce7846-e63e-4fb7-8904-60f08f254623 x-compute-request-id: req-b8ce7846-e63e-4fb7-8904-60f08f254623 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:41,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b8ce7846-e63e-4fb7-8904-60f08f254623 2018-08-29 05:20:41,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225358009338s 2018-08-29 05:20:41,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b8ce7846-e63e-4fb7-8904-60f08f254623 2018-08-29 05:20:41,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:41,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:42,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-887e0014-9047-4cb7-aa58-a30e8432ddbd x-compute-request-id: req-887e0014-9047-4cb7-aa58-a30e8432ddbd Content-Encoding: gzip Content-Length: 8038 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:42,836 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-887e0014-9047-4cb7-aa58-a30e8432ddbd 2018-08-29 05:20:42,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08194923401s 2018-08-29 05:20:42,837 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-887e0014-9047-4cb7-aa58-a30e8432ddbd 2018-08-29 05:20:42,838 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:43,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:43,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:44,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-a2618316-7d77-4068-9517-54f87a7e336b x-compute-request-id: req-a2618316-7d77-4068-9517-54f87a7e336b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:44,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a2618316-7d77-4068-9517-54f87a7e336b 2018-08-29 05:20:44,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515876054764s 2018-08-29 05:20:44,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a2618316-7d77-4068-9517-54f87a7e336b 2018-08-29 05:20:44,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:44,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:45,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-26e841ce-2d66-4d65-be1d-6fc50a99e3e1 x-compute-request-id: req-26e841ce-2d66-4d65-be1d-6fc50a99e3e1 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:45,430 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-26e841ce-2d66-4d65-be1d-6fc50a99e3e1 2018-08-29 05:20:45,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07076191902s 2018-08-29 05:20:45,431 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-26e841ce-2d66-4d65-be1d-6fc50a99e3e1 2018-08-29 05:20:45,431 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:46,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:46,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:46,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-46a0463b-f423-45dc-9995-7c431f0f1f3b x-compute-request-id: req-46a0463b-f423-45dc-9995-7c431f0f1f3b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:46,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-46a0463b-f423-45dc-9995-7c431f0f1f3b 2018-08-29 05:20:46,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370428085327s 2018-08-29 05:20:46,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-46a0463b-f423-45dc-9995-7c431f0f1f3b 2018-08-29 05:20:46,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:46,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:47,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-8330bd87-9d6f-46ff-a269-1342823e4373 x-compute-request-id: req-8330bd87-9d6f-46ff-a269-1342823e4373 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:47,883 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8330bd87-9d6f-46ff-a269-1342823e4373 2018-08-29 05:20:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07549595833s 2018-08-29 05:20:47,884 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8330bd87-9d6f-46ff-a269-1342823e4373 2018-08-29 05:20:47,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:48,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:48,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:49,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-fd11d72e-1e59-4d98-bbfa-a471f19cb59c x-compute-request-id: req-fd11d72e-1e59-4d98-bbfa-a471f19cb59c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:49,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd11d72e-1e59-4d98-bbfa-a471f19cb59c 2018-08-29 05:20:49,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818387985229s 2018-08-29 05:20:49,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd11d72e-1e59-4d98-bbfa-a471f19cb59c 2018-08-29 05:20:49,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:49,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:50,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b7d156c-8a21-4880-b694-a0e554ef13da x-compute-request-id: req-3b7d156c-8a21-4880-b694-a0e554ef13da Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:50,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3b7d156c-8a21-4880-b694-a0e554ef13da 2018-08-29 05:20:50,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06899809837s 2018-08-29 05:20:50,778 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3b7d156c-8a21-4880-b694-a0e554ef13da 2018-08-29 05:20:50,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:50,780 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:20:51,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:51,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:52,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80eda8ac-8ae2-4151-be4a-90caec7026ca x-compute-request-id: req-80eda8ac-8ae2-4151-be4a-90caec7026ca Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:52,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-80eda8ac-8ae2-4151-be4a-90caec7026ca 2018-08-29 05:20:52,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528637886047s 2018-08-29 05:20:52,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-80eda8ac-8ae2-4151-be4a-90caec7026ca 2018-08-29 05:20:52,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:52,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:53,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-701dccc5-bcfe-46cc-9660-fbe1a7e723ea x-compute-request-id: req-701dccc5-bcfe-46cc-9660-fbe1a7e723ea Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:53,385 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-701dccc5-bcfe-46cc-9660-fbe1a7e723ea 2018-08-29 05:20:53,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07203507423s 2018-08-29 05:20:53,386 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-701dccc5-bcfe-46cc-9660-fbe1a7e723ea 2018-08-29 05:20:53,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:54,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:54,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:54,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-104b9bf7-f76b-4eab-8032-4efd932f684c x-compute-request-id: req-104b9bf7-f76b-4eab-8032-4efd932f684c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:54,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-104b9bf7-f76b-4eab-8032-4efd932f684c 2018-08-29 05:20:54,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525203943253s 2018-08-29 05:20:54,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-104b9bf7-f76b-4eab-8032-4efd932f684c 2018-08-29 05:20:54,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:54,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:55,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-d474c952-040e-45d5-a7ce-2146a9237a5a x-compute-request-id: req-d474c952-040e-45d5-a7ce-2146a9237a5a Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:55,989 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d474c952-040e-45d5-a7ce-2146a9237a5a 2018-08-29 05:20:55,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07162809372s 2018-08-29 05:20:55,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d474c952-040e-45d5-a7ce-2146a9237a5a 2018-08-29 05:20:55,990 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:56,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:56,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:20:57,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-c68f3c77-b001-4617-8715-65eca11f1253 x-compute-request-id: req-c68f3c77-b001-4617-8715-65eca11f1253 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:20:57,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c68f3c77-b001-4617-8715-65eca11f1253 2018-08-29 05:20:57,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500744104385s 2018-08-29 05:20:57,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c68f3c77-b001-4617-8715-65eca11f1253 2018-08-29 05:20:57,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:20:57,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:20:58,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:20: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-592ee740-e950-4fd5-b67f-23e212457cf1 x-compute-request-id: req-592ee740-e950-4fd5-b67f-23e212457cf1 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:20:58,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-592ee740-e950-4fd5-b67f-23e212457cf1 2018-08-29 05:20:58,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0725209713s 2018-08-29 05:20:58,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-592ee740-e950-4fd5-b67f-23e212457cf1 2018-08-29 05:20: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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:20:59,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:20:59,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:00,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-8ddb5b53-f24e-4cc7-a5cd-f965a30da28e x-compute-request-id: req-8ddb5b53-f24e-4cc7-a5cd-f965a30da28e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:00,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8ddb5b53-f24e-4cc7-a5cd-f965a30da28e 2018-08-29 05:21:00,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543390989304s 2018-08-29 05:21:00,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8ddb5b53-f24e-4cc7-a5cd-f965a30da28e 2018-08-29 05:21:00,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:00,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:01,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-de3923b8-9ef8-48d2-9f5e-6d9589947913 x-compute-request-id: req-de3923b8-9ef8-48d2-9f5e-6d9589947913 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:01,191 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-de3923b8-9ef8-48d2-9f5e-6d9589947913 2018-08-29 05:21:01,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0717420578s 2018-08-29 05:21:01,192 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-de3923b8-9ef8-48d2-9f5e-6d9589947913 2018-08-29 05:21:01,192 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:02,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:02,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:02,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-cd81dafc-cf10-4a67-b19c-96b10b83f20c x-compute-request-id: req-cd81dafc-cf10-4a67-b19c-96b10b83f20c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:02,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cd81dafc-cf10-4a67-b19c-96b10b83f20c 2018-08-29 05:21:02,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652223110199s 2018-08-29 05:21:02,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cd81dafc-cf10-4a67-b19c-96b10b83f20c 2018-08-29 05:21:02,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:03,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-566f8e9c-aeff-4d35-ac85-fce1f668e170 x-compute-request-id: req-566f8e9c-aeff-4d35-ac85-fce1f668e170 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:03,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-566f8e9c-aeff-4d35-ac85-fce1f668e170 2018-08-29 05:21:03,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07063412666s 2018-08-29 05:21:03,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-566f8e9c-aeff-4d35-ac85-fce1f668e170 2018-08-29 05:21:03,922 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:04,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:04,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:05,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-c5ff30f9-432e-4021-95b2-6dd562d612f1 x-compute-request-id: req-c5ff30f9-432e-4021-95b2-6dd562d612f1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:05,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c5ff30f9-432e-4021-95b2-6dd562d612f1 2018-08-29 05:21:05,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670745849609s 2018-08-29 05:21:05,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c5ff30f9-432e-4021-95b2-6dd562d612f1 2018-08-29 05:21:05,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:05,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:06,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-054ccaf1-744f-445c-ae8b-589362f70428 x-compute-request-id: req-054ccaf1-744f-445c-ae8b-589362f70428 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:06,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-054ccaf1-744f-445c-ae8b-589362f70428 2018-08-29 05:21:06,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06991696358s 2018-08-29 05:21:06,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-054ccaf1-744f-445c-ae8b-589362f70428 2018-08-29 05:21:06,670 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:07,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:07,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:08,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-ad010ff5-7435-4a23-ace2-888bb4286d14 x-compute-request-id: req-ad010ff5-7435-4a23-ace2-888bb4286d14 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:08,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ad010ff5-7435-4a23-ace2-888bb4286d14 2018-08-29 05:21:08,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483994960785s 2018-08-29 05:21:08,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ad010ff5-7435-4a23-ace2-888bb4286d14 2018-08-29 05:21:08,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:08,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:09,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-a14fb40b-c70c-4de3-aefd-5c29c93544ec x-compute-request-id: req-a14fb40b-c70c-4de3-aefd-5c29c93544ec Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:09,229 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a14fb40b-c70c-4de3-aefd-5c29c93544ec 2018-08-29 05:21:09,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06945610046s 2018-08-29 05:21:09,230 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a14fb40b-c70c-4de3-aefd-5c29c93544ec 2018-08-29 05:21:09,230 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:10,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-5f7f8d90-ab53-4a89-ac47-b9e13376d2aa x-compute-request-id: req-5f7f8d90-ab53-4a89-ac47-b9e13376d2aa Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:10,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5f7f8d90-ab53-4a89-ac47-b9e13376d2aa 2018-08-29 05:21:10,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464538097382s 2018-08-29 05:21:10,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5f7f8d90-ab53-4a89-ac47-b9e13376d2aa 2018-08-29 05:21:10,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:10,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:11,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-c197ca8f-5aa2-41c2-8054-999c7957962e x-compute-request-id: req-c197ca8f-5aa2-41c2-8054-999c7957962e Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:11,769 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c197ca8f-5aa2-41c2-8054-999c7957962e 2018-08-29 05:21:11,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06859111786s 2018-08-29 05:21:11,770 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c197ca8f-5aa2-41c2-8054-999c7957962e 2018-08-29 05:21:11,770 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:12,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:12,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:13,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-83c21e73-57c7-4be8-b29f-f0aa8469d3a5 x-compute-request-id: req-83c21e73-57c7-4be8-b29f-f0aa8469d3a5 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:13,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-83c21e73-57c7-4be8-b29f-f0aa8469d3a5 2018-08-29 05:21:13,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543847084045s 2018-08-29 05:21:13,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-83c21e73-57c7-4be8-b29f-f0aa8469d3a5 2018-08-29 05:21:13,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:13,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:14,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bce8bfaf-e41c-485c-a1e0-19dab18dfa6b x-compute-request-id: req-bce8bfaf-e41c-485c-a1e0-19dab18dfa6b Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:14,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bce8bfaf-e41c-485c-a1e0-19dab18dfa6b 2018-08-29 05:21:14,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07310199738s 2018-08-29 05:21:14,393 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bce8bfaf-e41c-485c-a1e0-19dab18dfa6b 2018-08-29 05:21:14,394 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:15,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:15,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:16,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0192241b-72f5-4f86-b1e4-51bffe604d21 x-compute-request-id: req-0192241b-72f5-4f86-b1e4-51bffe604d21 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:16,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0192241b-72f5-4f86-b1e4-51bffe604d21 2018-08-29 05:21:16,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737716913223s 2018-08-29 05:21:16,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0192241b-72f5-4f86-b1e4-51bffe604d21 2018-08-29 05:21:16,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:16,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:17,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-ce80307f-725a-41fc-b56f-4d9a182e2a77 x-compute-request-id: req-ce80307f-725a-41fc-b56f-4d9a182e2a77 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:17,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ce80307f-725a-41fc-b56f-4d9a182e2a77 2018-08-29 05:21:17,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07165002823s 2018-08-29 05:21:17,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ce80307f-725a-41fc-b56f-4d9a182e2a77 2018-08-29 05:21:17,210 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:17,211 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:21:18,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:18,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:18,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-48bee931-fda7-44cc-a51a-1efe50448f09 x-compute-request-id: req-48bee931-fda7-44cc-a51a-1efe50448f09 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:18,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-48bee931-fda7-44cc-a51a-1efe50448f09 2018-08-29 05:21:18,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538846969604s 2018-08-29 05:21:18,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-48bee931-fda7-44cc-a51a-1efe50448f09 2018-08-29 05:21:18,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:18,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:19,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-290f4b46-d465-482b-bfe1-bb22fbbe3142 x-compute-request-id: req-290f4b46-d465-482b-bfe1-bb22fbbe3142 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:19,829 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-290f4b46-d465-482b-bfe1-bb22fbbe3142 2018-08-29 05:21:19,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07423591614s 2018-08-29 05:21:19,830 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-290f4b46-d465-482b-bfe1-bb22fbbe3142 2018-08-29 05:21:19,830 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:20,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:21,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-bcd75993-4964-4fcb-a9d0-00208bd9cb69 x-compute-request-id: req-bcd75993-4964-4fcb-a9d0-00208bd9cb69 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:21,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bcd75993-4964-4fcb-a9d0-00208bd9cb69 2018-08-29 05:21:21,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.224239826202s 2018-08-29 05:21:21,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bcd75993-4964-4fcb-a9d0-00208bd9cb69 2018-08-29 05:21:21,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:21,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:22,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-945229e5-48bf-49c1-8b81-ed8e7cb5ae2f x-compute-request-id: req-945229e5-48bf-49c1-8b81-ed8e7cb5ae2f Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:22,132 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-945229e5-48bf-49c1-8b81-ed8e7cb5ae2f 2018-08-29 05:21:22,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07129192352s 2018-08-29 05:21:22,133 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-945229e5-48bf-49c1-8b81-ed8e7cb5ae2f 2018-08-29 05:21:22,133 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:23,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:23,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:23,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-94894cb4-81ca-41a0-ae00-2f21e675e96c x-compute-request-id: req-94894cb4-81ca-41a0-ae00-2f21e675e96c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:23,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-94894cb4-81ca-41a0-ae00-2f21e675e96c 2018-08-29 05:21:23,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454666137695s 2018-08-29 05:21:23,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-94894cb4-81ca-41a0-ae00-2f21e675e96c 2018-08-29 05:21:23,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:23,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:24,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-2464d6a9-e710-45a2-8683-075970578340 x-compute-request-id: req-2464d6a9-e710-45a2-8683-075970578340 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:24,672 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2464d6a9-e710-45a2-8683-075970578340 2018-08-29 05:21:24,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07898187637s 2018-08-29 05:21:24,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2464d6a9-e710-45a2-8683-075970578340 2018-08-29 05:21:24,673 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:25,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:26,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-72165796-1526-4770-b301-a69067d1f3e1 x-compute-request-id: req-72165796-1526-4770-b301-a69067d1f3e1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:26,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-72165796-1526-4770-b301-a69067d1f3e1 2018-08-29 05:21:26,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526673078537s 2018-08-29 05:21:26,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-72165796-1526-4770-b301-a69067d1f3e1 2018-08-29 05:21:26,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:27,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-ca95f9cc-5c0a-4006-a43e-91220d397c7f x-compute-request-id: req-ca95f9cc-5c0a-4006-a43e-91220d397c7f Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:27,291 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ca95f9cc-5c0a-4006-a43e-91220d397c7f 2018-08-29 05:21:27,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08537983894s 2018-08-29 05:21:27,292 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ca95f9cc-5c0a-4006-a43e-91220d397c7f 2018-08-29 05:21:27,293 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:28,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:28,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:29,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-8e8185ea-5516-45ff-ac25-dc7fe1a74f07 x-compute-request-id: req-8e8185ea-5516-45ff-ac25-dc7fe1a74f07 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:29,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8e8185ea-5516-45ff-ac25-dc7fe1a74f07 2018-08-29 05:21:29,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779079914093s 2018-08-29 05:21:29,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8e8185ea-5516-45ff-ac25-dc7fe1a74f07 2018-08-29 05:21:29,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:29,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:30,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-648a63b1-a5a8-436d-b172-c626fa378cea x-compute-request-id: req-648a63b1-a5a8-436d-b172-c626fa378cea Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:30,150 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-648a63b1-a5a8-436d-b172-c626fa378cea 2018-08-29 05:21:30,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07204389572s 2018-08-29 05:21:30,151 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-648a63b1-a5a8-436d-b172-c626fa378cea 2018-08-29 05:21:30,151 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:31,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:31,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:31,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-c6954eae-81fe-4904-a558-1d30550590ee x-compute-request-id: req-c6954eae-81fe-4904-a558-1d30550590ee Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:31,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c6954eae-81fe-4904-a558-1d30550590ee 2018-08-29 05:21:31,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525401115417s 2018-08-29 05:21:31,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c6954eae-81fe-4904-a558-1d30550590ee 2018-08-29 05:21:31,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:31,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:32,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-9174d9a5-11cc-4d84-a194-ff653f0a4d4b x-compute-request-id: req-9174d9a5-11cc-4d84-a194-ff653f0a4d4b Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:32,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9174d9a5-11cc-4d84-a194-ff653f0a4d4b 2018-08-29 05:21:32,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07316303253s 2018-08-29 05:21:32,757 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9174d9a5-11cc-4d84-a194-ff653f0a4d4b 2018-08-29 05:21:32,757 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:33,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:33,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:34,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-96e8ee6e-dea3-4b4e-8868-f0263f51b590 x-compute-request-id: req-96e8ee6e-dea3-4b4e-8868-f0263f51b590 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:34,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-96e8ee6e-dea3-4b4e-8868-f0263f51b590 2018-08-29 05:21:34,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521115064621s 2018-08-29 05:21:34,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-96e8ee6e-dea3-4b4e-8868-f0263f51b590 2018-08-29 05:21:34,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:34,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:35,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-a8310226-88a8-4687-ba61-c382a1d9cad0 x-compute-request-id: req-a8310226-88a8-4687-ba61-c382a1d9cad0 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:35,354 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a8310226-88a8-4687-ba61-c382a1d9cad0 2018-08-29 05:21:35,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06975412369s 2018-08-29 05:21:35,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a8310226-88a8-4687-ba61-c382a1d9cad0 2018-08-29 05:21:35,355 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:36,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:36,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:37,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-5c6b6098-6381-4617-9089-378c842f1b18 x-compute-request-id: req-5c6b6098-6381-4617-9089-378c842f1b18 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:37,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5c6b6098-6381-4617-9089-378c842f1b18 2018-08-29 05:21:37,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745236873627s 2018-08-29 05:21:37,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5c6b6098-6381-4617-9089-378c842f1b18 2018-08-29 05:21:37,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:37,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:38,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1bfe4f0-1e9c-424e-94b1-edf312b858de x-compute-request-id: req-e1bfe4f0-1e9c-424e-94b1-edf312b858de Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:38,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e1bfe4f0-1e9c-424e-94b1-edf312b858de 2018-08-29 05:21:38,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02170491219s 2018-08-29 05:21:38,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e1bfe4f0-1e9c-424e-94b1-edf312b858de 2018-08-29 05:21:38,129 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:39,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:39,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:39,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e390b7e-6923-401a-b67f-a667bae6cfa6 x-compute-request-id: req-4e390b7e-6923-401a-b67f-a667bae6cfa6 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:39,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4e390b7e-6923-401a-b67f-a667bae6cfa6 2018-08-29 05:21:39,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377463102341s 2018-08-29 05:21:39,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4e390b7e-6923-401a-b67f-a667bae6cfa6 2018-08-29 05:21:39,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:39,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:40,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f6e57fd-0796-4939-9d24-17a91752bc13 x-compute-request-id: req-5f6e57fd-0796-4939-9d24-17a91752bc13 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:40,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5f6e57fd-0796-4939-9d24-17a91752bc13 2018-08-29 05:21:40,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07250213623s 2018-08-29 05:21:40,586 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5f6e57fd-0796-4939-9d24-17a91752bc13 2018-08-29 05:21:40,586 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:41,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:41,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-861259da-6f5c-4be0-98f1-6e54dac7623c x-compute-request-id: req-861259da-6f5c-4be0-98f1-6e54dac7623c Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:41,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-861259da-6f5c-4be0-98f1-6e54dac7623c 2018-08-29 05:21:41,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371100187302s 2018-08-29 05:21:41,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-861259da-6f5c-4be0-98f1-6e54dac7623c 2018-08-29 05:21:41,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:41,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:43,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-ccc92cc0-7ae6-4819-bd24-6be48289c8c9 x-compute-request-id: req-ccc92cc0-7ae6-4819-bd24-6be48289c8c9 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:43,041 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ccc92cc0-7ae6-4819-bd24-6be48289c8c9 2018-08-29 05:21:43,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07765293121s 2018-08-29 05:21:43,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-ccc92cc0-7ae6-4819-bd24-6be48289c8c9 2018-08-29 05:21:43,042 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:43,043 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:21:44,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:44,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:44,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1667cd4f-0c44-456c-8836-ab4308e482e9 x-compute-request-id: req-1667cd4f-0c44-456c-8836-ab4308e482e9 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:44,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1667cd4f-0c44-456c-8836-ab4308e482e9 2018-08-29 05:21:44,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368353128433s 2018-08-29 05:21:44,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1667cd4f-0c44-456c-8836-ab4308e482e9 2018-08-29 05:21:44,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:44,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:45,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa1a65f6-03af-4a1f-b68f-f8884b2a4409 x-compute-request-id: req-fa1a65f6-03af-4a1f-b68f-f8884b2a4409 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:45,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-fa1a65f6-03af-4a1f-b68f-f8884b2a4409 2018-08-29 05:21:45,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08559989929s 2018-08-29 05:21:45,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-fa1a65f6-03af-4a1f-b68f-f8884b2a4409 2018-08-29 05:21: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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:46,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:46,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:47,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-104651f3-c3ac-4480-84f7-781e9bdda627 x-compute-request-id: req-104651f3-c3ac-4480-84f7-781e9bdda627 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:47,131 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-104651f3-c3ac-4480-84f7-781e9bdda627 2018-08-29 05:21:47,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625338077545s 2018-08-29 05:21:47,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-104651f3-c3ac-4480-84f7-781e9bdda627 2018-08-29 05:21:47,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:48,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b7a42ea-4563-43f2-b3d3-af1bce9440b8 x-compute-request-id: req-1b7a42ea-4563-43f2-b3d3-af1bce9440b8 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:48,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1b7a42ea-4563-43f2-b3d3-af1bce9440b8 2018-08-29 05:21:48,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07506299019s 2018-08-29 05:21:48,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1b7a42ea-4563-43f2-b3d3-af1bce9440b8 2018-08-29 05:21:48,210 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:49,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:49,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:49,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-fa1d0ff6-cb57-4d65-a381-592f5ac1f30f x-compute-request-id: req-fa1d0ff6-cb57-4d65-a381-592f5ac1f30f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:49,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fa1d0ff6-cb57-4d65-a381-592f5ac1f30f 2018-08-29 05:21:49,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663805007935s 2018-08-29 05:21:49,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fa1d0ff6-cb57-4d65-a381-592f5ac1f30f 2018-08-29 05:21:49,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:49,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:50,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-849a4158-c087-4ca4-ab40-3ffa02c6a067 x-compute-request-id: req-849a4158-c087-4ca4-ab40-3ffa02c6a067 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:50,950 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-849a4158-c087-4ca4-ab40-3ffa02c6a067 2018-08-29 05:21:50,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07055997849s 2018-08-29 05:21:50,951 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-849a4158-c087-4ca4-ab40-3ffa02c6a067 2018-08-29 05:21:50,951 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:51,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:51,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:52,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e214edc7-382c-489c-adb7-16cb2ebef5f3 x-compute-request-id: req-e214edc7-382c-489c-adb7-16cb2ebef5f3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:52,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e214edc7-382c-489c-adb7-16cb2ebef5f3 2018-08-29 05:21:52,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548090934753s 2018-08-29 05:21:52,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e214edc7-382c-489c-adb7-16cb2ebef5f3 2018-08-29 05:21:52,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:52,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:53,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-8c8261da-9ed7-40cc-946b-adfcb1aa3560 x-compute-request-id: req-8c8261da-9ed7-40cc-946b-adfcb1aa3560 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:53,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8c8261da-9ed7-40cc-946b-adfcb1aa3560 2018-08-29 05:21:53,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06980895996s 2018-08-29 05:21:53,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8c8261da-9ed7-40cc-946b-adfcb1aa3560 2018-08-29 05:21:53,576 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:54,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:54,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:55,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10ad03c7-3afb-43bf-96cb-0f0d420437a0 x-compute-request-id: req-10ad03c7-3afb-43bf-96cb-0f0d420437a0 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:55,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-10ad03c7-3afb-43bf-96cb-0f0d420437a0 2018-08-29 05:21:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527356863022s 2018-08-29 05:21:55,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-10ad03c7-3afb-43bf-96cb-0f0d420437a0 2018-08-29 05:21:55,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:55,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:56,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-83ea7ac7-5968-41aa-b122-9541398268f7 x-compute-request-id: req-83ea7ac7-5968-41aa-b122-9541398268f7 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:56,179 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-83ea7ac7-5968-41aa-b122-9541398268f7 2018-08-29 05:21:56,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06979799271s 2018-08-29 05:21:56,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-83ea7ac7-5968-41aa-b122-9541398268f7 2018-08-29 05:21:56,181 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:57,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:57,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:21:57,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-75032c89-9668-4fe4-a722-0e12ac3bc535 x-compute-request-id: req-75032c89-9668-4fe4-a722-0e12ac3bc535 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:21:57,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-75032c89-9668-4fe4-a722-0e12ac3bc535 2018-08-29 05:21:57,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664745092392s 2018-08-29 05:21:57,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-75032c89-9668-4fe4-a722-0e12ac3bc535 2018-08-29 05:21:57,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:21:57,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:21:58,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-5ebbd202-b866-45ec-920d-4778ef39a4b9 x-compute-request-id: req-5ebbd202-b866-45ec-920d-4778ef39a4b9 Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:21:58,923 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5ebbd202-b866-45ec-920d-4778ef39a4b9 2018-08-29 05:21:58,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07230591774s 2018-08-29 05:21:58,925 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5ebbd202-b866-45ec-920d-4778ef39a4b9 2018-08-29 05:21:58,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:21:59,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:21:59,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:00,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:21: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-5e074807-c7f8-47fb-878d-591c164ec091 x-compute-request-id: req-5e074807-c7f8-47fb-878d-591c164ec091 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:00,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5e074807-c7f8-47fb-878d-591c164ec091 2018-08-29 05:22:00,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233496904373s 2018-08-29 05:22:00,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5e074807-c7f8-47fb-878d-591c164ec091 2018-08-29 05:22:00,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:00,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:01,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-51feead2-502f-4cb1-90d1-193f2f92646b x-compute-request-id: req-51feead2-502f-4cb1-90d1-193f2f92646b Content-Encoding: gzip Content-Length: 8039 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:01,240 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-51feead2-502f-4cb1-90d1-193f2f92646b 2018-08-29 05:22:01,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07603001595s 2018-08-29 05:22:01,241 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-51feead2-502f-4cb1-90d1-193f2f92646b 2018-08-29 05:22:01,241 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:02,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:02,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:02,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edb99525-5e8e-4da9-bd1c-46cfa823366f x-compute-request-id: req-edb99525-5e8e-4da9-bd1c-46cfa823366f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:02,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-edb99525-5e8e-4da9-bd1c-46cfa823366f 2018-08-29 05:22:02,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505993127823s 2018-08-29 05:22:02,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-edb99525-5e8e-4da9-bd1c-46cfa823366f 2018-08-29 05:22:02,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:02,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:03,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c96ec3e-0986-4a96-8398-dd306643f84b x-compute-request-id: req-1c96ec3e-0986-4a96-8398-dd306643f84b Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:03,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1c96ec3e-0986-4a96-8398-dd306643f84b 2018-08-29 05:22:03,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07111287117s 2018-08-29 05:22:03,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-1c96ec3e-0986-4a96-8398-dd306643f84b 2018-08-29 05:22:03,825 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:04,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:04,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:05,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-363f2767-06ad-464e-80bb-3080c525c49e x-compute-request-id: req-363f2767-06ad-464e-80bb-3080c525c49e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:05,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-363f2767-06ad-464e-80bb-3080c525c49e 2018-08-29 05:22:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517593860626s 2018-08-29 05:22:05,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-363f2767-06ad-464e-80bb-3080c525c49e 2018-08-29 05:22:05,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:06,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-b1cbac18-11f6-4757-b592-ca2bcc995516 x-compute-request-id: req-b1cbac18-11f6-4757-b592-ca2bcc995516 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:06,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b1cbac18-11f6-4757-b592-ca2bcc995516 2018-08-29 05:22:06,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07732415199s 2018-08-29 05:22:06,427 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b1cbac18-11f6-4757-b592-ca2bcc995516 2018-08-29 05:22:06,427 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:07,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:07,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:08,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-673034a1-8f12-42bf-8177-5a3011280479 x-compute-request-id: req-673034a1-8f12-42bf-8177-5a3011280479 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:08,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-673034a1-8f12-42bf-8177-5a3011280479 2018-08-29 05:22:08,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741046905518s 2018-08-29 05:22:08,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-673034a1-8f12-42bf-8177-5a3011280479 2018-08-29 05:22:08,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:08,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:09,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94e12fd2-929a-413d-b4eb-5c644ae56ac2 x-compute-request-id: req-94e12fd2-929a-413d-b4eb-5c644ae56ac2 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:09,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-94e12fd2-929a-413d-b4eb-5c644ae56ac2 2018-08-29 05:22:09,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0996658802s 2018-08-29 05:22:09,275 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-94e12fd2-929a-413d-b4eb-5c644ae56ac2 2018-08-29 05:22:09,275 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:09,276 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:22:10,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:10,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:10,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-59a05128-594e-4a87-9f6f-7016a2efb959 x-compute-request-id: req-59a05128-594e-4a87-9f6f-7016a2efb959 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:10,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-59a05128-594e-4a87-9f6f-7016a2efb959 2018-08-29 05:22:10,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510113954544s 2018-08-29 05:22:10,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-59a05128-594e-4a87-9f6f-7016a2efb959 2018-08-29 05:22:10,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:11,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-9250cc64-7c4d-4319-bd1d-c8ab02332b9b x-compute-request-id: req-9250cc64-7c4d-4319-bd1d-c8ab02332b9b Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:11,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9250cc64-7c4d-4319-bd1d-c8ab02332b9b 2018-08-29 05:22:11,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07292985916s 2018-08-29 05:22:11,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9250cc64-7c4d-4319-bd1d-c8ab02332b9b 2018-08-29 05:22:11,866 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:12,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:12,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:13,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-fd93b8be-5ed3-4987-90dd-aa082ca3d04a x-compute-request-id: req-fd93b8be-5ed3-4987-90dd-aa082ca3d04a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:13,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd93b8be-5ed3-4987-90dd-aa082ca3d04a 2018-08-29 05:22:13,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526479005814s 2018-08-29 05:22:13,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd93b8be-5ed3-4987-90dd-aa082ca3d04a 2018-08-29 05:22:13,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:13,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:14,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf5f006e-8a02-47e0-8061-88c1362a40e1 x-compute-request-id: req-bf5f006e-8a02-47e0-8061-88c1362a40e1 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:14,472 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bf5f006e-8a02-47e0-8061-88c1362a40e1 2018-08-29 05:22:14,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07374310493s 2018-08-29 05:22:14,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-bf5f006e-8a02-47e0-8061-88c1362a40e1 2018-08-29 05:22:14,473 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:15,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:15,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:16,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-bd467676-c7d8-4400-a0de-185be749c0c5 x-compute-request-id: req-bd467676-c7d8-4400-a0de-185be749c0c5 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:16,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bd467676-c7d8-4400-a0de-185be749c0c5 2018-08-29 05:22:16,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737632036209s 2018-08-29 05:22:16,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bd467676-c7d8-4400-a0de-185be749c0c5 2018-08-29 05:22:16,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:16,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:17,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-060a016f-a440-4cd8-b272-a8d9ed9b567d x-compute-request-id: req-060a016f-a440-4cd8-b272-a8d9ed9b567d Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:17,288 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-060a016f-a440-4cd8-b272-a8d9ed9b567d 2018-08-29 05:22:17,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0723669529s 2018-08-29 05:22:17,290 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-060a016f-a440-4cd8-b272-a8d9ed9b567d 2018-08-29 05:22:17,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:18,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:18,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:18,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0da917dd-c53e-4161-ad7e-006478f96543 x-compute-request-id: req-0da917dd-c53e-4161-ad7e-006478f96543 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:18,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0da917dd-c53e-4161-ad7e-006478f96543 2018-08-29 05:22:18,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541996002197s 2018-08-29 05:22:18,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0da917dd-c53e-4161-ad7e-006478f96543 2018-08-29 05:22:18,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:18,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:19,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39078608-1391-4dc0-ae9a-068aa7d08904 x-compute-request-id: req-39078608-1391-4dc0-ae9a-068aa7d08904 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:19,911 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-39078608-1391-4dc0-ae9a-068aa7d08904 2018-08-29 05:22:19,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07333183289s 2018-08-29 05:22:19,912 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-39078608-1391-4dc0-ae9a-068aa7d08904 2018-08-29 05:22:19,912 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:20,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:20,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:21,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-08e6a96d-56fd-4ae4-954b-ebb50eedfa12 x-compute-request-id: req-08e6a96d-56fd-4ae4-954b-ebb50eedfa12 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:21,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-08e6a96d-56fd-4ae4-954b-ebb50eedfa12 2018-08-29 05:22:21,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538229942322s 2018-08-29 05:22:21,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-08e6a96d-56fd-4ae4-954b-ebb50eedfa12 2018-08-29 05:22:21,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:21,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:22,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-aa901066-b5e6-4efa-a036-f0f25d29d03e x-compute-request-id: req-aa901066-b5e6-4efa-a036-f0f25d29d03e Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:22,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-aa901066-b5e6-4efa-a036-f0f25d29d03e 2018-08-29 05:22:22,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.074477911s 2018-08-29 05:22:22,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-aa901066-b5e6-4efa-a036-f0f25d29d03e 2018-08-29 05:22:22,532 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:23,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:23,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:24,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-bb28ea8f-a24a-4401-a880-731bb98f6af2 x-compute-request-id: req-bb28ea8f-a24a-4401-a880-731bb98f6af2 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:24,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bb28ea8f-a24a-4401-a880-731bb98f6af2 2018-08-29 05:22:24,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561275005341s 2018-08-29 05:22:24,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-bb28ea8f-a24a-4401-a880-731bb98f6af2 2018-08-29 05:22:24,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:24,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:25,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-dd3d0cdc-f488-4437-81f8-ac327983bfd6 x-compute-request-id: req-dd3d0cdc-f488-4437-81f8-ac327983bfd6 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:25,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-dd3d0cdc-f488-4437-81f8-ac327983bfd6 2018-08-29 05:22:25,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0709810257s 2018-08-29 05:22:25,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-dd3d0cdc-f488-4437-81f8-ac327983bfd6 2018-08-29 05:22:25,171 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:26,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:26,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:26,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-10f6eb3b-04e4-48e2-a94f-4862d7666c79 x-compute-request-id: req-10f6eb3b-04e4-48e2-a94f-4862d7666c79 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:26,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-10f6eb3b-04e4-48e2-a94f-4862d7666c79 2018-08-29 05:22:26,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514575004578s 2018-08-29 05:22:26,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-10f6eb3b-04e4-48e2-a94f-4862d7666c79 2018-08-29 05:22:26,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:26,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:27,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-aef13eab-200d-4c22-b693-dbb23594a50a x-compute-request-id: req-aef13eab-200d-4c22-b693-dbb23594a50a Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:27,764 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-aef13eab-200d-4c22-b693-dbb23594a50a 2018-08-29 05:22:27,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07237315178s 2018-08-29 05:22:27,765 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-aef13eab-200d-4c22-b693-dbb23594a50a 2018-08-29 05:22:27,765 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:28,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:28,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:29,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-3c39e57f-1b1d-41e5-ab2a-abd4734c50d4 x-compute-request-id: req-3c39e57f-1b1d-41e5-ab2a-abd4734c50d4 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:29,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3c39e57f-1b1d-41e5-ab2a-abd4734c50d4 2018-08-29 05:22:29,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701704025269s 2018-08-29 05:22:29,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3c39e57f-1b1d-41e5-ab2a-abd4734c50d4 2018-08-29 05:22:29,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:29,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:30,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-5bc2b89f-3ca1-48a7-b4ad-ed08078c2fc2 x-compute-request-id: req-5bc2b89f-3ca1-48a7-b4ad-ed08078c2fc2 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:30,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5bc2b89f-3ca1-48a7-b4ad-ed08078c2fc2 2018-08-29 05:22:30,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0741019249s 2018-08-29 05:22:30,549 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-5bc2b89f-3ca1-48a7-b4ad-ed08078c2fc2 2018-08-29 05:22:30,549 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:31,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:31,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:31,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-e9063d0a-91a0-4b4a-9829-8224486733cf x-compute-request-id: req-e9063d0a-91a0-4b4a-9829-8224486733cf Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:31,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e9063d0a-91a0-4b4a-9829-8224486733cf 2018-08-29 05:22:31,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369961977005s 2018-08-29 05:22:31,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e9063d0a-91a0-4b4a-9829-8224486733cf 2018-08-29 05:22:31,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:31,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:32,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-b46b977f-4889-402e-8208-f5a4142c31b5 x-compute-request-id: req-b46b977f-4889-402e-8208-f5a4142c31b5 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:32,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b46b977f-4889-402e-8208-f5a4142c31b5 2018-08-29 05:22:32,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06987595558s 2018-08-29 05:22:32,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b46b977f-4889-402e-8208-f5a4142c31b5 2018-08-29 05:22:32,996 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:33,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:34,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:34,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-f6b8570e-44c5-48ed-bac0-64563ec93fca x-compute-request-id: req-f6b8570e-44c5-48ed-bac0-64563ec93fca Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:34,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f6b8570e-44c5-48ed-bac0-64563ec93fca 2018-08-29 05:22:34,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531568050385s 2018-08-29 05:22:34,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f6b8570e-44c5-48ed-bac0-64563ec93fca 2018-08-29 05:22:34,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:34,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:35,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-c030f8aa-342c-4b26-b1c4-4bad456a42ea x-compute-request-id: req-c030f8aa-342c-4b26-b1c4-4bad456a42ea Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:35,605 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c030f8aa-342c-4b26-b1c4-4bad456a42ea 2018-08-29 05:22:35,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07123017311s 2018-08-29 05:22:35,606 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c030f8aa-342c-4b26-b1c4-4bad456a42ea 2018-08-29 05:22:35,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:35,607 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:22:36,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:36,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:37,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-90951984-9664-48d4-b359-e203c95272ab x-compute-request-id: req-90951984-9664-48d4-b359-e203c95272ab Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:37,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-90951984-9664-48d4-b359-e203c95272ab 2018-08-29 05:22:37,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513211011887s 2018-08-29 05:22:37,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-90951984-9664-48d4-b359-e203c95272ab 2018-08-29 05:22:37,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:37,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:38,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b75e1d32-4bec-4de3-ad6e-fbad5c639fe4 x-compute-request-id: req-b75e1d32-4bec-4de3-ad6e-fbad5c639fe4 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:38,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b75e1d32-4bec-4de3-ad6e-fbad5c639fe4 2018-08-29 05:22:38,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07075786591s 2018-08-29 05:22:38,197 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-b75e1d32-4bec-4de3-ad6e-fbad5c639fe4 2018-08-29 05:22:38,197 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:39,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:39,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:39,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be634ee4-f90c-4a9a-a474-bc25bf81e84d x-compute-request-id: req-be634ee4-f90c-4a9a-a474-bc25bf81e84d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:39,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-be634ee4-f90c-4a9a-a474-bc25bf81e84d 2018-08-29 05:22:39,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677536964417s 2018-08-29 05:22:39,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-be634ee4-f90c-4a9a-a474-bc25bf81e84d 2018-08-29 05:22:39,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:39,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:40,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f5650bc-f780-4171-93f7-0ebc719fe325 x-compute-request-id: req-4f5650bc-f780-4171-93f7-0ebc719fe325 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:40,953 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4f5650bc-f780-4171-93f7-0ebc719fe325 2018-08-29 05:22:40,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07217788696s 2018-08-29 05:22:40,954 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4f5650bc-f780-4171-93f7-0ebc719fe325 2018-08-29 05:22:40,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:41,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:41,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:42,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-64f7ab9c-1b0d-4959-87f3-e75c1ee460ed x-compute-request-id: req-64f7ab9c-1b0d-4959-87f3-e75c1ee460ed Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:42,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-64f7ab9c-1b0d-4959-87f3-e75c1ee460ed 2018-08-29 05:22:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560293912888s 2018-08-29 05:22:42,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-64f7ab9c-1b0d-4959-87f3-e75c1ee460ed 2018-08-29 05:22:42,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:42,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:43,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84ab3ec8-53c8-4ca6-a52a-c3cf6f1fb714 x-compute-request-id: req-84ab3ec8-53c8-4ca6-a52a-c3cf6f1fb714 Content-Encoding: gzip Content-Length: 8041 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:43,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-84ab3ec8-53c8-4ca6-a52a-c3cf6f1fb714 2018-08-29 05:22:43,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07122993469s 2018-08-29 05:22:43,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-84ab3ec8-53c8-4ca6-a52a-c3cf6f1fb714 2018-08-29 05:22:43,593 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:44,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:44,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:45,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8097207e-4c93-4e35-8ebd-682ca48150f1 x-compute-request-id: req-8097207e-4c93-4e35-8ebd-682ca48150f1 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:45,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8097207e-4c93-4e35-8ebd-682ca48150f1 2018-08-29 05:22:45,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50213098526s 2018-08-29 05:22:45,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8097207e-4c93-4e35-8ebd-682ca48150f1 2018-08-29 05:22:45,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:45,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:46,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-e6a7a644-0f88-4568-a745-da6f5176371d x-compute-request-id: req-e6a7a644-0f88-4568-a745-da6f5176371d Content-Encoding: gzip Content-Length: 8042 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing 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-08-29 05:22:46,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e6a7a644-0f88-4568-a745-da6f5176371d 2018-08-29 05:22:46,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06950283051s 2018-08-29 05:22:46,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e6a7a644-0f88-4568-a745-da6f5176371d 2018-08-29 05:22:46,171 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-08-29 05:22:47,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:47,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:47,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-c0a1ab01-bf8e-4607-ba0e-e1413de2dcb3 x-compute-request-id: req-c0a1ab01-bf8e-4607-ba0e-e1413de2dcb3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:47,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c0a1ab01-bf8e-4607-ba0e-e1413de2dcb3 2018-08-29 05:22:47,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567730903625s 2018-08-29 05:22:47,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c0a1ab01-bf8e-4607-ba0e-e1413de2dcb3 2018-08-29 05:22:47,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:47,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:48,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-7ff27d36-e273-48d1-8319-0b005dd5d545 x-compute-request-id: req-7ff27d36-e273-48d1-8319-0b005dd5d545 Content-Encoding: gzip Content-Length: 8065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\n"} 2018-08-29 05:22:48,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7ff27d36-e273-48d1-8319-0b005dd5d545 2018-08-29 05:22:48,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08672308922s 2018-08-29 05:22:48,833 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-7ff27d36-e273-48d1-8319-0b005dd5d545 2018-08-29 05:22:48,833 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized 2018-08-29 05:22:49,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:49,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:50,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-c5f128f5-efe3-4500-b152-6116fd5bed01 x-compute-request-id: req-c5f128f5-efe3-4500-b152-6116fd5bed01 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:50,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c5f128f5-efe3-4500-b152-6116fd5bed01 2018-08-29 05:22:50,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526987075806s 2018-08-29 05:22:50,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c5f128f5-efe3-4500-b152-6116fd5bed01 2018-08-29 05:22:50,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:50,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:51,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-eaa6a3df-a3f2-448d-8afc-5ea79ce62616 x-compute-request-id: req-eaa6a3df-a3f2-448d-8afc-5ea79ce62616 Content-Encoding: gzip Content-Length: 8065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\n"} 2018-08-29 05:22:51,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-eaa6a3df-a3f2-448d-8afc-5ea79ce62616 2018-08-29 05:22:51,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07675099373s 2018-08-29 05:22:51,443 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-eaa6a3df-a3f2-448d-8afc-5ea79ce62616 2018-08-29 05:22:51,444 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized 2018-08-29 05:22:52,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:52,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-25e5a20e-3c76-4971-ae31-b0067384fefb x-compute-request-id: req-25e5a20e-3c76-4971-ae31-b0067384fefb Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:52,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-25e5a20e-3c76-4971-ae31-b0067384fefb 2018-08-29 05:22:52,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527621984482s 2018-08-29 05:22:52,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-25e5a20e-3c76-4971-ae31-b0067384fefb 2018-08-29 05:22:52,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:52,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:54,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-8f5d3327-1a59-4ba8-ad61-aaa1003271ab x-compute-request-id: req-8f5d3327-1a59-4ba8-ad61-aaa1003271ab Content-Encoding: gzip Content-Length: 8065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\n"} 2018-08-29 05:22:54,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8f5d3327-1a59-4ba8-ad61-aaa1003271ab 2018-08-29 05:22:54,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06965112686s 2018-08-29 05:22:54,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8f5d3327-1a59-4ba8-ad61-aaa1003271ab 2018-08-29 05:22:54,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized 2018-08-29 05:22:55,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:55,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:55,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-0bae4403-5eb7-425a-82ec-f4e38b295428 x-compute-request-id: req-0bae4403-5eb7-425a-82ec-f4e38b295428 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:55,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0bae4403-5eb7-425a-82ec-f4e38b295428 2018-08-29 05:22:55,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677700996399s 2018-08-29 05:22:55,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0bae4403-5eb7-425a-82ec-f4e38b295428 2018-08-29 05:22:55,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:56,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-151f24d6-1cdf-4faa-a54e-7dd668653dc8 x-compute-request-id: req-151f24d6-1cdf-4faa-a54e-7dd668653dc8 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\n"} 2018-08-29 05:22:56,830 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-151f24d6-1cdf-4faa-a54e-7dd668653dc8 2018-08-29 05:22:56,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09894394875s 2018-08-29 05:22:56,831 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-151f24d6-1cdf-4faa-a54e-7dd668653dc8 2018-08-29 05:22:56,832 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO 2018-08-29 05:22:57,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:22:57,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:22:58,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22: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-2c815690-2a56-4f36-9df8-797e5a02ca7a x-compute-request-id: req-2c815690-2a56-4f36-9df8-797e5a02ca7a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:22:58,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2c815690-2a56-4f36-9df8-797e5a02ca7a 2018-08-29 05:22:58,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373352050781s 2018-08-29 05:22:58,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2c815690-2a56-4f36-9df8-797e5a02ca7a 2018-08-29 05:22:58,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:22:58,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:22:59,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:22:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8acff716-1212-4b8c-84d7-96f78942ac9c x-compute-request-id: req-8acff716-1212-4b8c-84d7-96f78942ac9c Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\n"} 2018-08-29 05:22:59,282 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8acff716-1212-4b8c-84d7-96f78942ac9c 2018-08-29 05:22:59,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.071393013s 2018-08-29 05:22:59,283 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-8acff716-1212-4b8c-84d7-96f78942ac9c 2018-08-29 05:22:59,283 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO 2018-08-29 05:23:00,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:00,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:00,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5db10620-2f06-43d3-abec-736f5b28dd19 x-compute-request-id: req-5db10620-2f06-43d3-abec-736f5b28dd19 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:00,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5db10620-2f06-43d3-abec-736f5b28dd19 2018-08-29 05:23:00,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.243656158447s 2018-08-29 05:23:00,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5db10620-2f06-43d3-abec-736f5b28dd19 2018-08-29 05:23:00,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:00,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:01,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9764bb11-e63c-40a6-8776-7a9195e671f6 x-compute-request-id: req-9764bb11-e63c-40a6-8776-7a9195e671f6 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\n"} 2018-08-29 05:23:01,613 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9764bb11-e63c-40a6-8776-7a9195e671f6 2018-08-29 05:23:01,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0798459053s 2018-08-29 05:23:01,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-9764bb11-e63c-40a6-8776-7a9195e671f6 2018-08-29 05:23:01,614 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO 2018-08-29 05:23:01,615 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:23:02,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:02,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:03,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-278a6658-c49f-4bb2-81b4-2b36cdc6259f x-compute-request-id: req-278a6658-c49f-4bb2-81b4-2b36cdc6259f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:03,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-278a6658-c49f-4bb2-81b4-2b36cdc6259f 2018-08-29 05:23:03,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507551908493s 2018-08-29 05:23:03,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-278a6658-c49f-4bb2-81b4-2b36cdc6259f 2018-08-29 05:23:03,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:03,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:04,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54d843d5-340c-4bbb-8613-372247c18012 x-compute-request-id: req-54d843d5-340c-4bbb-8613-372247c18012 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\n"} 2018-08-29 05:23:04,201 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-54d843d5-340c-4bbb-8613-372247c18012 2018-08-29 05:23:04,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0731420517s 2018-08-29 05:23:04,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-54d843d5-340c-4bbb-8613-372247c18012 2018-08-29 05:23:04,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO 2018-08-29 05:23:05,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:05,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:05,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68948581-06f6-48ea-89c4-64c6a0320d5a x-compute-request-id: req-68948581-06f6-48ea-89c4-64c6a0320d5a Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:05,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-68948581-06f6-48ea-89c4-64c6a0320d5a 2018-08-29 05:23:05,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537557125092s 2018-08-29 05:23:05,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-68948581-06f6-48ea-89c4-64c6a0320d5a 2018-08-29 05:23:05,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:05,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:06,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d68d5ac6-648c-4c2a-9b47-74a6ab4f7590 x-compute-request-id: req-d68d5ac6-648c-4c2a-9b47-74a6ab4f7590 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\n"} 2018-08-29 05:23:06,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d68d5ac6-648c-4c2a-9b47-74a6ab4f7590 2018-08-29 05:23:06,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09843707085s 2018-08-29 05:23:06,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-d68d5ac6-648c-4c2a-9b47-74a6ab4f7590 2018-08-29 05:23:06,845 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO 2018-08-29 05:23:07,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:07,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:08,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87a122a5-96b0-4988-a457-0d244835521d x-compute-request-id: req-87a122a5-96b0-4988-a457-0d244835521d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:08,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-87a122a5-96b0-4988-a457-0d244835521d 2018-08-29 05:23:08,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51161813736s 2018-08-29 05:23:08,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-87a122a5-96b0-4988-a457-0d244835521d 2018-08-29 05:23:08,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:08,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:09,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-4c2c6a8d-dd05-4f4b-a9ae-871fbdb66e30 x-compute-request-id: req-4c2c6a8d-dd05-4f4b-a9ae-871fbdb66e30 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:09,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4c2c6a8d-dd05-4f4b-a9ae-871fbdb66e30 2018-08-29 05:23:09,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1135430336s 2018-08-29 05:23:09,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4c2c6a8d-dd05-4f4b-a9ae-871fbdb66e30 2018-08-29 05:23:09,477 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO 2018-08-29 05:23:10,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:10,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:11,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee006ddc-5d0d-4600-afe8-4785af63664f x-compute-request-id: req-ee006ddc-5d0d-4600-afe8-4785af63664f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:11,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ee006ddc-5d0d-4600-afe8-4785af63664f 2018-08-29 05:23:11,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838387012482s 2018-08-29 05:23:11,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ee006ddc-5d0d-4600-afe8-4785af63664f 2018-08-29 05:23:11,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:11,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:12,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0b392b6-14a6-48f2-a913-95615e473ba8 x-compute-request-id: req-f0b392b6-14a6-48f2-a913-95615e473ba8 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:12,393 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f0b392b6-14a6-48f2-a913-95615e473ba8 2018-08-29 05:23:12,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.071611166s 2018-08-29 05:23:12,394 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f0b392b6-14a6-48f2-a913-95615e473ba8 2018-08-29 05:23:12,394 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO 2018-08-29 05:23:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:14,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-fd2ad49b-ef54-490d-a67b-3e48738c8c24 x-compute-request-id: req-fd2ad49b-ef54-490d-a67b-3e48738c8c24 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:14,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd2ad49b-ef54-490d-a67b-3e48738c8c24 2018-08-29 05:23:14,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703292131424s 2018-08-29 05:23:14,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd2ad49b-ef54-490d-a67b-3e48738c8c24 2018-08-29 05:23:14,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:14,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:15,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-37f51358-b1bd-4ecb-8d04-496787c9636f x-compute-request-id: req-37f51358-b1bd-4ecb-8d04-496787c9636f Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:15,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-37f51358-b1bd-4ecb-8d04-496787c9636f 2018-08-29 05:23:15,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07536387444s 2018-08-29 05:23:15,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-37f51358-b1bd-4ecb-8d04-496787c9636f 2018-08-29 05:23:15,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO 2018-08-29 05:23:16,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:16,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-b57effe0-7197-42f7-8c29-dd2ec3a933e0 x-compute-request-id: req-b57effe0-7197-42f7-8c29-dd2ec3a933e0 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:16,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b57effe0-7197-42f7-8c29-dd2ec3a933e0 2018-08-29 05:23:16,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390599012375s 2018-08-29 05:23:16,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b57effe0-7197-42f7-8c29-dd2ec3a933e0 2018-08-29 05:23:16,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:16,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:17,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-e88f4c50-3a72-459f-a8c4-0d83d00b1dd4 x-compute-request-id: req-e88f4c50-3a72-459f-a8c4-0d83d00b1dd4 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:17,662 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e88f4c50-3a72-459f-a8c4-0d83d00b1dd4 2018-08-29 05:23:17,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08569097519s 2018-08-29 05:23:17,663 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e88f4c50-3a72-459f-a8c4-0d83d00b1dd4 2018-08-29 05:23:17,663 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO 2018-08-29 05:23:18,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:18,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:19,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-958fb857-d17d-4b99-be02-07fb567d2cd8 x-compute-request-id: req-958fb857-d17d-4b99-be02-07fb567d2cd8 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:19,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-958fb857-d17d-4b99-be02-07fb567d2cd8 2018-08-29 05:23:19,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53538608551s 2018-08-29 05:23:19,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-958fb857-d17d-4b99-be02-07fb567d2cd8 2018-08-29 05:23:19,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:19,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:20,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60579242-0964-4282-b78c-3679482a4825 x-compute-request-id: req-60579242-0964-4282-b78c-3679482a4825 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:20,273 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-60579242-0964-4282-b78c-3679482a4825 2018-08-29 05:23:20,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06921195984s 2018-08-29 05:23:20,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-60579242-0964-4282-b78c-3679482a4825 2018-08-29 05:23:20,274 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-08-29 05:23:21,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:21,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:21,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-838efd8a-09a7-46bc-a078-fbd07844ee21 x-compute-request-id: req-838efd8a-09a7-46bc-a078-fbd07844ee21 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:21,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-838efd8a-09a7-46bc-a078-fbd07844ee21 2018-08-29 05:23:21,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510531187057s 2018-08-29 05:23:21,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-838efd8a-09a7-46bc-a078-fbd07844ee21 2018-08-29 05:23:21,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:22,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-f615f9d8-56d4-4f79-8514-528462fb5fd8 x-compute-request-id: req-f615f9d8-56d4-4f79-8514-528462fb5fd8 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:22,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f615f9d8-56d4-4f79-8514-528462fb5fd8 2018-08-29 05:23:22,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07148194313s 2018-08-29 05:23:22,863 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f615f9d8-56d4-4f79-8514-528462fb5fd8 2018-08-29 05:23:22,863 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-08-29 05:23:23,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:23,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:24,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-64113bf3-796f-4d78-b102-fc99c0feac1d x-compute-request-id: req-64113bf3-796f-4d78-b102-fc99c0feac1d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:24,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-64113bf3-796f-4d78-b102-fc99c0feac1d 2018-08-29 05:23:24,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392722129822s 2018-08-29 05:23:24,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-64113bf3-796f-4d78-b102-fc99c0feac1d 2018-08-29 05:23:24,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:24,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:25,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a42fdeea-df48-49da-b831-157bc76b46c5 x-compute-request-id: req-a42fdeea-df48-49da-b831-157bc76b46c5 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:25,334 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a42fdeea-df48-49da-b831-157bc76b46c5 2018-08-29 05:23:25,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07319903374s 2018-08-29 05:23:25,335 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a42fdeea-df48-49da-b831-157bc76b46c5 2018-08-29 05:23:25,336 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-08-29 05:23:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:26,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:26,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aad5bdd9-f7fe-415c-ab07-cc6f647fa4d7 x-compute-request-id: req-aad5bdd9-f7fe-415c-ab07-cc6f647fa4d7 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:26,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-aad5bdd9-f7fe-415c-ab07-cc6f647fa4d7 2018-08-29 05:23:26,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53365111351s 2018-08-29 05:23:26,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-aad5bdd9-f7fe-415c-ab07-cc6f647fa4d7 2018-08-29 05:23:26,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:26,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:27,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-688929c7-5e57-435c-ae27-a7030d5033ac x-compute-request-id: req-688929c7-5e57-435c-ae27-a7030d5033ac Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:27,943 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-688929c7-5e57-435c-ae27-a7030d5033ac 2018-08-29 05:23:27,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06856393814s 2018-08-29 05:23:27,944 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-688929c7-5e57-435c-ae27-a7030d5033ac 2018-08-29 05:23:27,944 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-08-29 05:23:27,945 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:23:28,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:29,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-2420ca8c-2eee-41e5-ba65-1ea847591c91 x-compute-request-id: req-2420ca8c-2eee-41e5-ba65-1ea847591c91 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:29,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2420ca8c-2eee-41e5-ba65-1ea847591c91 2018-08-29 05:23:29,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.235643863678s 2018-08-29 05:23:29,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2420ca8c-2eee-41e5-ba65-1ea847591c91 2018-08-29 05:23:29,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:30,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a4106a2-e6eb-40c9-b9fd-814b08f37a46 x-compute-request-id: req-2a4106a2-e6eb-40c9-b9fd-814b08f37a46 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:30,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2a4106a2-e6eb-40c9-b9fd-814b08f37a46 2018-08-29 05:23:30,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0714609623s 2018-08-29 05:23:30,258 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-2a4106a2-e6eb-40c9-b9fd-814b08f37a46 2018-08-29 05:23:30,258 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:31,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:31,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:31,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-510a9453-077d-4c23-921b-197167a503f7 x-compute-request-id: req-510a9453-077d-4c23-921b-197167a503f7 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:31,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-510a9453-077d-4c23-921b-197167a503f7 2018-08-29 05:23:31,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366935968399s 2018-08-29 05:23:31,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-510a9453-077d-4c23-921b-197167a503f7 2018-08-29 05:23:31,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:31,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:32,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89791308-7e2f-491d-943f-b550b071da05 x-compute-request-id: req-89791308-7e2f-491d-943f-b550b071da05 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:32,706 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-89791308-7e2f-491d-943f-b550b071da05 2018-08-29 05:23:32,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07563209534s 2018-08-29 05:23:32,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-89791308-7e2f-491d-943f-b550b071da05 2018-08-29 05:23:32,707 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:33,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:33,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:34,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-342f7428-82a2-49a1-b094-f4f3fe652d67 x-compute-request-id: req-342f7428-82a2-49a1-b094-f4f3fe652d67 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:34,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-342f7428-82a2-49a1-b094-f4f3fe652d67 2018-08-29 05:23:34,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512706041336s 2018-08-29 05:23:34,222 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-342f7428-82a2-49a1-b094-f4f3fe652d67 2018-08-29 05:23:34,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:34,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:35,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-0234f7d5-73f3-4b8d-99b5-ad7224a65419 x-compute-request-id: req-0234f7d5-73f3-4b8d-99b5-ad7224a65419 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:35,297 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0234f7d5-73f3-4b8d-99b5-ad7224a65419 2018-08-29 05:23:35,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07229590416s 2018-08-29 05:23:35,298 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0234f7d5-73f3-4b8d-99b5-ad7224a65419 2018-08-29 05:23:35,298 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:36,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:36,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:36,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca112a78-baca-4618-a03e-af761fab4aa3 x-compute-request-id: req-ca112a78-baca-4618-a03e-af761fab4aa3 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:36,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ca112a78-baca-4618-a03e-af761fab4aa3 2018-08-29 05:23:36,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374350070953s 2018-08-29 05:23:36,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ca112a78-baca-4618-a03e-af761fab4aa3 2018-08-29 05:23:36,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:36,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:37,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d927f9e-b7d4-4f00-bfe9-e0def88c620f x-compute-request-id: req-6d927f9e-b7d4-4f00-bfe9-e0def88c620f Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:37,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6d927f9e-b7d4-4f00-bfe9-e0def88c620f 2018-08-29 05:23:37,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07500505447s 2018-08-29 05:23:37,754 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-6d927f9e-b7d4-4f00-bfe9-e0def88c620f 2018-08-29 05:23:37,754 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:38,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:38,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:39,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4231a763-41fd-44b4-8143-10c0c1fbd202 x-compute-request-id: req-4231a763-41fd-44b4-8143-10c0c1fbd202 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:39,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4231a763-41fd-44b4-8143-10c0c1fbd202 2018-08-29 05:23:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501747131348s 2018-08-29 05:23:39,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4231a763-41fd-44b4-8143-10c0c1fbd202 2018-08-29 05:23:39,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:39,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:40,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-cfe5d09e-cb73-4f8c-9cfe-cebe50186bb4 x-compute-request-id: req-cfe5d09e-cb73-4f8c-9cfe-cebe50186bb4 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:40,332 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-cfe5d09e-cb73-4f8c-9cfe-cebe50186bb4 2018-08-29 05:23:40,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07063388824s 2018-08-29 05:23:40,333 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-cfe5d09e-cb73-4f8c-9cfe-cebe50186bb4 2018-08-29 05:23:40,333 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:41,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:41,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:41,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-ad08c9b9-b04c-4e7f-bd83-fb3325ad82cb x-compute-request-id: req-ad08c9b9-b04c-4e7f-bd83-fb3325ad82cb Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:41,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ad08c9b9-b04c-4e7f-bd83-fb3325ad82cb 2018-08-29 05:23:41,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233159065247s 2018-08-29 05:23:41,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ad08c9b9-b04c-4e7f-bd83-fb3325ad82cb 2018-08-29 05:23:41,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:41,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:42,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-3ce9ef94-100c-45d6-b344-bab516c79ec2 x-compute-request-id: req-3ce9ef94-100c-45d6-b344-bab516c79ec2 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:42,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3ce9ef94-100c-45d6-b344-bab516c79ec2 2018-08-29 05:23:42,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07363891602s 2018-08-29 05:23:42,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-3ce9ef94-100c-45d6-b344-bab516c79ec2 2018-08-29 05:23:42,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:43,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:43,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:44,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c053a401-c4d7-4f24-a1de-543e6e712c8b x-compute-request-id: req-c053a401-c4d7-4f24-a1de-543e6e712c8b Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:44,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c053a401-c4d7-4f24-a1de-543e6e712c8b 2018-08-29 05:23:44,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677299976349s 2018-08-29 05:23:44,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c053a401-c4d7-4f24-a1de-543e6e712c8b 2018-08-29 05:23:44,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:44,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:45,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-c5c09477-11d8-46d3-968b-d9ab746e1537 x-compute-request-id: req-c5c09477-11d8-46d3-968b-d9ab746e1537 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:45,416 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c5c09477-11d8-46d3-968b-d9ab746e1537 2018-08-29 05:23:45,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08617901802s 2018-08-29 05:23:45,417 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-c5c09477-11d8-46d3-968b-d9ab746e1537 2018-08-29 05:23:45,417 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:46,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:46,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:46,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-6520c5ab-29f9-4b9c-b5c9-16e652a3c6f5 x-compute-request-id: req-6520c5ab-29f9-4b9c-b5c9-16e652a3c6f5 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:46,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6520c5ab-29f9-4b9c-b5c9-16e652a3c6f5 2018-08-29 05:23:46,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.22206401825s 2018-08-29 05:23:46,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6520c5ab-29f9-4b9c-b5c9-16e652a3c6f5 2018-08-29 05:23:46,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:46,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:47,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-a2b1cab4-07c4-4065-9734-15b7126c4388 x-compute-request-id: req-a2b1cab4-07c4-4065-9734-15b7126c4388 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:47,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a2b1cab4-07c4-4065-9734-15b7126c4388 2018-08-29 05:23:47,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07670807838s 2018-08-29 05:23:47,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-a2b1cab4-07c4-4065-9734-15b7126c4388 2018-08-29 05:23:47,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:48,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:48,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:49,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-01b7b73b-2832-4eae-a36a-42bc32d1e8f5 x-compute-request-id: req-01b7b73b-2832-4eae-a36a-42bc32d1e8f5 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:49,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-01b7b73b-2832-4eae-a36a-42bc32d1e8f5 2018-08-29 05:23:49,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44752407074s 2018-08-29 05:23:49,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-01b7b73b-2832-4eae-a36a-42bc32d1e8f5 2018-08-29 05:23:49,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:49,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:50,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e5ab726-244b-4ebb-85ed-cd7036f0fcb1 x-compute-request-id: req-0e5ab726-244b-4ebb-85ed-cd7036f0fcb1 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:50,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0e5ab726-244b-4ebb-85ed-cd7036f0fcb1 2018-08-29 05:23:50,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0686981678s 2018-08-29 05:23:50,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0e5ab726-244b-4ebb-85ed-cd7036f0fcb1 2018-08-29 05:23:50,245 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:51,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:51,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:51,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-467bdea3-42a4-429c-9d26-90c4c349c52e x-compute-request-id: req-467bdea3-42a4-429c-9d26-90c4c349c52e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:51,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-467bdea3-42a4-429c-9d26-90c4c349c52e 2018-08-29 05:23:51,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631155967712s 2018-08-29 05:23:51,879 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-467bdea3-42a4-429c-9d26-90c4c349c52e 2018-08-29 05:23:51,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:52,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-69cf8555-1927-4cd4-8ecd-06397028f6c2 x-compute-request-id: req-69cf8555-1927-4cd4-8ecd-06397028f6c2 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:52,954 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-69cf8555-1927-4cd4-8ecd-06397028f6c2 2018-08-29 05:23:52,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07167005539s 2018-08-29 05:23:52,955 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-69cf8555-1927-4cd4-8ecd-06397028f6c2 2018-08-29 05:23:52,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:52,956 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-08-29 05:23:53,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:53,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:54,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-482c6c4e-a989-4bbb-8e1b-4ed12d5d2bc0 x-compute-request-id: req-482c6c4e-a989-4bbb-8e1b-4ed12d5d2bc0 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:54,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-482c6c4e-a989-4bbb-8e1b-4ed12d5d2bc0 2018-08-29 05:23:54,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677306890488s 2018-08-29 05:23:54,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-482c6c4e-a989-4bbb-8e1b-4ed12d5d2bc0 2018-08-29 05:23:54,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:54,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:55,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c5869c5-c9ec-43a5-b301-f245071aec9d x-compute-request-id: req-4c5869c5-c9ec-43a5-b301-f245071aec9d Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:55,716 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4c5869c5-c9ec-43a5-b301-f245071aec9d 2018-08-29 05:23:55,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07753491402s 2018-08-29 05:23:55,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-4c5869c5-c9ec-43a5-b301-f245071aec9d 2018-08-29 05:23:55,717 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:56,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:56,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:57,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32b4adf1-6622-4ec8-bd58-79513629512e x-compute-request-id: req-32b4adf1-6622-4ec8-bd58-79513629512e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:57,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-32b4adf1-6622-4ec8-bd58-79513629512e 2018-08-29 05:23:57,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499402999878s 2018-08-29 05:23:57,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-32b4adf1-6622-4ec8-bd58-79513629512e 2018-08-29 05:23:57,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:57,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:23:58,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23: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-dbfae473-67a2-41b8-b6bf-fa5550cadcf1 x-compute-request-id: req-dbfae473-67a2-41b8-b6bf-fa5550cadcf1 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:23:58,291 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-dbfae473-67a2-41b8-b6bf-fa5550cadcf1 2018-08-29 05:23:58,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06933403015s 2018-08-29 05:23:58,292 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-dbfae473-67a2-41b8-b6bf-fa5550cadcf1 2018-08-29 05:23:58,293 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:23:59,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:23:59,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:23:59,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49fb28d7-907f-4f69-92ee-572bd2c53bf2 x-compute-request-id: req-49fb28d7-907f-4f69-92ee-572bd2c53bf2 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:23:59,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-49fb28d7-907f-4f69-92ee-572bd2c53bf2 2018-08-29 05:23:59,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625433921814s 2018-08-29 05:23:59,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-49fb28d7-907f-4f69-92ee-572bd2c53bf2 2018-08-29 05:23:59,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:23:59,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:00,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:23:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12055cde-d97f-4862-a3e4-c5d2eb859258 x-compute-request-id: req-12055cde-d97f-4862-a3e4-c5d2eb859258 Content-Encoding: gzip Content-Length: 8068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:00,997 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-12055cde-d97f-4862-a3e4-c5d2eb859258 2018-08-29 05:24:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07315897942s 2018-08-29 05:24:00,998 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-12055cde-d97f-4862-a3e4-c5d2eb859258 2018-08-29 05:24:00,998 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:02,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:02,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:02,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-8cae9fb8-6b1b-4c11-a155-f33c7e4faca0 x-compute-request-id: req-8cae9fb8-6b1b-4c11-a155-f33c7e4faca0 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:02,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8cae9fb8-6b1b-4c11-a155-f33c7e4faca0 2018-08-29 05:24:02,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538771867752s 2018-08-29 05:24:02,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-8cae9fb8-6b1b-4c11-a155-f33c7e4faca0 2018-08-29 05:24:02,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:03,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-cc7bad80-8ac3-4034-8d65-3220253560c9 x-compute-request-id: req-cc7bad80-8ac3-4034-8d65-3220253560c9 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:03,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-cc7bad80-8ac3-4034-8d65-3220253560c9 2018-08-29 05:24:03,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.02388381958s 2018-08-29 05:24:03,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-cc7bad80-8ac3-4034-8d65-3220253560c9 2018-08-29 05:24:03,568 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:04,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:04,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:05,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-e525a30b-0be3-4ca5-b387-993e2259058d x-compute-request-id: req-e525a30b-0be3-4ca5-b387-993e2259058d Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:05,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e525a30b-0be3-4ca5-b387-993e2259058d 2018-08-29 05:24:05,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607876062393s 2018-08-29 05:24:05,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e525a30b-0be3-4ca5-b387-993e2259058d 2018-08-29 05:24:05,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:06,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-e8fb313c-00ab-40a0-9a83-7d073027443f x-compute-request-id: req-e8fb313c-00ab-40a0-9a83-7d073027443f Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:06,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e8fb313c-00ab-40a0-9a83-7d073027443f 2018-08-29 05:24:06,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07073283195s 2018-08-29 05:24:06,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-e8fb313c-00ab-40a0-9a83-7d073027443f 2018-08-29 05:24:06,254 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:07,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:07,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:07,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-9881b4a9-3585-45bb-8f72-85488e9f9997 x-compute-request-id: req-9881b4a9-3585-45bb-8f72-85488e9f9997 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:07,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9881b4a9-3585-45bb-8f72-85488e9f9997 2018-08-29 05:24:07,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52343416214s 2018-08-29 05:24:07,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9881b4a9-3585-45bb-8f72-85488e9f9997 2018-08-29 05:24:07,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:07,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:08,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-f2b02f6b-d108-421b-b44c-37cb193d8ec1 x-compute-request-id: req-f2b02f6b-d108-421b-b44c-37cb193d8ec1 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:08,855 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f2b02f6b-d108-421b-b44c-37cb193d8ec1 2018-08-29 05:24:08,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07211613655s 2018-08-29 05:24:08,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f2b02f6b-d108-421b-b44c-37cb193d8ec1 2018-08-29 05:24:08,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 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:09,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:09,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-c35b064e-425d-46e4-a55d-b7b9cbf82be9 x-compute-request-id: req-c35b064e-425d-46e4-a55d-b7b9cbf82be9 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:10,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c35b064e-425d-46e4-a55d-b7b9cbf82be9 2018-08-29 05:24:10,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534846067429s 2018-08-29 05:24:10,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c35b064e-425d-46e4-a55d-b7b9cbf82be9 2018-08-29 05:24:10,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:11,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-eca059eb-5e98-4463-a69c-4dae539b8ad1 x-compute-request-id: req-eca059eb-5e98-4463-a69c-4dae539b8ad1 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:11,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-eca059eb-5e98-4463-a69c-4dae539b8ad1 2018-08-29 05:24:11,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07118487358s 2018-08-29 05:24:11,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-eca059eb-5e98-4463-a69c-4dae539b8ad1 2018-08-29 05:24:11,469 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:12,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:12,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:12,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-960df5b8-f512-48c3-9d10-51ef3b25c73f x-compute-request-id: req-960df5b8-f512-48c3-9d10-51ef3b25c73f Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:12,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-960df5b8-f512-48c3-9d10-51ef3b25c73f 2018-08-29 05:24:12,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377450942993s 2018-08-29 05:24:12,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-960df5b8-f512-48c3-9d10-51ef3b25c73f 2018-08-29 05:24:12,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:12,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:13,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-16c4a871-18c1-4ece-92e7-caa8ad777b9e x-compute-request-id: req-16c4a871-18c1-4ece-92e7-caa8ad777b9e Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:13,925 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-16c4a871-18c1-4ece-92e7-caa8ad777b9e 2018-08-29 05:24:13,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07288002968s 2018-08-29 05:24:13,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-16c4a871-18c1-4ece-92e7-caa8ad777b9e 2018-08-29 05:24:13,926 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:14,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:14,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:15,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-5798421d-ca46-425e-92d9-f3acc793de29 x-compute-request-id: req-5798421d-ca46-425e-92d9-f3acc793de29 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:15,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5798421d-ca46-425e-92d9-f3acc793de29 2018-08-29 05:24:15,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381688117981s 2018-08-29 05:24:15,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5798421d-ca46-425e-92d9-f3acc793de29 2018-08-29 05:24:15,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:15,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:16,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-0f3b6e1d-6e37-4add-81b5-938b8c64fd1a x-compute-request-id: req-0f3b6e1d-6e37-4add-81b5-938b8c64fd1a Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:16,388 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0f3b6e1d-6e37-4add-81b5-938b8c64fd1a 2018-08-29 05:24:16,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.0739300251s 2018-08-29 05:24:16,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-0f3b6e1d-6e37-4add-81b5-938b8c64fd1a 2018-08-29 05:24:16,389 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:17,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:17,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:17,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-fe96de0a-ac2f-4ff3-b2cf-2162629fefeb x-compute-request-id: req-fe96de0a-ac2f-4ff3-b2cf-2162629fefeb Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:24Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:17,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fe96de0a-ac2f-4ff3-b2cf-2162629fefeb 2018-08-29 05:24:17,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507797002792s 2018-08-29 05:24:17,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fe96de0a-ac2f-4ff3-b2cf-2162629fefeb 2018-08-29 05:24:17,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-29 05:24:17,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 05:24:18,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-f9f38dc6-6c88-4d25-b354-2efe5a21acd1 x-compute-request-id: req-f9f38dc6-6c88-4d25-b354-2efe5a21acd1 Content-Encoding: gzip Content-Length: 8067 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504297878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131908] pid_max: default: 32768 minimum: 301\n[ 0.132798] ACPI: Core revision 20150930\n[ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135482] Security Framework initialized\n[ 0.136290] Yama: becoming mindful.\n[ 0.137010] AppArmor: AppArmor initialized\n[ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143042] Initializing cgroup subsys io\n[ 0.143853] Initializing cgroup subsys memory\n[ 0.144707] Initializing cgroup subsys devices\n[ 0.145582] Initializing cgroup subsys freezer\n[ 0.146442] Initializing cgroup subsys net_cls\n[ 0.147302] Initializing cgroup subsys perf_event\n[ 0.148199] Initializing cgroup subsys net_prio\n[ 0.149078] Initializing cgroup subsys hugetlb\n[ 0.149945] Initializing cgroup subsys pids\n[ 0.150811] CPU: Physical Processor ID: 0\n[ 0.152315] mce: CPU supports 10 MCE banks\n[ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172440] ftrace: allocating 31920 entries in 125 pages\n[ 0.198807] smpboot: Max logical packages: 1\n[ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201001] x2apic enabled\n[ 0.201819] Switched APIC routing to physical x2apic.\n[ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208415] KVM setup paravirtual spinlock\n[ 0.209704] x86: Booted up 1 node, 1 CPUs\n[ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211882] devtmpfs: initialized\n[ 0.213596] evm: security.selinux\n[ 0.214290] evm: security.SMACK64\n[ 0.214971] evm: security.SMACK64EXEC\n[ 0.215709] evm: security.SMACK64TRANSMUTE\n[ 0.216505] evm: security.SMACK64MMAP\n[ 0.217240] evm: security.ima\n[ 0.217874] evm: security.capability\n[ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220502] pinctrl core: initialized pinctrl subsystem\n[ 0.221592] RTC time: 5:15:32, date: 08/29/18\n[ 0.222536] NET: Registered protocol family 16\n[ 0.223498] cpuidle: using governor ladder\n[ 0.224307] cpuidle: using governor menu\n[ 0.225080] PCCT header not found.\n[ 0.225829] ACPI: bus type PCI registered\n[ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227859] PCI: Using configuration type 1 for base access\n[ 0.229599] ACPI: Added _OSI(Module Device)\n[ 0.230442] ACPI: Added _OSI(Processor Device)\n[ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232186] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234304] ACPI: Interpreter enabled\n[ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242450] ACPI: (supports S0 S5)\n[ 0.243152] ACPI: Using IOAPIC for interrupt routing\n[ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253098] acpiphp: Slot [3] registered\n[ 0.253896] acpiphp: Slot [4] registered\n[ 0.254693] acpiphp: Slot [5] registered\n[ 0.255484] acpiphp: Slot [6] registered\n[ 0.256276] acpiphp: Slot [7] registered\n[ 0.257066] acpiphp: Slot [8] registered\n[ 0.257860] acpiphp: Slot [9] registered\n[ 0.258657] acpiphp: Slot [10] registered\n[ 0.259462] acpiphp: Slot [11] registered\n[ 0.260273] acpiphp: Slot [12] registered\n[ 0.261082] acpiphp: Slot [13] registered\n[ 0.261888] acpiphp: Slot [14] registered\n[ 0.262695] acpiphp: Slot [15] registered\n[ 0.273433] acpiphp: Slot [16] registered\n[ 0.274241] acpiphp: Slot [17] registered\n[ 0.275046] acpiphp: Slot [18] registered\n[ 0.275850] acpiphp: Slot [19] registered\n[ 0.276655] acpiphp: Slot [20] registered\n[ 0.277466] acpiphp: Slot [21] registered\n[ 0.278273] acpiphp: Slot [22] registered\n[ 0.279073] acpiphp: Slot [23] registered\n[ 0.279881] acpiphp: Slot [24] registered\n[ 0.280691] acpiphp: Slot [25] registered\n[ 0.281500] acpiphp: Slot [26] registered\n[ 0.282306] acpiphp: Slot [27] registered\n[ 0.283109] acpiphp: Slot [28] registered\n[ 0.283917] acpiphp: Slot [29] registered\n[ 0.284721] acpiphp: Slot [30] registered\n[ 0.285530] acpiphp: Slot [31] registered\n[ 0.286334] PCI host bridge to bus 0000:00\n[ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370270] vgaarb: loaded\n[ 0.370867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371988] SCSI subsystem initialized\n[ 0.372881] ACPI: bus type USB registered\n[ 0.373694] usbcore: registered new interface driver usbfs\n[ 0.374734] usbcore: registered new interface driver hub\n[ 0.375772] usbcore: registered new device driver usb\n[ 0.376838] PCI: Using ACPI for IRQ routing\n[ 0.377863] NetLabel: Initializing\n[ 0.378580] NetLabel: domain hash size = 128\n[ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380396] NetLabel: unlabeled traffic allowed by default\n[ 0.381492] clocksource: Switched to clocksource kvm-clock\n[ 0.386971] AppArmor: AppArmor Filesystem Enabled\n[ 0.387943] pnp: PnP ACPI init\n[ 0.388861] pnp: PnP ACPI: found 5 devices\n[ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396956] NET: Registered protocol family 2\n[ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400399] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403850] NET: Registered protocol family 1\n[ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435160] Trying to unpack rootfs image as initramfs...\n[ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498889] Scanning for low memory corruption every 60 seconds\n[ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.502225] audit: initializing netlink subsys (disabled)\n[ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized\n[ 0.505354] Initialise system trusted keyring\n[ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510501] zbud: loaded\n[ 0.511354] VFS: Disk quotas dquot_6.6.0\n[ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514349] fuse init (API version 7.23)\n[ 0.515474] Key type big_key registered\n[ 0.516547] Allocating IMA MOK and blacklist keyrings.\n[ 0.518001] Key type asymmetric registered\n[ 0.519104] Asymmetric key parser 'x509' registered\n[ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522729] io scheduler noop registered\n[ 0.523795] io scheduler deadline registered (default)\n[ 0.525128] io scheduler cfq registered\n[ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.531201] ACPI: Power Button [PWRF]\n[ 0.532253] GHES: HEST is not enabled!\n[ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.607158] Linux agpgart interface v0.103\n[ 0.609605] brd: module loaded\n[ 0.611074] loop: module loaded\n[ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619308] GPT:90111 != 2097151\n[ 0.620208] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621750] GPT:90111 != 2097151\n[ 0.622653] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623993] vda: vda1 vda15\n[ 0.625749] scsi host0: ata_piix\n[ 0.626718] scsi host1: ata_piix\n[ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.631372] libphy: Fixed MDIO Bus: probed\n[ 0.632467] tun: Universal TUN/TAP device driver, 1.6\n[ 0.633802] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.636563] PPP generic driver version 2.4.2\n[ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639412] ehci-pci: EHCI PCI platform driver\n[ 0.640596] ehci-platform: EHCI generic platform driver\n[ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643543] ohci-pci: OHCI PCI platform driver\n[ 0.644730] ohci-platform: OHCI generic platform driver\n[ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667515] usb usb1: Product: UHCI Host Controller\n[ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669584] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670640] hub 1-0:1.0: USB hub found\n[ 0.671414] hub 1-0:1.0: 2 ports detected\n[ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676548] mousedev: PS/2 mouse device common for all mice\n[ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679779] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683456] i2c /dev entries driver\n[ 0.684250] device-mapper: uevent: version 1.0.3\n[ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688417] NET: Registered protocol family 10\n[ 0.689467] NET: Registered protocol family 17\n[ 0.690403] Key type dns_resolver registered\n[ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694431] registered taskstats version 1\n[ 0.695351] Loading compiled-in X.509 certificates\n[ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698831] zswap: loaded using pool lzo/zbud\n[ 0.700245] Key type trusted registered\n[ 0.702295] Key type encrypted registered\n[ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704252] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705377] evm: HMAC attrs: 0x1\n[ 0.706385] Magic number: 14:439:265\n[ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733)\n[ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710282] EDD information not available.\n[ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792148] Write protecting the kernel read-only data: 14336k\n[ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.848433] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.55s]\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n[ 434.713278] random: nonblocking pool is initialized\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\nvPing KO\n"} 2018-08-29 05:24:18,976 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f9f38dc6-6c88-4d25-b354-2efe5a21acd1 2018-08-29 05:24:18,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07288503647s 2018-08-29 05:24:18,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac/action used request id req-f9f38dc6-6c88-4d25-b354-2efe5a21acd1 2018-08-29 05:24:18,977 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504297878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.130263] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131908] pid_max: default: 32768 minimum: 301 [ 0.132798] ACPI: Core revision 20150930 [ 0.134183] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135482] Security Framework initialized [ 0.136290] Yama: becoming mindful. [ 0.137010] AppArmor: AppArmor initialized [ 0.137870] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139189] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140457] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141666] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143042] Initializing cgroup subsys io [ 0.143853] Initializing cgroup subsys memory [ 0.144707] Initializing cgroup subsys devices [ 0.145582] Initializing cgroup subsys freezer [ 0.146442] Initializing cgroup subsys net_cls [ 0.147302] Initializing cgroup subsys perf_event [ 0.148199] Initializing cgroup subsys net_prio [ 0.149078] Initializing cgroup subsys hugetlb [ 0.149945] Initializing cgroup subsys pids [ 0.150811] CPU: Physical Processor ID: 0 [ 0.152315] mce: CPU supports 10 MCE banks [ 0.153156] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154157] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172440] ftrace: allocating 31920 entries in 125 pages [ 0.198807] smpboot: Max logical packages: 1 [ 0.199655] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201001] x2apic enabled [ 0.201819] Switched APIC routing to physical x2apic. [ 0.203560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206642] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208415] KVM setup paravirtual spinlock [ 0.209704] x86: Booted up 1 node, 1 CPUs [ 0.210508] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211882] devtmpfs: initialized [ 0.213596] evm: security.selinux [ 0.214290] evm: security.SMACK64 [ 0.214971] evm: security.SMACK64EXEC [ 0.215709] evm: security.SMACK64TRANSMUTE [ 0.216505] evm: security.SMACK64MMAP [ 0.217240] evm: security.ima [ 0.217874] evm: security.capability [ 0.218673] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220502] pinctrl core: initialized pinctrl subsystem [ 0.221592] RTC time: 5:15:32, date: 08/29/18 [ 0.222536] NET: Registered protocol family 16 [ 0.223498] cpuidle: using governor ladder [ 0.224307] cpuidle: using governor menu [ 0.225080] PCCT header not found. [ 0.225829] ACPI: bus type PCI registered [ 0.226628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227859] PCI: Using configuration type 1 for base access [ 0.229599] ACPI: Added _OSI(Module Device) [ 0.230442] ACPI: Added _OSI(Processor Device) [ 0.231297] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232186] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234304] ACPI: Interpreter enabled [ 0.235072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236918] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242450] ACPI: (supports S0 S5) [ 0.243152] ACPI: Using IOAPIC for interrupt routing [ 0.244243] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247335] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248470] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253098] acpiphp: Slot [3] registered [ 0.253896] acpiphp: Slot [4] registered [ 0.254693] acpiphp: Slot [5] registered [ 0.255484] acpiphp: Slot [6] registered [ 0.256276] acpiphp: Slot [7] registered [ 0.257066] acpiphp: Slot [8] registered [ 0.257860] acpiphp: Slot [9] registered [ 0.258657] acpiphp: Slot [10] registered [ 0.259462] acpiphp: Slot [11] registered [ 0.260273] acpiphp: Slot [12] registered [ 0.261082] acpiphp: Slot [13] registered [ 0.261888] acpiphp: Slot [14] registered [ 0.262695] acpiphp: Slot [15] registered [ 0.273433] acpiphp: Slot [16] registered [ 0.274241] acpiphp: Slot [17] registered [ 0.275046] acpiphp: Slot [18] registered [ 0.275850] acpiphp: Slot [19] registered [ 0.276655] acpiphp: Slot [20] registered [ 0.277466] acpiphp: Slot [21] registered [ 0.278273] acpiphp: Slot [22] registered [ 0.279073] acpiphp: Slot [23] registered [ 0.279881] acpiphp: Slot [24] registered [ 0.280691] acpiphp: Slot [25] registered [ 0.281500] acpiphp: Slot [26] registered [ 0.282306] acpiphp: Slot [27] registered [ 0.283109] acpiphp: Slot [28] registered [ 0.283917] acpiphp: Slot [29] registered [ 0.284721] acpiphp: Slot [30] registered [ 0.285530] acpiphp: Slot [31] registered [ 0.286334] PCI host bridge to bus 0000:00 [ 0.287136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288342] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289547] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290987] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292423] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302393] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309223] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310656] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359068] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360548] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361952] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363357] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364740] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366524] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367698] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368743] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370270] vgaarb: loaded [ 0.370867] vgaarb: bridge control possible 0000:00:02.0 [ 0.371988] SCSI subsystem initialized [ 0.372881] ACPI: bus type USB registered [ 0.373694] usbcore: registered new interface driver usbfs [ 0.374734] usbcore: registered new interface driver hub [ 0.375772] usbcore: registered new device driver usb [ 0.376838] PCI: Using ACPI for IRQ routing [ 0.377863] NetLabel: Initializing [ 0.378580] NetLabel: domain hash size = 128 [ 0.379437] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380396] NetLabel: unlabeled traffic allowed by default [ 0.381492] clocksource: Switched to clocksource kvm-clock [ 0.386971] AppArmor: AppArmor Filesystem Enabled [ 0.387943] pnp: PnP ACPI init [ 0.388861] pnp: PnP ACPI: found 5 devices [ 0.395243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396956] NET: Registered protocol family 2 [ 0.397927] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399216] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400399] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401580] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402676] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403850] NET: Registered protocol family 1 [ 0.404721] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406918] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420929] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435160] Trying to unpack rootfs image as initramfs... [ 0.484734] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498889] Scanning for low memory corruption every 60 seconds [ 0.500664] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502225] audit: initializing netlink subsys (disabled) [ 0.503641] audit: type=2000 audit(1535519733.558:1): initialized [ 0.505354] Initialise system trusted keyring [ 0.506604] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508157] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510501] zbud: loaded [ 0.511354] VFS: Disk quotas dquot_6.6.0 [ 0.512410] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514349] fuse init (API version 7.23) [ 0.515474] Key type big_key registered [ 0.516547] Allocating IMA MOK and blacklist keyrings. [ 0.518001] Key type asymmetric registered [ 0.519104] Asymmetric key parser 'x509' registered [ 0.520393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522729] io scheduler noop registered [ 0.523795] io scheduler deadline registered (default) [ 0.525128] io scheduler cfq registered [ 0.526229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527623] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529291] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531201] ACPI: Power Button [PWRF] [ 0.532253] GHES: HEST is not enabled! [ 0.545798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.576251] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.580106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.604396] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.607158] Linux agpgart interface v0.103 [ 0.609605] brd: module loaded [ 0.611074] loop: module loaded [ 0.617208] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.619308] GPT:90111 != 2097151 [ 0.620208] GPT:Alternate GPT header not at the end of the disk. [ 0.621750] GPT:90111 != 2097151 [ 0.622653] GPT: Use GNU Parted to correct GPT errors. [ 0.623993] vda: vda1 vda15 [ 0.625749] scsi host0: ata_piix [ 0.626718] scsi host1: ata_piix [ 0.627683] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.629424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631372] libphy: Fixed MDIO Bus: probed [ 0.632467] tun: Universal TUN/TAP device driver, 1.6 [ 0.633802] tun: (C) 1999-2004 Max Krasnyansky [ 0.636563] PPP generic driver version 2.4.2 [ 0.637765] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639412] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.641959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643543] ohci-pci: OHCI PCI platform driver [ 0.644730] ohci-platform: OHCI generic platform driver [ 0.645931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661317] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662762] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663763] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.664876] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667515] usb usb1: Product: UHCI Host Controller [ 0.668447] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669584] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670640] hub 1-0:1.0: USB hub found [ 0.671414] hub 1-0:1.0: 2 ports detected [ 0.672313] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674422] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676548] mousedev: PS/2 mouse device common for all mice [ 0.677876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679779] rtc_cmos 00:00: RTC can wake from S4 [ 0.680936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683456] i2c /dev entries driver [ 0.684250] device-mapper: uevent: version 1.0.3 [ 0.685273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687041] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688417] NET: Registered protocol family 10 [ 0.689467] NET: Registered protocol family 17 [ 0.690403] Key type dns_resolver registered [ 0.691347] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692556] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694431] registered taskstats version 1 [ 0.695351] Loading compiled-in X.509 certificates [ 0.696882] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698831] zswap: loaded using pool lzo/zbud [ 0.700245] Key type trusted registered [ 0.702295] Key type encrypted registered [ 0.703191] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704252] ima: No TPM chip found, activating TPM-bypass! [ 0.705377] evm: HMAC attrs: 0x1 [ 0.706385] Magic number: 14:439:265 [ 0.707295] rtc_cmos 00:00: setting system clock to 2018-08-29 05:15:33 UTC (1535519733) [ 0.709044] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710282] EDD information not available. [ 0.790484] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.792148] Write protecting the kernel read-only data: 14336k [ 0.803773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.848433] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 2.55s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 434.713278] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-08-29 05:24:18,978 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-08-29 05:24:19,098 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 05:24:19,099 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:13 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-08-29 05:24:19,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-29 05:24:19,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:19,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05: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-30bb5dc9-1be7-40e1-a7e4-ef548e4b1c01 x-compute-request-id: req-30bb5dc9-1be7-40e1-a7e4-ef548e4b1c01 Content-Type: application/json 2018-08-29 05:24:19,293 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89 used request id req-30bb5dc9-1be7-40e1-a7e4-ef548e4b1c01 2018-08-29 05:24:19,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.188229084015s 2018-08-29 05:24:19,293 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89 used request id req-30bb5dc9-1be7-40e1-a7e4-ef548e4b1c01 2018-08-29 05:24:19,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:19,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:19,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-a069f8fe-8cc7-4895-b5e5-de2bf3062c89 x-compute-request-id: req-a069f8fe-8cc7-4895-b5e5-de2bf3062c89 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:75:06", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:23.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "cbaa1e2a-6e15-4549-bcb2-3252ca384a89", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:24:19Z", "hostId": "8ae9cd4755aeb6efd827e15b379d55f51970d0bcef99b06efb28c1fe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:19Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:19,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a069f8fe-8cc7-4895-b5e5-de2bf3062c89 2018-08-29 05:24:19,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.234351873398s 2018-08-29 05:24:19,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a069f8fe-8cc7-4895-b5e5-de2bf3062c89 2018-08-29 05:24:19,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:24:21,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:21,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-ca265adc-36a7-4e2c-8a43-34e0e7473c58 x-compute-request-id: req-ca265adc-36a7-4e2c-8a43-34e0e7473c58 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:15:33Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:21,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ca265adc-36a7-4e2c-8a43-34e0e7473c58 2018-08-29 05:24:21,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343288898468s 2018-08-29 05:24:21,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ca265adc-36a7-4e2c-8a43-34e0e7473c58 2018-08-29 05:24:21,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-29 05:24:21,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:22,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:24: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-1939ac89-e603-439b-be1d-9129c9764604 x-compute-request-id: req-1939ac89-e603-439b-be1d-9129c9764604 Content-Type: application/json 2018-08-29 05:24:22,045 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac used request id req-1939ac89-e603-439b-be1d-9129c9764604 2018-08-29 05:24:22,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.165751934052s 2018-08-29 05:24:22,045 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac used request id req-1939ac89-e603-439b-be1d-9129c9764604 2018-08-29 05:24:22,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:22,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:22,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-d619809b-52b2-45bd-a68e-974737c017c7 x-compute-request-id: req-d619809b-52b2-45bd-a68e-974737c017c7 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:e1:10", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/9543e80a-6d65-4bee-b862-584cb5e7cbac", "rel": "bookmark"}], "image": {"id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "links": [{"href": "http://172.30.9.24:8774/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T05:15:32.000000", "flavor": {"id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "links": [{"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}]}, "id": "9543e80a-6d65-4bee-b862-584cb5e7cbac", "security_groups": [{"name": "default"}], "user_id": "a000ceccb71145dca32d7e79f7d42bea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T05:24:21Z", "hostId": "37b20a3658d55e9bfa66c797840aeff642a5b6b51d1d7dc3b207a8fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "created": "2018-08-29T05:15:27Z", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-29 05:24:22,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d619809b-52b2-45bd-a68e-974737c017c7 2018-08-29 05:24:22,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509994983673s 2018-08-29 05:24:22,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-d619809b-52b2-45bd-a68e-974737c017c7 2018-08-29 05:24:22,558 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-29 05:24:24,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-29 05:24:24,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:24,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-2f2ca7ed-33ca-48ae-8bf8-3206c05b776d x-compute-request-id: req-2f2ca7ed-33ca-48ae-8bf8-3206c05b776d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-29 05:24:24,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2f2ca7ed-33ca-48ae-8bf8-3206c05b776d 2018-08-29 05:24:24,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0827159881592s 2018-08-29 05:24:24,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-2f2ca7ed-33ca-48ae-8bf8-3206c05b776d 2018-08-29 05:24:24,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-29 05:24:24,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63/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}b5939e2c590d1173c1f51727abf922c1a23c7660" -d '{"subnet_id": "146bccb2-cabb-4504-823e-00e2c244394f"}' 2018-08-29 05:24:25,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fae0eb4a-cd44-4d12-8cc4-8108733d6037 Date: Wed, 29 Aug 2018 05:24:25 GMT RESP BODY: {"network_id": "dc65c3da-0263-4de8-91fe-6e3e9b3052da", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "subnet_id": "146bccb2-cabb-4504-823e-00e2c244394f", "subnet_ids": ["146bccb2-cabb-4504-823e-00e2c244394f"], "port_id": "3dd8e501-8679-4694-80f9-62d1d8d6b5c3", "id": "df6eb782-65f4-412a-b395-2ccbbec40c63"} 2018-08-29 05:24:25,701 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63/remove_router_interface.json used request id req-fae0eb4a-cd44-4d12-8cc4-8108733d6037 2018-08-29 05:24:25,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.05662107468s 2018-08-29 05:24:25,702 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63/remove_router_interface.json used request id req-fae0eb4a-cd44-4d12-8cc4-8108733d6037 returning object df6eb782-65f4-412a-b395-2ccbbec40c63 2018-08-29 05:24:25,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-29 05:24:25,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:25,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2473 X-Openstack-Request-Id: req-58eaf029-ffc9-415d-a1a7-356cb0c686a4 Date: Wed, 29 Aug 2018 05:24:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:10Z", "admin_state_up": true, "updated_at": "2018-08-29T05:15:11Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "37daca18-7f02-46e8-981d-1639ea3047fc", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:09Z", "admin_state_up": true, "updated_at": "2018-08-29T05:15:10Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "65741e9b-d37a-4de1-bfa1-4c4ee828bc5d", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:08Z", "admin_state_up": true, "updated_at": "2018-08-29T05:15:09Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "bab625c8-a2a0-42db-a3fb-ba85104baa7e", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:11Z", "admin_state_up": true, "updated_at": "2018-08-29T05:24:25Z", "revision_number": 4, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "df6eb782-65f4-412a-b395-2ccbbec40c63", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:24:25,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-58eaf029-ffc9-415d-a1a7-356cb0c686a4 2018-08-29 05:24:25,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0810990333557s 2018-08-29 05:24:25,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-58eaf029-ffc9-415d-a1a7-356cb0c686a4 2018-08-29 05:24:25,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-29 05:24:25,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63.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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:26,980 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f40954bd-58d3-457f-83ac-30fe35c7b112 Content-Length: 0 Date: Wed, 29 Aug 2018 05:24:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:24:26,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63.json used request id req-f40954bd-58d3-457f-83ac-30fe35c7b112 2018-08-29 05:24:26,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19412302971s 2018-08-29 05:24:26,981 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/df6eb782-65f4-412a-b395-2ccbbec40c63.json used request id req-f40954bd-58d3-457f-83ac-30fe35c7b112 2018-08-29 05:24:26,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 05:24:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:27,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-16aed181-d13b-429d-bb44-a838050354b4 Date: Wed, 29 Aug 2018 05:24:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:15:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"146bccb2-cabb-4504-823e-00e2c244394f","subnetpool_id":null,"name":"vping_userdata-subnet_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:24:27,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-16aed181-d13b-429d-bb44-a838050354b4 2018-08-29 05:24:27,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0542149543762s 2018-08-29 05:24:27,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-16aed181-d13b-429d-bb44-a838050354b4 2018-08-29 05:24:27,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-29 05:24:27,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/146bccb2-cabb-4504-823e-00e2c244394f.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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:29,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8320b33-fbe1-4755-b362-3e0412423ebc Date: Wed, 29 Aug 2018 05:24:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:24:29,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/146bccb2-cabb-4504-823e-00e2c244394f.json used request id req-e8320b33-fbe1-4755-b362-3e0412423ebc 2018-08-29 05:24:29,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.22570896149s 2018-08-29 05:24:29,263 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/146bccb2-cabb-4504-823e-00e2c244394f.json used request id req-e8320b33-fbe1-4755-b362-3e0412423ebc 2018-08-29 05:24:29,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:24:29,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:29,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-7f65a80a-183b-4bac-84ca-96c51c7a99f6 Date: Wed, 29 Aug 2018 05:24:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"updated_at":"2018-08-29T04:49:47Z","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-29T05:24:29Z","tenant_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","created_at":"2018-08-29T05:15:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fd63af4c54d24a4fb8e1b1a68f1cf9bd","id":"dc65c3da-0263-4de8-91fe-6e3e9b3052da","name":"vping_userdata-net_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:24:29,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-7f65a80a-183b-4bac-84ca-96c51c7a99f6 2018-08-29 05:24:29,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.133502006531s 2018-08-29 05:24:29,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-7f65a80a-183b-4bac-84ca-96c51c7a99f6 2018-08-29 05:24:29,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-29 05:24:29,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/dc65c3da-0263-4de8-91fe-6e3e9b3052da.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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:30,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea0b3297-f5b6-42b6-a9e1-2b3293b7fa77 Date: Wed, 29 Aug 2018 05:24:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:24:30,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/dc65c3da-0263-4de8-91fe-6e3e9b3052da.json used request id req-ea0b3297-f5b6-42b6-a9e1-2b3293b7fa77 2018-08-29 05:24:30,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21583604813s 2018-08-29 05:24:30,615 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/dc65c3da-0263-4de8-91fe-6e3e9b3052da.json used request id req-ea0b3297-f5b6-42b6-a9e1-2b3293b7fa77 2018-08-29 05:24:30,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:24:30,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:30,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4a1d572e-729a-4bca-b37d-2467f468fdd7 Date: Wed, 29 Aug 2018 05:24:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "metadata": {}}], "file": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475/file", "owner": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "9821bfce-6314-4edf-9cd4-244ec5a56475", "size": 12716032, "self": "/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/9821bfce-6314-4edf-9cd4-244ec5a56475/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:15:16Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:15:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:24:30,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-4a1d572e-729a-4bca-b37d-2467f468fdd7 2018-08-29 05:24:30,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173466920853s 2018-08-29 05:24:30,789 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-4a1d572e-729a-4bca-b37d-2467f468fdd7 2018-08-29 05:24:30,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-29 05:24:30,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5939e2c590d1173c1f51727abf922c1a23c7660" 2018-08-29 05:24:32,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2806e3cf-7177-4e1f-a9bc-8ac6ad6c7d41 Date: Wed, 29 Aug 2018 05:24:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:24:32,543 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475 used request id req-2806e3cf-7177-4e1f-a9bc-8ac6ad6c7d41 2018-08-29 05:24:32,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.75130391121s 2018-08-29 05:24:32,543 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/9821bfce-6314-4edf-9cd4-244ec5a56475 used request id req-2806e3cf-7177-4e1f-a9bc-8ac6ad6c7d41 2018-08-29 05:24:32,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:24:32,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:32,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24: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-1d889099-c3b9-46bc-928e-2d0c6463e4fa x-compute-request-id: req-1d889099-c3b9-46bc-928e-2d0c6463e4fa Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "92133b52-a0f2-4173-b059-5c425eb9ed53", "name": "vping_userdata-flavor_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:24:32,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-1d889099-c3b9-46bc-928e-2d0c6463e4fa 2018-08-29 05:24:32,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.178018093109s 2018-08-29 05:24:32,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-1d889099-c3b9-46bc-928e-2d0c6463e4fa 2018-08-29 05:24:32,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-29 05:24:32,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:32,766 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:24: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-e44a359c-798a-4857-bfb7-436ffb13899f x-compute-request-id: req-e44a359c-798a-4857-bfb7-436ffb13899f Content-Length: 0 Content-Type: application/json 2018-08-29 05:24:32,766 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53 used request id req-e44a359c-798a-4857-bfb7-436ffb13899f 2018-08-29 05:24:32,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0427610874176s 2018-08-29 05:24:32,767 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/92133b52-a0f2-4173-b059-5c425eb9ed53 used request id req-e44a359c-798a-4857-bfb7-436ffb13899f 2018-08-29 05:24:32,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:24:32,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:32,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d334fc3e-e314-4ec1-aa43-8acf6bda9bf8 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead", "links": {"self": "http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea"}, "domain_id": "default", "enabled": true, "id": "a000ceccb71145dca32d7e79f7d42bea", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:24:32,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-d334fc3e-e314-4ec1-aa43-8acf6bda9bf8 2018-08-29 05:24:32,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.093640089035s 2018-08-29 05:24:32,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-d334fc3e-e314-4ec1-aa43-8acf6bda9bf8 2018-08-29 05:24:32,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:24:32,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:32,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ed328c-4501-4f29-b03c-9835f8ca5e86 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea"}, "enabled": true, "id": "a000ceccb71145dca32d7e79f7d42bea", "options": {}, "domain_id": "default", "name": "vping_userdata-user_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 05:24:32,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea used request id req-e3ed328c-4501-4f29-b03c-9835f8ca5e86 2018-08-29 05:24:32,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902941226959s 2018-08-29 05:24:32,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea used request id req-e3ed328c-4501-4f29-b03c-9835f8ca5e86 2018-08-29 05:24:32,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-29 05:24:32,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:33,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:24:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59001ee1-8e2e-4d4a-8237-9680407b01a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:24:33,167 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea used request id req-59001ee1-8e2e-4d4a-8237-9680407b01a9 2018-08-29 05:24:33,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.20911693573s 2018-08-29 05:24:33,167 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/a000ceccb71145dca32d7e79f7d42bea used request id req-59001ee1-8e2e-4d4a-8237-9680407b01a9 2018-08-29 05:24:33,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:24:33,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:33,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4009e61b-8320-4482-938a-bb20afae31b9 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, "enabled": true, "id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}]} 2018-08-29 05:24:33,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-4009e61b-8320-4482-938a-bb20afae31b9 2018-08-29 05:24:33,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808529853821s 2018-08-29 05:24:33,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-4009e61b-8320-4482-938a-bb20afae31b9 2018-08-29 05:24:33,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-29 05:24:33,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:33,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:24:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2a75c1f-e8a6-473a-8b74-effc013e74ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:24:33,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd used request id req-c2a75c1f-e8a6-473a-8b74-effc013e74ac 2018-08-29 05:24:33,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.128592014313s 2018-08-29 05:24:33,380 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/fd63af4c54d24a4fb8e1b1a68f1cf9bd used request id req-c2a75c1f-e8a6-473a-8b74-effc013e74ac 2018-08-29 05:24:33,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:24:33,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:33,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aea4548-3cbb-4f4a-b5f4-b4c89c1e4441 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "690939f3c17b4e2a814a758cd25eda1e", "links": {"self": "http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:24:33,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3aea4548-3cbb-4f4a-b5f4-b4c89c1e4441 2018-08-29 05:24:33,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828621387482s 2018-08-29 05:24:33,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 05:24:33,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0c561dcaa73613334aa54663fe48930c128dc7d" 2018-08-29 05:24:33,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:24:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-321b0509-955f-4edb-92fa-f3acfc090d6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:24:33,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/690939f3c17b4e2a814a758cd25eda1e used request id req-321b0509-955f-4edb-92fa-f3acfc090d6d 2018-08-29 05:24:33,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110450983047s 2018-08-29 05:24:33,576 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-08-29 05:24:33,629 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:24:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:24:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:24:33,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:24:33,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:24:33,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:24:33,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:24:33,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f1722c-8c24-4e97-886f-b0c43fb7ea68 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:24:33,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d0f1722c-8c24-4e97-886f-b0c43fb7ea68 2018-08-29 05:24:33,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:24:34,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:24:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["vfd-DY13TlWAQnYYoBWPWQ"], "issued_at": "2018-08-29T05:24:34.000000Z"}} 2018-08-29 05:24:34,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:24:34,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:34,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fe3bcf8d-3c71-4704-a43e-49ae3ff8fd28 Date: Wed, 29 Aug 2018 05:24:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:24:34,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fe3bcf8d-3c71-4704-a43e-49ae3ff8fd28 2018-08-29 05:24:34,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.236710071564s 2018-08-29 05:24:34,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fe3bcf8d-3c71-4704-a43e-49ae3ff8fd28 2018-08-29 05:24:34,298 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-29 05:24:39,149 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-29 05:24:38.868 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=389b0587-69ea-488a-90cd-f3095deca2b0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 389b0587-69ea-488a-90cd-f3095deca2b0 | 2018-08-29T05:24:38 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 389b0587-69ea-488a-90cd-f3095deca2b0 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-29 05:24:42,547 - 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-08-29 05:24:42,547 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-29 05:24:47,959 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-29 05:24:46.555 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-29 05:24:46.699 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-29 05:24:47.783 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76) as the default verifier for the future CLI operations. 2018-08-29 05:24:50,860 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-08-29 05:24:50,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-29 05:24:50,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"network": {"shared": true, "name": "tempest_smoke_serial-net_84a46484-a32d-4243-b303-106ab828e4f2", "admin_state_up": true}}' 2018-08-29 05:24:51,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-fde4ed30-15b3-4688-92d9-113913d18a5e Date: Wed, 29 Aug 2018 05:24: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":"8ad7db46-2586-44bd-abcf-d949089f46e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:24:51Z","is_default":false,"provider:segmentation_id":40,"name":"tempest_smoke_serial-net_84a46484-a32d-4243-b303-106ab828e4f2","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T05:24:51Z","mtu":1450}} 2018-08-29 05:24:51,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-fde4ed30-15b3-4688-92d9-113913d18a5e 2018-08-29 05:24:51,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.647540092468s 2018-08-29 05:24:51,509 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-fde4ed30-15b3-4688-92d9-113913d18a5e 2018-08-29 05:24:51,510 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-29T05:24:51Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8ad7db46-2586-44bd-abcf-d949089f46e7', u'provider:segmentation_id': 40, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke_serial-net_84a46484-a32d-4243-b303-106ab828e4f2', u'admin_state_up': True, u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T05:24:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'8331fb80acb1488a84bc7cffea257dab'}) 2018-08-29 05:24:51,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:24:51,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:51,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-49ec55fc-1c9d-444a-8785-55f4ab4ab2cd Date: Wed, 29 Aug 2018 05:24:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8ad7db46-2586-44bd-abcf-d949089f46e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:24:51Z","provider:segmentation_id":40,"name":"tempest_smoke_serial-net_84a46484-a32d-4243-b303-106ab828e4f2","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T05:24:51Z","provider:network_type":"vxlan"}]} 2018-08-29 05:24:51,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-49ec55fc-1c9d-444a-8785-55f4ab4ab2cd 2018-08-29 05:24:51,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231023073196s 2018-08-29 05:24:51,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-49ec55fc-1c9d-444a-8785-55f4ab4ab2cd 2018-08-29 05:24:51,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-29 05:24:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"subnet": {"name": "tempest_smoke_serial-subnet_84a46484-a32d-4243-b303-106ab828e4f2", "enable_dhcp": true, "network_id": "8ad7db46-2586-44bd-abcf-d949089f46e7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-29 05:24:52,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-6456e647-fb38-477f-afbe-9973c0c27967 Date: Wed, 29 Aug 2018 05:24:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ad7db46-2586-44bd-abcf-d949089f46e7","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T05:24:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:24:52Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8331fb80acb1488a84bc7cffea257dab","id":"bc43418d-3f6a-4e2c-84b7-4657ba04c965","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_84a46484-a32d-4243-b303-106ab828e4f2"}} 2018-08-29 05:24:52,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-6456e647-fb38-477f-afbe-9973c0c27967 2018-08-29 05:24:52,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.631762981415s 2018-08-29 05:24:52,376 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-6456e647-fb38-477f-afbe-9973c0c27967 2018-08-29 05:24:52,377 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T05:24:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'bc43418d-3f6a-4e2c-84b7-4657ba04c965', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke_serial-subnet_84a46484-a32d-4243-b303-106ab828e4f2', u'enable_dhcp': True, u'network_id': u'8ad7db46-2586-44bd-abcf-d949089f46e7', u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T05:24:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8331fb80acb1488a84bc7cffea257dab'}) 2018-08-29 05:24:52,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-29 05:24:52,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "tempest_smoke_serial-router_84a46484-a32d-4243-b303-106ab828e4f2", "admin_state_up": true}}' 2018-08-29 05:24:53,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-adaa4c6d-a2f4-4ded-9074-87aebb1071f7 Date: Wed, 29 Aug 2018 05:24:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:24:53Z", "revision_number": 2, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "71f9cfbf-bf78-4a1e-855e-920893180217", "name": "tempest_smoke_serial-router_84a46484-a32d-4243-b303-106ab828e4f2"}} 2018-08-29 05:24:53,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-adaa4c6d-a2f4-4ded-9074-87aebb1071f7 2018-08-29 05:24:53,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34469199181s 2018-08-29 05:24:53,723 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-adaa4c6d-a2f4-4ded-9074-87aebb1071f7 2018-08-29 05:24:53,723 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0c72616c-e4f7-4964-93e6-09fc67b91a5f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'22013455-84e2-490c-9984-e92df445cfbb', u'ip_address': u'172.30.9.220'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T05:24:52Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-29T05:24:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'id': u'71f9cfbf-bf78-4a1e-855e-920893180217', u'name': u'tempest_smoke_serial-router_84a46484-a32d-4243-b303-106ab828e4f2'}) 2018-08-29 05:24:53,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-29 05:24:53,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217/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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"subnet_id": "bc43418d-3f6a-4e2c-84b7-4657ba04c965"}' 2018-08-29 05:24:55,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-71463933-4927-4cc7-8fed-e0ed88d21e55 Date: Wed, 29 Aug 2018 05:24:55 GMT RESP BODY: {"network_id": "8ad7db46-2586-44bd-abcf-d949089f46e7", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "bc43418d-3f6a-4e2c-84b7-4657ba04c965", "subnet_ids": ["bc43418d-3f6a-4e2c-84b7-4657ba04c965"], "port_id": "f0a7f751-a8f3-4ea0-b8cc-1cf96a06f3b9", "id": "71f9cfbf-bf78-4a1e-855e-920893180217"} 2018-08-29 05:24:55,233 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217/add_router_interface.json used request id req-71463933-4927-4cc7-8fed-e0ed88d21e55 2018-08-29 05:24:55,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50976204872s 2018-08-29 05:24:55,234 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217/add_router_interface.json used request id req-71463933-4927-4cc7-8fed-e0ed88d21e55 returning object 71f9cfbf-bf78-4a1e-855e-920893180217 2018-08-29 05:24:55,234 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:24:55,366 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-29 05:24:55,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:55,373 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 29 Aug 2018 05:24:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-08-29 05:24:55,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:24:55,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:55,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3f67a3c3-7db8-4163-a23e-7d02d491023b Date: Wed, 29 Aug 2018 05:24:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:24:55,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-3f67a3c3-7db8-4163-a23e-7d02d491023b 2018-08-29 05:24:55,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165740966797s 2018-08-29 05:24:55,543 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-3f67a3c3-7db8-4163-a23e-7d02d491023b 2018-08-29 05:24:55,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-29 05:24:55,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2"}' 2018-08-29 05:24:55,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea X-Openstack-Request-Id: req-1482414f-6616-4a88-9f72-04accd3987e5 Date: Wed, 29 Aug 2018 05:24:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "d4f89014-4aa0-4c12-977b-41876fdafdea", "size": null, "self": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": null, "created_at": "2018-08-29T05:24:55Z", "protected": false} 2018-08-29 05:24:55,775 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-1482414f-6616-4a88-9f72-04accd3987e5 2018-08-29 05:24:55,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.230360031128s 2018-08-29 05:24:55,775 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-1482414f-6616-4a88-9f72-04accd3987e5 returning object d4f89014-4aa0-4c12-977b-41876fdafdea 2018-08-29 05:24:55,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-29 05:24:55,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '' 2018-08-29 05:24:57,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7b292df-a2be-4594-ac86-561a0ea63473 Date: Wed, 29 Aug 2018 05:24:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:24:57,288 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file used request id req-b7b292df-a2be-4594-ac86-561a0ea63473 2018-08-29 05:24:57,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.51219177246s 2018-08-29 05:24:57,289 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file used request id req-b7b292df-a2be-4594-ac86-561a0ea63473 2018-08-29 05:24:57,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:24:57,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:57,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-e675448c-44d6-4325-988a-c1f9e40e7df6 Date: Wed, 29 Aug 2018 05:24:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "metadata": {}}], "file": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "d4f89014-4aa0-4c12-977b-41876fdafdea", "size": 12716032, "self": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:57Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:24:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:24:57,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e675448c-44d6-4325-988a-c1f9e40e7df6 2018-08-29 05:24:57,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170657157898s 2018-08-29 05:24:57,460 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e675448c-44d6-4325-988a-c1f9e40e7df6 2018-08-29 05:24:57,462 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file', 'owner': u'8331fb80acb1488a84bc7cffea257dab', 'id': u'd4f89014-4aa0-4c12-977b-41876fdafdea', 'size': 12716032, u'self': u'/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8331fb80acb1488a84bc7cffea257dab', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-29T05:24:57Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-29T05:24:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2', 'created': u'2018-08-29T05:24:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-29T05:24:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-29 05:24:57,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-29 05:24:57,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_84a46484-a32d-4243-b303-106ab828e4f2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-29 05:24:57,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4804496d-2258-41ac-8da5-96cfaf68bcad x-compute-request-id: req-4804496d-2258-41ac-8da5-96cfaf68bcad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "name": "tempest_smoke_serial-flavor_84a46484-a32d-4243-b303-106ab828e4f2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:24:57,659 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4804496d-2258-41ac-8da5-96cfaf68bcad 2018-08-29 05:24:57,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.195838928223s 2018-08-29 05:24:57,660 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4804496d-2258-41ac-8da5-96cfaf68bcad returning object 4b368c32-5a6c-4e3f-bd4d-fcbd57599b46 2018-08-29 05:24:57,661 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_84a46484-a32d-4243-b303-106ab828e4f2', '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'8331fb80acb1488a84bc7cffea257dab', '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'4b368c32-5a6c-4e3f-bd4d-fcbd57599b46', 'swap': 0}) 2018-08-29 05:24:57,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-29 05:24:57,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46/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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"extra_specs": {}}' 2018-08-29 05:24:57,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dcb71247-16f1-468b-b6d1-b98789b217a4 x-compute-request-id: req-dcb71247-16f1-468b-b6d1-b98789b217a4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:24:57,691 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46/os-extra_specs used request id req-dcb71247-16f1-468b-b6d1-b98789b217a4 2018-08-29 05:24:57,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0293629169464s 2018-08-29 05:24:57,691 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46/os-extra_specs used request id req-dcb71247-16f1-468b-b6d1-b98789b217a4 2018-08-29 05:24:57,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:24:57,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:57,703 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:24: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:24:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:57,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f8ab8d7-8d00-4d4d-a717-b5ef38f3bd59 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:24:57,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-6f8ab8d7-8d00-4d4d-a717-b5ef38f3bd59 2018-08-29 05:24:57,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.174407958984s 2018-08-29 05:24:57,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:24:57,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:57,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3cf765a-c098-4e0c-8ce5-17b6bd90ea6d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:24:57,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-c3cf765a-c098-4e0c-8ce5-17b6bd90ea6d 2018-08-29 05:24:57,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869309902191s 2018-08-29 05:24:57,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-29 05:24:57,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:57,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:24:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7de9c686-0d81-4605-9adc-0a4e86e14f6e x-compute-request-id: req-7de9c686-0d81-4605-9adc-0a4e86e14f6e Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 05:24:57,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-7de9c686-0d81-4605-9adc-0a4e86e14f6e 2018-08-29 05:24:57,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0399661064148s 2018-08-29 05:24:57,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-7de9c686-0d81-4605-9adc-0a4e86e14f6e 2018-08-29 05:24:58,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:24:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:58,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-259a2785-697e-4e24-b4c0-2f38a99df111 Date: Wed, 29 Aug 2018 05:24:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "metadata": {}}], "file": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "d4f89014-4aa0-4c12-977b-41876fdafdea", "size": 12716032, "self": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:57Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:24:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:24:58,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-259a2785-697e-4e24-b4c0-2f38a99df111 2018-08-29 05:24:58,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167980909348s 2018-08-29 05:24:58,168 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-259a2785-697e-4e24-b4c0-2f38a99df111 2018-08-29 05:24:58,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-29 05:24:58,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2"}' 2018-08-29 05:24:58,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f X-Openstack-Request-Id: req-83d83449-0453-419b-8be1-141bc70f7a6d Date: Wed, 29 Aug 2018 05:24:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "67a0913a-4c63-4a25-b723-bd602a38c94f", "size": null, "self": "/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": null, "created_at": "2018-08-29T05:24:58Z", "protected": false} 2018-08-29 05:24:58,414 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-83d83449-0453-419b-8be1-141bc70f7a6d 2018-08-29 05:24:58,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.243786096573s 2018-08-29 05:24:58,415 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-83d83449-0453-419b-8be1-141bc70f7a6d returning object 67a0913a-4c63-4a25-b723-bd602a38c94f 2018-08-29 05:24:58,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-29 05:24:58,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f/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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '' 2018-08-29 05:24:59,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-28f2857f-75cb-4606-91a8-3e8209e7aca1 Date: Wed, 29 Aug 2018 05:24:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:24:59,378 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f/file used request id req-28f2857f-75cb-4606-91a8-3e8209e7aca1 2018-08-29 05:24:59,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.962761878967s 2018-08-29 05:24:59,379 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f/file used request id req-28f2857f-75cb-4606-91a8-3e8209e7aca1 2018-08-29 05:24:59,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:24:59,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:24:59,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-666c92f7-0fc1-4fd6-8b5b-85ba4afff8e6 Date: Wed, 29 Aug 2018 05:24:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/67a0913a-4c63-4a25-b723-bd602a38c94f/snap", "metadata": {}}], "file": "/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "67a0913a-4c63-4a25-b723-bd602a38c94f", "size": 12716032, "self": "/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/67a0913a-4c63-4a25-b723-bd602a38c94f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:24:58Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "metadata": {}}], "file": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "d4f89014-4aa0-4c12-977b-41876fdafdea", "size": 12716032, "self": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:57Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:24:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:24:59,402 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-666c92f7-0fc1-4fd6-8b5b-85ba4afff8e6 2018-08-29 05:24:59,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0231070518494s 2018-08-29 05:24:59,403 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-666c92f7-0fc1-4fd6-8b5b-85ba4afff8e6 2018-08-29 05:24:59,405 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/67a0913a-4c63-4a25-b723-bd602a38c94f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f/file', 'owner': u'8331fb80acb1488a84bc7cffea257dab', 'id': u'67a0913a-4c63-4a25-b723-bd602a38c94f', 'size': 12716032, u'self': u'/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8331fb80acb1488a84bc7cffea257dab', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/67a0913a-4c63-4a25-b723-bd602a38c94f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-29T05:24:59Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-29T05:24:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2', 'created': u'2018-08-29T05:24:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-29T05:24:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_84a46484-a32d-4243-b303-106ab828e4f2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-29 05:24:59,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-29 05:24:59,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_84a46484-a32d-4243-b303-106ab828e4f2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-29 05:24:59,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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-aa63b379-73b6-40f3-96fe-1b59a0b282e6 x-compute-request-id: req-aa63b379-73b6-40f3-96fe-1b59a0b282e6 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1b39a610-53a6-4462-b6b3-e37668d1465f", "name": "tempest_smoke_serial-flavor_alt_84a46484-a32d-4243-b303-106ab828e4f2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:24:59,479 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-aa63b379-73b6-40f3-96fe-1b59a0b282e6 2018-08-29 05:24:59,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0730109214783s 2018-08-29 05:24:59,480 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-aa63b379-73b6-40f3-96fe-1b59a0b282e6 returning object 1b39a610-53a6-4462-b6b3-e37668d1465f 2018-08-29 05:24:59,481 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_84a46484-a32d-4243-b303-106ab828e4f2', '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'8331fb80acb1488a84bc7cffea257dab', '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'1b39a610-53a6-4462-b6b3-e37668d1465f', 'swap': 0}) 2018-08-29 05:24:59,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-29 05:24:59,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f/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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"extra_specs": {}}' 2018-08-29 05:24:59,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05: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 x-openstack-request-id: req-8e3ffa84-5f97-41b7-b728-1b75035b968d x-compute-request-id: req-8e3ffa84-5f97-41b7-b728-1b75035b968d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:24:59,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f/os-extra_specs used request id req-8e3ffa84-5f97-41b7-b728-1b75035b968d 2018-08-29 05:24:59,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211350917816s 2018-08-29 05:24:59,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f/os-extra_specs used request id req-8e3ffa84-5f97-41b7-b728-1b75035b968d 2018-08-29 05:24:59,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_84a46484-a32d-4243-b303-106ab828e4f2', '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'8331fb80acb1488a84bc7cffea257dab', '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'1b39a610-53a6-4462-b6b3-e37668d1465f', 'swap': 0}) 2018-08-29 05:25:02,630 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-29 05:25:01.615 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76) for deployment 'opnfv-rally' (UUID=389b0587-69ea-488a-90cd-f3095deca2b0). 2018-08-29 05:25:02.466 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76) has been successfully configured for deployment 'opnfv-rally' (UUID=389b0587-69ea-488a-90cd-f3095deca2b0)! 2018-08-29 05:25:02,630 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-29 05:25:02,631 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-29 05:25:02,634 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-29 05:25:02,637 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-29 05:25:05,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ec34b500-39d8-4edf-8a8c-f3b2ed88ba76/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-08-29 05:25:05,839 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-29 05:25:05,856 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-29 05:25:05,856 - 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-08-29 05:25:08,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:08.017 51 INFO rally.api [-] Starting verification (UUID=d9108e36-7094-48ab-8a36-bb66b9cc3787) for deployment 'opnfv-rally' (UUID=389b0587-69ea-488a-90cd-f3095deca2b0) by verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76). 2018-08-29 05:25:08,019 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d9108e36-7094-48ab-8a36-bb66b9cc3787 2018-08-29 05:25:14,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:14.846 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.174s] 2018-08-29 05:25:14,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:14.905 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-08-29 05:25:21,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:21.581 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.280s] 2018-08-29 05:25:24,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:24.318 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.736s] 2018-08-29 05:25:37,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:37.170 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.748s] 2018-08-29 05:25:52,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:25:52.874 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.037s] 2018-08-29 05:26:27,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:26:27.545 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.062s] 2018-08-29 05:26:27,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:26:27.547 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-29 05:26:59,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:26:59.025 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2018-08-29 05:26:59,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:26:59.027 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-29 05:27:27,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:27:27.346 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-08-29 05:27:27,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:27:27.348 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-29 05:31:05,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:05.370 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [189.243s] 2018-08-29 05:31:28,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:28.084 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.055s] 2018-08-29 05:31:28,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:28.192 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.107s] 2018-08-29 05:31:36,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:36.295 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.676s] 2018-08-29 05:31:36,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:36.305 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-08-29 05:31:37,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:37.874 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-29 05:31:37,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:37.875 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-29 05:31:41,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:41.864 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.464s] 2018-08-29 05:31:48,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:48.501 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.072s] 2018-08-29 05:31:55,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:31:55.071 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.654s] 2018-08-29 05:32:02,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:02.924 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.526s] 2018-08-29 05:32:12,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:12.386 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.158s] 2018-08-29 05:32:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:18.443 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.373s] 2018-08-29 05:32:24,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:24.495 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.200s] 2018-08-29 05:32:31,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:31.746 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.491s] 2018-08-29 05:32:40,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:40.238 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.545s] 2018-08-29 05:32:48,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:48.492 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.862s] 2018-08-29 05:32:51,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:51.030 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-29 05:32:53,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:53.057 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-08-29 05:32:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:53.135 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-08-29 05:32:53,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:53.205 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.070s] 2018-08-29 05:32:53,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:53.211 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-08-29 05:32:57,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:57.562 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.642s] 2018-08-29 05:32:59,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:32:59.258 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.694s] 2018-08-29 05:33:01,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:01.087 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.828s] 2018-08-29 05:33:07,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:07.954 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-08-29 05:33:15,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:15.188 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.877s] 2018-08-29 05:33:28,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:28.942 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.330s] 2018-08-29 05:33:32,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:32.041 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.097s] 2018-08-29 05:33:43,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:43.740 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.203s] 2018-08-29 05:33:47,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:47.392 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.651s] 2018-08-29 05:33:54,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:33:54.422 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.028s] 2018-08-29 05:34:04,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:04.435 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.991s] 2018-08-29 05:34:07,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:07.825 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.389s] 2018-08-29 05:34:14,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:14.118 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.292s] 2018-08-29 05:34:31,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:31.292 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.176s] 2018-08-29 05:34:31,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:31.587 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.294s] 2018-08-29 05:34:31,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:31.930 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.342s] 2018-08-29 05:34:32,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:32.025 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.095s] 2018-08-29 05:34:32,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:32.280 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.254s] 2018-08-29 05:34:32,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:32.475 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.195s] 2018-08-29 05:34:47,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:47.648 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.760s] 2018-08-29 05:34:48,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:48.135 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.487s] 2018-08-29 05:34:48,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:48.394 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.258s] 2018-08-29 05:34:48,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:48.605 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.210s] 2018-08-29 05:34:48,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:48.851 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.245s] 2018-08-29 05:34:48,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:34:48.909 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.058s] 2018-08-29 05:35:02,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:02.443 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.035s] 2018-08-29 05:35:08,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:08.707 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.263s] 2018-08-29 05:35:10,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:10.385 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.677s] 2018-08-29 05:35:10,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:10.725 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.340s] 2018-08-29 05:35:10,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:10.928 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.203s] 2018-08-29 05:35:23,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:23.591 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.146s] 2018-08-29 05:35:30,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:30.381 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.789s] 2018-08-29 05:35:32,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:32.297 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.916s] 2018-08-29 05:35:32,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:32.506 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2018-08-29 05:35:32,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:32.561 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.055s] 2018-08-29 05:35:47,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:47.379 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [8.914s] 2018-08-29 05:35:53,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:53.025 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.645s] 2018-08-29 05:35:57,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:35:57.808 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.783s] 2018-08-29 05:36:00,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:00.941 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.131s] 2018-08-29 05:36:26,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:26.554 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.531s] 2018-08-29 05:36:32,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:32.012 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.458s] 2018-08-29 05:36:36,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:36.768 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.754s] 2018-08-29 05:36:39,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:39.978 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.209s] 2018-08-29 05:36:57,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:57.286 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.749s] 2018-08-29 05:36:59,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:59.662 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.374s] 2018-08-29 05:36:59,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:36:59.707 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2018-08-29 05:37:04,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:04.592 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.615s] 2018-08-29 05:37:07,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:07.321 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.727s] 2018-08-29 05:37:07,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:07.515 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.197s] 2018-08-29 05:37:11,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:11.815 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.154s] 2018-08-29 05:37:15,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:15.203 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-29 05:37:16,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:16.580 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-08-29 05:37:16,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:16.582 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-08-29 05:37:16,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:16.582 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-08-29 05:37:16,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:16.583 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-08-29 05:37:16,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:16.584 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-08-29 05:37:18,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:18.545 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-08-29 05:37:36,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:36.614 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.632s] 2018-08-29 05:37:49,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:37:49.319 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.155s] 2018-08-29 05:38:01,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:38:01.890 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.569s] 2018-08-29 05:38:11,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:38:11.018 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-08-29 05:41:51,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:41:51.436 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [213.566s] 2018-08-29 05:45:31,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:45:31.228 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [211.317s] 2018-08-29 05:46:15,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-29 05:46:15.272 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.446s] 2018-08-29 05:46:32,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d9108e36-7094-48ab-8a36-bb66b9cc3787 2018-08-29 05:46:32,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd9108e36-7094-48ab-8a36-bb66b9cc3787']'. 2018-08-29 05:46:33,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-29 05:46:33,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-29 05:46:33,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d9108e36-7094-48ab-8a36-bb66b9cc3787 | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-29 05:25:07 | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-29 05:46:32 | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:21:25 | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-29 05:46:33,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ec34b500-39d8-4edf-8a8c-f3b2ed88ba76) | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 389b0587-69ea-488a-90cd-f3095deca2b0) | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1262.571 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 87 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-29 05:46:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-29 05:46:33,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-29 05:46:33,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-29 05:46:33,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 96.6666666667% 2018-08-29 05:46:33,734 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 05:46:33,735 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 21:43 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-08-29 05:46:33,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-29 05:46:33,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:34,570 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd0827f7-4b6f-4d01-befa-6a09cd57a93a Date: Wed, 29 Aug 2018 05:46:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:46:34,571 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f used request id req-fd0827f7-4b6f-4d01-befa-6a09cd57a93a 2018-08-29 05:46:34,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.831513881683s 2018-08-29 05:46:34,571 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/67a0913a-4c63-4a25-b723-bd602a38c94f used request id req-fd0827f7-4b6f-4d01-befa-6a09cd57a93a 2018-08-29 05:46:34,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:46:34,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:34,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df163cd3-e2b1-407f-9d89-a49dd663d062 x-compute-request-id: req-df163cd3-e2b1-407f-9d89-a49dd663d062 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "1b39a610-53a6-4462-b6b3-e37668d1465f", "name": "tempest_smoke_serial-flavor_alt_84a46484-a32d-4243-b303-106ab828e4f2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "name": "tempest_smoke_serial-flavor_84a46484-a32d-4243-b303-106ab828e4f2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:46:34,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-df163cd3-e2b1-407f-9d89-a49dd663d062 2018-08-29 05:46:34,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.177675962448s 2018-08-29 05:46:34,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-df163cd3-e2b1-407f-9d89-a49dd663d062 2018-08-29 05:46:34,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-29 05:46:34,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:34,800 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:46:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9140a8cf-a1ec-47a0-bca9-ecb22d869efc x-compute-request-id: req-9140a8cf-a1ec-47a0-bca9-ecb22d869efc Content-Length: 0 Content-Type: application/json 2018-08-29 05:46:34,800 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f used request id req-9140a8cf-a1ec-47a0-bca9-ecb22d869efc 2018-08-29 05:46:34,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0475339889526s 2018-08-29 05:46:34,800 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/1b39a610-53a6-4462-b6b3-e37668d1465f used request id req-9140a8cf-a1ec-47a0-bca9-ecb22d869efc 2018-08-29 05:46:34,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-29 05:46:34,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217/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}729b2622f48480e04cecfbac4410631bcbc557e3" -d '{"subnet_id": "bc43418d-3f6a-4e2c-84b7-4657ba04c965"}' 2018-08-29 05:46:36,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a79f738f-72fe-4c33-91bb-7a88bd31bef5 Date: Wed, 29 Aug 2018 05:46:36 GMT RESP BODY: {"network_id": "8ad7db46-2586-44bd-abcf-d949089f46e7", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "bc43418d-3f6a-4e2c-84b7-4657ba04c965", "subnet_ids": ["bc43418d-3f6a-4e2c-84b7-4657ba04c965"], "port_id": "f0a7f751-a8f3-4ea0-b8cc-1cf96a06f3b9", "id": "71f9cfbf-bf78-4a1e-855e-920893180217"} 2018-08-29 05:46:36,003 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217/remove_router_interface.json used request id req-a79f738f-72fe-4c33-91bb-7a88bd31bef5 2018-08-29 05:46:36,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.2026758194s 2018-08-29 05:46:36,004 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217/remove_router_interface.json used request id req-a79f738f-72fe-4c33-91bb-7a88bd31bef5 returning object 71f9cfbf-bf78-4a1e-855e-920893180217 2018-08-29 05:46:36,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-29 05:46:36,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:36,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11561 X-Openstack-Request-Id: req-7ee5925c-de84-47b7-b85e-65b7bb5f87ae Date: Wed, 29 Aug 2018 05:46:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:49Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "18dae1f1-aee7-4b77-8261-b56aa6aa3a79", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:17Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2c0ee0a4-9fa7-4c56-804f-5523743fcaae", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:11Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "37daca18-7f02-46e8-981d-1639ea3047fc", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:11Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "3ce26ac7-df56-42a8-a2b9-24a0d08fea7b", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:50Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "4980f1f3-9a67-4818-98be-cbaf260a7309", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:18Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4db620b3-f295-4c89-9ab3-8ad0cc8013d7", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:10Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "65741e9b-d37a-4de1-bfa1-4c4ee828bc5d", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:12Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6c9cc7ac-f3d3-4885-9d60-10380a866e62", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:21Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T05:33:22Z", "revision_number": 2, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "6ed49762-d18f-4187-a0e9-f9336431a47f", "name": "tempest-FloatingIPTestJSON-router-2142651512"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:46:35Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "71f9cfbf-bf78-4a1e-855e-920893180217", "name": "tempest_smoke_serial-router_84a46484-a32d-4243-b303-106ab828e4f2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:25Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:19Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "930a4ff1-5213-4ecf-932f-34964cf05974", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T05:33:20Z", "revision_number": 2, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "9f28a0b9-304b-4ea5-b000-3aabe9720642", "name": "tempest-FloatingIPTestJSON-router-2142651512"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:13Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae564aa3-d8a4-4352-8a4e-d4e0eea7d657", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:09Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "bab625c8-a2a0-42db-a3fb-ba85104baa7e", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:52Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bcb0308f-1a3d-40ff-9f9f-ae344b754e22", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:26Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bea34f1a-9f49-4fc6-b060-fadbc805f61a", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:51Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "de8815fc-27e6-4d54-9238-9b425dd7d5ae", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 05:46:36,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7ee5925c-de84-47b7-b85e-65b7bb5f87ae 2018-08-29 05:46:36,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.232974052429s 2018-08-29 05:46:36,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7ee5925c-de84-47b7-b85e-65b7bb5f87ae 2018-08-29 05:46:36,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-29 05:46:36,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217.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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:37,501 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-009a8e44-c381-435c-9729-70d88080b39e Content-Length: 0 Date: Wed, 29 Aug 2018 05:46:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:46:37,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217.json used request id req-009a8e44-c381-435c-9729-70d88080b39e 2018-08-29 05:46:37,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.2589161396s 2018-08-29 05:46:37,502 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/71f9cfbf-bf78-4a1e-855e-920893180217.json used request id req-009a8e44-c381-435c-9729-70d88080b39e 2018-08-29 05:46:37,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 05:46:37,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:37,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1302 X-Openstack-Request-Id: req-265977c6-593f-4edb-bc21-8d6fb846600f Date: Wed, 29 Aug 2018 05:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ad7db46-2586-44bd-abcf-d949089f46e7","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T05:24:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:24:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8331fb80acb1488a84bc7cffea257dab","id":"bc43418d-3f6a-4e2c-84b7-4657ba04c965","subnetpool_id":null,"name":"tempest_smoke_serial-subnet_84a46484-a32d-4243-b303-106ab828e4f2"}]} 2018-08-29 05:46:37,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-265977c6-593f-4edb-bc21-8d6fb846600f 2018-08-29 05:46:37,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0514390468597s 2018-08-29 05:46:37,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-265977c6-593f-4edb-bc21-8d6fb846600f 2018-08-29 05:46:37,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-29 05:46:37,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/bc43418d-3f6a-4e2c-84b7-4657ba04c965.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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:39,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3264fc4-6e4d-44e8-88a8-3eaaf7c64189 Date: Wed, 29 Aug 2018 05:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:46:39,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/bc43418d-3f6a-4e2c-84b7-4657ba04c965.json used request id req-b3264fc4-6e4d-44e8-88a8-3eaaf7c64189 2018-08-29 05:46:39,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25958609581s 2018-08-29 05:46:39,816 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/bc43418d-3f6a-4e2c-84b7-4657ba04c965.json used request id req-b3264fc4-6e4d-44e8-88a8-3eaaf7c64189 2018-08-29 05:46:39,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:46:39,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:40,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1363 X-Openstack-Request-Id: req-562e7d94-5f78-43b0-ac56-6f6c38ef80cd Date: Wed, 29 Aug 2018 05:46:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8ad7db46-2586-44bd-abcf-d949089f46e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:46:39Z","provider:segmentation_id":40,"name":"tempest_smoke_serial-net_84a46484-a32d-4243-b303-106ab828e4f2","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T05:24:51Z","provider:network_type":"vxlan"}]} 2018-08-29 05:46:40,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-562e7d94-5f78-43b0-ac56-6f6c38ef80cd 2018-08-29 05:46:40,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.397617101669s 2018-08-29 05:46:40,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-562e7d94-5f78-43b0-ac56-6f6c38ef80cd 2018-08-29 05:46:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-29 05:46:40,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/8ad7db46-2586-44bd-abcf-d949089f46e7.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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:41,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b735e57-e80a-4d2b-b779-41dce2dd233f Date: Wed, 29 Aug 2018 05:46:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 05:46:41,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8ad7db46-2586-44bd-abcf-d949089f46e7.json used request id req-3b735e57-e80a-4d2b-b779-41dce2dd233f 2018-08-29 05:46:41,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2936270237s 2018-08-29 05:46:41,510 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8ad7db46-2586-44bd-abcf-d949089f46e7.json used request id req-3b735e57-e80a-4d2b-b779-41dce2dd233f 2018-08-29 05:46:41,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:46:41,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:41,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-edfbee04-e8f8-477a-9749-ff5c6267a24e Date: Wed, 29 Aug 2018 05:46:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "metadata": {}}], "file": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea/file", "owner": "8331fb80acb1488a84bc7cffea257dab", "id": "d4f89014-4aa0-4c12-977b-41876fdafdea", "size": 12716032, "self": "/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/d4f89014-4aa0-4c12-977b-41876fdafdea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:24:57Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_84a46484-a32d-4243-b303-106ab828e4f2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:24:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:46:41,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-edfbee04-e8f8-477a-9749-ff5c6267a24e 2018-08-29 05:46:41,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168286085129s 2018-08-29 05:46:41,679 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-edfbee04-e8f8-477a-9749-ff5c6267a24e 2018-08-29 05:46:41,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-29 05:46:41,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:43,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4bceb518-acd9-4728-80f7-4755b12e4ed6 Date: Wed, 29 Aug 2018 05:46:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:46:43,719 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea used request id req-4bceb518-acd9-4728-80f7-4755b12e4ed6 2018-08-29 05:46:43,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.03877902031s 2018-08-29 05:46:43,720 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/d4f89014-4aa0-4c12-977b-41876fdafdea used request id req-4bceb518-acd9-4728-80f7-4755b12e4ed6 2018-08-29 05:46:43,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 05:46:43,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:43,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bfee4ab-89c0-4e06-bee8-b1ef2eb5a377 x-compute-request-id: req-1bfee4ab-89c0-4e06-bee8-b1ef2eb5a377 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4b368c32-5a6c-4e3f-bd4d-fcbd57599b46", "name": "tempest_smoke_serial-flavor_84a46484-a32d-4243-b303-106ab828e4f2", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 05:46:43,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-1bfee4ab-89c0-4e06-bee8-b1ef2eb5a377 2018-08-29 05:46:43,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336120128632s 2018-08-29 05:46:43,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-1bfee4ab-89c0-4e06-bee8-b1ef2eb5a377 2018-08-29 05:46:43,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-29 05:46:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}729b2622f48480e04cecfbac4410631bcbc557e3" 2018-08-29 05:46:43,800 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 05:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bb6903f-6280-44dc-b7ac-2b8351cab288 x-compute-request-id: req-0bb6903f-6280-44dc-b7ac-2b8351cab288 Content-Length: 0 Content-Type: application/json 2018-08-29 05:46:43,800 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46 used request id req-0bb6903f-6280-44dc-b7ac-2b8351cab288 2018-08-29 05:46:43,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0438208580017s 2018-08-29 05:46:43,800 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/4b368c32-5a6c-4e3f-bd4d-fcbd57599b46 used request id req-0bb6903f-6280-44dc-b7ac-2b8351cab288 2018-08-29 05:46:43,800 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-08-29 05:46:43,854 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-29 05:46:43,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:46:43,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:46:43,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:46:43,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:46:43,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148a79a7-a821-41ae-ac1f-5eaebd31dfad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:46:43,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-148a79a7-a821-41ae-ac1f-5eaebd31dfad 2018-08-29 05:46:43,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:46:44,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:46:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["thlCbE0fT12uGUCwz6CHCA"], "issued_at": "2018-08-29T05:46:44.000000Z"}} 2018-08-29 05:46:44,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:46:44,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:44,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a73fe6bc-9e6c-4b30-ab76-c2d7681fca6e Date: Wed, 29 Aug 2018 05:46:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 05:46:44,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a73fe6bc-9e6c-4b30-ab76-c2d7681fca6e 2018-08-29 05:46:44,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229329109192s 2018-08-29 05:46:44,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a73fe6bc-9e6c-4b30-ab76-c2d7681fca6e 2018-08-29 05:46:44,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-08-29 05:46:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:44,536 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 05:46: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 05:46:44,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:44,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0830a9-1ed4-451d-bc65-e2e92b10dd8b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.24:5000/v3/domains/3e0ca93d57fd4bc085ad22d5c98fa54c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "3e0ca93d57fd4bc085ad22d5c98fa54c"}, {"links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-29 05:46:44,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-4b0830a9-1ed4-451d-bc65-e2e92b10dd8b 2018-08-29 05:46:44,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0888230800629s 2018-08-29 05:46:44,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-29 05:46:44,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439"}}' 2018-08-29 05:46:44,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:46:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93f55963-57fd-4e91-8870-5936857a9a66 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.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea"}, "enabled": true, "id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439"}} 2018-08-29 05:46:44,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-93f55963-57fd-4e91-8870-5936857a9a66 2018-08-29 05:46:44,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102204084396s 2018-08-29 05:46:44,721 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-93f55963-57fd-4e91-8870-5936857a9a66 2018-08-29 05:46:44,721 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439', 'id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', '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-08-29 05:46:44,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-08-29 05:46:45,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.422304153442s 2018-08-29 05:46:45,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f28924e1-2dbb-45d9-853d-27313ba96746 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729"}, "enabled": true, "id": "13d1bab3f3b44b90a6882182f2534729", "options": {}, "domain_id": "default", "name": "rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439"}} 2018-08-29 05:46:45,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 used request id req-f28924e1-2dbb-45d9-853d-27313ba96746 2018-08-29 05:46:45,241 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'13d1bab3f3b44b90a6882182f2534729', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439'}) 2018-08-29 05:46:45,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:46:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8443015-94ab-4ddb-97a2-5c72a33cfa27 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:46:45,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b8443015-94ab-4ddb-97a2-5c72a33cfa27 2018-08-29 05:46:45,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082160949707s 2018-08-29 05:46:45,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:46:45,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f88187f-e1a4-4cc1-8ef3-f90558388020 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:46:45,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-1f88187f-e1a4-4cc1-8ef3-f90558388020 2018-08-29 05:46:45,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0875911712646s 2018-08-29 05:46:45,414 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 05:46:45,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-08-29 05:46:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" -d '{"role": {"name": "Member"}}' 2018-08-29 05:46:45,522 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-710e65f7-1a28-4c68-842a-cd37bd4f930a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "449029edc0b54f9c9f9face00cd11bdc", "links": {"self": "http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc"}, "name": "Member"}} 2018-08-29 05:46:45,522 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-710e65f7-1a28-4c68-842a-cd37bd4f930a 2018-08-29 05:46:45,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108201026917s 2018-08-29 05:46:45,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444cea4b-a0db-42e2-a622-be7b2db2dec3 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc"}, "domain_id": null, "name": "Member", "id": "449029edc0b54f9c9f9face00cd11bdc"}} 2018-08-29 05:46:45,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc used request id req-444cea4b-a0db-42e2-a622-be7b2db2dec3 2018-08-29 05:46:45,604 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc'}, 'domain_id': None, 'human_id': None, 'id': u'449029edc0b54f9c9f9face00cd11bdc', 'HUMAN_ID': False}) 2018-08-29 05:46:45,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:46:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f888cfb-2ddf-4d7e-b3e5-0e8c19a05bce Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "449029edc0b54f9c9f9face00cd11bdc", "links": {"self": "http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:46:45,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-5f888cfb-2ddf-4d7e-b3e5-0e8c19a05bce 2018-08-29 05:46:45,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756061077118s 2018-08-29 05:46:45,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:46:45,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80695eff-578e-428b-9e91-9f28673249d4 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:46:45,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-80695eff-578e-428b-9e91-9f28673249d4 2018-08-29 05:46:45,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806019306183s 2018-08-29 05:46:45,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:46:45,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b1944e7-c88f-4c6f-8f17-654023b3713a Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439", "links": {"self": "http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729"}, "domain_id": "default", "enabled": true, "id": "13d1bab3f3b44b90a6882182f2534729", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:46:45,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-1b1944e7-c88f-4c6f-8f17-654023b3713a 2018-08-29 05:46:45,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101361036301s 2018-08-29 05:46:45,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-1b1944e7-c88f-4c6f-8f17-654023b3713a 2018-08-29 05:46:45,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:46:45,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:45,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c35a3a4-0cae-489d-bf0d-71e8d2a17ddc Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea"}, "enabled": true, "id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:46:45,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-0c35a3a4-0cae-489d-bf0d-71e8d2a17ddc 2018-08-29 05:46:45,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0750160217285s 2018-08-29 05:46:45,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-0c35a3a4-0cae-489d-bf0d-71e8d2a17ddc 2018-08-29 05:46:45,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:46:45,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=13d1bab3f3b44b90a6882182f2534729&scope.project.id=ae58bc5adcc848dfa5b05bdcbbd398ea&role.id=449029edc0b54f9c9f9face00cd11bdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820f9740-59c2-4cc0-b458-b68e548a3bd7 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=13d1bab3f3b44b90a6882182f2534729&scope.project.id=ae58bc5adcc848dfa5b05bdcbbd398ea&role.id=449029edc0b54f9c9f9face00cd11bdc", "previous": null, "next": null}} 2018-08-29 05:46:46,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=13d1bab3f3b44b90a6882182f2534729&scope.project.id=ae58bc5adcc848dfa5b05bdcbbd398ea&role.id=449029edc0b54f9c9f9face00cd11bdc used request id req-820f9740-59c2-4cc0-b458-b68e548a3bd7 2018-08-29 05:46:46,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0789878368378s 2018-08-29 05:46:46,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:46:46,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea/users/13d1bab3f3b44b90a6882182f2534729/roles/449029edc0b54f9c9f9face00cd11bdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c4a89f7-80c3-405d-ba94-4708f887e84d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:46:46,249 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea/users/13d1bab3f3b44b90a6882182f2534729/roles/449029edc0b54f9c9f9face00cd11bdc used request id req-5c4a89f7-80c3-405d-ba94-4708f887e84d 2018-08-29 05:46:46,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.220577955246s 2018-08-29 05:46:46,250 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439', 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': '3ba99f70-7fe3-4e28-96b4-73bc48e81c8b', 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_4620da62-e805-4341-bb74-f9cab36a6439', 'project_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-29 05:46:46,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 05:46:46,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 05:46:46,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 05:46:46,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 05:46:46,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 05:46:46,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 05:46:46,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 05:46:46,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 05:46:46,255 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439', 'password': '3ba99f70-7fe3-4e28-96b4-73bc48e81c8b', 'project_name': 'rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000/v3', 'project_id': 'ae58bc5adcc848dfa5b05bdcbbd398ea', 'project_domain_name': 'Default'} 2018-08-29 05:46:46,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:46:46,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2f5af9-b8b7-47ab-9c49-4810e0fe3099 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "449029edc0b54f9c9f9face00cd11bdc", "links": {"self": "http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:46:46,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-5a2f5af9-b8b7-47ab-9c49-4810e0fe3099 2018-08-29 05:46:46,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0765359401703s 2018-08-29 05:46:46,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 05:46:46,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c2da5d-ffee-466a-aacf-82f16f9138a9 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "449029edc0b54f9c9f9face00cd11bdc", "links": {"self": "http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 05:46:46,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a4c2da5d-ffee-466a-aacf-82f16f9138a9 2018-08-29 05:46:46,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834100246429s 2018-08-29 05:46:46,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-08-29 05:46:46,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-446840be-cf23-4bcd-9973-9fa1fdec8ae3 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.24:5000/v3/domains/default"}, "name": "Default"}} 2018-08-29 05:46:46,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-446840be-cf23-4bcd-9973-9fa1fdec8ae3 2018-08-29 05:46:46,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082457780838s 2018-08-29 05:46:46,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 05:46:46,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e83c911-05ae-44ff-8cf6-e4999f1ee9ca Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439", "links": {"self": "http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729"}, "domain_id": "default", "enabled": true, "id": "13d1bab3f3b44b90a6882182f2534729", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 05:46:46,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4e83c911-05ae-44ff-8cf6-e4999f1ee9ca 2018-08-29 05:46:46,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936121940613s 2018-08-29 05:46:46,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4e83c911-05ae-44ff-8cf6-e4999f1ee9ca 2018-08-29 05:46:46,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 05:46:46,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93fb38fa-58cd-42ef-8c7f-40378b46c3bb Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea"}, "enabled": true, "id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 05:46:46,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-93fb38fa-58cd-42ef-8c7f-40378b46c3bb 2018-08-29 05:46:46,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0818808078766s 2018-08-29 05:46:46,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-93fb38fa-58cd-42ef-8c7f-40378b46c3bb 2018-08-29 05:46:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-08-29 05:46:46,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments?user.id=13d1bab3f3b44b90a6882182f2534729&scope.project.id=ae58bc5adcc848dfa5b05bdcbbd398ea&role.id=a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc60575-c04e-47e6-881f-a60beb2cb99f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=13d1bab3f3b44b90a6882182f2534729&scope.project.id=ae58bc5adcc848dfa5b05bdcbbd398ea&role.id=a460152930ef4d1a8287ffc269a5335d", "previous": null, "next": null}} 2018-08-29 05:46:46,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=13d1bab3f3b44b90a6882182f2534729&scope.project.id=ae58bc5adcc848dfa5b05bdcbbd398ea&role.id=a460152930ef4d1a8287ffc269a5335d used request id req-1fc60575-c04e-47e6-881f-a60beb2cb99f 2018-08-29 05:46:46,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0784809589386s 2018-08-29 05:46:46,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-08-29 05:46:46,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea/users/13d1bab3f3b44b90a6882182f2534729/roles/a460152930ef4d1a8287ffc269a5335d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 05:46:46,877 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 05:46:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a88ccef9-e509-4866-9ff8-0f1fe08c5225 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 05:46:46,878 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea/users/13d1bab3f3b44b90a6882182f2534729/roles/a460152930ef4d1a8287ffc269a5335d used request id req-a88ccef9-e509-4866-9ff8-0f1fe08c5225 2018-08-29 05:46:46,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112622976303s 2018-08-29 05:46:46,878 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-29 05:46:47,061 - 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-08-29 05:46:47,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 05:46:47,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8a3beb-083d-4093-af44-7ab1b0d75fa1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 05:46:47,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-de8a3beb-083d-4093-af44-7ab1b0d75fa1 2018-08-29 05:46:47,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 05:46:47,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "449029edc0b54f9c9f9face00cd11bdc", "name": "Member"}, {"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T06:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "name": "rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/ae58bc5adcc848dfa5b05bdcbbd398ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439", "id": "13d1bab3f3b44b90a6882182f2534729"}, "audit_ids": ["kwgJmswpR96lYnUClV0-MQ"], "issued_at": "2018-08-29T05:46:47.000000Z"}} 2018-08-29 05:46:47,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-29 05:46:47,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '{"network": {"shared": true, "name": "rally_sanity-net_4620da62-e805-4341-bb74-f9cab36a6439", "admin_state_up": true}}' 2018-08-29 05:46:48,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9d3aab26-01b0-414d-a9d9-ce46d3e427fb Date: Wed, 29 Aug 2018 05:46:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7e4678ca-518f-4826-8a80-3076ecd264ad","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:46:47Z","is_default":false,"provider:segmentation_id":15,"name":"rally_sanity-net_4620da62-e805-4341-bb74-f9cab36a6439","admin_state_up":true,"tenant_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","created_at":"2018-08-29T05:46:47Z","mtu":1450}} 2018-08-29 05:46:48,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9d3aab26-01b0-414d-a9d9-ce46d3e427fb 2018-08-29 05:46:48,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.685153007507s 2018-08-29 05:46:48,144 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9d3aab26-01b0-414d-a9d9-ce46d3e427fb 2018-08-29 05:46:48,144 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-29T05:46:47Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7e4678ca-518f-4826-8a80-3076ecd264ad', u'provider:segmentation_id': 15, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_4620da62-e805-4341-bb74-f9cab36a6439', u'admin_state_up': True, u'tenant_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', u'created_at': u'2018-08-29T05:46:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea'}) 2018-08-29 05:46:48,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 05:46:48,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 05:46:48,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-373ff403-fd33-417a-83b7-81b95db4f55f Date: Wed, 29 Aug 2018 05:46:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7e4678ca-518f-4826-8a80-3076ecd264ad","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:46:47Z","provider:segmentation_id":15,"name":"rally_sanity-net_4620da62-e805-4341-bb74-f9cab36a6439","admin_state_up":true,"tenant_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","created_at":"2018-08-29T05:46:47Z","provider:network_type":"vxlan"}]} 2018-08-29 05:46:48,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-373ff403-fd33-417a-83b7-81b95db4f55f 2018-08-29 05:46:48,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229342937469s 2018-08-29 05:46:48,375 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-373ff403-fd33-417a-83b7-81b95db4f55f 2018-08-29 05:46:48,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-29 05:46:48,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '{"subnet": {"name": "rally_sanity-subnet_4620da62-e805-4341-bb74-f9cab36a6439", "enable_dhcp": true, "network_id": "7e4678ca-518f-4826-8a80-3076ecd264ad", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-29 05:46:48,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7af5f0cb-51b3-42a1-8100-30ddf575956a Date: Wed, 29 Aug 2018 05:46:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4678ca-518f-4826-8a80-3076ecd264ad","tenant_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","created_at":"2018-08-29T05:46:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:46:48Z","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":"ae58bc5adcc848dfa5b05bdcbbd398ea","id":"4a6721f7-b81a-4306-bc81-6f4745aa103e","subnetpool_id":null,"name":"rally_sanity-subnet_4620da62-e805-4341-bb74-f9cab36a6439"}} 2018-08-29 05:46:48,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-7af5f0cb-51b3-42a1-8100-30ddf575956a 2018-08-29 05:46:48,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.586636066437s 2018-08-29 05:46:48,964 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-7af5f0cb-51b3-42a1-8100-30ddf575956a 2018-08-29 05:46:48,964 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T05:46:48Z', 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'4a6721f7-b81a-4306-bc81-6f4745aa103e', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_4620da62-e805-4341-bb74-f9cab36a6439', u'enable_dhcp': True, u'network_id': u'7e4678ca-518f-4826-8a80-3076ecd264ad', u'tenant_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', u'created_at': u'2018-08-29T05:46:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea'}) 2018-08-29 05:46:48,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-29 05:46:48,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439", "admin_state_up": true}}' 2018-08-29 05:46:51,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9179a1c4-6329-4b2c-be97-fbd5bc4fe506 Date: Wed, 29 Aug 2018 05:46:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:46:51Z", "revision_number": 2, "routes": [], "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "4adcb953-e114-4e8a-bd54-5e61e3f1853b", "name": "rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439"}} 2018-08-29 05:46:51,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-9179a1c4-6329-4b2c-be97-fbd5bc4fe506 2018-08-29 05:46:51,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.43243384361s 2018-08-29 05:46:51,398 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-9179a1c4-6329-4b2c-be97-fbd5bc4fe506 2018-08-29 05:46:51,398 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0c72616c-e4f7-4964-93e6-09fc67b91a5f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'22013455-84e2-490c-9984-e92df445cfbb', u'ip_address': u'172.30.9.220'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', u'created_at': u'2018-08-29T05:46:50Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-29T05:46:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', u'id': u'4adcb953-e114-4e8a-bd54-5e61e3f1853b', u'name': u'rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439'}) 2018-08-29 05:46:51,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-29 05:46:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b/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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '{"subnet_id": "4a6721f7-b81a-4306-bc81-6f4745aa103e"}' 2018-08-29 05:46:53,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce1e4b8c-e24f-4ea2-b69b-bec3717cdf48 Date: Wed, 29 Aug 2018 05:46:53 GMT RESP BODY: {"network_id": "7e4678ca-518f-4826-8a80-3076ecd264ad", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "subnet_id": "4a6721f7-b81a-4306-bc81-6f4745aa103e", "subnet_ids": ["4a6721f7-b81a-4306-bc81-6f4745aa103e"], "port_id": "df10dfed-f5ee-454e-bb98-380be4da5af1", "id": "4adcb953-e114-4e8a-bd54-5e61e3f1853b"} 2018-08-29 05:46:53,154 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b/add_router_interface.json used request id req-ce1e4b8c-e24f-4ea2-b69b-bec3717cdf48 2018-08-29 05:46:53,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.75553607941s 2018-08-29 05:46:53,155 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b/add_router_interface.json used request id req-ce1e4b8c-e24f-4ea2-b69b-bec3717cdf48 returning object 4adcb953-e114-4e8a-bd54-5e61e3f1853b 2018-08-29 05:46:53,155 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-29 05:46:53,287 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-29 05:46:53,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 05:46:53,294 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 29 Aug 2018 05:46:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-08-29 05:46:53,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:46:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 05:46:53,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-535723c5-1bcf-43e2-af8c-67cfbb4609b8 Date: Wed, 29 Aug 2018 05:46:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:46:53,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-535723c5-1bcf-43e2-af8c-67cfbb4609b8 2018-08-29 05:46:53,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171595096588s 2018-08-29 05:46:53,470 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-535723c5-1bcf-43e2-af8c-67cfbb4609b8 2018-08-29 05:46:53,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-29 05:46:53,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439"}' 2018-08-29 05:46:53,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad X-Openstack-Request-Id: req-7b45d641-b5e0-4224-8b5e-f6c18c92d752 Date: Wed, 29 Aug 2018 05:46:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/file", "owner": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "05058589-83f7-4dd5-832b-7bff073d26ad", "size": null, "self": "/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:46:53Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "checksum": null, "created_at": "2018-08-29T05:46:53Z", "protected": false} 2018-08-29 05:46:53,675 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-7b45d641-b5e0-4224-8b5e-f6c18c92d752 2018-08-29 05:46:53,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203126907349s 2018-08-29 05:46:53,675 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-7b45d641-b5e0-4224-8b5e-f6c18c92d752 returning object 05058589-83f7-4dd5-832b-7bff073d26ad 2018-08-29 05:46:53,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-29 05:46:53,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '' 2018-08-29 05:46:55,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56ec60ad-bb2f-4ff6-b13a-0e178d6157d4 Date: Wed, 29 Aug 2018 05:46:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 05:46:55,014 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/file used request id req-56ec60ad-bb2f-4ff6-b13a-0e178d6157d4 2018-08-29 05:46:55,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.33846998215s 2018-08-29 05:46:55,015 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/file used request id req-56ec60ad-bb2f-4ff6-b13a-0e178d6157d4 2018-08-29 05:46:55,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 05:46:55,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 05:46:55,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-3302ec76-d133-4364-8244-37039e216583 Date: Wed, 29 Aug 2018 05:46:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/05058589-83f7-4dd5-832b-7bff073d26ad/snap", "metadata": {}}], "file": "/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/file", "owner": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "05058589-83f7-4dd5-832b-7bff073d26ad", "size": 12716032, "self": "/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/05058589-83f7-4dd5-832b-7bff073d26ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:46:54Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:46:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 05:46:55,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-3302ec76-d133-4364-8244-37039e216583 2018-08-29 05:46:55,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176789999008s 2018-08-29 05:46:55,192 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-3302ec76-d133-4364-8244-37039e216583 2018-08-29 05:46:55,194 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/05058589-83f7-4dd5-832b-7bff073d26ad/snap', u'metadata': Munch({})})], 'file': u'/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/file', 'owner': u'ae58bc5adcc848dfa5b05bdcbbd398ea', 'id': u'05058589-83f7-4dd5-832b-7bff073d26ad', 'size': 12716032, u'self': u'/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ae58bc5adcc848dfa5b05bdcbbd398ea', 'name': 'rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/05058589-83f7-4dd5-832b-7bff073d26ad/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-29T05:46:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-29T05:46:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'created': u'2018-08-29T05:46:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-29T05:46:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-29 05:46:55,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-29 05:46:55,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-29 05:46:55,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c98f2dc-eb60-4471-98fd-c70b7d97fe06 x-compute-request-id: req-9c98f2dc-eb60-4471-98fd-c70b7d97fe06 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "name": "rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:46:55,395 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9c98f2dc-eb60-4471-98fd-c70b7d97fe06 2018-08-29 05:46:55,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.199544906616s 2018-08-29 05:46:55,395 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9c98f2dc-eb60-4471-98fd-c70b7d97fe06 returning object f75451d0-52c9-4eb7-906d-8c1ca25ab87c 2018-08-29 05:46:55,396 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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'8331fb80acb1488a84bc7cffea257dab', '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'f75451d0-52c9-4eb7-906d-8c1ca25ab87c', 'swap': 0}) 2018-08-29 05:46:55,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-29 05:46:55,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c/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}63a6358c102462ee65255143c6c8088b65e4d9c4" -d '{"extra_specs": {}}' 2018-08-29 05:46:55,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0f8ff64-4742-4387-b661-87de6fd3504c x-compute-request-id: req-f0f8ff64-4742-4387-b661-87de6fd3504c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:46:55,418 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c/os-extra_specs used request id req-f0f8ff64-4742-4387-b661-87de6fd3504c 2018-08-29 05:46:55,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208539962769s 2018-08-29 05:46:55,418 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c/os-extra_specs used request id req-f0f8ff64-4742-4387-b661-87de6fd3504c 2018-08-29 05:46:55,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-29 05:46:57,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-29 05:46:57.527 227 INFO rally.deployment.engine [-] Deployment 389b0587-69ea-488a-90cd-f3095deca2b0 | Starting: Destroy cloud and free allocated resources. 2018-08-29 05:46:57.618 227 INFO rally.deployment.engine [-] Deployment 389b0587-69ea-488a-90cd-f3095deca2b0 | Completed: Destroy cloud and free allocated resources. 2018-08-29 05:46:57.661 227 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76) for deployment 'opnfv-rally'. 2018-08-29 05:46:57.678 227 INFO rally.api [-] Deleting verification (UUID=d9108e36-7094-48ab-8a36-bb66b9cc3787). 2018-08-29 05:46:57.716 227 INFO rally.api [-] Verification has been successfully deleted! 2018-08-29 05:46:57.717 227 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76). 2018-08-29 05:46:57.728 227 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-29 05:47:00,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-29 05:47:00.098 230 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c41a3848-c3fc-410a-a92c-fea710b061d2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c41a3848-c3fc-410a-a92c-fea710b061d2 | 2018-08-29T05:47:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c41a3848-c3fc-410a-a92c-fea710b061d2 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-29 05:47:03,812 - 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-08-29 05:47:03,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-29 05:47:03,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-29 05:47:03,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 05:47:04,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:47: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-2a80919e-52e7-4b9d-8b32-fe9b334ddf5a x-compute-request-id: req-2a80919e-52e7-4b9d-8b32-fe9b334ddf5a Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 05:47:04,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-2a80919e-52e7-4b9d-8b32-fe9b334ddf5a 2018-08-29 05:47:04,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.198883056641s 2018-08-29 05:47:04,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-2a80919e-52e7-4b9d-8b32-fe9b334ddf5a 2018-08-29 05:47:04,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-29 05:47:04,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_4620da62-e805-4341-bb74-f9cab36a6439", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-29 05:47:04,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b07b509-4114-4ff8-ba8a-3578cd7037ed x-compute-request-id: req-9b07b509-4114-4ff8-ba8a-3578cd7037ed Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b1e7276c-27de-491a-ae77-b4ae80d94299", "name": "rally_sanity-flavor_alt_4620da62-e805-4341-bb74-f9cab36a6439", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 05:47:04,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9b07b509-4114-4ff8-ba8a-3578cd7037ed 2018-08-29 05:47:04,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0769908428192s 2018-08-29 05:47:04,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9b07b509-4114-4ff8-ba8a-3578cd7037ed returning object b1e7276c-27de-491a-ae77-b4ae80d94299 2018-08-29 05:47:04,092 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_4620da62-e805-4341-bb74-f9cab36a6439', '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'8331fb80acb1488a84bc7cffea257dab', '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'b1e7276c-27de-491a-ae77-b4ae80d94299', 'swap': 0}) 2018-08-29 05:47:04,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-29 05:47:04,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299/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}63a6358c102462ee65255143c6c8088b65e4d9c4" -d '{"extra_specs": {}}' 2018-08-29 05:47:04,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 05:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-727a01df-66a3-46c6-98f0-cf9615bdbbd0 x-compute-request-id: req-727a01df-66a3-46c6-98f0-cf9615bdbbd0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-29 05:47:04,114 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299/os-extra_specs used request id req-727a01df-66a3-46c6-98f0-cf9615bdbbd0 2018-08-29 05:47:04,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208511352539s 2018-08-29 05:47:04,114 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299/os-extra_specs used request id req-727a01df-66a3-46c6-98f0-cf9615bdbbd0 2018-08-29 05:47:04,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_4620da62-e805-4341-bb74-f9cab36a6439', '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'8331fb80acb1488a84bc7cffea257dab', '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'b1e7276c-27de-491a-ae77-b4ae80d94299', 'swap': 0}) 2018-08-29 05:47:04,115 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-29 05:47:04,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-08-29 05:47:04,116 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 05:47:04,133 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 05:47:04,134 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 05:48:04,133 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fa2ed043-73be-4b31-940e-2ae32938a84c 2018-08-29 05:48:04,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-29 05:48:04,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'fa2ed043-73be-4b31-940e-2ae32938a84c'] 2018-08-29 05:48:05,210 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid fa2ed043-73be-4b31-940e-2ae32938a84c -------------------------------------------------------------------------------- Task fa2ed043-73be-4b31-940e-2ae32938a84c: 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 fa2ed043-73be-4b31-940e-2ae32938a84c 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.476266 Full duration: 7.426149 -------------------------------------------------------------------------------- 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 fa2ed043-73be-4b31-940e-2ae32938a84c 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.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829234 Full duration: 7.784399 -------------------------------------------------------------------------------- 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 fa2ed043-73be-4b31-940e-2ae32938a84c 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | total | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> duration | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 0.931 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.931063 Full duration: 7.908057 -------------------------------------------------------------------------------- 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 fa2ed043-73be-4b31-940e-2ae32938a84c 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> duration | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.76314 Full duration: 7.770306 -------------------------------------------------------------------------------- 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 fa2ed043-73be-4b31-940e-2ae32938a84c 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.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | -> duration | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.061208 Full duration: 7.91924 -------------------------------------------------------------------------------- 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 fa2ed043-73be-4b31-940e-2ae32938a84c 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.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 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.677447 Full duration: 7.329826 HINTS: * To plot HTML graphics with this data, run: rally task report fa2ed043-73be-4b31-940e-2ae32938a84c --out output.html * To generate a JUnit report, run: rally task export fa2ed043-73be-4b31-940e-2ae32938a84c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fa2ed043-73be-4b31-940e-2ae32938a84c --json --out output.json 2018-08-29 05:48:05,211 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'fa2ed043-73be-4b31-940e-2ae32938a84c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-29 05:48:07,235 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid fa2ed043-73be-4b31-940e-2ae32938a84c --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-29 05:48:07.131 838 INFO rally.api [-] Building 'json' report for the following task(s): 'fa2ed043-73be-4b31-940e-2ae32938a84c'. 2018-08-29 05:48:07.135 838 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:48:07,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'fa2ed043-73be-4b31-940e-2ae32938a84c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-29 05:48:09,497 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid fa2ed043-73be-4b31-940e-2ae32938a84c --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-29 05:48:09.373 841 INFO rally.api [-] Building 'html' report for the following task(s): 'fa2ed043-73be-4b31-940e-2ae32938a84c'. 2018-08-29 05:48:09.395 841 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:48:09,502 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-29 05:48:09,503 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-29 05:48:09,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-08-29 05:48:09,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 05:48:09,517 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 05:48:09,518 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 05:49:45,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4dedc4cd-4303-4ac5-af90-166167788300 2018-08-29 05:49:45,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4dedc4cd-4303-4ac5-af90-166167788300'] 2018-08-29 05:49:46,248 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4dedc4cd-4303-4ac5-af90-166167788300 -------------------------------------------------------------------------------- Task 4dedc4cd-4303-4ac5-af90-166167788300: 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 4dedc4cd-4303-4ac5-af90-166167788300 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.076 | 4.076 | 4.076 | 4.076 | 4.076 | 4.076 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 0.49 | 100.0% | 1 | | -> glance_v2.upload_data | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 1.188 | 100.0% | 1 | | glance_v2.delete_image | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 1.195 | 100.0% | 1 | | total | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 100.0% | 1 | | -> duration | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 5.272 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.271893 Full duration: 13.742732 -------------------------------------------------------------------------------- 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 4dedc4cd-4303-4ac5-af90-166167788300 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.655 | 4.655 | 4.655 | 4.655 | 4.655 | 4.655 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | -> glance_v2.upload_data | 1.635 | 1.635 | 1.635 | 1.635 | 1.635 | 1.635 | 100.0% | 1 | | glance_v2.list_images | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 4.837 | 4.837 | 4.837 | 4.837 | 4.837 | 4.837 | 100.0% | 1 | | -> duration | 4.837 | 4.837 | 4.837 | 4.837 | 4.837 | 4.837 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.836896 Full duration: 17.466738 -------------------------------------------------------------------------------- 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 4dedc4cd-4303-4ac5-af90-166167788300 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.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | total | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | -> duration | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 0.338 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.337879 Full duration: 8.374272 -------------------------------------------------------------------------------- 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "number_instances": 2, "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] }, "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 4dedc4cd-4303-4ac5-af90-166167788300 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.482 | 4.482 | 4.482 | 4.482 | 4.482 | 4.482 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> glance_v2.upload_data | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 1.559 | 100.0% | 1 | | nova.boot_servers | 11.818 | 11.818 | 11.818 | 11.818 | 11.818 | 11.818 | 100.0% | 1 | | total | 16.301 | 16.301 | 16.301 | 16.301 | 16.301 | 16.301 | 100.0% | 1 | | -> duration | 15.301 | 15.301 | 15.301 | 15.301 | 15.301 | 15.301 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.300656 Full duration: 39.961473 HINTS: * To plot HTML graphics with this data, run: rally task report 4dedc4cd-4303-4ac5-af90-166167788300 --out output.html * To generate a JUnit report, run: rally task export 4dedc4cd-4303-4ac5-af90-166167788300 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4dedc4cd-4303-4ac5-af90-166167788300 --json --out output.json 2018-08-29 05:49:46,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4dedc4cd-4303-4ac5-af90-166167788300', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-29 05:49:48,520 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4dedc4cd-4303-4ac5-af90-166167788300 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-29 05:49:48.356 1394 INFO rally.api [-] Building 'json' report for the following task(s): '4dedc4cd-4303-4ac5-af90-166167788300'. 2018-08-29 05:49:48.361 1394 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:49:48,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4dedc4cd-4303-4ac5-af90-166167788300', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-29 05:49:50,777 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4dedc4cd-4303-4ac5-af90-166167788300 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-29 05:49:50.656 1397 INFO rally.api [-] Building 'html' report for the following task(s): '4dedc4cd-4303-4ac5-af90-166167788300'. 2018-08-29 05:49:50.677 1397 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:49:50,783 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-29 05:49:50,783 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-29 05:49:50,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-08-29 05:49:50,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 05:49:50,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 05:49:50,802 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 05:53:07,813 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8fa50f88-bc84-4593-a913-cefc99335be2 2018-08-29 05:53:07,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8fa50f88-bc84-4593-a913-cefc99335be2'] 2018-08-29 05:53:08,824 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8fa50f88-bc84-4593-a913-cefc99335be2 -------------------------------------------------------------------------------- Task 8fa50f88-bc84-4593-a913-cefc99335be2: 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.121 | 3.121 | 3.121 | 3.121 | 3.121 | 3.121 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 3.076 | 100.0% | 1 | | total | 6.197 | 6.197 | 6.197 | 6.197 | 6.197 | 6.197 | 100.0% | 1 | | -> duration | 6.197 | 6.197 | 6.197 | 6.197 | 6.197 | 6.197 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.197239 Full duration: 24.134617 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.245 | 3.245 | 3.245 | 3.245 | 3.245 | 3.245 | 100.0% | 1 | | cinder_v2.delete_volume | 2.565 | 2.565 | 2.565 | 2.565 | 2.565 | 2.565 | 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.810336 Full duration: 15.699538 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 8fa50f88-bc84-4593-a913-cefc99335be2 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.613 | 8.613 | 8.613 | 8.613 | 8.613 | 8.613 | 100.0% | 1 | | cinder_v2.delete_volume | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | total | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 100.0% | 1 | | -> duration | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 10.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.92776 Full duration: 21.454643 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.27 | 3.27 | 3.27 | 3.27 | 3.27 | 3.27 | 100.0% | 1 | | cinder_v2.delete_volume | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 2.451 | 100.0% | 1 | | total | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 100.0% | 1 | | -> duration | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 5.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.721949 Full duration: 15.697608 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.766 | 3.766 | 3.766 | 3.766 | 3.766 | 3.766 | 100.0% | 1 | | cinder_v2.extend_volume | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 2.634 | 100.0% | 1 | | cinder_v2.delete_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | total | 9.032 | 9.032 | 9.032 | 9.032 | 9.032 | 9.032 | 100.0% | 1 | | -> duration | 9.032 | 9.032 | 9.032 | 9.032 | 9.032 | 9.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.031619 Full duration: 19.007518 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.203 | 3.203 | 3.203 | 3.203 | 3.203 | 3.203 | 100.0% | 1 | | cinder_v2.delete_volume | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | total | 5.644 | 5.644 | 5.644 | 5.644 | 5.644 | 5.644 | 100.0% | 1 | | -> duration | 5.644 | 5.644 | 5.644 | 5.644 | 5.644 | 5.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.643648 Full duration: 22.580846 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | cinder_v2.list_qos | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.777547 Full duration: 12.352671 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808693 Full duration: 12.650646 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | cinder_v2.list_types | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786668 Full duration: 12.571137 -------------------------------------------------------------------------------- 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 8fa50f88-bc84-4593-a913-cefc99335be2 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 0.207 | 100.0% | 1 | | total | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> duration | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 0.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.827485 Full duration: 12.497916 HINTS: * To plot HTML graphics with this data, run: rally task report 8fa50f88-bc84-4593-a913-cefc99335be2 --out output.html * To generate a JUnit report, run: rally task export 8fa50f88-bc84-4593-a913-cefc99335be2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8fa50f88-bc84-4593-a913-cefc99335be2 --json --out output.json 2018-08-29 05:53:08,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8fa50f88-bc84-4593-a913-cefc99335be2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-29 05:53:11,059 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8fa50f88-bc84-4593-a913-cefc99335be2 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-29 05:53:10.962 3186 INFO rally.api [-] Building 'json' report for the following task(s): '8fa50f88-bc84-4593-a913-cefc99335be2'. 2018-08-29 05:53:10.970 3186 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:53:11,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8fa50f88-bc84-4593-a913-cefc99335be2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-29 05:53:13,240 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8fa50f88-bc84-4593-a913-cefc99335be2 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-29 05:53:13.121 3189 INFO rally.api [-] Building 'html' report for the following task(s): '8fa50f88-bc84-4593-a913-cefc99335be2'. 2018-08-29 05:53:13.150 3189 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:53:13,250 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-29 05:53:13,251 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-29 05:53:13,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-08-29 05:53:13,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 05:53:13,266 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 05:53:13,267 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 05:54:36,384 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cc7f6919-48c4-44ce-84e8-244f5236e79f 2018-08-29 05:54:36,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cc7f6919-48c4-44ce-84e8-244f5236e79f'] 2018-08-29 05:54:37,446 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cc7f6919-48c4-44ce-84e8-244f5236e79f -------------------------------------------------------------------------------- Task cc7f6919-48c4-44ce-84e8-244f5236e79f: 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 cc7f6919-48c4-44ce-84e8-244f5236e79f 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.714 | 4.714 | 4.714 | 4.714 | 4.714 | 4.714 | 100.0% | 1 | | heat.update_stack | 2.857 | 2.857 | 2.857 | 2.857 | 2.857 | 2.857 | 100.0% | 1 | | heat.delete_stack | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 100.0% | 1 | | total | 10.071 | 10.071 | 10.071 | 10.071 | 10.071 | 10.071 | 100.0% | 1 | | -> duration | 6.071 | 6.071 | 6.071 | 6.071 | 6.071 | 6.071 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.070903 Full duration: 20.321378 -------------------------------------------------------------------------------- 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 cc7f6919-48c4-44ce-84e8-244f5236e79f 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.475 | 4.475 | 4.475 | 4.475 | 4.475 | 4.475 | 100.0% | 1 | | heat.check_stack | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | heat.delete_stack | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 1.554 | 100.0% | 1 | | total | 6.783 | 6.783 | 6.783 | 6.783 | 6.783 | 6.783 | 100.0% | 1 | | -> duration | 4.783 | 4.783 | 4.783 | 4.783 | 4.783 | 4.783 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.782851 Full duration: 16.684989 -------------------------------------------------------------------------------- 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 cc7f6919-48c4-44ce-84e8-244f5236e79f 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.81 | 4.81 | 4.81 | 4.81 | 4.81 | 4.81 | 100.0% | 1 | | heat.suspend_stack | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | heat.resume_stack | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | heat.delete_stack | 1.607 | 1.607 | 1.607 | 1.607 | 1.607 | 1.607 | 100.0% | 1 | | total | 7.676 | 7.676 | 7.676 | 7.676 | 7.676 | 7.676 | 100.0% | 1 | | -> duration | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 5.676 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.676023 Full duration: 18.056872 -------------------------------------------------------------------------------- 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 cc7f6919-48c4-44ce-84e8-244f5236e79f 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.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | total | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> duration | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 0.572 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.57188 Full duration: 8.396144 HINTS: * To plot HTML graphics with this data, run: rally task report cc7f6919-48c4-44ce-84e8-244f5236e79f --out output.html * To generate a JUnit report, run: rally task export cc7f6919-48c4-44ce-84e8-244f5236e79f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cc7f6919-48c4-44ce-84e8-244f5236e79f --json --out output.json 2018-08-29 05:54:37,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cc7f6919-48c4-44ce-84e8-244f5236e79f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-29 05:54:39,688 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cc7f6919-48c4-44ce-84e8-244f5236e79f --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-29 05:54:39.583 3922 INFO rally.api [-] Building 'json' report for the following task(s): 'cc7f6919-48c4-44ce-84e8-244f5236e79f'. 2018-08-29 05:54:39.588 3922 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:54:39,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cc7f6919-48c4-44ce-84e8-244f5236e79f', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-29 05:54:41,782 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cc7f6919-48c4-44ce-84e8-244f5236e79f --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-29 05:54:41.658 3925 INFO rally.api [-] Building 'html' report for the following task(s): 'cc7f6919-48c4-44ce-84e8-244f5236e79f'. 2018-08-29 05:54:41.678 3925 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:54:41,787 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-29 05:54:41,788 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-29 05:54:41,788 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-08-29 05:54:41,789 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 05:54:41,805 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 05:54:41,806 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 05:57:58,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 23796d93-4e03-4db2-9f54-a05cc0f8b516 2018-08-29 05:57:58,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '23796d93-4e03-4db2-9f54-a05cc0f8b516'] 2018-08-29 05:57:59,247 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 23796d93-4e03-4db2-9f54-a05cc0f8b516 -------------------------------------------------------------------------------- Task 23796d93-4e03-4db2-9f54-a05cc0f8b516: 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.779432 Full duration: 14.335556 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.547 | 0.547 | 0.547 | 0.547 | 0.547 | 0.547 | 100.0% | 1 | | keystone_v3.add_role | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | keystone_v3.list_roles | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> duration | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.790909 Full duration: 14.575132 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | keystone_v3.list_projects | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> duration | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.781977 Full duration: 14.596343 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.498 | 0.498 | 0.498 | 0.498 | 0.498 | 0.498 | 100.0% | 1 | | keystone_v3.delete_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | total | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> duration | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605927 Full duration: 12.206647 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> duration | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.623127 Full duration: 12.416065 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | keystone_v3.create_user | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 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.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | keystone_v3.create_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_project | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_user | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | keystone_v3.get_role | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.list_services | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_services | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 100.0% | 1 | | -> duration | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.813643 Full duration: 19.78373 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | keystone_v3.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 0.153 | 100.0% | 1 | | total | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> duration | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.025563 Full duration: 12.842635 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.857892 Full duration: 15.011245 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | -> duration | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83711 Full duration: 14.72866 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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 | | keystone_v3.list_users | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> duration | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 0.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.881094 Full duration: 14.591696 -------------------------------------------------------------------------------- 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 23796d93-4e03-4db2-9f54-a05cc0f8b516 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | keystone_v3.create_users | 5.206 | 5.206 | 5.206 | 5.206 | 5.206 | 5.206 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.206 | 5.206 | 5.206 | 5.206 | 5.206 | 5.206 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 100.0% | 1 | | total | 6.884 | 6.884 | 6.884 | 6.884 | 6.884 | 6.884 | 100.0% | 1 | | -> duration | 6.884 | 6.884 | 6.884 | 6.884 | 6.884 | 6.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.883574 Full duration: 23.190519 HINTS: * To plot HTML graphics with this data, run: rally task report 23796d93-4e03-4db2-9f54-a05cc0f8b516 --out output.html * To generate a JUnit report, run: rally task export 23796d93-4e03-4db2-9f54-a05cc0f8b516 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 23796d93-4e03-4db2-9f54-a05cc0f8b516 --json --out output.json 2018-08-29 05:57:59,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '23796d93-4e03-4db2-9f54-a05cc0f8b516', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-29 05:58:01,529 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 23796d93-4e03-4db2-9f54-a05cc0f8b516 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-29 05:58:01.417 5840 INFO rally.api [-] Building 'json' report for the following task(s): '23796d93-4e03-4db2-9f54-a05cc0f8b516'. 2018-08-29 05:58:01.427 5840 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:58:01,529 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '23796d93-4e03-4db2-9f54-a05cc0f8b516', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-29 05:58:03,769 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 23796d93-4e03-4db2-9f54-a05cc0f8b516 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-29 05:58:03.637 5843 INFO rally.api [-] Building 'html' report for the following task(s): '23796d93-4e03-4db2-9f54-a05cc0f8b516'. 2018-08-29 05:58:03.668 5843 INFO rally.api [-] The report has been successfully built. 2018-08-29 05:58:03,783 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-29 05:58:03,783 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-29 05:58:03,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-08-29 05:58:03,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 05:58:03,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 05:58:03,801 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 06:01:40,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cf6ce7c2-f37a-4e36-9367-b9561c2974a6 2018-08-29 06:01:40,573 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cf6ce7c2-f37a-4e36-9367-b9561c2974a6'] 2018-08-29 06:01:41,672 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cf6ce7c2-f37a-4e36-9367-b9561c2974a6 -------------------------------------------------------------------------------- Task cf6ce7c2-f37a-4e36-9367-b9561c2974a6: 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 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.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | neutron.delete_network | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | total | 2.075 | 2.075 | 2.075 | 2.075 | 2.075 | 2.075 | 100.0% | 1 | | -> duration | 2.075 | 2.075 | 2.075 | 2.075 | 2.075 | 2.075 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.075106 Full duration: 16.485942 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 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.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | neutron.delete_port | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 1.128 | 100.0% | 1 | | total | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | -> duration | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.615282 Full duration: 30.328048 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 12.681934 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 12.099273 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 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.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | neutron.list_networks | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | total | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 100.0% | 1 | | -> duration | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 1.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.930487 Full duration: 19.769528 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 11.021657 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.689544 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.38627 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 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.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | neutron.delete_security_group | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | total | 1.719 | 1.719 | 1.719 | 1.719 | 1.719 | 1.719 | 100.0% | 1 | | -> duration | 1.719 | 1.719 | 1.719 | 1.719 | 1.719 | 1.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.719496 Full duration: 18.668355 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 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.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | neutron.create_security_group_rule | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 0.254 | 100.0% | 1 | | neutron.delete_security_group | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 100.0% | 1 | | -> duration | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 2.198 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.197789 Full duration: 16.229591 -------------------------------------------------------------------------------- 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 cf6ce7c2-f37a-4e36-9367-b9561c2974a6 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.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | neutron.create_router | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | neutron.add_gateway_router | 1.913 | 1.913 | 1.913 | 1.913 | 1.913 | 1.913 | 100.0% | 1 | | neutron.remove_gateway_router | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | total | 4.261 | 4.261 | 4.261 | 4.261 | 4.261 | 4.261 | 100.0% | 1 | | -> duration | 4.261 | 4.261 | 4.261 | 4.261 | 4.261 | 4.261 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.260634 Full duration: 25.370322 HINTS: * To plot HTML graphics with this data, run: rally task report cf6ce7c2-f37a-4e36-9367-b9561c2974a6 --out output.html * To generate a JUnit report, run: rally task export cf6ce7c2-f37a-4e36-9367-b9561c2974a6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cf6ce7c2-f37a-4e36-9367-b9561c2974a6 --json --out output.json 2018-08-29 06:01:41,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cf6ce7c2-f37a-4e36-9367-b9561c2974a6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-29 06:01:44,026 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cf6ce7c2-f37a-4e36-9367-b9561c2974a6 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-29 06:01:43.874 8118 INFO rally.api [-] Building 'json' report for the following task(s): 'cf6ce7c2-f37a-4e36-9367-b9561c2974a6'. 2018-08-29 06:01:43.882 8118 INFO rally.api [-] The report has been successfully built. 2018-08-29 06:01:44,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cf6ce7c2-f37a-4e36-9367-b9561c2974a6', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-29 06:01:46,322 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cf6ce7c2-f37a-4e36-9367-b9561c2974a6 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-29 06:01:46.195 8121 INFO rally.api [-] Building 'html' report for the following task(s): 'cf6ce7c2-f37a-4e36-9367-b9561c2974a6'. 2018-08-29 06:01:46.221 8121 INFO rally.api [-] The report has been successfully built. 2018-08-29 06:01:46,333 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" Failed. 2018-08-29 06:01:46,333 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-29 06:01:46,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-08-29 06:01:46,334 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 06:01:46,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 06:01:46,351 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 06:06:38,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 71700a68-4921-4009-8e4d-09e6e9d05155 2018-08-29 06:06:38,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '71700a68-4921-4009-8e4d-09e6e9d05155'] 2018-08-29 06:06:39,499 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 71700a68-4921-4009-8e4d-09e6e9d05155 -------------------------------------------------------------------------------- Task 71700a68-4921-4009-8e4d-09e6e9d05155: 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "block_migration": false, "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71700a68-4921-4009-8e4d-09e6e9d05155 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 | 10.744 | 10.744 | 10.744 | 10.744 | 10.744 | 10.744 | 100.0% | 1 | | nova.find_host_to_migrate | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 1.392 | 100.0% | 1 | | nova.live_migrate | 13.907 | 13.907 | 13.907 | 13.907 | 13.907 | 13.907 | 100.0% | 1 | | nova.delete_server | 2.832 | 2.832 | 2.832 | 2.832 | 2.832 | 2.832 | 100.0% | 1 | | total | 28.875 | 28.875 | 28.875 | 28.875 | 28.875 | 28.875 | 100.0% | 1 | | -> duration | 27.875 | 27.875 | 27.875 | 27.875 | 27.875 | 27.875 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.875481 Full duration: 38.586381 -------------------------------------------------------------------------------- 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71700a68-4921-4009-8e4d-09e6e9d05155 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.857 | 9.857 | 9.857 | 9.857 | 9.857 | 9.857 | 100.0% | 1 | | cinder_v2.create_volume | 2.81 | 2.81 | 2.81 | 2.81 | 2.81 | 2.81 | 100.0% | 1 | | nova.attach_volume | 3.982 | 3.982 | 3.982 | 3.982 | 3.982 | 3.982 | 100.0% | 1 | | nova.find_host_to_migrate | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | nova.live_migrate | 12.501 | 12.501 | 12.501 | 12.501 | 12.501 | 12.501 | 100.0% | 1 | | nova.detach_volume | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 1.371 | 100.0% | 1 | | cinder_v2.delete_volume | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | nova.delete_server | 3.008 | 3.008 | 3.008 | 3.008 | 3.008 | 3.008 | 100.0% | 1 | | total | 38.037 | 38.037 | 38.037 | 38.037 | 38.037 | 38.037 | 100.0% | 1 | | -> duration | 37.037 | 37.037 | 37.037 | 37.037 | 37.037 | 37.037 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.036597 Full duration: 49.745524 -------------------------------------------------------------------------------- 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71700a68-4921-4009-8e4d-09e6e9d05155 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 | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 10.293 | 100.0% | 1 | | nova.boot_server | 9.716 | 9.716 | 9.716 | 9.716 | 9.716 | 9.716 | 100.0% | 1 | | nova.find_host_to_migrate | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | nova.live_migrate | 16.654 | 16.654 | 16.654 | 16.654 | 16.654 | 16.654 | 100.0% | 1 | | nova.delete_server | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 5.713 | 100.0% | 1 | | total | 43.54 | 43.54 | 43.54 | 43.54 | 43.54 | 43.54 | 100.0% | 1 | | -> duration | 42.54 | 42.54 | 42.54 | 42.54 | 42.54 | 42.54 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.539513 Full duration: 55.637958 -------------------------------------------------------------------------------- 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "server_kwargs": { "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] } }, "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 71700a68-4921-4009-8e4d-09e6e9d05155 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.412719 -------------------------------------------------------------------------------- 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "volume_size": 5, "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] }, "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 71700a68-4921-4009-8e4d-09e6e9d05155 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 11.19252 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "force_delete": false, "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] }, "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 71700a68-4921-4009-8e4d-09e6e9d05155 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 10.538023 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "nics": [ { "net-id": "7e4678ca-518f-4826-8a80-3076ecd264ad" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 71700a68-4921-4009-8e4d-09e6e9d05155 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 | 10.008 | 10.008 | 10.008 | 10.008 | 10.008 | 10.008 | 100.0% | 1 | | nova.migrate | 33.43 | 33.43 | 33.43 | 33.43 | 33.43 | 33.43 | 100.0% | 1 | | nova.resize_confirm | 3.195 | 3.195 | 3.195 | 3.195 | 3.195 | 3.195 | 100.0% | 1 | | nova.delete_server | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 100.0% | 1 | | total | 49.701 | 49.701 | 49.701 | 49.701 | 49.701 | 49.701 | 100.0% | 1 | | -> duration | 48.701 | 48.701 | 48.701 | 48.701 | 48.701 | 48.701 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.701149 Full duration: 59.429841 -------------------------------------------------------------------------------- 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_4620da62-e805-4341-bb74-f9cab36a6439" }, "image": { "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 71700a68-4921-4009-8e4d-09e6e9d05155 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | total | n/a | n/a | n/a | n/a | n/a | n/a | n/a | 0 | +--------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.0 Full duration: 9.506012 -------------------------------------------------------------------------------- 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 71700a68-4921-4009-8e4d-09e6e9d05155 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.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | nova.delete_server_group | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> duration | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.909501 Full duration: 9.339845 HINTS: * To plot HTML graphics with this data, run: rally task report 71700a68-4921-4009-8e4d-09e6e9d05155 --out output.html * To generate a JUnit report, run: rally task export 71700a68-4921-4009-8e4d-09e6e9d05155 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 71700a68-4921-4009-8e4d-09e6e9d05155 --json --out output.json 2018-08-29 06:06:39,500 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '71700a68-4921-4009-8e4d-09e6e9d05155', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-29 06:06:41,844 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 71700a68-4921-4009-8e4d-09e6e9d05155 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-29 06:06:41.690 9428 INFO rally.api [-] Building 'json' report for the following task(s): '71700a68-4921-4009-8e4d-09e6e9d05155'. 2018-08-29 06:06:41.698 9428 INFO rally.api [-] The report has been successfully built. 2018-08-29 06:06:41,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '71700a68-4921-4009-8e4d-09e6e9d05155', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-29 06:06:44,239 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 71700a68-4921-4009-8e4d-09e6e9d05155 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-29 06:06:44.107 9431 INFO rally.api [-] Building 'html' report for the following task(s): '71700a68-4921-4009-8e4d-09e6e9d05155'. 2018-08-29 06:06:44.134 9431 INFO rally.api [-] The report has been successfully built. 2018-08-29 06:06:44,250 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-29 06:06:44,251 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-29 06:06:44,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-08-29 06:06:44,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-29 06:06:44,268 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-29 06:06:44,268 - 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': '7e4678ca-518f-4826-8a80-3076ecd264ad', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439', 'flavor_name': 'rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439', '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_4620da62-e805-4341-bb74-f9cab36a6439', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-29 06:07:36,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 2018-08-29 06:07:36,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2e0bbb80-d9ff-4b55-b39f-ecd397d064d6'] 2018-08-29 06:07:38,064 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 -------------------------------------------------------------------------------- Task 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6: 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 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 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.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | quotas.delete_quotas | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 0.559 | 100.0% | 1 | | total | 1.658 | 1.658 | 1.658 | 1.658 | 1.658 | 1.658 | 100.0% | 1 | | -> duration | 1.658 | 1.658 | 1.658 | 1.658 | 1.658 | 1.658 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.658228 Full duration: 9.569237 -------------------------------------------------------------------------------- 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 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | total | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> duration | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.718472 Full duration: 8.621925 -------------------------------------------------------------------------------- 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 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 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.42 | 0.42 | 0.42 | 0.42 | 0.42 | 0.42 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821573 Full duration: 9.100486 -------------------------------------------------------------------------------- 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 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 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.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | total | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | -> duration | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.434165 Full duration: 9.365339 HINTS: * To plot HTML graphics with this data, run: rally task report 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 --out output.html * To generate a JUnit report, run: rally task export 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 --json --out output.json 2018-08-29 06:07:38,065 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2e0bbb80-d9ff-4b55-b39f-ecd397d064d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-29 06:07:40,258 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-29 06:07:40.153 9944 INFO rally.api [-] Building 'json' report for the following task(s): '2e0bbb80-d9ff-4b55-b39f-ecd397d064d6'. 2018-08-29 06:07:40.157 9944 INFO rally.api [-] The report has been successfully built. 2018-08-29 06:07:40,259 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2e0bbb80-d9ff-4b55-b39f-ecd397d064d6', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-29 06:07:42,496 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2e0bbb80-d9ff-4b55-b39f-ecd397d064d6 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-29 06:07:42.375 9947 INFO rally.api [-] Building 'html' report for the following task(s): '2e0bbb80-d9ff-4b55-b39f-ecd397d064d6'. 2018-08-29 06:07:42.395 9947 INFO rally.api [-] The report has been successfully built. 2018-08-29 06:07:42,501 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-29 06:07:42,504 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:03 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 03:03 | 6 | 100.00% | | nova | 04:14 | 5 | 100.00% | | quotas | 00:36 | 4 | 100.00% | | | | | | | TOTAL: | 00:16:40 | 50 | 100.00% | +----------------+------------+----------------+-----------+ 2018-08-29 06:07:42,504 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 6/8 modules 2018-08-29 06:07:42,628 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:07:42,628 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-29 06:07:42,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 06:07:42,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:43,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07: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-7a188eca-9f63-419e-9997-68214d0d5811 x-compute-request-id: req-7a188eca-9f63-419e-9997-68214d0d5811 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b1e7276c-27de-491a-ae77-b4ae80d94299", "name": "rally_sanity-flavor_alt_4620da62-e805-4341-bb74-f9cab36a6439", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "name": "rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 06:07:43,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-7a188eca-9f63-419e-9997-68214d0d5811 2018-08-29 06:07:43,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.560738801956s 2018-08-29 06:07:43,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-7a188eca-9f63-419e-9997-68214d0d5811 2018-08-29 06:07:43,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-29 06:07:43,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:43,237 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:07:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3531b026-9917-425c-8a0d-cb76b7ecbc43 x-compute-request-id: req-3531b026-9917-425c-8a0d-cb76b7ecbc43 Content-Length: 0 Content-Type: application/json 2018-08-29 06:07:43,237 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299 used request id req-3531b026-9917-425c-8a0d-cb76b7ecbc43 2018-08-29 06:07:43,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0395500659943s 2018-08-29 06:07:43,237 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/b1e7276c-27de-491a-ae77-b4ae80d94299 used request id req-3531b026-9917-425c-8a0d-cb76b7ecbc43 2018-08-29 06:07:43,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-29 06:07:43,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b/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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" -d '{"subnet_id": "4a6721f7-b81a-4306-bc81-6f4745aa103e"}' 2018-08-29 06:07:44,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad230cbf-4ae2-4dd5-9a90-797fd6bd12bd Date: Wed, 29 Aug 2018 06:07:44 GMT RESP BODY: {"network_id": "7e4678ca-518f-4826-8a80-3076ecd264ad", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "subnet_id": "4a6721f7-b81a-4306-bc81-6f4745aa103e", "subnet_ids": ["4a6721f7-b81a-4306-bc81-6f4745aa103e"], "port_id": "df10dfed-f5ee-454e-bb98-380be4da5af1", "id": "4adcb953-e114-4e8a-bd54-5e61e3f1853b"} 2018-08-29 06:07:44,413 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b/remove_router_interface.json used request id req-ad230cbf-4ae2-4dd5-9a90-797fd6bd12bd 2018-08-29 06:07:44,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.17544603348s 2018-08-29 06:07:44,414 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b/remove_router_interface.json used request id req-ad230cbf-4ae2-4dd5-9a90-797fd6bd12bd returning object 4adcb953-e114-4e8a-bd54-5e61e3f1853b 2018-08-29 06:07:44,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-29 06:07:44,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:44,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13396 X-Openstack-Request-Id: req-374a5d36-ff28-40a4-9a0d-1e9b8bca45ab Date: Wed, 29 Aug 2018 06:07:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:49Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "18dae1f1-aee7-4b77-8261-b56aa6aa3a79", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:17Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2c0ee0a4-9fa7-4c56-804f-5523743fcaae", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:11Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "37daca18-7f02-46e8-981d-1639ea3047fc", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:11Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "3ce26ac7-df56-42a8-a2b9-24a0d08fea7b", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:50Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "4980f1f3-9a67-4818-98be-cbaf260a7309", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:07:43Z", "revision_number": 4, "routes": [], "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "4adcb953-e114-4e8a-bd54-5e61e3f1853b", "name": "rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5c8d8960b73a4fa997b955f8090a3145", "created_at": "2018-08-29T05:59:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:59:16Z", "revision_number": 2, "routes": [], "project_id": "5c8d8960b73a4fa997b955f8090a3145", "id": "4b0ac12d-f604-4ed8-8280-c35cb6962131", "name": "c_rally_cda536aa_qXi3UMgx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:18Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4db620b3-f295-4c89-9ab3-8ad0cc8013d7", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:10Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "65741e9b-d37a-4de1-bfa1-4c4ee828bc5d", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:12Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6c9cc7ac-f3d3-4885-9d60-10380a866e62", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:21Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T05:33:22Z", "revision_number": 2, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "6ed49762-d18f-4187-a0e9-f9336431a47f", "name": "tempest-FloatingIPTestJSON-router-2142651512"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:25Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:19Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "930a4ff1-5213-4ecf-932f-34964cf05974", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T05:33:20Z", "revision_number": 2, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "9f28a0b9-304b-4ea5-b000-3aabe9720642", "name": "tempest-FloatingIPTestJSON-router-2142651512"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:13Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae564aa3-d8a4-4352-8a4e-d4e0eea7d657", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:09Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "bab625c8-a2a0-42db-a3fb-ba85104baa7e", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:52Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bcb0308f-1a3d-40ff-9f9f-ae344b754e22", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:26Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bea34f1a-9f49-4fc6-b060-fadbc805f61a", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "5c8d8960b73a4fa997b955f8090a3145", "created_at": "2018-08-29T05:59:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:59:15Z", "revision_number": 2, "routes": [], "project_id": "5c8d8960b73a4fa997b955f8090a3145", "id": "d3dc4bac-d9a6-43d5-b457-ea05438e4bc1", "name": "c_rally_cda536aa_qXi3UMgx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:46:49Z", "revision_number": 2, "routes": [], "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "dc5f6ffb-7143-4f5e-9f2f-bf259486d37e", "name": "rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:51Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "de8815fc-27e6-4d54-9238-9b425dd7d5ae", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 06:07:44,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-374a5d36-ff28-40a4-9a0d-1e9b8bca45ab 2018-08-29 06:07:44,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.225195884705s 2018-08-29 06:07:44,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-374a5d36-ff28-40a4-9a0d-1e9b8bca45ab 2018-08-29 06:07:44,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-29 06:07:44,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b.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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:45,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50236d0e-327a-4c97-82b5-2e3c170e98b9 Content-Length: 0 Date: Wed, 29 Aug 2018 06:07:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:07:45,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b.json used request id req-50236d0e-327a-4c97-82b5-2e3c170e98b9 2018-08-29 06:07:45,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28392195702s 2018-08-29 06:07:45,930 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/4adcb953-e114-4e8a-bd54-5e61e3f1853b.json used request id req-50236d0e-327a-4c97-82b5-2e3c170e98b9 2018-08-29 06:07:45,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 06:07:45,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:46,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-6382f00e-1622-47a6-9353-07682ced2a9a Date: Wed, 29 Aug 2018 06:07:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e4678ca-518f-4826-8a80-3076ecd264ad","tenant_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","created_at":"2018-08-29T05:46:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T05:46:48Z","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":"ae58bc5adcc848dfa5b05bdcbbd398ea","id":"4a6721f7-b81a-4306-bc81-6f4745aa103e","subnetpool_id":null,"name":"rally_sanity-subnet_4620da62-e805-4341-bb74-f9cab36a6439"}]} 2018-08-29 06:07:46,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-6382f00e-1622-47a6-9353-07682ced2a9a 2018-08-29 06:07:46,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.194071054459s 2018-08-29 06:07:46,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-6382f00e-1622-47a6-9353-07682ced2a9a 2018-08-29 06:07:46,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-29 06:07:46,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/4a6721f7-b81a-4306-bc81-6f4745aa103e.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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:48,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0ddf5ae-7116-4692-9176-0743e6097609 Date: Wed, 29 Aug 2018 06:07:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:07:48,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/4a6721f7-b81a-4306-bc81-6f4745aa103e.json used request id req-d0ddf5ae-7116-4692-9176-0743e6097609 2018-08-29 06:07:48,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.14762687683s 2018-08-29 06:07:48,274 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/4a6721f7-b81a-4306-bc81-6f4745aa103e.json used request id req-d0ddf5ae-7116-4692-9176-0743e6097609 2018-08-29 06:07:48,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:07:48,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:48,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6998 X-Openstack-Request-Id: req-ebeed33b-c7ee-430d-83c6-59daf2bea694 Date: Wed, 29 Aug 2018 06:07:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e4678ca-518f-4826-8a80-3076ecd264ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:07:48Z","provider:segmentation_id":15,"name":"rally_sanity-net_4620da62-e805-4341-bb74-f9cab36a6439","admin_state_up":true,"tenant_id":"ae58bc5adcc848dfa5b05bdcbbd398ea","created_at":"2018-08-29T05:46:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:07:48,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ebeed33b-c7ee-430d-83c6-59daf2bea694 2018-08-29 06:07:48,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34574508667s 2018-08-29 06:07:48,621 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ebeed33b-c7ee-430d-83c6-59daf2bea694 2018-08-29 06:07:48,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-29 06:07:48,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/7e4678ca-518f-4826-8a80-3076ecd264ad.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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:49,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d0ae950-b232-43eb-9b0a-fdd998461b25 Date: Wed, 29 Aug 2018 06:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:07:49,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/7e4678ca-518f-4826-8a80-3076ecd264ad.json used request id req-5d0ae950-b232-43eb-9b0a-fdd998461b25 2018-08-29 06:07:49,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.15497684479s 2018-08-29 06:07:49,779 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/7e4678ca-518f-4826-8a80-3076ecd264ad.json used request id req-5d0ae950-b232-43eb-9b0a-fdd998461b25 2018-08-29 06:07:49,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-29 06:07:49,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:49,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-2ea2b658-eab3-4547-897b-65e0d1f3830c Date: Wed, 29 Aug 2018 06:07:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/05058589-83f7-4dd5-832b-7bff073d26ad/snap", "metadata": {}}], "file": "/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad/file", "owner": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "05058589-83f7-4dd5-832b-7bff073d26ad", "size": 12716032, "self": "/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad", "disk_format": "qcow2", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/05058589-83f7-4dd5-832b-7bff073d26ad/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-29T05:46:54Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_4620da62-e805-4341-bb74-f9cab36a6439", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-29T05:46:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-29 06:07:49,952 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-2ea2b658-eab3-4547-897b-65e0d1f3830c 2018-08-29 06:07:49,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171992063522s 2018-08-29 06:07:49,952 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-2ea2b658-eab3-4547-897b-65e0d1f3830c 2018-08-29 06:07:49,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-29 06:07:49,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}116dc1d708c1ff1bb3560c13e4d23fd990b3d216" 2018-08-29 06:07:51,415 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6229ba17-d0fa-4f8a-b215-3e4c366b7d81 Date: Wed, 29 Aug 2018 06:07:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 06:07:51,415 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad used request id req-6229ba17-d0fa-4f8a-b215-3e4c366b7d81 2018-08-29 06:07:51,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.46140694618s 2018-08-29 06:07:51,416 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/05058589-83f7-4dd5-832b-7bff073d26ad used request id req-6229ba17-d0fa-4f8a-b215-3e4c366b7d81 2018-08-29 06:07:51,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-29 06:07:51,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:51,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07: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-d19a69fb-4ba3-4afd-977d-76d20a71b9e1 x-compute-request-id: req-d19a69fb-4ba3-4afd-977d-76d20a71b9e1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f75451d0-52c9-4eb7-906d-8c1ca25ab87c", "name": "rally_sanity-flavor_4620da62-e805-4341-bb74-f9cab36a6439", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 06:07:51,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-d19a69fb-4ba3-4afd-977d-76d20a71b9e1 2018-08-29 06:07:51,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0329790115356s 2018-08-29 06:07:51,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-d19a69fb-4ba3-4afd-977d-76d20a71b9e1 2018-08-29 06:07:51,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-29 06:07:51,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:51,494 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:07: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-ad9281e0-fc46-400e-9b87-97455ef08179 x-compute-request-id: req-ad9281e0-fc46-400e-9b87-97455ef08179 Content-Length: 0 Content-Type: application/json 2018-08-29 06:07:51,495 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c used request id req-ad9281e0-fc46-400e-9b87-97455ef08179 2018-08-29 06:07:51,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0434329509735s 2018-08-29 06:07:51,495 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/f75451d0-52c9-4eb7-906d-8c1ca25ab87c used request id req-ad9281e0-fc46-400e-9b87-97455ef08179 2018-08-29 06:07:51,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 06:07:51,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:51,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-104b30b6-659e-4dfc-a460-1fed7656a15b Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439", "links": {"self": "http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729"}, "domain_id": "default", "enabled": true, "id": "13d1bab3f3b44b90a6882182f2534729", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/15ea8af6a2b44fdebf581d681df6940d"}, "domain_id": "3e0ca93d57fd4bc085ad22d5c98fa54c", "enabled": true, "options": {}, "id": "15ea8af6a2b44fdebf581d681df6940d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.24:5000/v3/users/1bbf1b6dfac34b12b4c7600fe84df02c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bbf1b6dfac34b12b4c7600fe84df02c", "email": "barbican@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/213150e9654d488c96cb674f09eb4e0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "213150e9654d488c96cb674f09eb4e0e", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/2609a515422f42ccaa9edd9b4632c898"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2609a515422f42ccaa9edd9b4632c898", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/31f6f76915d74820aba3dfcfc82467cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31f6f76915d74820aba3dfcfc82467cc", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/734967e795904c84844581302fc6d460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734967e795904c84844581302fc6d460", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7909c38cdd3b42e09dce661c47f97edb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7909c38cdd3b42e09dce661c47f97edb", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/a09951e7fc014a1d967c74c924574bad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a09951e7fc014a1d967c74c924574bad", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/aa233c5d39c143a98027967ff593d326"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa233c5d39c143a98027967ff593d326", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/ad848dcaf5ad4fc4a0646a214162408b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad848dcaf5ad4fc4a0646a214162408b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/b27069e391604d6b92f4f1ce669daeb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b27069e391604d6b92f4f1ce669daeb5", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/cb16fe51c94f4ba8963b58d397cfe0a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb16fe51c94f4ba8963b58d397cfe0a4", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/e06844d682474aae92a72ae164f3677e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e06844d682474aae92a72ae164f3677e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.24:5000/v3/users/f15fd6ed012a421c84be1b3e2e66ceba"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f15fd6ed012a421c84be1b3e2e66ceba", "email": "congress@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-29 06:07:51,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-104b30b6-659e-4dfc-a460-1fed7656a15b 2018-08-29 06:07:51,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992510318756s 2018-08-29 06:07:51,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-104b30b6-659e-4dfc-a460-1fed7656a15b 2018-08-29 06:07:51,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-29 06:07:51,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:51,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7a8505-2118-43f7-9bb6-a837fac583b0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729"}, "enabled": true, "id": "13d1bab3f3b44b90a6882182f2534729", "options": {}, "domain_id": "default", "name": "rally_sanity-user_4620da62-e805-4341-bb74-f9cab36a6439"}} 2018-08-29 06:07:51,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 used request id req-3c7a8505-2118-43f7-9bb6-a837fac583b0 2018-08-29 06:07:51,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100768089294s 2018-08-29 06:07:51,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 used request id req-3c7a8505-2118-43f7-9bb6-a837fac583b0 2018-08-29 06:07:51,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-29 06:07:51,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:51,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7569c7e7-6906-4854-ad71-b1bdcd29d305 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 06:07:51,880 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 used request id req-7569c7e7-6906-4854-ad71-b1bdcd29d305 2018-08-29 06:07:51,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.177354097366s 2018-08-29 06:07:51,881 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/13d1bab3f3b44b90a6882182f2534729 used request id req-7569c7e7-6906-4854-ad71-b1bdcd29d305 2018-08-29 06:07:51,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-29 06:07:51,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:51,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb92879e-4f98-463f-835b-1f8a1255dc88 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea"}, "enabled": true, "id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_4620da62-e805-4341-bb74-f9cab36a6439"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 06:07:51,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-bb92879e-4f98-463f-835b-1f8a1255dc88 2018-08-29 06:07:51,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0776498317719s 2018-08-29 06:07:51,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-bb92879e-4f98-463f-835b-1f8a1255dc88 2018-08-29 06:07:51,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-29 06:07:51,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:52,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bf1ba9f-b11e-46b8-a631-8218625e0066 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 06:07:52,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea used request id req-1bf1ba9f-b11e-46b8-a631-8218625e0066 2018-08-29 06:07:52,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.187252044678s 2018-08-29 06:07:52,149 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/ae58bc5adcc848dfa5b05bdcbbd398ea used request id req-1bf1ba9f-b11e-46b8-a631-8218625e0066 2018-08-29 06:07:52,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-08-29 06:07:52,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:52,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b225d1-0033-4784-b177-21d7525075bc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://172.30.9.24:5000/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "449029edc0b54f9c9f9face00cd11bdc", "links": {"self": "http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://172.30.9.24:5000/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://172.30.9.24:5000/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} 2018-08-29 06:07:52,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-c5b225d1-0033-4784-b177-21d7525075bc 2018-08-29 06:07:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0870571136475s 2018-08-29 06:07:52,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-08-29 06:07:52,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63a6358c102462ee65255143c6c8088b65e4d9c4" 2018-08-29 06:07:52,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 29 Aug 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88f72ed3-e9c7-4ec0-8a51-25a585194e2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-29 06:07:52,337 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/449029edc0b54f9c9f9face00cd11bdc used request id req-88f72ed3-e9c7-4ec0-8a51-25a585194e2f 2018-08-29 06:07:52,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0989952087402s 2018-08-29 06:07:52,338 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-29 06:07:52,390 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-29 06:07:52,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:07:52,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:07:52,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:07:52,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:07:52,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:07:52,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbaa25d5-d22e-448b-aa80-61e8f302c78a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:07:52,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-cbaa25d5-d22e-448b-aa80-61e8f302c78a 2018-08-29 06:07:52,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:07:52,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["_hmg_ZWgSrWrhLgrG3yfog"], "issued_at": "2018-08-29T06:07:52.000000Z"}} 2018-08-29 06:07:52,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:07:52,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" 2018-08-29 06:07:53,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-43fd194f-fa61-44c7-bda5-df6a36ff90fc Date: Wed, 29 Aug 2018 06:07:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 06:07:53,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43fd194f-fa61-44c7-bda5-df6a36ff90fc 2018-08-29 06:07:53,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.217614173889s 2018-08-29 06:07:53,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43fd194f-fa61-44c7-bda5-df6a36ff90fc 2018-08-29 06:07:53,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-29 06:07:55,465 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-29 06:07:55.145 9950 INFO rally.deployment.engine [-] Deployment c41a3848-c3fc-410a-a92c-fea710b061d2 | Starting: Destroy cloud and free allocated resources. 2018-08-29 06:07:55.232 9950 INFO rally.deployment.engine [-] Deployment c41a3848-c3fc-410a-a92c-fea710b061d2 | Completed: Destroy cloud and free allocated resources. 2018-08-29 06:07:55.256 9950 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76). 2018-08-29 06:07:55.261 9950 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-29 06:07:57,875 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-29 06:07:57.603 9953 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b911f08d-3d22-4405-b7be-4fea62c891d0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b911f08d-3d22-4405-b7be-4fea62c891d0 | 2018-08-29T06:07:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b911f08d-3d22-4405-b7be-4fea62c891d0 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-29 06:08:01,190 - 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-08-29 06:08:01,190 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-29 06:08:03,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-29 06:08:03.230 9959 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=ec34b500-39d8-4edf-8a8c-f3b2ed88ba76). 2018-08-29 06:08:03.351 9959 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-29 06:08:07,018 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-29 06:08:05.644 9962 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-29 06:08:05.782 9962 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-29 06:08:06.824 9962 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b9ca8da7-1c94-4981-b404-c22aa1c2293f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b9ca8da7-1c94-4981-b404-c22aa1c2293f) as the default verifier for the future CLI operations. 2018-08-29 06:08:10,089 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-29 06:08:10,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-29 06:08:10,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" -d '{"network": {"shared": true, "name": "refstack_defcore-net_30f4af84-24b4-4241-b61b-08b100ee4abd", "admin_state_up": true}}' 2018-08-29 06:08:10,510 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-9233008c-562c-4be1-9032-2e502530436a Date: Wed, 29 Aug 2018 06:08:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:08:10Z","is_default":false,"provider:segmentation_id":33,"name":"refstack_defcore-net_30f4af84-24b4-4241-b61b-08b100ee4abd","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:10Z","mtu":1450}} 2018-08-29 06:08:10,510 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9233008c-562c-4be1-9032-2e502530436a 2018-08-29 06:08:10,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.420563220978s 2018-08-29 06:08:10,511 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9233008c-562c-4be1-9032-2e502530436a 2018-08-29 06:08:10,511 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-29T06:08:10Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_30f4af84-24b4-4241-b61b-08b100ee4abd', u'admin_state_up': True, u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T06:08:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'8331fb80acb1488a84bc7cffea257dab'}) 2018-08-29 06:08:10,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:08:10,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" 2018-08-29 06:08:10,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6996 X-Openstack-Request-Id: req-03224c55-839e-4f1c-99ff-1ef593f17f2e Date: Wed, 29 Aug 2018 06:08:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:08:10Z","provider:segmentation_id":33,"name":"refstack_defcore-net_30f4af84-24b4-4241-b61b-08b100ee4abd","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:10Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:08:10,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-03224c55-839e-4f1c-99ff-1ef593f17f2e 2018-08-29 06:08:10,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261929988861s 2018-08-29 06:08:10,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-03224c55-839e-4f1c-99ff-1ef593f17f2e 2018-08-29 06:08:10,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-29 06:08:10,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" -d '{"subnet": {"name": "refstack_defcore-subnet_30f4af84-24b4-4241-b61b-08b100ee4abd", "enable_dhcp": true, "network_id": "8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-29 06:08:11,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-09f69524-cc83-4a73-bbee-482759a0907a Date: Wed, 29 Aug 2018 06:08:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T06:08:11Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"291c6eae-02bf-433c-8db5-a0fbf7550f27","subnetpool_id":null,"name":"refstack_defcore-subnet_30f4af84-24b4-4241-b61b-08b100ee4abd"}} 2018-08-29 06:08:11,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-09f69524-cc83-4a73-bbee-482759a0907a 2018-08-29 06:08:11,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.624268054962s 2018-08-29 06:08:11,402 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-09f69524-cc83-4a73-bbee-482759a0907a 2018-08-29 06:08:11,403 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T06:08:11Z', 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'291c6eae-02bf-433c-8db5-a0fbf7550f27', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_30f4af84-24b4-4241-b61b-08b100ee4abd', u'enable_dhcp': True, u'network_id': u'8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1', u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T06:08:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8331fb80acb1488a84bc7cffea257dab'}) 2018-08-29 06:08:11,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-29 06:08:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "refstack_defcore-router_30f4af84-24b4-4241-b61b-08b100ee4abd", "admin_state_up": true}}' 2018-08-29 06:08:13,437 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 164 X-Openstack-Request-Id: req-ff413c6b-bf5e-4be5-ac1b-efd9dfd0c1f0 Date: Wed, 29 Aug 2018 06:08:13 GMT RESP BODY: {"NeutronError": {"message": "No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f.", "type": "IpAddressGenerationFailure", "detail": ""}} 2018-08-29 06:08:13,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-ff413c6b-bf5e-4be5-ac1b-efd9dfd0c1f0 2018-08-29 06:08:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.0340321064s 2018-08-29 06:08:13,438 - functest.core.tenantnetwork - ERROR - Cannot run refstack_defcore Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 228, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 219, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router refstack_defcore-router_30f4af84-24b4-4241-b61b-08b100ee4abd. (409) Client Error for url: http://172.30.9.24:9696/v2.0/routers.json No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f. (Inner Exception: 'args') 2018-08-29 06:08:13,479 - functest.core.singlevm - ERROR - Cannot run refstack_defcore Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 238, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-29 06:08:13,485 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 308, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-29 06:08:13,616 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:08:13,616 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 00:03 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-29 06:08:13,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 06:08:13,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" 2018-08-29 06:08:13,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-c01812fa-ccff-4afb-bdf2-5130b9639828 Date: Wed, 29 Aug 2018 06:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T06:08:11Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"291c6eae-02bf-433c-8db5-a0fbf7550f27","subnetpool_id":null,"name":"refstack_defcore-subnet_30f4af84-24b4-4241-b61b-08b100ee4abd"}]} 2018-08-29 06:08:13,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c01812fa-ccff-4afb-bdf2-5130b9639828 2018-08-29 06:08:13,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.219681978226s 2018-08-29 06:08:13,842 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c01812fa-ccff-4afb-bdf2-5130b9639828 2018-08-29 06:08:13,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-29 06:08:13,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/291c6eae-02bf-433c-8db5-a0fbf7550f27.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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" 2018-08-29 06:08:16,186 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45190b81-a901-4ca5-b645-1ea4bd3d3213 Date: Wed, 29 Aug 2018 06:08:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:08:16,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/291c6eae-02bf-433c-8db5-a0fbf7550f27.json used request id req-45190b81-a901-4ca5-b645-1ea4bd3d3213 2018-08-29 06:08:16,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.34210801125s 2018-08-29 06:08:16,186 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/291c6eae-02bf-433c-8db5-a0fbf7550f27.json used request id req-45190b81-a901-4ca5-b645-1ea4bd3d3213 2018-08-29 06:08:16,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:08:16,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" 2018-08-29 06:08:16,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7002 X-Openstack-Request-Id: req-510cc986-a1c2-4867-90eb-3380a78d087d Date: Wed, 29 Aug 2018 06:08:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:08:15Z","provider:segmentation_id":33,"name":"refstack_defcore-net_30f4af84-24b4-4241-b61b-08b100ee4abd","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:10Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:08:16,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-510cc986-a1c2-4867-90eb-3380a78d087d 2018-08-29 06:08:16,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253462076187s 2018-08-29 06:08:16,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-510cc986-a1c2-4867-90eb-3380a78d087d 2018-08-29 06:08:16,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-29 06:08:16,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1.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}43a9a44941324e42d40ed99bafaf5d3bb4a22908" 2018-08-29 06:08:17,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52264cba-eb9a-46a5-9a12-643ce7000243 Date: Wed, 29 Aug 2018 06:08:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:08:17,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1.json used request id req-52264cba-eb9a-46a5-9a12-643ce7000243 2018-08-29 06:08:17,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08351898193s 2018-08-29 06:08:17,527 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8cd623d0-2ce2-44bf-95b4-b30a5b8bd9f1.json used request id req-52264cba-eb9a-46a5-9a12-643ce7000243 2018-08-29 06:08:17,528 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-29 06:08:17,581 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-29 06:08:17,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:08:17,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:08:17,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:08:17,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:08:17,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:08:17,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:08:17,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:08:17,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:08:17,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:08:17,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:08:17,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:08:17,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:08:17,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:08:17,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e44df81-c887-459b-93bd-a196619f1a5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:08:17,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6e44df81-c887-459b-93bd-a196619f1a5f 2018-08-29 06:08:17,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:08:18,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:08:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["090SA5SmS2Cz7-WX5N6-0Q"], "issued_at": "2018-08-29T06:08:18.000000Z"}} 2018-08-29 06:08:18,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:08:18,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" 2018-08-29 06:08:18,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d5dc6dbb-88c9-455a-929f-ccd73c910a6d Date: Wed, 29 Aug 2018 06:08:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"}]} 2018-08-29 06:08:18,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d5dc6dbb-88c9-455a-929f-ccd73c910a6d 2018-08-29 06:08:18,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.224638938904s 2018-08-29 06:08:18,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d5dc6dbb-88c9-455a-929f-ccd73c910a6d 2018-08-29 06:08:18,233 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-29 06:08:20,678 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-29 06:08:20.342 9981 INFO rally.deployment.engine [-] Deployment b911f08d-3d22-4405-b7be-4fea62c891d0 | Starting: Destroy cloud and free allocated resources. 2018-08-29 06:08:20.436 9981 INFO rally.deployment.engine [-] Deployment b911f08d-3d22-4405-b7be-4fea62c891d0 | Completed: Destroy cloud and free allocated resources. 2018-08-29 06:08:20.460 9981 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b9ca8da7-1c94-4981-b404-c22aa1c2293f). 2018-08-29 06:08:20.465 9981 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-29 06:08:23,078 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-29 06:08:22.813 9984 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2f91e15f-db51-4a33-abd8-38a6c455ea4b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2f91e15f-db51-4a33-abd8-38a6c455ea4b | 2018-08-29T06:08:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2f91e15f-db51-4a33-abd8-38a6c455ea4b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-29 06:08:26,462 - 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-08-29 06:08:26,463 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-29 06:08:28,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-29 06:08:28.584 9990 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b9ca8da7-1c94-4981-b404-c22aa1c2293f). 2018-08-29 06:08:28.687 9990 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-29 06:08:32,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-29 06:08:30.915 9993 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-29 06:08:31.059 9993 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-29 06:08:32.148 9993 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=074e56d7-57de-4fe5-ab2a-55d7e12e8731) has been successfully created! Using verifier 'opnfv-tempest' (UUID=074e56d7-57de-4fe5-ab2a-55d7e12e8731) as the default verifier for the future CLI operations. 2018-08-29 06:08:35,296 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-29 06:08:35,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-29 06:08:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" -d '{"network": {"shared": true, "name": "patrole-net_5537ff55-cc0b-4b20-be16-fe1067d1a273", "admin_state_up": true}}' 2018-08-29 06:08:35,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-e1629408-1cf6-463f-b157-7d2ecaeb3344 Date: Wed, 29 Aug 2018 06:08: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":"09071e32-340a-4914-b004-9ab265d04df9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:08:35Z","is_default":false,"provider:segmentation_id":63,"name":"patrole-net_5537ff55-cc0b-4b20-be16-fe1067d1a273","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:35Z","mtu":1450}} 2018-08-29 06:08:35,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e1629408-1cf6-463f-b157-7d2ecaeb3344 2018-08-29 06:08:35,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.453206062317s 2018-08-29 06:08:35,751 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e1629408-1cf6-463f-b157-7d2ecaeb3344 2018-08-29 06:08:35,751 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-29T06:08:35Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'09071e32-340a-4914-b004-9ab265d04df9', u'provider:segmentation_id': 63, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_5537ff55-cc0b-4b20-be16-fe1067d1a273', u'admin_state_up': True, u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T06:08:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'8331fb80acb1488a84bc7cffea257dab'}) 2018-08-29 06:08:35,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:08:35,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" 2018-08-29 06:08:36,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6987 X-Openstack-Request-Id: req-436f6dc5-b03d-4c58-996b-c99412dc62db Date: Wed, 29 Aug 2018 06:08:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"09071e32-340a-4914-b004-9ab265d04df9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:08:35Z","provider:segmentation_id":63,"name":"patrole-net_5537ff55-cc0b-4b20-be16-fe1067d1a273","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:08:36,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-436f6dc5-b03d-4c58-996b-c99412dc62db 2018-08-29 06:08:36,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249952077866s 2018-08-29 06:08:36,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-436f6dc5-b03d-4c58-996b-c99412dc62db 2018-08-29 06:08:36,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-29 06:08:36,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" -d '{"subnet": {"name": "patrole-subnet_5537ff55-cc0b-4b20-be16-fe1067d1a273", "enable_dhcp": true, "network_id": "09071e32-340a-4914-b004-9ab265d04df9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-29 06:08:36,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5bcbf555-2616-429f-b5e8-85af8a898d33 Date: Wed, 29 Aug 2018 06:08:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09071e32-340a-4914-b004-9ab265d04df9","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T06:08:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8331fb80acb1488a84bc7cffea257dab","id":"908eaf25-c258-40c0-95da-1baf82c651c7","subnetpool_id":null,"name":"patrole-subnet_5537ff55-cc0b-4b20-be16-fe1067d1a273"}} 2018-08-29 06:08:36,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-5bcbf555-2616-429f-b5e8-85af8a898d33 2018-08-29 06:08:36,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.532967090607s 2018-08-29 06:08:36,540 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-5bcbf555-2616-429f-b5e8-85af8a898d33 2018-08-29 06:08:36,540 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-29T06:08:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'908eaf25-c258-40c0-95da-1baf82c651c7', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_5537ff55-cc0b-4b20-be16-fe1067d1a273', u'enable_dhcp': True, u'network_id': u'09071e32-340a-4914-b004-9ab265d04df9', u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'created_at': u'2018-08-29T06:08:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8331fb80acb1488a84bc7cffea257dab'}) 2018-08-29 06:08:36,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-29 06:08:36,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}, "name": "patrole-router_5537ff55-cc0b-4b20-be16-fe1067d1a273", "admin_state_up": true}}' 2018-08-29 06:08:37,425 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 164 X-Openstack-Request-Id: req-498ea923-67a4-4ee6-bcbb-378e6d6a34e2 Date: Wed, 29 Aug 2018 06:08:37 GMT RESP BODY: {"NeutronError": {"message": "No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f.", "type": "IpAddressGenerationFailure", "detail": ""}} 2018-08-29 06:08:37,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-498ea923-67a4-4ee6-bcbb-378e6d6a34e2 2018-08-29 06:08:37,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.884864091873s 2018-08-29 06:08:37,426 - functest.core.tenantnetwork - ERROR - Cannot run patrole Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 228, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 219, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router patrole-router_5537ff55-cc0b-4b20-be16-fe1067d1a273. (409) Client Error for url: http://172.30.9.24:9696/v2.0/routers.json No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-29 06:08:37,427 - functest.core.singlevm - ERROR - Cannot run patrole Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 238, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-29 06:08:37,427 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 308, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-29 06:08:37,549 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:08:37,550 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 00:02 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-29 06:08:37,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-29 06:08:37,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" 2018-08-29 06:08:37,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-88d421e3-6791-4e4f-b65a-6bbb54af6b44 Date: Wed, 29 Aug 2018 06:08:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09071e32-340a-4914-b004-9ab265d04df9","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-29T06:08:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8331fb80acb1488a84bc7cffea257dab","id":"908eaf25-c258-40c0-95da-1baf82c651c7","subnetpool_id":null,"name":"patrole-subnet_5537ff55-cc0b-4b20-be16-fe1067d1a273"}]} 2018-08-29 06:08:37,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-88d421e3-6791-4e4f-b65a-6bbb54af6b44 2018-08-29 06:08:37,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.217513084412s 2018-08-29 06:08:37,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-88d421e3-6791-4e4f-b65a-6bbb54af6b44 2018-08-29 06:08:37,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-29 06:08:37,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/908eaf25-c258-40c0-95da-1baf82c651c7.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}e4c8dc543d9c76cd315faea8da47f6b749fde824" 2018-08-29 06:08:39,538 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44936cb0-c646-4b9a-87da-ddf7c71d5c09 Date: Wed, 29 Aug 2018 06:08:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:08:39,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/908eaf25-c258-40c0-95da-1baf82c651c7.json used request id req-44936cb0-c646-4b9a-87da-ddf7c71d5c09 2018-08-29 06:08:39,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.76337599754s 2018-08-29 06:08:39,539 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/908eaf25-c258-40c0-95da-1baf82c651c7.json used request id req-44936cb0-c646-4b9a-87da-ddf7c71d5c09 2018-08-29 06:08:39,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-29 06:08:39,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e4c8dc543d9c76cd315faea8da47f6b749fde824" 2018-08-29 06:08:39,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6993 X-Openstack-Request-Id: req-88ed0456-25b2-48e6-9756-76995981c861 Date: Wed, 29 Aug 2018 06:08:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"09071e32-340a-4914-b004-9ab265d04df9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:08:39Z","provider:segmentation_id":63,"name":"patrole-net_5537ff55-cc0b-4b20-be16-fe1067d1a273","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:08:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:08:39,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-88ed0456-25b2-48e6-9756-76995981c861 2018-08-29 06:08:39,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267444133759s 2018-08-29 06:08:39,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-88ed0456-25b2-48e6-9756-76995981c861 2018-08-29 06:08:39,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-29 06:08:39,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/09071e32-340a-4914-b004-9ab265d04df9.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}e4c8dc543d9c76cd315faea8da47f6b749fde824" 2018-08-29 06:08:40,999 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9808b26-bc44-436e-a230-cfa0979aa82e Date: Wed, 29 Aug 2018 06:08:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:08:40,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/09071e32-340a-4914-b004-9ab265d04df9.json used request id req-d9808b26-bc44-436e-a230-cfa0979aa82e 2018-08-29 06:08:40,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18825697899s 2018-08-29 06:08:40,999 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/09071e32-340a-4914-b004-9ab265d04df9.json used request id req-d9808b26-bc44-436e-a230-cfa0979aa82e 2018-08-29 06:08:40,999 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-08-29 06:08:41,052 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-29 06:08:42,313 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:08:42,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:08:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:08:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:08:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:08:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:08:42,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-08-29 06:08:42,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:08:42,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42134b31-c136-4bc4-9043-01c1bc6dc3ec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:08:42,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-42134b31-c136-4bc4-9043-01c1bc6dc3ec 2018-08-29 06:08:42,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:08:42,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["OXypqRJ6Tn-p_CWnYja_RQ"], "issued_at": "2018-08-29T06:08:42.000000Z"}} 2018-08-29 06:08:42,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}d513f1240d95f489b002b6ffc452040c20bf0d7e" 2018-08-29 06:08:42,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 06:08: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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 06:08:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d513f1240d95f489b002b6ffc452040c20bf0d7e" 2018-08-29 06:08:42,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9798a447-09cf-4aa1-a63e-903a654802dc Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.24:5000/v3/services/0cd2276469e74cf6933569b57f7806e0"}, "enabled": true, "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.24:5000/v3/services/249a579e4ac24a3cabcfe4ba8a6d5082"}, "enabled": true, "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.24:5000/v3/services/2fcfed1e9eac4651b1a948d166860ff4"}, "enabled": true, "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.24:5000/v3/services/304aebfa89054dedb471155799e1eb0b"}, "enabled": true, "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.24:5000/v3/services/4543a59c72174c02a199fb5ac318a88f"}, "enabled": true, "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.24:5000/v3/services/7df65f74995b409699baf2c8c2ba74cc"}, "enabled": true, "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.24:5000/v3/services/992a92ced9ec409aa95e8e88e702c481"}, "enabled": true, "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.24:5000/v3/services/a15365a1a581407e89c39eb5fee15c36"}, "enabled": true, "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.24:5000/v3/services/b55bf9a33666433f9e0dc2038d80030a"}, "enabled": true, "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.24:5000/v3/services/cacf5bbaffac454caf05caa9f70f7c78"}, "enabled": true, "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.24:5000/v3/services/cdc1616751f54625900a20f2aaed5667"}, "enabled": true, "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.24:5000/v3/services/da0777a63c1445b0aeeb947ffda11679"}, "enabled": true, "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.24:5000/v3/services/dc5305c2e52943d6bd97ba908c24e645"}, "enabled": true, "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.24:5000/v3/services/f2c70c2f37884686b34e331db0e35caf"}, "enabled": true, "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.24:5000/v3/services/fd87a3c786514e54b3566678f44452a1"}, "enabled": true, "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "links": {"self": "http://172.30.9.24:5000/v3/services", "previous": null, "next": null}} 2018-08-29 06:08:42,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/services used request id req-9798a447-09cf-4aa1-a63e-903a654802dc 2018-08-29 06:08:42,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.510492086411s 2018-08-29 06:08:42,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-08-29 06:08:42,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d513f1240d95f489b002b6ffc452040c20bf0d7e" 2018-08-29 06:08:42,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3171e967-8d1f-460f-9646-007dbc077a18 Content-Encoding: gzip Content-Length: 1958 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/00f7815f03c04615b1cbb08da448f738"}, "url": "http://172.30.9.24:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7df65f74995b409699baf2c8c2ba74cc", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/0c1048c1b1b74023830fd97d8b08636d"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2fcfed1e9eac4651b1a948d166860ff4", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/0e4052f2a7e145cb9fb76339e6b70318"}, "url": "http://172.30.9.24:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f2c70c2f37884686b34e331db0e35caf", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/104e670a5f0945c39a873e8a0990bfbc"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b55bf9a33666433f9e0dc2038d80030a", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1cd124ef15d44cd1b021f00bf1eeeba6"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdc1616751f54625900a20f2aaed5667", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/20e7da121b964216b6d2f12dcc1f4355"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "992a92ced9ec409aa95e8e88e702c481", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2e3b1a6f25964f08a50ca558259b23ae"}, "url": "http://192.30.9.5:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da0777a63c1445b0aeeb947ffda11679", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2ef075ca2243490d9afefdae79930f41"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0cd2276469e74cf6933569b57f7806e0", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/33acfdf1edbf4a2f9bc587d4d9d41f42"}, "url": "http://172.30.9.24:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "992a92ced9ec409aa95e8e88e702c481", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/37782e5cff1c4872bb77bbce0e9bec09"}, "url": "http://192.30.9.5:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4543a59c72174c02a199fb5ac318a88f", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/389bb97784a84b7e9136c10991075b6c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a15365a1a581407e89c39eb5fee15c36", "id": "389bb97784a84b7e9136c10991075b6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4d42cd5e0ddf4e5e8de9ef6f90d29817"}, "url": "http://172.30.9.24:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b55bf9a33666433f9e0dc2038d80030a", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4ebd4c0fd4cb46659708ae4e476ba8d1"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cacf5bbaffac454caf05caa9f70f7c78", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/54c103be0c894e2ca6e0a2a05f0ab290"}, "url": "http://192.30.9.5:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da0777a63c1445b0aeeb947ffda11679", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/59c15b140b094afeb47766bccf3ee713"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc5305c2e52943d6bd97ba908c24e645", "id": "59c15b140b094afeb47766bccf3ee713"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/59e4f675d246481ea77fccc3ed59d8dc"}, "url": "http://172.30.9.24:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4543a59c72174c02a199fb5ac318a88f", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/5a2d1e4de83c4aba8b0c78ba8caeb336"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2fcfed1e9eac4651b1a948d166860ff4", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6a9e8e413fdc40e58319069f8ecc24c5"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0cd2276469e74cf6933569b57f7806e0", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6e90d9611dff4829a0a928120af48d95"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdc1616751f54625900a20f2aaed5667", "id": "6e90d9611dff4829a0a928120af48d95"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/73ee49101cd24d37aed171b571e78fa1"}, "url": "http://172.30.9.24:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "249a579e4ac24a3cabcfe4ba8a6d5082", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7409ae632a204ebdbc50bd54e9884810"}, "url": "http://172.30.9.24:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da0777a63c1445b0aeeb947ffda11679", "id": "7409ae632a204ebdbc50bd54e9884810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7648c82197844852a706b434e3c96bad"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7df65f74995b409699baf2c8c2ba74cc", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7687987fc5b743aa9f86241134a680fe"}, "url": "http://172.30.9.24:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdc1616751f54625900a20f2aaed5667", "id": "7687987fc5b743aa9f86241134a680fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7ed287b308d54b64ab9f1e5bff78a30c"}, "url": "http://172.30.9.24:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a15365a1a581407e89c39eb5fee15c36", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/8665dedbd62244a69b3327685dfe5a94"}, "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0cd2276469e74cf6933569b57f7806e0", "id": "8665dedbd62244a69b3327685dfe5a94"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/86a596914e5349abb604d8e7afba392c"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f2c70c2f37884686b34e331db0e35caf", "id": "86a596914e5349abb604d8e7afba392c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/91f579500ada48e6b2b8545fc80cd370"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "249a579e4ac24a3cabcfe4ba8a6d5082", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9d62460c5c8f4da49ec1ad2b2c408066"}, "url": "http://172.30.9.24:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cacf5bbaffac454caf05caa9f70f7c78", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a18c94ff6bb74626b36200212e3dba8a"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a15365a1a581407e89c39eb5fee15c36", "id": "a18c94ff6bb74626b36200212e3dba8a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/aa962cea8d54465dbf414091d43bea01"}, "url": "http://172.30.9.24:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc5305c2e52943d6bd97ba908c24e645", "id": "aa962cea8d54465dbf414091d43bea01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/addb077cdc4c4055af9644e7d5e25182"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "992a92ced9ec409aa95e8e88e702c481", "id": "addb077cdc4c4055af9644e7d5e25182"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b4f6317e68b1406e8b7ee7360bd6d5fd"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7df65f74995b409699baf2c8c2ba74cc", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c81bd8f30f374f0287a299213c98b9ae"}, "url": "http://192.30.9.5:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4543a59c72174c02a199fb5ac318a88f", "id": "c81bd8f30f374f0287a299213c98b9ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ca1e1aef573e4cc6a96fc3387778cb81"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f2c70c2f37884686b34e331db0e35caf", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d2bcfb51f8df47e281d2684d84694643"}, "url": "http://172.30.9.24:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2fcfed1e9eac4651b1a948d166860ff4", "id": "d2bcfb51f8df47e281d2684d84694643"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d5d152fa8ec847cbb5ac508dee1649fb"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b55bf9a33666433f9e0dc2038d80030a", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d61a66a354e54e4182f1a070b3a35ddc"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "304aebfa89054dedb471155799e1eb0b", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/df9e777f51e2403989b84d0c5989a28f"}, "url": "http://172.30.9.24:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "304aebfa89054dedb471155799e1eb0b", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e3607353c33e47848c514cc510d6cafe"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "304aebfa89054dedb471155799e1eb0b", "id": "e3607353c33e47848c514cc510d6cafe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e385462c42a047ba8317cb31602af0f3"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc5305c2e52943d6bd97ba908c24e645", "id": "e385462c42a047ba8317cb31602af0f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f2ef9b7b6053415d8901044eec2d0060"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cacf5bbaffac454caf05caa9f70f7c78", "id": "f2ef9b7b6053415d8901044eec2d0060"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/fda33677e87645a19d2e60b9008d6bdf"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "249a579e4ac24a3cabcfe4ba8a6d5082", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "links": {"self": "http://172.30.9.24:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-29 06:08:42,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-3171e967-8d1f-460f-9646-007dbc077a18 2018-08-29 06:08:42,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0851578712463s 2018-08-29 06:09:02,782 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-29 06:09:02,816 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-29 06:09:03,031 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-29 06:09:03,148 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:09:03,148 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-29 06:09:03,204 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-29 06:09:04,573 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-29 06:09:06,765 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-29 06:09:06,766 - openstack_tests - INFO - OS Credentials = > 2018-08-29 06:09:07,688 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-29 06:09:07,688 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-08-29 06:09:08,984 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-bceea6c0-2a1b-4ac-proj 2018-08-29 06:09:09,966 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-bceea6c0-2a1b-4ac-user 2018-08-29 06:09:10,163 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-bceea6c0-2a1b-4ac-proj-role 2018-08-29 06:09:10,256 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-bceea6c0-2a1b-4ac-proj-role to project CreateSecurityGroupTests-bceea6c0-2a1b-4ac-proj 2018-08-29 06:09:11,179 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-64d4a2a9-3ae3-47d8-858d-44b57eed6798name... 2018-08-29 06:09:11,180 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-64d4a2a9-3ae3-47d8-858d-44b57eed6798name 2018-08-29 06:09:11,680 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:11,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:12,024 - neutron_utils - INFO - Retrieving security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:12,107 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:12,288 - neutron_utils - INFO - Retrieving security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:12,339 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:12,521 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-64d4a2a9-3ae3-47d8-858d-44b57eed6798name 2018-08-29 06:09:12,808 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:13,328 - neutron_utils - INFO - Retrieving security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:13,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:13,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:14,162 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:14,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:14,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:15,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:15,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:15,662 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-64d4a2a9-3ae3-47d8-858d-44b57eed6798name 2018-08-29 06:09:15,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:16,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b012b759-d14c-46d3-a519-162e1914b350 2018-08-29 06:09:16,492 - neutron_utils - INFO - Deleting security group rule with ID - f71bd286-4913-4cc3-bbd8-2d278cfe3c05 2018-08-29 06:09:16,752 - neutron_utils - INFO - Deleting security group rule with ID - a4ef8f48-d1f5-4aaf-b996-85b686e79cd5 2018-08-29 06:09:17,014 - neutron_utils - INFO - Deleting security group rule with ID - 6aaad0c4-f844-46bd-a52d-07a1f03af24c 2018-08-29 06:09:17,271 - neutron_utils - INFO - Deleting security group rule with ID - 321e2920-956c-4df9-a3cb-7c28a0dd13f7 2018-08-29 06:09:17,539 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-64d4a2a9-3ae3-47d8-858d-44b57eed6798name 2018-08-29 06:09:19,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f8ea3433-7abe-41f6-9841-b86769590e0f 2018-08-29 06:09:19,209 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:09:19,539 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-bceea6c0-2a1b-4ac-proj 2018-08-29 06:09:19,903 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-bceea6c0-2a1b-4ac-proj-role 2018-08-29 06:09:20,129 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-bceea6c0-2a1b-4ac-user 2018-08-29 06:09:21,552 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-1e8ef023-c033-468-proj 2018-08-29 06:09:22,600 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-1e8ef023-c033-468-user 2018-08-29 06:09:22,816 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-1e8ef023-c033-468-proj-role 2018-08-29 06:09:22,836 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-1e8ef023-c033-468-proj-role to project CreateSecurityGroupTests-1e8ef023-c033-468-proj 2018-08-29 06:09:23,744 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-77e229ce-9a9f-4cea-95b2-8b7c449b835bname... 2018-08-29 06:09:23,744 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-77e229ce-9a9f-4cea-95b2-8b7c449b835bname 2018-08-29 06:09:24,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:24,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:24,539 - neutron_utils - INFO - Retrieving security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:24,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:24,918 - neutron_utils - INFO - Retrieving security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:24,975 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:25,145 - neutron_utils - INFO - Retrieving security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:25,202 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65a2366a-f864-4947-b7c4-cd7a29084ba7 2018-08-29 06:09:25,380 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-77e229ce-9a9f-4cea-95b2-8b7c449b835bname 2018-08-29 06:09:26,245 - neutron_utils - INFO - Deleting security group rule with ID - 894cbb05-cfb6-4a95-b81f-c59cbb019a47 2018-08-29 06:09:26,270 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 894cbb05-cfb6-4a95-b81f-c59cbb019a47 does not exist Neutron server returns request_ids: ['req-4edf7bdb-743e-47bb-a8e5-0209b581a4d5'] 2018-08-29 06:09:26,270 - neutron_utils - INFO - Deleting security group rule with ID - d7e11fd3-c9d6-4629-bb6f-b15c1557735b 2018-08-29 06:09:26,448 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d7e11fd3-c9d6-4629-bb6f-b15c1557735b does not exist Neutron server returns request_ids: ['req-ea30e0d8-220b-40df-bcb1-55c2fc2cbb7a'] 2018-08-29 06:09:26,448 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-77e229ce-9a9f-4cea-95b2-8b7c449b835bname 2018-08-29 06:09:26,629 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 65a2366a-f864-4947-b7c4-cd7a29084ba7 does not exist Neutron server returns request_ids: ['req-274a146d-7c13-429e-8ebf-4555170a372d'] 2018-08-29 06:09:27,305 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1e2f32b9-b5fd-4e4d-9312-d88b1e29287e 2018-08-29 06:09:27,488 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:09:27,789 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-1e8ef023-c033-468-proj 2018-08-29 06:09:28,017 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-1e8ef023-c033-468-proj-role 2018-08-29 06:09:28,213 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-1e8ef023-c033-468-user 2018-08-29 06:09:29,636 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-96bcf901-bd94-4fa-proj 2018-08-29 06:09:30,876 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-96bcf901-bd94-4fa-user 2018-08-29 06:09:31,067 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-96bcf901-bd94-4fa-proj-role 2018-08-29 06:09:31,150 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-96bcf901-bd94-4fa-proj-role to project CreateSecurityGroupTests-96bcf901-bd94-4fa-proj 2018-08-29 06:09:31,867 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-be86728e-837b-4c93-966c-2b7cfd20eec6name... 2018-08-29 06:09:31,867 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-be86728e-837b-4c93-966c-2b7cfd20eec6name 2018-08-29 06:09:32,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:32,642 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:32,821 - neutron_utils - INFO - Retrieving security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:32,877 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:33,062 - neutron_utils - INFO - Retrieving security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:33,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:33,432 - neutron_utils - INFO - Retrieving security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:33,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:34,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:34,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:35,508 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:35,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:35,857 - neutron_utils - INFO - Retrieving security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:36,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3be6686-c90b-44c7-a339-162fabfb9715 2018-08-29 06:09:36,228 - neutron_utils - INFO - Deleting security group rule with ID - ab1a17d0-0ca2-49f8-b5d3-3abb5a72ff03 2018-08-29 06:09:36,323 - neutron_utils - INFO - Deleting security group rule with ID - bac3f83b-9103-4c39-a6f9-8cc68ca86ed2 2018-08-29 06:09:36,571 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-be86728e-837b-4c93-966c-2b7cfd20eec6name 2018-08-29 06:09:37,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 392965be-2f8e-47ac-8aae-f8bc0083ecc1 2018-08-29 06:09:37,967 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:09:38,267 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-96bcf901-bd94-4fa-proj 2018-08-29 06:09:38,497 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-96bcf901-bd94-4fa-proj-role 2018-08-29 06:09:38,715 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-96bcf901-bd94-4fa-user 2018-08-29 06:09:40,212 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-cd01c1c5-6d1c-49f-proj 2018-08-29 06:09:41,373 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-cd01c1c5-6d1c-49f-user 2018-08-29 06:09:41,559 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-cd01c1c5-6d1c-49f-proj-role 2018-08-29 06:09:41,651 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-cd01c1c5-6d1c-49f-proj-role to project CreateSecurityGroupTests-cd01c1c5-6d1c-49f-proj 2018-08-29 06:09:42,448 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-08590abb-1e48-4c16-86b5-2bb917ff2b10name... 2018-08-29 06:09:42,448 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-08590abb-1e48-4c16-86b5-2bb917ff2b10name 2018-08-29 06:09:43,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:43,264 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:43,441 - neutron_utils - INFO - Retrieving security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:43,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:43,514 - neutron_utils - INFO - Retrieving security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:43,707 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:43,890 - neutron_utils - INFO - Retrieving security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:44,097 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:44,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:45,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d09b2eed-7a69-4888-9531-490dbe077289 2018-08-29 06:09:45,301 - neutron_utils - INFO - Deleting security group rule with ID - b97796ea-a7cc-463a-8552-c98c012cd4f2 2018-08-29 06:09:45,553 - neutron_utils - INFO - Deleting security group rule with ID - 034fc740-b690-48e1-8e9f-9fd1f4bd306d 2018-08-29 06:09:45,797 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-08590abb-1e48-4c16-86b5-2bb917ff2b10name 2018-08-29 06:09:46,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0c0f9949-3993-41c2-839b-a16eef7aad88 2018-08-29 06:09:46,671 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:09:46,990 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-cd01c1c5-6d1c-49f-proj 2018-08-29 06:09:47,202 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-cd01c1c5-6d1c-49f-proj-role 2018-08-29 06:09:47,401 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-cd01c1c5-6d1c-49f-user 2018-08-29 06:09:48,798 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-194eeeab-28fb-4c6-proj 2018-08-29 06:09:49,833 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-194eeeab-28fb-4c6-user 2018-08-29 06:09:50,026 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-194eeeab-28fb-4c6-proj-role 2018-08-29 06:09:50,118 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-194eeeab-28fb-4c6-proj-role to project CreateSecurityGroupTests-194eeeab-28fb-4c6-proj 2018-08-29 06:09:51,103 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-56d12bfd-1fc2-4ed1-8466-60537049f3c2name... 2018-08-29 06:09:51,104 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-56d12bfd-1fc2-4ed1-8466-60537049f3c2name 2018-08-29 06:09:51,500 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:51,672 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:51,843 - neutron_utils - INFO - Retrieving security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:51,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:52,087 - neutron_utils - INFO - Retrieving security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:52,295 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:52,465 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-56d12bfd-1fc2-4ed1-8466-60537049f3c2name 2018-08-29 06:09:52,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:53,080 - neutron_utils - INFO - Retrieving security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:53,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:54,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:54,305 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:54,666 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:55,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:55,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f749b63-5195-4ade-ac03-8ffd98f3a65e 2018-08-29 06:09:55,552 - neutron_utils - INFO - Deleting security group rule with ID - 0c69aedb-21f5-40ff-b798-2d78202ca135 2018-08-29 06:09:55,783 - neutron_utils - INFO - Deleting security group rule with ID - 6b75839a-e2bf-4aa5-8c72-25db2976031b 2018-08-29 06:09:56,039 - neutron_utils - INFO - Deleting security group rule with ID - c8daa0ac-57b1-4fcb-afaf-1f35c25a63c3 2018-08-29 06:09:56,293 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-56d12bfd-1fc2-4ed1-8466-60537049f3c2name 2018-08-29 06:09:57,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1d08ad6-c254-4240-bc08-b3dc44c5fa04 2018-08-29 06:09:57,670 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:09:58,019 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-194eeeab-28fb-4c6-proj 2018-08-29 06:09:58,365 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-194eeeab-28fb-4c6-proj-role 2018-08-29 06:09:58,587 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-194eeeab-28fb-4c6-user 2018-08-29 06:10:00,001 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a9117bcc-ada3-4d8-proj 2018-08-29 06:10:01,055 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a9117bcc-ada3-4d8-user 2018-08-29 06:10:01,253 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a9117bcc-ada3-4d8-proj-role 2018-08-29 06:10:01,343 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a9117bcc-ada3-4d8-proj-role to project CreateSecurityGroupTests-a9117bcc-ada3-4d8-proj 2018-08-29 06:10:02,264 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-383e1447-64ca-4658-8b53-c55f4ba2380ename... 2018-08-29 06:10:02,264 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-383e1447-64ca-4658-8b53-c55f4ba2380ename 2018-08-29 06:10:02,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:02,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:03,127 - neutron_utils - INFO - Retrieving security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:03,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:03,503 - neutron_utils - INFO - Retrieving security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:03,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:03,753 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-383e1447-64ca-4658-8b53-c55f4ba2380ename 2018-08-29 06:10:04,034 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:04,577 - neutron_utils - INFO - Retrieving security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:04,935 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:05,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:05,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:06,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:06,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:07,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce5ecdec-eb01-4a9d-b07c-e2ba0c6311f2 2018-08-29 06:10:07,172 - neutron_utils - INFO - Deleting security group rule with ID - 76f05432-b98e-4d05-b862-08778394ab8d 2018-08-29 06:10:07,422 - neutron_utils - INFO - Deleting security group rule with ID - b628ee48-8a21-4564-9c4d-555cce5769e8 2018-08-29 06:10:07,673 - neutron_utils - INFO - Deleting security group rule with ID - b067e4a9-0cc0-45f6-a041-dca976384d9c 2018-08-29 06:10:07,783 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-383e1447-64ca-4658-8b53-c55f4ba2380ename 2018-08-29 06:10:09,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb890cac-0c95-44bf-871d-4b4511c2a947 2018-08-29 06:10:09,248 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:10:09,620 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a9117bcc-ada3-4d8-proj 2018-08-29 06:10:09,884 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a9117bcc-ada3-4d8-proj-role 2018-08-29 06:10:10,086 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a9117bcc-ada3-4d8-user 2018-08-29 06:10:11,522 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-67813c43-5eb4-446-proj 2018-08-29 06:10:12,606 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-67813c43-5eb4-446-user 2018-08-29 06:10:12,816 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-67813c43-5eb4-446-proj-role 2018-08-29 06:10:12,905 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-67813c43-5eb4-446-proj-role to project CreateSecurityGroupTests-67813c43-5eb4-446-proj 2018-08-29 06:10:13,850 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-bd7fffc6-84c2-4c0f-9884-61874e32d73dname... 2018-08-29 06:10:13,850 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-bd7fffc6-84c2-4c0f-9884-61874e32d73dname 2018-08-29 06:10:14,206 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:14,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:14,559 - neutron_utils - INFO - Retrieving security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:14,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:14,923 - neutron_utils - INFO - Retrieving security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:15,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:15,287 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bd7fffc6-84c2-4c0f-9884-61874e32d73dname 2018-08-29 06:10:15,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:16,074 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bd7fffc6-84c2-4c0f-9884-61874e32d73dname 2018-08-29 06:10:16,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:17,056 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bd7fffc6-84c2-4c0f-9884-61874e32d73dname 2018-08-29 06:10:17,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:17,864 - neutron_utils - INFO - Retrieving security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:17,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:18,679 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:18,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:19,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:19,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:20,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:20,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:20,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:20,713 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:21,096 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:21,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:21,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:21,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:22,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e1593ed-ef9b-4fae-9c9e-8c7100ed47ac 2018-08-29 06:10:22,083 - neutron_utils - INFO - Deleting security group rule with ID - 278289a1-c798-4213-a5dc-37b59629f115 2018-08-29 06:10:22,374 - neutron_utils - INFO - Deleting security group rule with ID - b4d1aa37-aa06-4a9f-8bae-108734cb25a0 2018-08-29 06:10:22,622 - neutron_utils - INFO - Deleting security group rule with ID - 08340452-11b0-4a7f-8c87-10a4c940bcee 2018-08-29 06:10:22,761 - neutron_utils - INFO - Deleting security group rule with ID - a19d64ba-dd42-4d73-a955-f9f0d38b8c0b 2018-08-29 06:10:23,017 - neutron_utils - INFO - Deleting security group rule with ID - a8de1748-c520-4e79-9f64-d247f2e4d33b 2018-08-29 06:10:23,126 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-bd7fffc6-84c2-4c0f-9884-61874e32d73dname 2018-08-29 06:10:24,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 887f6452-9482-46e6-b9e3-5fc91d698444 2018-08-29 06:10:24,501 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:10:24,839 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-67813c43-5eb4-446-proj 2018-08-29 06:10:25,088 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-67813c43-5eb4-446-proj-role 2018-08-29 06:10:25,297 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-67813c43-5eb4-446-user 2018-08-29 06:10:26,756 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-09256214-dfe8-447-proj 2018-08-29 06:10:27,995 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-09256214-dfe8-447-user 2018-08-29 06:10:28,187 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-09256214-dfe8-447-proj-role 2018-08-29 06:10:28,276 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-09256214-dfe8-447-proj-role to project CreateSecurityGroupTests-09256214-dfe8-447-proj 2018-08-29 06:10:29,125 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-00dca1b5-5b54-4f32-9bfb-7f9a8377827dname... 2018-08-29 06:10:29,125 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-00dca1b5-5b54-4f32-9bfb-7f9a8377827dname 2018-08-29 06:10:29,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:29,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:29,767 - neutron_utils - INFO - Retrieving security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:29,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:29,884 - neutron_utils - INFO - Retrieving security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:29,935 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:30,116 - neutron_utils - INFO - Retrieving security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:30,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:30,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:31,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ecc1b903-da13-457c-98ad-7e3f157a0d14 2018-08-29 06:10:31,245 - neutron_utils - INFO - Deleting security group rule with ID - 86d37c24-de48-471f-a8e9-60e614e4e268 2018-08-29 06:10:31,501 - neutron_utils - INFO - Deleting security group rule with ID - 56ff088c-765f-4ed0-9a0a-bfad19012b8c 2018-08-29 06:10:31,764 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-00dca1b5-5b54-4f32-9bfb-7f9a8377827dname 2018-08-29 06:10:32,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 697b7110-9c99-46f1-ba24-d69934feb83b 2018-08-29 06:10:33,030 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:10:33,359 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-09256214-dfe8-447-proj 2018-08-29 06:10:33,633 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-09256214-dfe8-447-proj-role 2018-08-29 06:10:33,833 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-09256214-dfe8-447-user 2018-08-29 06:10:35,420 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c7e5740d-8618-453-proj 2018-08-29 06:10:36,540 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c7e5740d-8618-453-user 2018-08-29 06:10:36,762 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c7e5740d-8618-453-proj-role 2018-08-29 06:10:36,842 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c7e5740d-8618-453-proj-role to project CreateSecurityGroupTests-c7e5740d-8618-453-proj 2018-08-29 06:10:37,735 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-42db296a-d2de-42f8-a7b8-3211ede37f78name... 2018-08-29 06:10:37,735 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-42db296a-d2de-42f8-a7b8-3211ede37f78name 2018-08-29 06:10:38,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:38,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:38,319 - neutron_utils - INFO - Retrieving security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:38,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:38,689 - neutron_utils - INFO - Retrieving security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:38,884 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:39,061 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-42db296a-d2de-42f8-a7b8-3211ede37f78name 2018-08-29 06:10:39,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:39,505 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-42db296a-d2de-42f8-a7b8-3211ede37f78name 2018-08-29 06:10:39,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:40,284 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-42db296a-d2de-42f8-a7b8-3211ede37f78name 2018-08-29 06:10:40,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:40,805 - neutron_utils - INFO - Retrieving security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:41,007 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:41,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:41,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:42,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:42,639 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:43,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:43,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:43,756 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:44,025 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:44,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:44,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:44,861 - neutron_utils - INFO - Deleting security group rule with ID - 13da0f72-657e-469b-a199-d7378d74ffa6 2018-08-29 06:10:45,146 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-08-29 06:10:45,146 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 595787ce-3c5b-4554-bae8-87a558a8d385 2018-08-29 06:10:45,179 - neutron_utils - INFO - Deleting security group rule with ID - 3305388b-9398-494d-ae23-2e917f22d78c 2018-08-29 06:10:45,290 - neutron_utils - INFO - Deleting security group rule with ID - 13da0f72-657e-469b-a199-d7378d74ffa6 2018-08-29 06:10:45,316 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 13da0f72-657e-469b-a199-d7378d74ffa6 does not exist Neutron server returns request_ids: ['req-708ab9ab-ac46-4990-a9f3-f1eccba28850'] 2018-08-29 06:10:45,316 - neutron_utils - INFO - Deleting security group rule with ID - b66ed64d-5b74-4d25-8b16-65aa97c4bb2c 2018-08-29 06:10:45,572 - neutron_utils - INFO - Deleting security group rule with ID - b3e1ba81-dc74-432d-ac76-236ddd6ba882 2018-08-29 06:10:45,823 - neutron_utils - INFO - Deleting security group rule with ID - e6c483e9-443f-4cab-8665-c99eb08a479b 2018-08-29 06:10:46,079 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-42db296a-d2de-42f8-a7b8-3211ede37f78name 2018-08-29 06:10:47,364 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e62fe127-f3cc-4ec2-a770-fdece546b9b9 2018-08-29 06:10:47,536 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:10:47,894 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c7e5740d-8618-453-proj 2018-08-29 06:10:48,159 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c7e5740d-8618-453-proj-role 2018-08-29 06:10:48,374 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c7e5740d-8618-453-user 2018-08-29 06:10:49,720 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b51c368f-8e17-4bc-proj 2018-08-29 06:10:50,774 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b51c368f-8e17-4bc-user 2018-08-29 06:10:50,977 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b51c368f-8e17-4bc-proj-role 2018-08-29 06:10:51,062 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b51c368f-8e17-4bc-proj-role to project CreateSecurityGroupTests-b51c368f-8e17-4bc-proj 2018-08-29 06:10:52,048 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5e0ef2e4-6fc0-4fec-8204-77c7bc035fd9name... 2018-08-29 06:10:52,048 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5e0ef2e4-6fc0-4fec-8204-77c7bc035fd9name 2018-08-29 06:10:52,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:52,659 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:52,834 - neutron_utils - INFO - Retrieving security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:53,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:53,216 - neutron_utils - INFO - Retrieving security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:53,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:53,445 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5e0ef2e4-6fc0-4fec-8204-77c7bc035fd9name 2018-08-29 06:10:53,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:54,068 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5e0ef2e4-6fc0-4fec-8204-77c7bc035fd9name 2018-08-29 06:10:54,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:54,565 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5e0ef2e4-6fc0-4fec-8204-77c7bc035fd9name 2018-08-29 06:10:54,696 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:55,032 - neutron_utils - INFO - Retrieving security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:55,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:55,846 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:56,014 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:56,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:56,757 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:56,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:57,221 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:57,459 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:57,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:57,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:58,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:58,388 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:58,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:58,671 - neutron_utils - INFO - Deleting security group rule with ID - 17d9af94-e095-4c01-a0d7-ad552c1c489f 2018-08-29 06:10:58,798 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-08-29 06:10:58,798 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea7928d0-8ead-4f6b-858b-1d42f2e5cd54 2018-08-29 06:10:58,999 - neutron_utils - INFO - Deleting security group rule with ID - 17d9af94-e095-4c01-a0d7-ad552c1c489f 2018-08-29 06:10:59,171 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 17d9af94-e095-4c01-a0d7-ad552c1c489f does not exist Neutron server returns request_ids: ['req-852c7ec7-3b0e-4364-ae1e-87e74549720e'] 2018-08-29 06:10:59,171 - neutron_utils - INFO - Deleting security group rule with ID - 82ef060b-f1af-4e11-96fa-82b572f38551 2018-08-29 06:10:59,463 - neutron_utils - INFO - Deleting security group rule with ID - e0a95159-cd18-4ecc-9eba-c557943226ed 2018-08-29 06:10:59,724 - neutron_utils - INFO - Deleting security group rule with ID - 486ad49d-bccc-4df2-a2b9-fbead499241c 2018-08-29 06:10:59,825 - neutron_utils - INFO - Deleting security group rule with ID - d9ee50bc-8ee5-439f-a1de-a7fabcf6db3c 2018-08-29 06:10:59,955 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5e0ef2e4-6fc0-4fec-8204-77c7bc035fd9name 2018-08-29 06:11:01,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 898f2217-4656-4dae-bb9c-19c7c284961a 2018-08-29 06:11:01,326 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:11:01,639 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b51c368f-8e17-4bc-proj 2018-08-29 06:11:01,860 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b51c368f-8e17-4bc-proj-role 2018-08-29 06:11:02,061 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b51c368f-8e17-4bc-user 2018-08-29 06:11:03,462 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-aa5ec407-5345-460-proj 2018-08-29 06:11:04,528 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-aa5ec407-5345-460-user 2018-08-29 06:11:04,648 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-aa5ec407-5345-460-proj-role 2018-08-29 06:11:04,741 - keystone_utils - INFO - Granting role CreateImageSuccessTests-aa5ec407-5345-460-proj-role to project CreateImageSuccessTests-aa5ec407-5345-460-proj 2018-08-29 06:11:09,228 - create_image - INFO - Created image with name - CreateImageSuccessTests-87303a79-3a5f-4775-9645-488781cc7b88 2018-08-29 06:11:09,248 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-87303a79-3a5f-4775-9645-488781cc7b88 2018-08-29 06:11:10,734 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-87303a79-3a5f-4775-9645-488781cc7b88 2018-08-29 06:11:12,210 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-87303a79-3a5f-4775-9645-488781cc7b88 2018-08-29 06:11:13,333 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-aa5ec407-5345-460-proj 2018-08-29 06:11:13,536 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-aa5ec407-5345-460-proj-role 2018-08-29 06:11:13,743 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-aa5ec407-5345-460-user 2018-08-29 06:11:15,181 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7fe8fb57-3c3d-475-proj 2018-08-29 06:11:16,271 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7fe8fb57-3c3d-475-user 2018-08-29 06:11:16,564 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7fe8fb57-3c3d-475-proj-role 2018-08-29 06:11:16,647 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7fe8fb57-3c3d-475-proj-role to project CreateImageSuccessTests-7fe8fb57-3c3d-475-proj 2018-08-29 06:11:19,582 - create_image - INFO - Created image with name - CreateImageSuccessTests-ba70bf91-189c-476f-a1f0-94f17f96f96a 2018-08-29 06:11:19,763 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-ba70bf91-189c-476f-a1f0-94f17f96f96a 2018-08-29 06:11:21,330 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-ba70bf91-189c-476f-a1f0-94f17f96f96a 2018-08-29 06:11:23,826 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7fe8fb57-3c3d-475-proj 2018-08-29 06:11:24,058 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7fe8fb57-3c3d-475-proj-role 2018-08-29 06:11:24,259 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7fe8fb57-3c3d-475-user 2018-08-29 06:11:25,701 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c62823f6-99b0-45e-proj 2018-08-29 06:11:26,845 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c62823f6-99b0-45e-user 2018-08-29 06:11:27,037 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c62823f6-99b0-45e-proj-role 2018-08-29 06:11:27,054 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c62823f6-99b0-45e-proj-role to project CreateImageSuccessTests-c62823f6-99b0-45e-proj 2018-08-29 06:11:30,906 - create_image - INFO - Created image with name - CreateImageSuccessTests-800daf19-bc57-4ce9-bcaf-4c28c4694400 2018-08-29 06:11:31,065 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-800daf19-bc57-4ce9-bcaf-4c28c4694400 2018-08-29 06:11:31,776 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-800daf19-bc57-4ce9-bcaf-4c28c4694400 2018-08-29 06:11:33,579 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c62823f6-99b0-45e-proj 2018-08-29 06:11:33,783 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c62823f6-99b0-45e-proj-role 2018-08-29 06:11:34,035 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c62823f6-99b0-45e-user 2018-08-29 06:11:35,438 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2cfd55ee-d90b-446-proj 2018-08-29 06:11:36,672 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2cfd55ee-d90b-446-user 2018-08-29 06:11:36,863 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2cfd55ee-d90b-446-proj-role 2018-08-29 06:11:36,953 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2cfd55ee-d90b-446-proj-role to project CreateImageSuccessTests-2cfd55ee-d90b-446-proj 2018-08-29 06:11:40,678 - create_image - INFO - Created image with name - CreateImageSuccessTests-356e8ec1-4f74-4337-bee3-04aaae82a73e 2018-08-29 06:11:40,838 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-356e8ec1-4f74-4337-bee3-04aaae82a73e 2018-08-29 06:11:41,549 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-356e8ec1-4f74-4337-bee3-04aaae82a73e 2018-08-29 06:11:43,494 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2cfd55ee-d90b-446-proj 2018-08-29 06:11:43,686 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2cfd55ee-d90b-446-proj-role 2018-08-29 06:11:43,876 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2cfd55ee-d90b-446-user 2018-08-29 06:11:45,264 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-72c1bd9b-f5df-48e-proj 2018-08-29 06:11:46,324 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-72c1bd9b-f5df-48e-user 2018-08-29 06:11:46,528 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-72c1bd9b-f5df-48e-proj-role 2018-08-29 06:11:46,612 - keystone_utils - INFO - Granting role CreateImageSuccessTests-72c1bd9b-f5df-48e-proj-role to project CreateImageSuccessTests-72c1bd9b-f5df-48e-proj 2018-08-29 06:11:50,963 - create_image - INFO - Created image with name - CreateImageSuccessTests-f21bf079-566e-4a21-a01d-fd118027fea4 2018-08-29 06:11:51,121 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-f21bf079-566e-4a21-a01d-fd118027fea4 2018-08-29 06:11:53,268 - create_image - INFO - Found image with name - CreateImageSuccessTests-f21bf079-566e-4a21-a01d-fd118027fea4 2018-08-29 06:11:53,268 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-f21bf079-566e-4a21-a01d-fd118027fea4 2018-08-29 06:11:55,798 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-72c1bd9b-f5df-48e-proj 2018-08-29 06:11:55,926 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-72c1bd9b-f5df-48e-proj-role 2018-08-29 06:11:56,126 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-72c1bd9b-f5df-48e-user 2018-08-29 06:11:57,456 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2fff21cb-0301-403-proj 2018-08-29 06:11:58,570 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2fff21cb-0301-403-user 2018-08-29 06:11:58,804 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2fff21cb-0301-403-proj-role 2018-08-29 06:11:58,824 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2fff21cb-0301-403-proj-role to project CreateImageSuccessTests-2fff21cb-0301-403-proj 2018-08-29 06:12:02,659 - create_image - INFO - Created image with name - CreateImageSuccessTests-4c645c1b-ba27-40d7-b94a-a5ba5e1ea1bc 2018-08-29 06:12:02,817 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-4c645c1b-ba27-40d7-b94a-a5ba5e1ea1bc 2018-08-29 06:12:04,711 - create_image - INFO - Found image with name - CreateImageSuccessTests-4c645c1b-ba27-40d7-b94a-a5ba5e1ea1bc 2018-08-29 06:12:04,712 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4c645c1b-ba27-40d7-b94a-a5ba5e1ea1bc 2018-08-29 06:12:07,373 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2fff21cb-0301-403-proj 2018-08-29 06:12:07,554 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2fff21cb-0301-403-proj-role 2018-08-29 06:12:07,801 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2fff21cb-0301-403-user 2018-08-29 06:12:09,198 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-facd3006-c9fd-440-proj 2018-08-29 06:12:10,342 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-facd3006-c9fd-440-user 2018-08-29 06:12:10,551 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-facd3006-c9fd-440-proj-role 2018-08-29 06:12:10,637 - keystone_utils - INFO - Granting role CreateImageNegativeTests-facd3006-c9fd-440-proj-role to project CreateImageNegativeTests-facd3006-c9fd-440-proj 2018-08-29 06:12:11,789 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-08-29 06:12:11,790 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-ea86b8de-ea72-40a0-b6ca-fbeb3f005156 2018-08-29 06:12:12,935 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-facd3006-c9fd-440-proj 2018-08-29 06:12:13,117 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-facd3006-c9fd-440-proj-role 2018-08-29 06:12:13,326 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-facd3006-c9fd-440-user 2018-08-29 06:12:14,839 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-9f7786e7-892e-4ce-proj 2018-08-29 06:12:15,815 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-9f7786e7-892e-4ce-user 2018-08-29 06:12:16,019 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-9f7786e7-892e-4ce-proj-role 2018-08-29 06:12:16,107 - keystone_utils - INFO - Granting role CreateImageNegativeTests-9f7786e7-892e-4ce-proj-role to project CreateImageNegativeTests-9f7786e7-892e-4ce-proj 2018-08-29 06:12:17,984 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-08-29 06:12:17,984 - glance_utils - INFO - Removing file ./tmp/acecebbc-9e66-4e98-8b66-45cfa0061494 2018-08-29 06:12:18,929 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-9f7786e7-892e-4ce-proj 2018-08-29 06:12:19,124 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-9f7786e7-892e-4ce-proj-role 2018-08-29 06:12:19,325 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-9f7786e7-892e-4ce-user 2018-08-29 06:12:20,797 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-23d0c0ef-a95e-43c-proj 2018-08-29 06:12:22,026 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-23d0c0ef-a95e-43c-user 2018-08-29 06:12:22,241 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-23d0c0ef-a95e-43c-proj-role 2018-08-29 06:12:22,342 - keystone_utils - INFO - Granting role CreateImageNegativeTests-23d0c0ef-a95e-43c-proj-role to project CreateImageNegativeTests-23d0c0ef-a95e-43c-proj 2018-08-29 06:12:24,048 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-23d0c0ef-a95e-43c-proj 2018-08-29 06:12:24,237 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-23d0c0ef-a95e-43c-proj-role 2018-08-29 06:12:24,437 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-23d0c0ef-a95e-43c-user 2018-08-29 06:12:25,839 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-d5e87018-26a1-462-proj 2018-08-29 06:12:26,875 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-d5e87018-26a1-462-user 2018-08-29 06:12:27,072 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-d5e87018-26a1-462-proj-role 2018-08-29 06:12:27,158 - keystone_utils - INFO - Granting role CreateImageNegativeTests-d5e87018-26a1-462-proj-role to project CreateImageNegativeTests-d5e87018-26a1-462-proj 2018-08-29 06:12:29,004 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-d5e87018-26a1-462-proj 2018-08-29 06:12:29,213 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-d5e87018-26a1-462-proj-role 2018-08-29 06:12:29,412 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-d5e87018-26a1-462-user 2018-08-29 06:12:30,798 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-1e844490-6ee7-435-proj 2018-08-29 06:12:31,881 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-1e844490-6ee7-435-user 2018-08-29 06:12:32,072 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-1e844490-6ee7-435-proj-role 2018-08-29 06:12:32,156 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-1e844490-6ee7-435-proj-role to project CreateMultiPartImageTests-1e844490-6ee7-435-proj 2018-08-29 06:12:32,285 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-08-29 06:12:33,127 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-1e844490-6ee7-435-proj 2018-08-29 06:12:33,346 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-1e844490-6ee7-435-proj-role 2018-08-29 06:12:33,559 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-1e844490-6ee7-435-user 2018-08-29 06:12:34,983 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-b133d365-164e-448-proj 2018-08-29 06:12:36,193 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-b133d365-164e-448-user 2018-08-29 06:12:36,390 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-b133d365-164e-448-proj-role 2018-08-29 06:12:36,483 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-b133d365-164e-448-proj-role to project CreateMultiPartImageTests-b133d365-164e-448-proj 2018-08-29 06:12:36,631 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-29 06:12:37,496 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-b133d365-164e-448-proj 2018-08-29 06:12:37,704 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-b133d365-164e-448-proj-role 2018-08-29 06:12:37,894 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-b133d365-164e-448-user 2018-08-29 06:12:39,288 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d5772a5d-a9ec-44d-proj 2018-08-29 06:12:40,403 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d5772a5d-a9ec-44d-user 2018-08-29 06:12:40,606 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d5772a5d-a9ec-44d-proj-role 2018-08-29 06:12:40,699 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d5772a5d-a9ec-44d-proj-role to project CreateMultiPartImageTests-d5772a5d-a9ec-44d-proj 2018-08-29 06:12:40,818 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-08-29 06:12:41,902 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d5772a5d-a9ec-44d-proj 2018-08-29 06:12:42,087 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d5772a5d-a9ec-44d-proj-role 2018-08-29 06:12:42,288 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d5772a5d-a9ec-44d-user 2018-08-29 06:12:43,689 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-6914a7f3-9569-469-proj 2018-08-29 06:12:44,786 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-6914a7f3-9569-469-user 2018-08-29 06:12:44,977 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-6914a7f3-9569-469-proj-role 2018-08-29 06:12:45,060 - keystone_utils - INFO - Granting role CreateKeypairsTests-6914a7f3-9569-469-proj-role to project CreateKeypairsTests-6914a7f3-9569-469-proj 2018-08-29 06:12:45,851 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-b4fce708-5832-4c30-819e-8657d9617323... 2018-08-29 06:12:45,852 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:12:45,886 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-b4fce708-5832-4c30-819e-8657d9617323 2018-08-29 06:12:47,610 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-6914a7f3-9569-469-proj 2018-08-29 06:12:47,830 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-6914a7f3-9569-469-proj-role 2018-08-29 06:12:48,034 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-6914a7f3-9569-469-user 2018-08-29 06:12:49,372 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-3fc7f3e7-605d-48d-proj 2018-08-29 06:12:50,354 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-3fc7f3e7-605d-48d-user 2018-08-29 06:12:50,552 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-3fc7f3e7-605d-48d-proj-role 2018-08-29 06:12:50,640 - keystone_utils - INFO - Granting role CreateKeypairsTests-3fc7f3e7-605d-48d-proj-role to project CreateKeypairsTests-3fc7f3e7-605d-48d-proj 2018-08-29 06:12:50,956 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-79bbb609-14c8-4c6e-8e72-6f579556067b.pub 2018-08-29 06:12:51,580 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-79bbb609-14c8-4c6e-8e72-6f579556067b... 2018-08-29 06:12:51,580 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-29 06:12:51,580 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-79bbb609-14c8-4c6e-8e72-6f579556067b.pub 2018-08-29 06:12:51,581 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-79bbb609-14c8-4c6e-8e72-6f579556067b 2018-08-29 06:12:53,556 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-3fc7f3e7-605d-48d-proj 2018-08-29 06:12:53,764 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-3fc7f3e7-605d-48d-proj-role 2018-08-29 06:12:53,966 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-3fc7f3e7-605d-48d-user 2018-08-29 06:12:55,492 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-f1421871-0457-464-proj 2018-08-29 06:12:56,551 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-f1421871-0457-464-user 2018-08-29 06:12:56,737 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-f1421871-0457-464-proj-role 2018-08-29 06:12:56,825 - keystone_utils - INFO - Granting role CreateKeypairsTests-f1421871-0457-464-proj-role to project CreateKeypairsTests-f1421871-0457-464-proj 2018-08-29 06:12:57,577 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5643f1d6-6f5b-4605-b718-668904a70b93... 2018-08-29 06:12:57,577 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:03,916 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5643f1d6-6f5b-4605-b718-668904a70b93 2018-08-29 06:13:05,538 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-f1421871-0457-464-proj 2018-08-29 06:13:05,722 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-f1421871-0457-464-proj-role 2018-08-29 06:13:05,938 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-f1421871-0457-464-user 2018-08-29 06:13:07,360 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-20383ea8-b69f-4ed-proj 2018-08-29 06:13:08,480 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-20383ea8-b69f-4ed-user 2018-08-29 06:13:08,683 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-20383ea8-b69f-4ed-proj-role 2018-08-29 06:13:08,701 - keystone_utils - INFO - Granting role CreateKeypairsTests-20383ea8-b69f-4ed-proj-role to project CreateKeypairsTests-20383ea8-b69f-4ed-proj 2018-08-29 06:13:09,461 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ec3a24a0-3d39-496b-a4e2-6cd1ec92507b... 2018-08-29 06:13:09,461 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:09,500 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ec3a24a0-3d39-496b-a4e2-6cd1ec92507b 2018-08-29 06:13:11,569 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-20383ea8-b69f-4ed-proj 2018-08-29 06:13:11,782 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-20383ea8-b69f-4ed-proj-role 2018-08-29 06:13:11,986 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-20383ea8-b69f-4ed-user 2018-08-29 06:13:13,419 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d8da100a-ae87-494-proj 2018-08-29 06:13:14,557 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d8da100a-ae87-494-user 2018-08-29 06:13:14,761 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d8da100a-ae87-494-proj-role 2018-08-29 06:13:14,854 - keystone_utils - INFO - Granting role CreateKeypairsTests-d8da100a-ae87-494-proj-role to project CreateKeypairsTests-d8da100a-ae87-494-proj 2018-08-29 06:13:15,635 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-9879b562-800e-4555-ae9b-75f06a591870... 2018-08-29 06:13:15,635 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:15,692 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-9879b562-800e-4555-ae9b-75f06a591870 2018-08-29 06:13:15,757 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-9879b562-800e-4555-ae9b-75f06a591870.pub 2018-08-29 06:13:15,758 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-9879b562-800e-4555-ae9b-75f06a591870 2018-08-29 06:13:16,348 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-9879b562-800e-4555-ae9b-75f06a591870.pub] 2018-08-29 06:13:16,348 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-9879b562-800e-4555-ae9b-75f06a591870] 2018-08-29 06:13:17,225 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d8da100a-ae87-494-proj 2018-08-29 06:13:17,452 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d8da100a-ae87-494-proj-role 2018-08-29 06:13:17,647 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d8da100a-ae87-494-user 2018-08-29 06:13:19,186 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-37245cea-8e16-4da-proj 2018-08-29 06:13:20,354 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-37245cea-8e16-4da-user 2018-08-29 06:13:20,545 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-37245cea-8e16-4da-proj-role 2018-08-29 06:13:20,565 - keystone_utils - INFO - Granting role CreateKeypairsTests-37245cea-8e16-4da-proj-role to project CreateKeypairsTests-37245cea-8e16-4da-proj 2018-08-29 06:13:21,310 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-1d1a14a7-c6c8-48d7-a938-548f0f854091... 2018-08-29 06:13:21,310 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:21,365 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-1d1a14a7-c6c8-48d7-a938-548f0f854091 2018-08-29 06:13:21,434 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-1d1a14a7-c6c8-48d7-a938-548f0f854091.pub 2018-08-29 06:13:22,072 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-1d1a14a7-c6c8-48d7-a938-548f0f854091.pub] 2018-08-29 06:13:23,005 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-37245cea-8e16-4da-proj 2018-08-29 06:13:23,297 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-37245cea-8e16-4da-proj-role 2018-08-29 06:13:23,505 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-37245cea-8e16-4da-user 2018-08-29 06:13:24,898 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a3209172-13bc-4ca-proj 2018-08-29 06:13:26,138 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a3209172-13bc-4ca-user 2018-08-29 06:13:26,341 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a3209172-13bc-4ca-proj-role 2018-08-29 06:13:26,425 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a3209172-13bc-4ca-proj-role to project CreateKeypairsCleanupTests-a3209172-13bc-4ca-proj 2018-08-29 06:13:26,776 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a.pub 2018-08-29 06:13:26,776 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a 2018-08-29 06:13:27,388 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a... 2018-08-29 06:13:27,388 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-29 06:13:27,388 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a.pub 2018-08-29 06:13:27,389 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a 2018-08-29 06:13:27,479 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a.pub] 2018-08-29 06:13:27,479 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-b1119331-f005-4f42-a7d7-c468059ebf1a] 2018-08-29 06:13:28,426 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a3209172-13bc-4ca-proj 2018-08-29 06:13:28,608 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a3209172-13bc-4ca-proj-role 2018-08-29 06:13:28,806 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a3209172-13bc-4ca-user 2018-08-29 06:13:30,180 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-proj 2018-08-29 06:13:31,222 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-user 2018-08-29 06:13:31,419 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-proj-role 2018-08-29 06:13:31,441 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-proj-role to project CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-proj 2018-08-29 06:13:31,767 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-959bf05f-8484-41e2-9a72-6be990888287.pub 2018-08-29 06:13:31,767 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-959bf05f-8484-41e2-9a72-6be990888287 2018-08-29 06:13:32,386 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-959bf05f-8484-41e2-9a72-6be990888287... 2018-08-29 06:13:32,386 - OpenStackKeypair - INFO - Uploading existing keypair 2018-08-29 06:13:32,386 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-959bf05f-8484-41e2-9a72-6be990888287.pub 2018-08-29 06:13:32,386 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-959bf05f-8484-41e2-9a72-6be990888287 2018-08-29 06:13:33,501 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-proj 2018-08-29 06:13:33,686 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-proj-role 2018-08-29 06:13:33,890 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-752d9ed3-8dfc-4fe-user 2018-08-29 06:13:35,443 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e6dbcc69-fb79-430-proj 2018-08-29 06:13:36,498 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e6dbcc69-fb79-430-user 2018-08-29 06:13:36,695 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e6dbcc69-fb79-430-proj-role 2018-08-29 06:13:36,780 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e6dbcc69-fb79-430-proj-role to project CreateKeypairsCleanupTests-e6dbcc69-fb79-430-proj 2018-08-29 06:13:37,508 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-09cc96b4-af5f-48d0-b880-c62ef02ad53d... 2018-08-29 06:13:37,508 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:37,540 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-09cc96b4-af5f-48d0-b880-c62ef02ad53d 2018-08-29 06:13:37,608 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-09cc96b4-af5f-48d0-b880-c62ef02ad53d.pub 2018-08-29 06:13:37,609 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-09cc96b4-af5f-48d0-b880-c62ef02ad53d 2018-08-29 06:13:37,644 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-09cc96b4-af5f-48d0-b880-c62ef02ad53d.pub] 2018-08-29 06:13:37,644 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-09cc96b4-af5f-48d0-b880-c62ef02ad53d] 2018-08-29 06:13:38,658 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e6dbcc69-fb79-430-proj 2018-08-29 06:13:38,853 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e6dbcc69-fb79-430-proj-role 2018-08-29 06:13:39,057 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e6dbcc69-fb79-430-user 2018-08-29 06:13:40,389 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-45fc9155-b138-43d-proj 2018-08-29 06:13:41,378 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-45fc9155-b138-43d-user 2018-08-29 06:13:41,581 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-45fc9155-b138-43d-proj-role 2018-08-29 06:13:41,668 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-45fc9155-b138-43d-proj-role to project CreateKeypairsCleanupTests-45fc9155-b138-43d-proj 2018-08-29 06:13:42,418 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-7c095de1-eeb1-4205-b776-dd6f04c5ad34... 2018-08-29 06:13:42,419 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:42,467 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-7c095de1-eeb1-4205-b776-dd6f04c5ad34 2018-08-29 06:13:42,517 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-7c095de1-eeb1-4205-b776-dd6f04c5ad34.pub 2018-08-29 06:13:42,518 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-7c095de1-eeb1-4205-b776-dd6f04c5ad34 2018-08-29 06:13:42,551 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-7c095de1-eeb1-4205-b776-dd6f04c5ad34.pub] 2018-08-29 06:13:42,552 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-7c095de1-eeb1-4205-b776-dd6f04c5ad34] 2018-08-29 06:13:43,444 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-45fc9155-b138-43d-proj 2018-08-29 06:13:43,626 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-45fc9155-b138-43d-proj-role 2018-08-29 06:13:43,832 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-45fc9155-b138-43d-user 2018-08-29 06:13:45,144 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-b82c45c5-6151-4a8-proj 2018-08-29 06:13:46,246 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-b82c45c5-6151-4a8-user 2018-08-29 06:13:46,450 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-b82c45c5-6151-4a8-proj-role 2018-08-29 06:13:46,468 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-b82c45c5-6151-4a8-proj-role to project CreateKeypairsCleanupTests-b82c45c5-6151-4a8-proj 2018-08-29 06:13:47,225 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-00b05a6a-e5fb-4789-b524-94d6298879db... 2018-08-29 06:13:47,225 - OpenStackKeypair - INFO - Creating new keypair 2018-08-29 06:13:47,284 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-00b05a6a-e5fb-4789-b524-94d6298879db 2018-08-29 06:13:47,345 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-00b05a6a-e5fb-4789-b524-94d6298879db.pub 2018-08-29 06:13:47,346 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-00b05a6a-e5fb-4789-b524-94d6298879db 2018-08-29 06:13:48,386 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-b82c45c5-6151-4a8-proj 2018-08-29 06:13:48,572 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-b82c45c5-6151-4a8-proj-role 2018-08-29 06:13:48,771 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-b82c45c5-6151-4a8-user 2018-08-29 06:13:50,138 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-77b303bd-9bbc-419-proj 2018-08-29 06:13:51,186 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-77b303bd-9bbc-419-user 2018-08-29 06:13:51,389 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-77b303bd-9bbc-419-proj-role 2018-08-29 06:13:51,477 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-77b303bd-9bbc-419-proj-role to project CreateNetworkSuccessTests-77b303bd-9bbc-419-proj 2018-08-29 06:13:52,333 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-net 2018-08-29 06:13:53,239 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-subnet 2018-08-29 06:13:55,587 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-subnet 2018-08-29 06:13:55,587 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-subnet 2018-08-29 06:13:58,080 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-net 2018-08-29 06:13:59,856 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-subnet 2018-08-29 06:13:59,856 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-subnet 2018-08-29 06:13:59,892 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a63bc2ed-6c02-44c9-9de5-02ac4e287fb5-pub-net 2018-08-29 06:14:00,762 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f002227-7fb8-44d0-a28d-5e9487174483 2018-08-29 06:14:00,946 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:14:01,398 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-77b303bd-9bbc-419-proj 2018-08-29 06:14:01,693 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-77b303bd-9bbc-419-proj-role 2018-08-29 06:14:01,898 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-77b303bd-9bbc-419-user 2018-08-29 06:14:03,330 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-proj 2018-08-29 06:14:04,407 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-user 2018-08-29 06:14:04,599 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-proj-role 2018-08-29 06:14:04,692 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-proj-role to project CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-proj 2018-08-29 06:14:05,462 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d99d121e-6de2-4227-bf07-6db533164a3f-pub-net 2018-08-29 06:14:07,605 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d99d121e-6de2-4227-bf07-6db533164a3f-pub-subnet 2018-08-29 06:14:12,733 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-d99d121e-6de2-4227-bf07-6db533164a3f-pub-router 2018-08-29 06:14:13,676 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d99d121e-6de2-4227-bf07-6db533164a3f-pub-subnet 2018-08-29 06:14:13,676 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d99d121e-6de2-4227-bf07-6db533164a3f-pub-subnet 2018-08-29 06:14:15,933 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d99d121e-6de2-4227-bf07-6db533164a3f-pub-net 2018-08-29 06:14:18,549 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f3896e0-fa69-4ad3-84e2-9f3006d3f088 2018-08-29 06:14:18,733 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:14:19,053 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-proj 2018-08-29 06:14:19,315 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-proj-role 2018-08-29 06:14:19,541 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-1798c0f7-ccbf-4b6-user 2018-08-29 06:14:21,054 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-14a1db96-f9f6-434-proj 2018-08-29 06:14:22,138 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-14a1db96-f9f6-434-user 2018-08-29 06:14:22,353 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-14a1db96-f9f6-434-proj-role 2018-08-29 06:14:22,448 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-14a1db96-f9f6-434-proj-role to project CreateNetworkSuccessTests-14a1db96-f9f6-434-proj 2018-08-29 06:14:23,214 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-8ca8a545-177b-4dbe-9464-da0336e0f0b9-pub-net 2018-08-29 06:14:25,346 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-8ca8a545-177b-4dbe-9464-da0336e0f0b9-pub-subnet 2018-08-29 06:14:28,991 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-8ca8a545-177b-4dbe-9464-da0336e0f0b9-pub-router 2018-08-29 06:14:30,042 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8ca8a545-177b-4dbe-9464-da0336e0f0b9-pub-subnet 2018-08-29 06:14:30,042 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8ca8a545-177b-4dbe-9464-da0336e0f0b9-pub-subnet 2018-08-29 06:14:32,331 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-8ca8a545-177b-4dbe-9464-da0336e0f0b9-pub-net 2018-08-29 06:14:34,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77a93d23-c516-410f-8707-1e3934747d9a 2018-08-29 06:14:35,053 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:14:35,434 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-14a1db96-f9f6-434-proj 2018-08-29 06:14:35,644 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-14a1db96-f9f6-434-proj-role 2018-08-29 06:14:35,834 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-14a1db96-f9f6-434-user 2018-08-29 06:14:37,264 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f1b9d74f-c479-474-proj 2018-08-29 06:14:38,437 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f1b9d74f-c479-474-user 2018-08-29 06:14:38,635 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f1b9d74f-c479-474-proj-role 2018-08-29 06:14:38,727 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f1b9d74f-c479-474-proj-role to project CreateNetworkSuccessTests-f1b9d74f-c479-474-proj 2018-08-29 06:14:39,411 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-660b3857-cac1-4bc5-85ed-992b4f22d1f8-pub-net 2018-08-29 06:14:40,304 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-660b3857-cac1-4bc5-85ed-992b4f22d1f8-pub-subnet 2018-08-29 06:14:42,726 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-660b3857-cac1-4bc5-85ed-992b4f22d1f8-pub-router 2018-08-29 06:14:43,790 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-660b3857-cac1-4bc5-85ed-992b4f22d1f8-pub-subnet 2018-08-29 06:14:43,790 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-660b3857-cac1-4bc5-85ed-992b4f22d1f8-pub-subnet 2018-08-29 06:14:46,141 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-660b3857-cac1-4bc5-85ed-992b4f22d1f8-pub-net 2018-08-29 06:14:48,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fed23a71-a684-4611-9b70-b0ee80210d31 2018-08-29 06:14:48,741 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:14:49,136 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f1b9d74f-c479-474-proj 2018-08-29 06:14:49,374 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f1b9d74f-c479-474-proj-role 2018-08-29 06:14:49,591 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f1b9d74f-c479-474-user 2018-08-29 06:14:50,958 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-5a08be90-498e-431-proj 2018-08-29 06:14:52,102 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-5a08be90-498e-431-user 2018-08-29 06:14:52,312 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-5a08be90-498e-431-proj-role 2018-08-29 06:14:52,331 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-5a08be90-498e-431-proj-role to project CreateNetworkSuccessTests-5a08be90-498e-431-proj 2018-08-29 06:14:53,077 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-64c6d78a-78c6-4006-aeae-a73332793d11-pub-net 2018-08-29 06:14:54,074 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-64c6d78a-78c6-4006-aeae-a73332793d11-pub-subnet 2018-08-29 06:14:56,211 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-64c6d78a-78c6-4006-aeae-a73332793d11-pub-subnet 2018-08-29 06:14:56,211 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-64c6d78a-78c6-4006-aeae-a73332793d11-pub-subnet 2018-08-29 06:14:58,705 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-64c6d78a-78c6-4006-aeae-a73332793d11-pub-net 2018-08-29 06:15:01,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0a9aea6-5447-4e5f-bcba-aadaefb2e572 2018-08-29 06:15:01,533 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:15:01,945 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-5a08be90-498e-431-proj 2018-08-29 06:15:02,202 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-5a08be90-498e-431-proj-role 2018-08-29 06:15:02,406 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-5a08be90-498e-431-user 2018-08-29 06:15:03,826 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-cac20b45-c314-4fd-proj 2018-08-29 06:15:04,833 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-cac20b45-c314-4fd-user 2018-08-29 06:15:05,125 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-cac20b45-c314-4fd-proj-role 2018-08-29 06:15:05,216 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-cac20b45-c314-4fd-proj-role to project CreateNetworkSuccessTests-cac20b45-c314-4fd-proj 2018-08-29 06:15:05,975 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-bd3900ff-31bf-4604-b63d-18822e9eaa6b-pub-net 2018-08-29 06:15:07,017 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-bd3900ff-31bf-4604-b63d-18822e9eaa6b-pub-subnet 2018-08-29 06:15:08,960 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-bd3900ff-31bf-4604-b63d-18822e9eaa6b-pub-subnet 2018-08-29 06:15:08,960 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-bd3900ff-31bf-4604-b63d-18822e9eaa6b-pub-subnet 2018-08-29 06:15:10,750 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-bd3900ff-31bf-4604-b63d-18822e9eaa6b-pub-net 2018-08-29 06:15:13,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66496914-d0db-495e-a6d2-c017db997d5f 2018-08-29 06:15:13,268 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:15:13,581 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-cac20b45-c314-4fd-proj 2018-08-29 06:15:13,853 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-cac20b45-c314-4fd-proj-role 2018-08-29 06:15:14,055 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-cac20b45-c314-4fd-user 2018-08-29 06:15:15,503 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8e8d7490-8a38-4fc-proj 2018-08-29 06:15:16,653 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8e8d7490-8a38-4fc-user 2018-08-29 06:15:16,874 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8e8d7490-8a38-4fc-proj-role 2018-08-29 06:15:16,960 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8e8d7490-8a38-4fc-proj-role to project CreateRouterSuccessTests-8e8d7490-8a38-4fc-proj 2018-08-29 06:15:18,727 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-27e75427-9578-4f9a-8c91-900513afed4d-pub-router 2018-08-29 06:15:20,736 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8e8d7490-8a38-4fc-proj 2018-08-29 06:15:20,949 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8e8d7490-8a38-4fc-proj-role 2018-08-29 06:15:21,149 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8e8d7490-8a38-4fc-user 2018-08-29 06:15:22,467 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-599e802c-b56c-443-proj 2018-08-29 06:15:23,532 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-599e802c-b56c-443-user 2018-08-29 06:15:23,719 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-599e802c-b56c-443-proj-role 2018-08-29 06:15:23,808 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-599e802c-b56c-443-proj-role to project CreateRouterSuccessTests-599e802c-b56c-443-proj 2018-08-29 06:15:25,054 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8d8d8f0c-a61d-4ca2-9783-7723bd39d310-pub-router 2018-08-29 06:15:26,859 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8d8d8f0c-a61d-4ca2-9783-7723bd39d310-pub-router 2018-08-29 06:15:26,859 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8d8d8f0c-a61d-4ca2-9783-7723bd39d310-pub-router 2018-08-29 06:15:28,271 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-599e802c-b56c-443-proj 2018-08-29 06:15:28,488 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-599e802c-b56c-443-proj-role 2018-08-29 06:15:28,688 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-599e802c-b56c-443-user 2018-08-29 06:15:30,096 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2e269556-8046-44a-proj 2018-08-29 06:15:31,253 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2e269556-8046-44a-user 2018-08-29 06:15:31,383 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2e269556-8046-44a-proj-role 2018-08-29 06:15:31,477 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2e269556-8046-44a-proj-role to project CreateRouterSuccessTests-2e269556-8046-44a-proj 2018-08-29 06:15:32,706 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7dd582ab-d6eb-42ec-b86e-a437347dc82c-pub-router 2018-08-29 06:15:34,451 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7dd582ab-d6eb-42ec-b86e-a437347dc82c-pub-router 2018-08-29 06:15:34,451 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7dd582ab-d6eb-42ec-b86e-a437347dc82c-pub-router 2018-08-29 06:15:35,683 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2e269556-8046-44a-proj 2018-08-29 06:15:35,883 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2e269556-8046-44a-proj-role 2018-08-29 06:15:36,084 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2e269556-8046-44a-user 2018-08-29 06:15:37,563 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bf2ffcf1-4790-46f-proj 2018-08-29 06:15:38,677 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bf2ffcf1-4790-46f-user 2018-08-29 06:15:38,802 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bf2ffcf1-4790-46f-proj-role 2018-08-29 06:15:38,885 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bf2ffcf1-4790-46f-proj-role to project CreateRouterSuccessTests-bf2ffcf1-4790-46f-proj 2018-08-29 06:15:40,936 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-332abe99-0284-4ca6-b30f-ef9a7a0d2586-pub-router 2018-08-29 06:15:43,076 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bf2ffcf1-4790-46f-proj 2018-08-29 06:15:43,290 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bf2ffcf1-4790-46f-proj-role 2018-08-29 06:15:43,484 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bf2ffcf1-4790-46f-user 2018-08-29 06:15:44,820 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-41b546ad-c7d2-46e-proj 2018-08-29 06:15:45,856 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-41b546ad-c7d2-46e-user 2018-08-29 06:15:46,036 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-41b546ad-c7d2-46e-proj-role 2018-08-29 06:15:46,056 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-41b546ad-c7d2-46e-proj-role to project CreateRouterSuccessTests-41b546ad-c7d2-46e-proj 2018-08-29 06:15:46,820 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-a968826e-a4ba-4e4f-b489-69dbcd7dc741-pub-net1 2018-08-29 06:15:47,898 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-a968826e-a4ba-4e4f-b489-69dbcd7dc741-pub-subnet1 2018-08-29 06:15:50,684 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a968826e-a4ba-4e4f-b489-69dbcd7dc741-pub-router 2018-08-29 06:15:51,814 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a968826e-a4ba-4e4f-b489-69dbcd7dc741-pub-subnet1 2018-08-29 06:15:51,814 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-a968826e-a4ba-4e4f-b489-69dbcd7dc741-pub-subnet1 2018-08-29 06:15:54,299 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-a968826e-a4ba-4e4f-b489-69dbcd7dc741-pub-net1 2018-08-29 06:15:56,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b1a867a-7d90-4a87-90b3-9485608d7b62 2018-08-29 06:15:57,166 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:15:57,502 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-41b546ad-c7d2-46e-proj 2018-08-29 06:15:57,818 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-41b546ad-c7d2-46e-proj-role 2018-08-29 06:15:58,012 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-41b546ad-c7d2-46e-user 2018-08-29 06:15:59,438 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f7421f67-19ce-495-proj 2018-08-29 06:16:00,575 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f7421f67-19ce-495-user 2018-08-29 06:16:00,700 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f7421f67-19ce-495-proj-role 2018-08-29 06:16:00,793 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f7421f67-19ce-495-proj-role to project CreateRouterSuccessTests-f7421f67-19ce-495-proj 2018-08-29 06:16:02,704 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-db9d95de-9da2-4380-af18-8344922c4569-pub-router 2018-08-29 06:16:04,405 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f7421f67-19ce-495-proj 2018-08-29 06:16:04,632 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f7421f67-19ce-495-proj-role 2018-08-29 06:16:04,840 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f7421f67-19ce-495-user 2018-08-29 06:16:06,269 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-fbdfba88-b23d-4e3-proj 2018-08-29 06:16:07,407 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-fbdfba88-b23d-4e3-user 2018-08-29 06:16:07,623 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-fbdfba88-b23d-4e3-proj-role 2018-08-29 06:16:07,643 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-fbdfba88-b23d-4e3-proj-role to project CreateRouterSuccessTests-fbdfba88-b23d-4e3-proj 2018-08-29 06:16:08,429 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-net1 2018-08-29 06:16:09,661 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-subnet1 2018-08-29 06:16:11,399 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-net2 2018-08-29 06:16:12,247 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-subnet2 2018-08-29 06:16:14,675 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:15,908 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-port1 for router - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:17,209 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-net1 2018-08-29 06:16:18,148 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-port1 for router - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:18,148 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:20,383 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-port2 for router - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:21,891 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-net2 2018-08-29 06:16:22,824 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-port2 for router - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:22,824 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:31,869 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router and port CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-port1 2018-08-29 06:16:31,869 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:32,920 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router and port CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-port2 2018-08-29 06:16:32,920 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:34,066 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:34,066 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-router 2018-08-29 06:16:34,601 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-subnet1 2018-08-29 06:16:34,601 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-subnet1 2018-08-29 06:16:37,093 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-net1 2018-08-29 06:16:38,322 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-subnet2 2018-08-29 06:16:38,322 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-subnet2 2018-08-29 06:16:40,811 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-8acf18a3-2cbf-4365-920b-06b9794099b5-pub-net2 2018-08-29 06:16:42,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 242624fe-0da3-41b4-952a-3e93027fb94c 2018-08-29 06:16:43,091 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:16:43,402 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-fbdfba88-b23d-4e3-proj 2018-08-29 06:16:43,680 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-fbdfba88-b23d-4e3-proj-role 2018-08-29 06:16:43,887 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-fbdfba88-b23d-4e3-user 2018-08-29 06:16:45,311 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b51f502f-534b-4eb-proj 2018-08-29 06:16:46,364 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b51f502f-534b-4eb-user 2018-08-29 06:16:46,574 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b51f502f-534b-4eb-proj-role 2018-08-29 06:16:46,661 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b51f502f-534b-4eb-proj-role to project CreateRouterSuccessTests-b51f502f-534b-4eb-proj 2018-08-29 06:16:48,455 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-10eeb24d-dcdd-4cfe-9eb4-f18da849db36-pub-router 2018-08-29 06:16:50,567 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b51f502f-534b-4eb-proj 2018-08-29 06:16:51,015 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b51f502f-534b-4eb-proj-role 2018-08-29 06:16:51,210 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b51f502f-534b-4eb-user 2018-08-29 06:16:52,700 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-252c4153-e9a3-48a-proj 2018-08-29 06:16:53,754 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-252c4153-e9a3-48a-user 2018-08-29 06:16:53,945 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-252c4153-e9a3-48a-proj-role 2018-08-29 06:16:53,966 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-252c4153-e9a3-48a-proj-role to project CreateRouterSuccessTests-252c4153-e9a3-48a-proj 2018-08-29 06:16:55,221 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c5fc0c7f-f75b-445b-add4-75d476e22985-pub-router 2018-08-29 06:16:56,242 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c5fc0c7f-f75b-445b-add4-75d476e22985-port1 for router - CreateRouterSuccessTests-c5fc0c7f-f75b-445b-add4-75d476e22985-pub-router 2018-08-29 06:16:57,192 - neutron_utils - INFO - Creating port for network with name - external 2018-08-29 06:16:57,579 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c5fc0c7f-f75b-445b-add4-75d476e22985-pub-router 2018-08-29 06:16:57,579 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c5fc0c7f-f75b-445b-add4-75d476e22985-pub-router 2018-08-29 06:16:58,894 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-252c4153-e9a3-48a-proj 2018-08-29 06:16:59,116 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-252c4153-e9a3-48a-proj-role 2018-08-29 06:16:59,316 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-252c4153-e9a3-48a-user 2018-08-29 06:17:00,718 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5f0ea243-56bd-4b0-proj 2018-08-29 06:17:01,712 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5f0ea243-56bd-4b0-user 2018-08-29 06:17:01,946 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5f0ea243-56bd-4b0-proj-role 2018-08-29 06:17:02,036 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5f0ea243-56bd-4b0-proj-role to project CreateRouterSuccessTests-5f0ea243-56bd-4b0-proj 2018-08-29 06:17:02,800 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-06a73527-c0cc-4f7a-83cc-cfb473583fef-pub-net1 2018-08-29 06:17:03,804 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-06a73527-c0cc-4f7a-83cc-cfb473583fef-pub-subnet1 2018-08-29 06:17:06,406 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-06a73527-c0cc-4f7a-83cc-cfb473583fef-pub-router 2018-08-29 06:17:07,526 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-06a73527-c0cc-4f7a-83cc-cfb473583fef-pub-subnet1 2018-08-29 06:17:07,526 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-06a73527-c0cc-4f7a-83cc-cfb473583fef-pub-subnet1 2018-08-29 06:17:09,991 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-06a73527-c0cc-4f7a-83cc-cfb473583fef-pub-net1 2018-08-29 06:17:12,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b0d70fe-9739-4dda-8184-042905195a92 2018-08-29 06:17:12,741 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:17:13,097 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5f0ea243-56bd-4b0-proj 2018-08-29 06:17:13,356 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5f0ea243-56bd-4b0-proj-role 2018-08-29 06:17:13,567 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5f0ea243-56bd-4b0-user 2018-08-29 06:17:14,976 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b9624437-eebd-46a-proj 2018-08-29 06:17:15,970 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b9624437-eebd-46a-user 2018-08-29 06:17:16,167 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b9624437-eebd-46a-proj-role 2018-08-29 06:17:16,259 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b9624437-eebd-46a-proj-role to project CreateRouterSuccessTests-b9624437-eebd-46a-proj 2018-08-29 06:17:17,059 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e4ed15c8-99be-40bd-b0e0-afecaa98714e-pub-net1 2018-08-29 06:17:17,985 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e4ed15c8-99be-40bd-b0e0-afecaa98714e-pub-subnet1 2018-08-29 06:17:20,584 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e4ed15c8-99be-40bd-b0e0-afecaa98714e-pub-router 2018-08-29 06:17:21,609 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e4ed15c8-99be-40bd-b0e0-afecaa98714e-pub-subnet1 2018-08-29 06:17:21,610 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e4ed15c8-99be-40bd-b0e0-afecaa98714e-pub-subnet1 2018-08-29 06:17:23,826 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e4ed15c8-99be-40bd-b0e0-afecaa98714e-pub-net1 2018-08-29 06:17:26,200 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b9624437-eebd-46a-proj 2018-08-29 06:17:26,421 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b9624437-eebd-46a-proj-role 2018-08-29 06:17:26,628 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b9624437-eebd-46a-user 2018-08-29 06:17:28,042 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-0cc89649-f7d2-480-proj 2018-08-29 06:17:29,095 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-0cc89649-f7d2-480-user 2018-08-29 06:17:29,293 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-0cc89649-f7d2-480-proj-role 2018-08-29 06:17:29,378 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-0cc89649-f7d2-480-proj-role to project CreateRouterNegativeTests-0cc89649-f7d2-480-proj 2018-08-29 06:17:30,236 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-936841cc-3419-4c33-9673-6431ce939980-pub-net1 2018-08-29 06:17:31,031 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-936841cc-3419-4c33-9673-6431ce939980-pub-subnet1 2018-08-29 06:17:33,610 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-936841cc-3419-4c33-9673-6431ce939980-pub-router 2018-08-29 06:17:34,813 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-936841cc-3419-4c33-9673-6431ce939980-pub-subnet1 2018-08-29 06:17:34,813 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-936841cc-3419-4c33-9673-6431ce939980-pub-subnet1 2018-08-29 06:17:37,269 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-936841cc-3419-4c33-9673-6431ce939980-pub-net1 2018-08-29 06:17:39,686 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-0cc89649-f7d2-480-proj 2018-08-29 06:17:39,942 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-0cc89649-f7d2-480-proj-role 2018-08-29 06:17:40,130 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-0cc89649-f7d2-480-user 2018-08-29 06:17:41,479 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-9b0788d1-cf4a-47c-proj 2018-08-29 06:17:42,616 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-9b0788d1-cf4a-47c-user 2018-08-29 06:17:42,826 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-9b0788d1-cf4a-47c-proj-role 2018-08-29 06:17:42,914 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-9b0788d1-cf4a-47c-proj-role to project CreateRouterNegativeTests-9b0788d1-cf4a-47c-proj 2018-08-29 06:17:45,550 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-9b0788d1-cf4a-47c-proj 2018-08-29 06:17:45,757 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-9b0788d1-cf4a-47c-proj-role 2018-08-29 06:17:45,964 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-9b0788d1-cf4a-47c-user 2018-08-29 06:17:47,508 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-df272cb7-4916-45d-proj 2018-08-29 06:17:48,700 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-df272cb7-4916-45d-user 2018-08-29 06:17:48,999 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-df272cb7-4916-45d-proj-role 2018-08-29 06:17:49,082 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-df272cb7-4916-45d-proj-role to project CreateRouterNegativeTests-df272cb7-4916-45d-proj 2018-08-29 06:17:50,137 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-df272cb7-4916-45d-proj 2018-08-29 06:17:50,344 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-df272cb7-4916-45d-proj-role 2018-08-29 06:17:50,546 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-df272cb7-4916-45d-user 2018-08-29 06:17:52,102 - keystone_utils - INFO - Created project with name - CreateQoSTests-ad7b191b-3b2a-461-proj 2018-08-29 06:17:53,095 - keystone_utils - INFO - Created user with name - CreateQoSTests-ad7b191b-3b2a-461-user 2018-08-29 06:17:53,299 - keystone_utils - INFO - Created role with name - CreateQoSTests-ad7b191b-3b2a-461-proj-role 2018-08-29 06:17:53,388 - keystone_utils - INFO - Granting role CreateQoSTests-ad7b191b-3b2a-461-proj-role to project CreateQoSTests-ad7b191b-3b2a-461-proj 2018-08-29 06:17:55,079 - create_qos - INFO - Created qos with name - CreateQoSTests-bcb0a284-f441-4ca9-a196-8262b01455ca 2018-08-29 06:17:55,629 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-bcb0a284-f441-4ca9-a196-8262b01455ca 2018-08-29 06:17:56,412 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-bcb0a284-f441-4ca9-a196-8262b01455ca 2018-08-29 06:17:57,868 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-ad7b191b-3b2a-461-proj 2018-08-29 06:17:58,081 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-ad7b191b-3b2a-461-proj-role 2018-08-29 06:17:58,274 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-ad7b191b-3b2a-461-user 2018-08-29 06:17:59,707 - keystone_utils - INFO - Created project with name - CreateQoSTests-ce9becd6-867d-448-proj 2018-08-29 06:18:00,694 - keystone_utils - INFO - Created user with name - CreateQoSTests-ce9becd6-867d-448-user 2018-08-29 06:18:00,897 - keystone_utils - INFO - Created role with name - CreateQoSTests-ce9becd6-867d-448-proj-role 2018-08-29 06:18:01,069 - keystone_utils - INFO - Granting role CreateQoSTests-ce9becd6-867d-448-proj-role to project CreateQoSTests-ce9becd6-867d-448-proj 2018-08-29 06:18:02,435 - create_qos - INFO - Created qos with name - CreateQoSTests-a1851004-5a74-40b4-8a58-fc65b04e5489 2018-08-29 06:18:02,633 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-a1851004-5a74-40b4-8a58-fc65b04e5489 2018-08-29 06:18:04,162 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-ce9becd6-867d-448-proj 2018-08-29 06:18:04,367 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-ce9becd6-867d-448-proj-role 2018-08-29 06:18:04,498 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-ce9becd6-867d-448-user 2018-08-29 06:18:05,910 - keystone_utils - INFO - Created project with name - CreateQoSTests-754add87-2923-479-proj 2018-08-29 06:18:06,904 - keystone_utils - INFO - Created user with name - CreateQoSTests-754add87-2923-479-user 2018-08-29 06:18:07,101 - keystone_utils - INFO - Created role with name - CreateQoSTests-754add87-2923-479-proj-role 2018-08-29 06:18:07,189 - keystone_utils - INFO - Granting role CreateQoSTests-754add87-2923-479-proj-role to project CreateQoSTests-754add87-2923-479-proj 2018-08-29 06:18:08,174 - create_qos - INFO - Created qos with name - CreateQoSTests-6d267d3d-f6a8-45e1-a781-1ef518058946 2018-08-29 06:18:09,084 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-6d267d3d-f6a8-45e1-a781-1ef518058946 2018-08-29 06:18:09,914 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-754add87-2923-479-proj 2018-08-29 06:18:10,123 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-754add87-2923-479-proj-role 2018-08-29 06:18:10,323 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-754add87-2923-479-user 2018-08-29 06:18:11,730 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-proj 2018-08-29 06:18:12,766 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-user 2018-08-29 06:18:12,969 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-proj-role 2018-08-29 06:18:12,992 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-proj-role to project CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-proj 2018-08-29 06:18:14,736 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-7a9afd02-8dab-4621-9bd3-1233709e3188 2018-08-29 06:18:16,429 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-7a9afd02-8dab-4621-9bd3-1233709e3188 2018-08-29 06:18:16,823 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-7a9afd02-8dab-4621-9bd3-1233709e3188 2018-08-29 06:18:17,871 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-proj 2018-08-29 06:18:18,068 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-proj-role 2018-08-29 06:18:18,262 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-02ac5962-f1e3-444-user 2018-08-29 06:18:19,694 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-proj 2018-08-29 06:18:20,808 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-user 2018-08-29 06:18:21,089 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-proj-role 2018-08-29 06:18:21,173 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-proj-role to project CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-proj 2018-08-29 06:18:22,159 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-1f102f85-69e0-4bd4-9555-c12c7cf2585a 2018-08-29 06:18:25,710 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-1f102f85-69e0-4bd4-9555-c12c7cf2585a 2018-08-29 06:18:26,788 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-proj 2018-08-29 06:18:27,008 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-proj-role 2018-08-29 06:18:27,218 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-96a7a7d9-4509-409-user 2018-08-29 06:18:28,695 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-proj 2018-08-29 06:18:29,838 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-user 2018-08-29 06:18:30,029 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-proj-role 2018-08-29 06:18:30,115 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-proj-role to project CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-proj 2018-08-29 06:18:31,578 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-10a900c1-0077-4016-a3c3-cdc495b53dea 2018-08-29 06:18:33,411 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-10a900c1-0077-4016-a3c3-cdc495b53dea 2018-08-29 06:18:34,603 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-proj 2018-08-29 06:18:34,786 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-proj-role 2018-08-29 06:18:34,986 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-a6d45632-14a6-47f-user 2018-08-29 06:18:36,496 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-c525187f-ab44-4a0-proj 2018-08-29 06:18:37,712 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-c525187f-ab44-4a0-user 2018-08-29 06:18:37,909 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-c525187f-ab44-4a0-proj-role 2018-08-29 06:18:38,005 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-c525187f-ab44-4a0-proj-role to project CreateVolumeTypeComplexTests-c525187f-ab44-4a0-proj 2018-08-29 06:18:39,107 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-0c9064f2-0480-4828-907d-6577d4ae8ffd-qos-spec 2018-08-29 06:18:40,648 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-0c9064f2-0480-4828-907d-6577d4ae8ffd-vol_type 2018-08-29 06:18:41,193 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-0c9064f2-0480-4828-907d-6577d4ae8ffd-vol_type 2018-08-29 06:18:41,408 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-0c9064f2-0480-4828-907d-6577d4ae8ffd-qos-spec 2018-08-29 06:18:42,951 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-c525187f-ab44-4a0-proj 2018-08-29 06:18:43,170 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-c525187f-ab44-4a0-proj-role 2018-08-29 06:18:43,364 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-c525187f-ab44-4a0-user 2018-08-29 06:18:44,652 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-811a9f88-a78e-434-proj 2018-08-29 06:18:45,707 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-811a9f88-a78e-434-user 2018-08-29 06:18:45,891 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-811a9f88-a78e-434-proj-role 2018-08-29 06:18:45,980 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-811a9f88-a78e-434-proj-role to project CreateVolumeTypeComplexTests-811a9f88-a78e-434-proj 2018-08-29 06:18:46,882 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-3beaf1c8-a840-47de-8009-d8e2203fa26b-qos-spec 2018-08-29 06:18:48,796 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-3beaf1c8-a840-47de-8009-d8e2203fa26b-vol_type 2018-08-29 06:18:49,942 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-3beaf1c8-a840-47de-8009-d8e2203fa26b-vol_type 2018-08-29 06:18:50,550 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-3beaf1c8-a840-47de-8009-d8e2203fa26b-qos-spec 2018-08-29 06:18:51,702 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-811a9f88-a78e-434-proj 2018-08-29 06:18:51,907 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-811a9f88-a78e-434-proj-role 2018-08-29 06:18:52,116 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-811a9f88-a78e-434-user 2018-08-29 06:18:53,460 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-4eefb524-b463-4bc-proj 2018-08-29 06:18:54,502 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-4eefb524-b463-4bc-user 2018-08-29 06:18:54,699 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-4eefb524-b463-4bc-proj-role 2018-08-29 06:18:54,783 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-4eefb524-b463-4bc-proj-role to project CreateVolumeTypeComplexTests-4eefb524-b463-4bc-proj 2018-08-29 06:18:56,150 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-f18e39a3-4a14-4c70-bd4c-4d59ec736024-qos-spec 2018-08-29 06:18:57,593 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-f18e39a3-4a14-4c70-bd4c-4d59ec736024-vol_type 2018-08-29 06:18:59,024 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-f18e39a3-4a14-4c70-bd4c-4d59ec736024-vol_type 2018-08-29 06:18:59,241 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-f18e39a3-4a14-4c70-bd4c-4d59ec736024-qos-spec 2018-08-29 06:19:00,216 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-4eefb524-b463-4bc-proj 2018-08-29 06:19:00,428 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-4eefb524-b463-4bc-proj-role 2018-08-29 06:19:00,629 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-4eefb524-b463-4bc-user 2018-08-29 06:19:02,042 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-18573669-5862-4f4-proj 2018-08-29 06:19:03,095 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-18573669-5862-4f4-user 2018-08-29 06:19:03,215 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-18573669-5862-4f4-proj-role 2018-08-29 06:19:03,305 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-18573669-5862-4f4-proj-role to project CreateSimpleVolumeSuccessTests-18573669-5862-4f4-proj 2018-08-29 06:19:05,209 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-c55d702b-122d-48fe-a301-d30759dacdd9 2018-08-29 06:19:05,404 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-c55d702b-122d-48fe-a301-d30759dacdd9 2018-08-29 06:19:05,899 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-c55d702b-122d-48fe-a301-d30759dacdd9 2018-08-29 06:19:09,485 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-c55d702b-122d-48fe-a301-d30759dacdd9 2018-08-29 06:19:10,624 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-18573669-5862-4f4-proj 2018-08-29 06:19:10,828 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-18573669-5862-4f4-proj-role 2018-08-29 06:19:11,026 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-18573669-5862-4f4-user 2018-08-29 06:19:12,425 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-proj 2018-08-29 06:19:13,538 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-user 2018-08-29 06:19:13,742 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-proj-role 2018-08-29 06:19:13,826 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-proj-role to project CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-proj 2018-08-29 06:19:15,564 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-d71172cd-d747-45c3-bfde-03a7770ff32f 2018-08-29 06:19:15,837 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-d71172cd-d747-45c3-bfde-03a7770ff32f 2018-08-29 06:19:17,218 - create_volume - INFO - Did not create volume due to cleanup mode 2018-08-29 06:19:17,274 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-d71172cd-d747-45c3-bfde-03a7770ff32f 2018-08-29 06:19:21,286 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-d71172cd-d747-45c3-bfde-03a7770ff32f 2018-08-29 06:19:22,145 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-proj 2018-08-29 06:19:22,368 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-proj-role 2018-08-29 06:19:22,560 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-6b0709a2-2b4c-410-user 2018-08-29 06:19:23,993 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-proj 2018-08-29 06:19:25,143 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-user 2018-08-29 06:19:25,281 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-proj-role 2018-08-29 06:19:25,372 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-proj-role to project CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-proj 2018-08-29 06:19:27,497 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-00a209f2-a786-4a56-a5af-e3f4b3fb06e2 2018-08-29 06:19:27,690 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-00a209f2-a786-4a56-a5af-e3f4b3fb06e2 2018-08-29 06:19:28,158 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-00a209f2-a786-4a56-a5af-e3f4b3fb06e2 2018-08-29 06:19:31,831 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-00a209f2-a786-4a56-a5af-e3f4b3fb06e2 2018-08-29 06:19:32,792 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-proj 2018-08-29 06:19:32,984 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-proj-role 2018-08-29 06:19:33,204 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-125eebdd-0852-4a0-user 2018-08-29 06:19:34,616 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-34ec1824-62da-49e-proj 2018-08-29 06:19:35,672 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-34ec1824-62da-49e-user 2018-08-29 06:19:35,873 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-34ec1824-62da-49e-proj-role 2018-08-29 06:19:35,890 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-34ec1824-62da-49e-proj-role to project CreateSimpleVolumeFailureTests-34ec1824-62da-49e-proj 2018-08-29 06:19:37,959 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-34ec1824-62da-49e-proj 2018-08-29 06:19:38,145 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-34ec1824-62da-49e-proj-role 2018-08-29 06:19:38,345 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-34ec1824-62da-49e-user 2018-08-29 06:19:39,867 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-proj 2018-08-29 06:19:40,975 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-user 2018-08-29 06:19:41,179 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-proj-role 2018-08-29 06:19:41,264 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-proj-role to project CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-proj 2018-08-29 06:19:43,155 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-proj 2018-08-29 06:19:43,331 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-proj-role 2018-08-29 06:19:43,529 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-3b25c180-8b73-48a-user 2018-08-29 06:19:45,041 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-proj 2018-08-29 06:19:46,089 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-user 2018-08-29 06:19:46,298 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-proj-role 2018-08-29 06:19:46,386 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-proj-role to project CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-proj 2018-08-29 06:19:48,258 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-proj 2018-08-29 06:19:48,367 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-proj-role 2018-08-29 06:19:48,558 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-f84357d3-6db4-4cb-user 2018-08-29 06:19:49,964 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-bd598b4e-eadb-412-proj 2018-08-29 06:19:51,083 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-bd598b4e-eadb-412-user 2018-08-29 06:19:51,292 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-bd598b4e-eadb-412-proj-role 2018-08-29 06:19:51,393 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-bd598b4e-eadb-412-proj-role to project CreateVolumeWithTypeTests-bd598b4e-eadb-412-proj 2018-08-29 06:19:52,363 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-a2e5285a-6b59-462a-9b17-a3cfdf24f9ef-vol-type 2018-08-29 06:19:53,184 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-a2e5285a-6b59-462a-9b17-a3cfdf24f9ef-vol-type 2018-08-29 06:19:54,249 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-bd598b4e-eadb-412-proj 2018-08-29 06:19:54,469 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-bd598b4e-eadb-412-proj-role 2018-08-29 06:19:54,670 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-bd598b4e-eadb-412-user 2018-08-29 06:19:56,077 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-4dca6e5b-964d-44d-proj 2018-08-29 06:19:57,204 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-4dca6e5b-964d-44d-user 2018-08-29 06:19:57,346 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-4dca6e5b-964d-44d-proj-role 2018-08-29 06:19:57,433 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-4dca6e5b-964d-44d-proj-role to project CreateVolumeWithTypeTests-4dca6e5b-964d-44d-proj 2018-08-29 06:19:58,407 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-dbbaba90-d072-4703-9892-3d9152959ab9-vol-type 2018-08-29 06:19:59,743 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-dbbaba90-d072-4703-9892-3d9152959ab9-vol 2018-08-29 06:19:59,942 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-dbbaba90-d072-4703-9892-3d9152959ab9-vol 2018-08-29 06:20:00,150 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-dbbaba90-d072-4703-9892-3d9152959ab9-vol 2018-08-29 06:20:03,615 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-dbbaba90-d072-4703-9892-3d9152959ab9-vol 2018-08-29 06:20:03,616 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-dbbaba90-d072-4703-9892-3d9152959ab9-vol-type 2018-08-29 06:20:04,903 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-4dca6e5b-964d-44d-proj 2018-08-29 06:20:05,109 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-4dca6e5b-964d-44d-proj-role 2018-08-29 06:20:05,312 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-4dca6e5b-964d-44d-user 2018-08-29 06:20:06,742 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-5f04997c-2267-4c8-proj 2018-08-29 06:20:07,802 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-5f04997c-2267-4c8-user 2018-08-29 06:20:07,999 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-5f04997c-2267-4c8-proj-role 2018-08-29 06:20:08,092 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-5f04997c-2267-4c8-proj-role to project CreateVolumeWithImageTests-5f04997c-2267-4c8-proj 2018-08-29 06:20:11,009 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-ac58841f-2655-43c4-aeef-d9905870df26-image 2018-08-29 06:20:11,029 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-ac58841f-2655-43c4-aeef-d9905870df26-image 2018-08-29 06:20:12,012 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-ac58841f-2655-43c4-aeef-d9905870df26-image 2018-08-29 06:20:14,108 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-5f04997c-2267-4c8-proj 2018-08-29 06:20:14,385 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-5f04997c-2267-4c8-proj-role 2018-08-29 06:20:14,602 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-5f04997c-2267-4c8-user 2018-08-29 06:20:16,005 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-d1f953d0-8752-49a-proj 2018-08-29 06:20:17,054 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-d1f953d0-8752-49a-user 2018-08-29 06:20:17,256 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-d1f953d0-8752-49a-proj-role 2018-08-29 06:20:17,340 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-d1f953d0-8752-49a-proj-role to project CreateVolumeWithImageTests-d1f953d0-8752-49a-proj 2018-08-29 06:20:21,219 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-image 2018-08-29 06:20:21,767 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-image 2018-08-29 06:20:24,087 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-vol 2018-08-29 06:20:30,526 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-vol 2018-08-29 06:20:31,883 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-vol 2018-08-29 06:20:35,329 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-vol 2018-08-29 06:20:35,330 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-69adf264-b417-4a9c-b446-2e8068171ebd-image 2018-08-29 06:20:37,922 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-d1f953d0-8752-49a-proj 2018-08-29 06:20:38,122 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-d1f953d0-8752-49a-proj-role 2018-08-29 06:20:38,337 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-d1f953d0-8752-49a-user 2018-08-29 06:20:39,676 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-7e535d14-38f9-456-proj 2018-08-29 06:20:40,741 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-7e535d14-38f9-456-user 2018-08-29 06:20:40,951 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-7e535d14-38f9-456-proj-role 2018-08-29 06:20:41,034 - keystone_utils - INFO - Granting role SimpleHealthCheck-7e535d14-38f9-456-proj-role to project SimpleHealthCheck-7e535d14-38f9-456-proj 2018-08-29 06:20:44,668 - create_image - INFO - Created image with name - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-image 2018-08-29 06:20:44,832 - create_image - INFO - Image is now active with name - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-image 2018-08-29 06:20:45,461 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-priv-net 2018-08-29 06:20:46,538 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-priv-subnet 2018-08-29 06:20:52,664 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-priv-net 2018-08-29 06:20:54,331 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-inst 2018-08-29 06:20:57,049 - create_instance - INFO - Created instance with name - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-inst 2018-08-29 06:21:04,789 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:21:06,084 - create_instance_tests - INFO - Looking for IP 10.55.0.14 in the console log 2018-08-29 06:22:05,760 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-29 06:22:05,764 - create_instance - INFO - Deleting Port with ID - 7c9ec5e1-2994-4ff9-b0e2-9b5ca85b3259 2018-08-29 06:22:05,764 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711dport-1 2018-08-29 06:22:06,415 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-inst 2018-08-29 06:22:06,594 - create_instance - INFO - Checking deletion status 2018-08-29 06:22:09,904 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-inst 2018-08-29 06:22:09,906 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-priv-subnet 2018-08-29 06:22:09,906 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-priv-subnet 2018-08-29 06:22:12,222 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-priv-net 2018-08-29 06:22:13,684 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-05e62aea-44e9-4c14-8b42-bc287fea711d-image 2018-08-29 06:22:15,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8f9261f2-0894-4ba1-bc61-0a15e311824b 2018-08-29 06:22:15,923 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:22:16,354 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-7e535d14-38f9-456-proj 2018-08-29 06:22:16,570 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-7e535d14-38f9-456-proj-role 2018-08-29 06:22:16,763 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-7e535d14-38f9-456-user 2018-08-29 06:22:18,148 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-proj 2018-08-29 06:22:19,310 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-user 2018-08-29 06:22:19,508 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-proj-role 2018-08-29 06:22:19,600 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-proj-role to project CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-proj 2018-08-29 06:22:22,475 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-247e72f0-37a9-41b7-9528-031cbcf5cc61 2018-08-29 06:22:22,638 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-247e72f0-37a9-41b7-9528-031cbcf5cc61 2018-08-29 06:22:23,257 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net1 2018-08-29 06:22:24,152 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-subnet1 2018-08-29 06:22:25,977 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net2 2018-08-29 06:22:26,839 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-subnet2 2018-08-29 06:22:29,107 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:30,129 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-router-port1 for router - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:31,898 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net1 2018-08-29 06:22:32,676 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-router-port1 for router - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:32,676 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:34,850 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-router-port2 for router - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:36,094 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net2 2018-08-29 06:22:37,153 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-router-port2 for router - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:37,153 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:22:40,340 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-sec-grp... 2018-08-29 06:22:40,340 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-sec-grp 2018-08-29 06:22:40,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:41,050 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:41,220 - neutron_utils - INFO - Retrieving security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:41,415 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:41,595 - neutron_utils - INFO - Retrieving security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:41,797 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:41,959 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-sec-grp 2018-08-29 06:22:42,237 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:42,562 - neutron_utils - INFO - Retrieving security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:42,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 64f5a5fe-7f9f-4c52-8818-7c488e3c01b7 2018-08-29 06:22:46,611 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net1 2018-08-29 06:22:48,465 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst1 2018-08-29 06:22:51,150 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst1 2018-08-29 06:22:58,590 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:23:03,725 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net2 2018-08-29 06:23:05,602 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst2 2018-08-29 06:23:08,360 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst2 2018-08-29 06:23:15,980 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:23:17,283 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-08-29 06:23:59,863 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-29 06:23:59,866 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-08-29 06:24:01,394 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-08-29 06:24:19,358 - create_instance - INFO - Deleting Port with ID - 6700ee2b-7fa6-49ec-846f-fd8961ced9ce 2018-08-29 06:24:19,358 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-vm1-port 2018-08-29 06:24:19,822 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst1 2018-08-29 06:24:19,976 - create_instance - INFO - Checking deletion status 2018-08-29 06:24:26,530 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst1 2018-08-29 06:24:26,531 - create_instance - INFO - Deleting Port with ID - a57751c7-8772-466b-94bf-c8f63f8efd99 2018-08-29 06:24:26,531 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-vm2-port 2018-08-29 06:24:27,117 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst2 2018-08-29 06:24:27,288 - create_instance - INFO - Checking deletion status 2018-08-29 06:24:33,983 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-inst2 2018-08-29 06:24:34,192 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router and port CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-router-port1 2018-08-29 06:24:34,192 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:24:35,406 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router and port CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-router-port2 2018-08-29 06:24:35,406 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:24:36,570 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:24:36,571 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-pub-router 2018-08-29 06:24:37,007 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-subnet1 2018-08-29 06:24:37,007 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-subnet1 2018-08-29 06:24:39,369 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net1 2018-08-29 06:24:41,379 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-subnet2 2018-08-29 06:24:41,379 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-subnet2 2018-08-29 06:24:43,814 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-net2 2018-08-29 06:24:45,622 - neutron_utils - INFO - Deleting security group rule with ID - 6478c890-bd4d-491a-84f0-a9bfd31b439b 2018-08-29 06:24:45,754 - neutron_utils - INFO - Deleting security group rule with ID - 3eda0b7e-4eec-4343-a2d2-14347d73f0e6 2018-08-29 06:24:45,864 - neutron_utils - INFO - Deleting security group rule with ID - e05c5ad1-30ab-4bf4-8afc-a297356061b1 2018-08-29 06:24:46,162 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-d3f8f4d1-51b2-481c-835e-8cbd8659eff5-sec-grp 2018-08-29 06:24:46,469 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-247e72f0-37a9-41b7-9528-031cbcf5cc61 2018-08-29 06:24:48,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3d2738bf-72af-42f1-b747-5732b0a5f994 2018-08-29 06:24:48,631 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:24:48,967 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-proj 2018-08-29 06:24:49,324 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-proj-role 2018-08-29 06:24:49,541 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-19e5bbea-4ad9-43b-user 2018-08-29 06:24:50,980 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-4a6999ac-b9c0-499-proj 2018-08-29 06:24:52,129 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-4a6999ac-b9c0-499-user 2018-08-29 06:24:52,327 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-4a6999ac-b9c0-499-proj-role 2018-08-29 06:24:52,419 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-4a6999ac-b9c0-499-proj-role to project CreateInstanceSimpleTests-4a6999ac-b9c0-499-proj 2018-08-29 06:24:55,577 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-image 2018-08-29 06:24:55,596 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-image 2018-08-29 06:24:56,984 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-pub-net 2018-08-29 06:24:57,959 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-pub-subnet 2018-08-29 06:25:03,089 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-pub-net 2018-08-29 06:25:04,484 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-inst 2018-08-29 06:25:06,507 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-inst 2018-08-29 06:25:14,038 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:25:20,781 - create_instance - INFO - Deleting Port with ID - 225ce38c-113c-446d-8b7a-8fcbd96ef499 2018-08-29 06:25:20,781 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-port 2018-08-29 06:25:21,229 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-inst 2018-08-29 06:25:21,395 - create_instance - INFO - Checking deletion status 2018-08-29 06:25:24,831 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-inst 2018-08-29 06:25:24,880 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-pub-subnet 2018-08-29 06:25:24,880 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-pub-subnet 2018-08-29 06:25:27,235 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-pub-net 2018-08-29 06:25:28,702 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-25453675-637f-4f66-90e1-3e347a7dcc7c-image 2018-08-29 06:25:31,035 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-4a6999ac-b9c0-499-proj 2018-08-29 06:25:31,264 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-4a6999ac-b9c0-499-proj-role 2018-08-29 06:25:31,472 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-4a6999ac-b9c0-499-user 2018-08-29 06:25:32,944 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-proj 2018-08-29 06:25:34,268 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-user 2018-08-29 06:25:34,464 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-proj-role 2018-08-29 06:25:34,554 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-proj-role to project CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-proj 2018-08-29 06:25:37,936 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-image 2018-08-29 06:25:38,179 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-image 2018-08-29 06:25:39,490 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-pub-net 2018-08-29 06:25:40,508 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-pub-subnet 2018-08-29 06:25:45,778 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-pub-net 2018-08-29 06:25:47,664 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-inst 2018-08-29 06:25:49,949 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-inst 2018-08-29 06:25:57,324 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:26:06,701 - create_instance - INFO - Deleting Port with ID - 687a555e-6301-4d2e-a9c3-6421a11e31f9 2018-08-29 06:26:06,701 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-port 2018-08-29 06:26:07,175 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-inst 2018-08-29 06:26:07,225 - create_instance - WARNING - Instance already deleted - Instance 1f2068fb-d992-4f22-9cb4-6bd7e987e329 could not be found. (HTTP 404) (Request-ID: req-39510aad-f5b2-4a5f-b254-0932c110a423) 2018-08-29 06:26:07,226 - create_instance - INFO - Checking deletion status 2018-08-29 06:26:07,274 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-inst 2018-08-29 06:26:07,329 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-pub-subnet 2018-08-29 06:26:07,329 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-pub-subnet 2018-08-29 06:26:09,624 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-pub-net 2018-08-29 06:26:10,849 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-db0bd111-41b5-44a2-a741-d285136dab72-image 2018-08-29 06:26:13,244 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e567806b-3498-4cc7-8053-078fd9f650f1 2018-08-29 06:26:13,412 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:26:13,816 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-proj 2018-08-29 06:26:14,079 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-proj-role 2018-08-29 06:26:14,282 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-744ddcb1-5fd2-4b5-user 2018-08-29 06:26:15,704 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-proj 2018-08-29 06:26:16,788 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-user 2018-08-29 06:26:16,985 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-proj-role 2018-08-29 06:26:17,005 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-proj-role to project CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-proj 2018-08-29 06:26:19,599 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-image 2018-08-29 06:26:19,769 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-image 2018-08-29 06:26:20,332 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-pub-net 2018-08-29 06:26:21,441 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-pub-subnet 2018-08-29 06:26:26,856 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-pub-net 2018-08-29 06:26:28,553 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-inst 2018-08-29 06:26:30,335 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-inst 2018-08-29 06:26:38,102 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:26:39,493 - create_instance - INFO - Deleting Port with ID - cbbf6f45-f7bd-4777-a316-ef2776a44604 2018-08-29 06:26:39,493 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62port-1 2018-08-29 06:26:39,965 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-inst 2018-08-29 06:26:40,118 - create_instance - INFO - Checking deletion status 2018-08-29 06:26:46,803 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-inst 2018-08-29 06:26:46,856 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-pub-subnet 2018-08-29 06:26:46,856 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-pub-subnet 2018-08-29 06:26:49,259 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-pub-net 2018-08-29 06:26:50,597 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-4babbfe3-0813-4638-a970-456c8685af62-image 2018-08-29 06:26:53,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 759b1565-308c-4ee9-b83e-c0cacceda342 2018-08-29 06:26:53,483 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:26:53,897 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-proj 2018-08-29 06:26:54,174 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-proj-role 2018-08-29 06:26:54,367 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2aa6686b-eacc-4a6-user 2018-08-29 06:26:55,812 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-1485402d-376a-414-proj 2018-08-29 06:26:56,909 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-1485402d-376a-414-user 2018-08-29 06:26:57,117 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-1485402d-376a-414-proj-role 2018-08-29 06:26:57,137 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-1485402d-376a-414-proj-role to project CreateInstancePortManipulationTests-1485402d-376a-414-proj 2018-08-29 06:27:00,020 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-image 2018-08-29 06:27:00,273 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-image 2018-08-29 06:27:00,900 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-pub-net 2018-08-29 06:27:01,875 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-pub-subnet 2018-08-29 06:27:07,287 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-pub-net 2018-08-29 06:27:07,490 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-pub-subnet 2018-08-29 06:27:07,490 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-pub-subnet 2018-08-29 06:27:09,845 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-pub-net 2018-08-29 06:27:11,762 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-461901fd-9086-4228-8901-0e157fc38d76-image 2018-08-29 06:27:14,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b60df334-0bbd-4c21-a8a2-77559b054804 2018-08-29 06:27:14,477 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:27:14,834 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-1485402d-376a-414-proj 2018-08-29 06:27:15,078 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-1485402d-376a-414-proj-role 2018-08-29 06:27:15,271 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-1485402d-376a-414-user 2018-08-29 06:27:16,739 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5f3daebe-1506-407-proj 2018-08-29 06:27:17,775 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5f3daebe-1506-407-user 2018-08-29 06:27:18,057 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5f3daebe-1506-407-proj-role 2018-08-29 06:27:18,147 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5f3daebe-1506-407-proj-role to project CreateInstancePortManipulationTests-5f3daebe-1506-407-proj 2018-08-29 06:27:20,568 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-image 2018-08-29 06:27:20,731 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-image 2018-08-29 06:27:21,363 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-pub-net 2018-08-29 06:27:22,528 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-pub-subnet 2018-08-29 06:27:28,072 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-pub-net 2018-08-29 06:27:28,293 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-pub-subnet 2018-08-29 06:27:28,293 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-pub-subnet 2018-08-29 06:27:30,478 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-pub-net 2018-08-29 06:27:32,278 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-f68e01f6-bc47-4535-8f25-394539c13b94-image 2018-08-29 06:27:34,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3854666e-3898-4aaa-90a9-5c14697f28c7 2018-08-29 06:27:34,972 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:27:35,280 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5f3daebe-1506-407-proj 2018-08-29 06:27:35,569 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5f3daebe-1506-407-proj-role 2018-08-29 06:27:35,765 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5f3daebe-1506-407-user 2018-08-29 06:27:37,279 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e14712ed-e56e-42f-proj 2018-08-29 06:27:38,416 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e14712ed-e56e-42f-user 2018-08-29 06:27:38,620 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e14712ed-e56e-42f-proj-role 2018-08-29 06:27:38,713 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e14712ed-e56e-42f-proj-role to project CreateInstancePortManipulationTests-e14712ed-e56e-42f-proj 2018-08-29 06:27:41,807 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-image 2018-08-29 06:27:41,964 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-image 2018-08-29 06:27:42,593 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-pub-net 2018-08-29 06:27:43,618 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-pub-subnet 2018-08-29 06:27:50,223 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-pub-net 2018-08-29 06:27:50,862 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-pub-subnet 2018-08-29 06:27:50,862 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-pub-subnet 2018-08-29 06:27:53,356 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-pub-net 2018-08-29 06:27:55,474 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-aad19893-9b8f-4c26-9ceb-f4574d3bcc6d-image 2018-08-29 06:27:57,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a50a4c1f-159d-4d2d-830e-5feffa3575b9 2018-08-29 06:27:57,902 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:27:58,407 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e14712ed-e56e-42f-proj 2018-08-29 06:27:58,672 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e14712ed-e56e-42f-proj-role 2018-08-29 06:27:58,880 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e14712ed-e56e-42f-user 2018-08-29 06:28:00,310 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-1f976bb3-f156-4e6-proj 2018-08-29 06:28:01,542 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-1f976bb3-f156-4e6-user 2018-08-29 06:28:01,739 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-1f976bb3-f156-4e6-proj-role 2018-08-29 06:28:01,830 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-1f976bb3-f156-4e6-proj-role to project CreateInstancePortManipulationTests-1f976bb3-f156-4e6-proj 2018-08-29 06:28:04,487 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-image 2018-08-29 06:28:04,506 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-image 2018-08-29 06:28:05,148 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-pub-net 2018-08-29 06:28:06,257 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-pub-subnet 2018-08-29 06:28:12,010 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-pub-net 2018-08-29 06:28:12,241 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-pub-subnet 2018-08-29 06:28:12,241 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-pub-subnet 2018-08-29 06:28:14,587 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-pub-net 2018-08-29 06:28:15,970 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-42b5637e-3d48-4f19-8c55-22583cbb2a04-image 2018-08-29 06:28:18,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e849a4fb-68e5-400a-9d92-e5b6e44d5475 2018-08-29 06:28:18,745 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:28:19,057 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-1f976bb3-f156-4e6-proj 2018-08-29 06:28:19,341 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-1f976bb3-f156-4e6-proj-role 2018-08-29 06:28:19,552 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-1f976bb3-f156-4e6-user 2018-08-29 06:28:20,991 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-38e71a9a-14e9-40b-proj 2018-08-29 06:28:22,159 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-38e71a9a-14e9-40b-user 2018-08-29 06:28:22,368 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-38e71a9a-14e9-40b-proj-role 2018-08-29 06:28:22,461 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-38e71a9a-14e9-40b-proj-role to project CreateInstancePortManipulationTests-38e71a9a-14e9-40b-proj 2018-08-29 06:28:24,836 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-image 2018-08-29 06:28:25,000 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-image 2018-08-29 06:28:25,618 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-pub-net 2018-08-29 06:28:26,685 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-pub-subnet 2018-08-29 06:28:32,987 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-pub-net 2018-08-29 06:28:34,958 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-inst 2018-08-29 06:28:37,288 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-inst 2018-08-29 06:28:44,695 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:28:46,462 - create_instance - INFO - Deleting Port with ID - acff7df9-5cec-44b9-a54a-1139655626f9 2018-08-29 06:28:46,462 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024port-1 2018-08-29 06:28:47,061 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-inst 2018-08-29 06:28:47,256 - create_instance - INFO - Checking deletion status 2018-08-29 06:28:53,882 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-inst 2018-08-29 06:28:53,921 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-pub-subnet 2018-08-29 06:28:53,921 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-pub-subnet 2018-08-29 06:28:56,433 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-pub-net 2018-08-29 06:28:58,133 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-38ddfcd2-3c37-4873-bacf-fb1240145024-image 2018-08-29 06:29:00,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9183cf17-9765-4482-8af2-80ea7ec9b425 2018-08-29 06:29:00,751 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:29:01,106 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-38e71a9a-14e9-40b-proj 2018-08-29 06:29:01,312 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-38e71a9a-14e9-40b-proj-role 2018-08-29 06:29:01,528 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-38e71a9a-14e9-40b-user 2018-08-29 06:29:03,039 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fd12dcd0-26e0-426-proj 2018-08-29 06:29:04,189 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fd12dcd0-26e0-426-user 2018-08-29 06:29:04,392 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fd12dcd0-26e0-426-proj-role 2018-08-29 06:29:04,484 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fd12dcd0-26e0-426-proj-role to project CreateInstancePortManipulationTests-fd12dcd0-26e0-426-proj 2018-08-29 06:29:07,194 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-image 2018-08-29 06:29:07,362 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-image 2018-08-29 06:29:08,019 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-pub-net 2018-08-29 06:29:09,150 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-pub-subnet 2018-08-29 06:29:14,593 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-pub-net 2018-08-29 06:29:16,287 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-inst 2018-08-29 06:29:18,535 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-inst 2018-08-29 06:29:26,126 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:29:27,606 - create_instance - INFO - Deleting Port with ID - cd73f45c-3327-4b06-b450-55c2ec9de9e5 2018-08-29 06:29:27,607 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6fport-1 2018-08-29 06:29:28,210 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-inst 2018-08-29 06:29:28,365 - create_instance - INFO - Checking deletion status 2018-08-29 06:29:31,660 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-inst 2018-08-29 06:29:31,705 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-pub-subnet 2018-08-29 06:29:31,706 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-pub-subnet 2018-08-29 06:29:34,433 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-pub-net 2018-08-29 06:29:36,456 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-9b22c255-823e-45e9-8b7f-4184224f5b6f-image 2018-08-29 06:29:38,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7a9677b5-33f9-4989-bea2-26a0cff9be69 2018-08-29 06:29:38,819 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:29:39,121 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fd12dcd0-26e0-426-proj 2018-08-29 06:29:39,364 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fd12dcd0-26e0-426-proj-role 2018-08-29 06:29:39,571 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fd12dcd0-26e0-426-user 2018-08-29 06:29:41,015 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6dca4a77-fda2-408-proj 2018-08-29 06:29:42,177 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6dca4a77-fda2-408-user 2018-08-29 06:29:42,398 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6dca4a77-fda2-408-proj-role 2018-08-29 06:29:42,415 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6dca4a77-fda2-408-proj-role to project CreateInstancePortManipulationTests-6dca4a77-fda2-408-proj 2018-08-29 06:29:45,724 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-image 2018-08-29 06:29:45,878 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-image 2018-08-29 06:29:46,519 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-pub-net 2018-08-29 06:29:47,644 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-pub-subnet 2018-08-29 06:29:53,105 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-pub-net 2018-08-29 06:29:55,049 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-inst 2018-08-29 06:29:57,069 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-inst 2018-08-29 06:30:04,787 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:30:05,914 - create_instance - INFO - Deleting Port with ID - 2e24d3f6-727d-45ee-8ce5-d55094c4aedc 2018-08-29 06:30:05,914 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812port-1 2018-08-29 06:30:06,509 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-inst 2018-08-29 06:30:06,669 - create_instance - INFO - Checking deletion status 2018-08-29 06:30:09,864 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-inst 2018-08-29 06:30:09,916 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-pub-subnet 2018-08-29 06:30:09,916 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-pub-subnet 2018-08-29 06:30:12,621 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-pub-net 2018-08-29 06:30:14,294 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-e954d248-8460-449f-a48b-ac144fd94812-image 2018-08-29 06:30:16,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7a4d7e75-b515-423b-85fc-f136c21b16e4 2018-08-29 06:30:17,035 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:30:17,400 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6dca4a77-fda2-408-proj 2018-08-29 06:30:17,754 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6dca4a77-fda2-408-proj-role 2018-08-29 06:30:17,964 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6dca4a77-fda2-408-user 2018-08-29 06:30:19,464 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-proj 2018-08-29 06:30:20,547 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-user 2018-08-29 06:30:20,757 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-proj-role 2018-08-29 06:30:20,847 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-proj-role to project CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-proj 2018-08-29 06:30:23,346 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-image 2018-08-29 06:30:23,504 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-image 2018-08-29 06:30:24,129 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-pub-net 2018-08-29 06:30:25,117 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-pub-subnet 2018-08-29 06:30:30,651 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-pub-net 2018-08-29 06:30:32,582 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-inst 2018-08-29 06:30:34,861 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-inst 2018-08-29 06:30:42,578 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:30:43,616 - create_instance - INFO - Deleting Port with ID - eb017cd3-f218-429c-87be-ad6cf6f49232 2018-08-29 06:30:43,616 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477port-1 2018-08-29 06:30:44,498 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-inst 2018-08-29 06:30:44,651 - create_instance - INFO - Checking deletion status 2018-08-29 06:30:51,468 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-inst 2018-08-29 06:30:51,514 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-pub-subnet 2018-08-29 06:30:51,514 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-pub-subnet 2018-08-29 06:30:53,778 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-pub-net 2018-08-29 06:30:55,096 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-41b8005f-d98a-400e-8fc4-9e9fdf17a477-image 2018-08-29 06:30:56,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 279fa6aa-2317-4b58-b74c-a921ac523ad3 2018-08-29 06:30:57,000 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:30:57,303 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-proj 2018-08-29 06:30:57,635 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-proj-role 2018-08-29 06:30:57,843 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-bfab3b2e-5e06-4e5-user 2018-08-29 06:30:59,332 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e0e23aba-e6c8-473-proj 2018-08-29 06:31:00,488 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e0e23aba-e6c8-473-user 2018-08-29 06:31:00,691 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e0e23aba-e6c8-473-proj-role 2018-08-29 06:31:00,781 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e0e23aba-e6c8-473-proj-role to project CreateInstancePortManipulationTests-e0e23aba-e6c8-473-proj 2018-08-29 06:31:03,720 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-image 2018-08-29 06:31:03,888 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-image 2018-08-29 06:31:04,508 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-pub-net 2018-08-29 06:31:05,500 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-pub-subnet 2018-08-29 06:31:07,839 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0dnet2 2018-08-29 06:31:08,731 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-subnet1 2018-08-29 06:31:09,372 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-subnet2 2018-08-29 06:31:14,273 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0dnet2 2018-08-29 06:31:16,231 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-inst 2018-08-29 06:31:18,523 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-inst 2018-08-29 06:31:26,088 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:31:27,313 - create_instance - INFO - Deleting Port with ID - e3f021dc-f6c2-415e-ba46-64f7fff1269e 2018-08-29 06:31:27,313 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0dport-1 2018-08-29 06:31:28,120 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-inst 2018-08-29 06:31:28,291 - create_instance - INFO - Checking deletion status 2018-08-29 06:31:34,926 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-inst 2018-08-29 06:31:34,962 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-pub-subnet 2018-08-29 06:31:34,963 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-pub-subnet 2018-08-29 06:31:37,359 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-pub-net 2018-08-29 06:31:39,275 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-subnet1 2018-08-29 06:31:39,275 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-subnet1 2018-08-29 06:31:41,781 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-subnet2 2018-08-29 06:31:41,782 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-subnet2 2018-08-29 06:31:44,394 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0dnet2 2018-08-29 06:31:45,581 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-da38139e-639b-4da7-bbb3-9670efa6cc0d-image 2018-08-29 06:31:48,282 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92efbf1f-f11c-452a-829d-af5b648e5057 2018-08-29 06:31:48,454 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:31:48,801 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e0e23aba-e6c8-473-proj 2018-08-29 06:31:49,101 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e0e23aba-e6c8-473-proj-role 2018-08-29 06:31:49,368 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e0e23aba-e6c8-473-user 2018-08-29 06:31:50,811 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-450aa177-c5fb-475-proj 2018-08-29 06:31:51,888 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-450aa177-c5fb-475-user 2018-08-29 06:31:52,092 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-450aa177-c5fb-475-proj-role 2018-08-29 06:31:52,114 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-450aa177-c5fb-475-proj-role to project InstanceSecurityGroupTests-450aa177-c5fb-475-proj 2018-08-29 06:31:54,803 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-image 2018-08-29 06:31:54,972 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-image 2018-08-29 06:31:55,599 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-pub-net 2018-08-29 06:31:56,785 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-pub-subnet 2018-08-29 06:32:02,081 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-pub-net 2018-08-29 06:32:03,713 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-inst 2018-08-29 06:32:05,703 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-inst 2018-08-29 06:32:13,192 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:32:14,907 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-name... 2018-08-29 06:32:14,907 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-name 2018-08-29 06:32:15,198 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:15,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:15,554 - neutron_utils - INFO - Retrieving security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:15,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:15,912 - neutron_utils - INFO - Retrieving security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:16,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:16,198 - neutron_utils - INFO - Retrieving security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:16,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29738fe6-5fff-4587-83fe-a3ceb5354e24 2018-08-29 06:32:16,421 - neutron_utils - INFO - Deleting security group rule with ID - 6af37daf-cf3f-4e08-a51b-17f4e3bf8c09 2018-08-29 06:32:16,716 - neutron_utils - INFO - Deleting security group rule with ID - a6d33830-9a58-4926-8e64-dc15a1eef894 2018-08-29 06:32:16,974 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-name 2018-08-29 06:32:20,122 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:32:22,148 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-name] - Security group InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-name is not found for project 72d221b02f8445908b48f83ad78793fe (HTTP 404) (Request-ID: req-8bf60c1d-0731-48e1-bd2d-356464fa9cd0) 2018-08-29 06:32:22,148 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-name is not found for project 72d221b02f8445908b48f83ad78793fe (HTTP 404) (Request-ID: req-8bf60c1d-0731-48e1-bd2d-356464fa9cd0) 2018-08-29 06:32:23,566 - create_instance - INFO - Deleting Port with ID - 8c4e8cf1-5003-4a40-91d3-8ae737a7a1c6 2018-08-29 06:32:23,566 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-port 2018-08-29 06:32:24,041 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-inst 2018-08-29 06:32:24,183 - create_instance - INFO - Checking deletion status 2018-08-29 06:32:30,589 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-inst 2018-08-29 06:32:30,639 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-pub-subnet 2018-08-29 06:32:30,639 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-pub-subnet 2018-08-29 06:32:32,918 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-pub-net 2018-08-29 06:32:34,528 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-b6f906eb-20cf-400d-9427-c3d905e4506d-image 2018-08-29 06:32:37,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8467f5c0-41fc-4432-9344-ec18d8bc3687 2018-08-29 06:32:37,301 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:32:37,699 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-450aa177-c5fb-475-proj 2018-08-29 06:32:37,975 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-450aa177-c5fb-475-proj-role 2018-08-29 06:32:38,181 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-450aa177-c5fb-475-user 2018-08-29 06:32:39,637 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-16750ee9-30a5-45d-proj 2018-08-29 06:32:40,720 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-16750ee9-30a5-45d-user 2018-08-29 06:32:40,936 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-16750ee9-30a5-45d-proj-role 2018-08-29 06:32:41,029 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-16750ee9-30a5-45d-proj-role to project InstanceSecurityGroupTests-16750ee9-30a5-45d-proj 2018-08-29 06:32:45,018 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-image 2018-08-29 06:32:45,174 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-image 2018-08-29 06:32:45,749 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-pub-net 2018-08-29 06:32:46,797 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-pub-subnet 2018-08-29 06:32:48,912 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-name... 2018-08-29 06:32:48,912 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-name 2018-08-29 06:32:49,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:49,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:49,749 - neutron_utils - INFO - Retrieving security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:49,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:50,197 - neutron_utils - INFO - Retrieving security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:50,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:50,567 - neutron_utils - INFO - Retrieving security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:50,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6763d78a-eb54-4553-97c9-17d261601e3d 2018-08-29 06:32:54,732 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-pub-net 2018-08-29 06:32:56,339 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-inst 2018-08-29 06:32:58,941 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-inst 2018-08-29 06:33:06,271 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:33:07,905 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:33:13,835 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:33:16,933 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-name] already added to VM [InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-inst] 2018-08-29 06:33:18,514 - create_instance - INFO - Deleting Port with ID - 09c8f0b1-39d7-4019-827e-5219bba6c909 2018-08-29 06:33:18,514 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-port 2018-08-29 06:33:18,953 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-inst 2018-08-29 06:33:19,111 - create_instance - INFO - Checking deletion status 2018-08-29 06:33:22,274 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-inst 2018-08-29 06:33:22,275 - neutron_utils - INFO - Deleting security group rule with ID - 3a2604f3-7454-4362-a854-3c638fcb7ac4 2018-08-29 06:33:22,521 - neutron_utils - INFO - Deleting security group rule with ID - fec7f757-057b-44e1-9c13-1af3b272be58 2018-08-29 06:33:22,780 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-name 2018-08-29 06:33:23,328 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-pub-subnet 2018-08-29 06:33:23,328 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-pub-subnet 2018-08-29 06:33:25,830 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-pub-net 2018-08-29 06:33:27,092 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-36cee6e9-8c67-4796-9146-e4431ab74425-image 2018-08-29 06:33:29,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 509e7a95-4072-45bc-b80a-219954ba412e 2018-08-29 06:33:29,410 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:33:29,931 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-16750ee9-30a5-45d-proj 2018-08-29 06:33:30,227 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-16750ee9-30a5-45d-proj-role 2018-08-29 06:33:30,439 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-16750ee9-30a5-45d-user 2018-08-29 06:33:31,901 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-45261ea6-071c-45d-proj 2018-08-29 06:33:32,983 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-45261ea6-071c-45d-user 2018-08-29 06:33:33,188 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-45261ea6-071c-45d-proj-role 2018-08-29 06:33:33,280 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-45261ea6-071c-45d-proj-role to project InstanceSecurityGroupTests-45261ea6-071c-45d-proj 2018-08-29 06:33:36,041 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-image 2018-08-29 06:33:36,063 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-image 2018-08-29 06:33:36,767 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-pub-net 2018-08-29 06:33:38,024 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-pub-subnet 2018-08-29 06:33:43,509 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-pub-net 2018-08-29 06:33:44,988 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-inst 2018-08-29 06:33:47,075 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-inst 2018-08-29 06:33:54,596 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:33:56,432 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-name... 2018-08-29 06:33:56,433 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-name 2018-08-29 06:33:56,966 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:57,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:57,313 - neutron_utils - INFO - Retrieving security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:57,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:57,558 - neutron_utils - INFO - Retrieving security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:57,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:57,930 - neutron_utils - INFO - Retrieving security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:33:58,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c13bb89-c586-409b-bedb-a05eb8f96cb0 2018-08-29 06:34:01,149 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:34:06,206 - create_instance - INFO - Deleting Port with ID - b129ae81-5b62-4cab-b5fc-79d8a64372b2 2018-08-29 06:34:06,206 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-port 2018-08-29 06:34:06,642 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-inst 2018-08-29 06:34:06,890 - create_instance - INFO - Checking deletion status 2018-08-29 06:34:16,849 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-inst 2018-08-29 06:34:16,850 - neutron_utils - INFO - Deleting security group rule with ID - f54d1073-2cb3-46da-81f2-a7c43fb24a04 2018-08-29 06:34:17,113 - neutron_utils - INFO - Deleting security group rule with ID - d8148f4e-ee5a-473e-a8a9-d0d86c0ddef6 2018-08-29 06:34:17,228 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-name 2018-08-29 06:34:17,555 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-pub-subnet 2018-08-29 06:34:17,555 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-pub-subnet 2018-08-29 06:34:19,900 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-pub-net 2018-08-29 06:34:21,886 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-5c67c7e9-3d3f-448a-ad78-3cf8775c565f-image 2018-08-29 06:34:24,542 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d73af83-ccb8-4d13-966d-06a158cffded 2018-08-29 06:34:24,710 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:34:25,070 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-45261ea6-071c-45d-proj 2018-08-29 06:34:25,321 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-45261ea6-071c-45d-proj-role 2018-08-29 06:34:25,519 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-45261ea6-071c-45d-user 2018-08-29 06:34:26,983 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-995a2794-0f0d-4e8-proj 2018-08-29 06:34:28,111 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-995a2794-0f0d-4e8-user 2018-08-29 06:34:28,325 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-995a2794-0f0d-4e8-proj-role 2018-08-29 06:34:28,417 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-995a2794-0f0d-4e8-proj-role to project InstanceSecurityGroupTests-995a2794-0f0d-4e8-proj 2018-08-29 06:34:30,990 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-image 2018-08-29 06:34:31,152 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-image 2018-08-29 06:34:31,797 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-pub-net 2018-08-29 06:34:32,781 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-pub-subnet 2018-08-29 06:34:35,483 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-name... 2018-08-29 06:34:35,484 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-name 2018-08-29 06:34:35,853 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,034 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,215 - neutron_utils - INFO - Retrieving security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,411 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,442 - neutron_utils - INFO - Retrieving security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,654 - neutron_utils - INFO - Retrieving security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:36,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4fc4eb2-033a-424b-b05d-da34779266a6 2018-08-29 06:34:40,646 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-pub-net 2018-08-29 06:34:42,290 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-inst 2018-08-29 06:34:44,922 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-inst 2018-08-29 06:34:52,593 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:34:54,142 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:34:58,358 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:35:02,890 - create_instance - INFO - Deleting Port with ID - 88b7c94f-6382-42c8-9da3-bbca12079f5b 2018-08-29 06:35:02,890 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-port 2018-08-29 06:35:03,466 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-inst 2018-08-29 06:35:03,645 - create_instance - INFO - Checking deletion status 2018-08-29 06:35:10,089 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-inst 2018-08-29 06:35:10,090 - neutron_utils - INFO - Deleting security group rule with ID - f06b7431-6a99-41be-a40c-5c8b26bb2d9a 2018-08-29 06:35:10,339 - neutron_utils - INFO - Deleting security group rule with ID - 5b2a4d9a-3cc8-473c-8837-a405e9779228 2018-08-29 06:35:10,593 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-name 2018-08-29 06:35:10,967 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-pub-subnet 2018-08-29 06:35:10,967 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-pub-subnet 2018-08-29 06:35:13,344 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-pub-net 2018-08-29 06:35:14,928 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-305d8551-ee42-4af5-832e-2ffd8c6f2861-image 2018-08-29 06:35:17,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 284708bb-a579-46de-be43-35c1482f16cc 2018-08-29 06:35:17,646 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:35:18,009 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-995a2794-0f0d-4e8-proj 2018-08-29 06:35:18,250 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-995a2794-0f0d-4e8-proj-role 2018-08-29 06:35:18,448 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-995a2794-0f0d-4e8-user 2018-08-29 06:35:19,834 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-008887ba-dac4-46b-proj 2018-08-29 06:35:20,983 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-008887ba-dac4-46b-user 2018-08-29 06:35:21,187 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-008887ba-dac4-46b-proj-role 2018-08-29 06:35:21,268 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-008887ba-dac4-46b-proj-role to project InstanceSecurityGroupTests-008887ba-dac4-46b-proj 2018-08-29 06:35:24,870 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-image 2018-08-29 06:35:25,034 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-image 2018-08-29 06:35:25,670 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-pub-net 2018-08-29 06:35:26,704 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-pub-subnet 2018-08-29 06:35:29,637 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-name... 2018-08-29 06:35:29,638 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-name 2018-08-29 06:35:30,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:30,374 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:30,545 - neutron_utils - INFO - Retrieving security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:30,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:30,911 - neutron_utils - INFO - Retrieving security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:30,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:31,136 - neutron_utils - INFO - Retrieving security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:31,329 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2db8d03f-eaa6-414a-938b-131609a050ad 2018-08-29 06:35:35,309 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-pub-net 2018-08-29 06:35:37,045 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-inst 2018-08-29 06:35:39,471 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-inst 2018-08-29 06:35:47,159 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:35:51,417 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:35:53,661 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-name not associated with the instance 8f61c3c1-29bd-4fce-84f7-a5d1eed7f10d (HTTP 404) (Request-ID: req-0fee7c5a-8399-4711-a02c-204e94c0530f) 2018-08-29 06:35:55,239 - create_instance - INFO - Deleting Port with ID - f6469d96-b75f-42b0-9abf-ff5fa22ea438 2018-08-29 06:35:55,239 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-port 2018-08-29 06:35:55,853 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-inst 2018-08-29 06:35:56,034 - create_instance - INFO - Checking deletion status 2018-08-29 06:35:59,191 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-inst 2018-08-29 06:35:59,192 - neutron_utils - INFO - Deleting security group rule with ID - 4c56763a-8929-44f8-a6a4-51aeb3a6b69b 2018-08-29 06:35:59,462 - neutron_utils - INFO - Deleting security group rule with ID - ba6ab555-8f77-4538-ace6-94325045c3d6 2018-08-29 06:35:59,704 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-name 2018-08-29 06:36:00,046 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-pub-subnet 2018-08-29 06:36:00,046 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-pub-subnet 2018-08-29 06:36:02,606 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-pub-net 2018-08-29 06:36:03,999 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-dd9f93f0-800a-42ee-b167-38278123da51-image 2018-08-29 06:36:06,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ffa53f2-6823-462c-b8e6-8ea0402b6f84 2018-08-29 06:36:06,998 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:36:07,387 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-008887ba-dac4-46b-proj 2018-08-29 06:36:07,651 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-008887ba-dac4-46b-proj-role 2018-08-29 06:36:07,861 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-008887ba-dac4-46b-user 2018-08-29 06:36:09,355 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-3fa6679e-03ea-47d-proj 2018-08-29 06:36:10,518 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-3fa6679e-03ea-47d-user 2018-08-29 06:36:10,720 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-3fa6679e-03ea-47d-proj-role 2018-08-29 06:36:10,814 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-3fa6679e-03ea-47d-proj-role to project CreateInstanceOnComputeHost-3fa6679e-03ea-47d-proj 2018-08-29 06:36:11,530 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-net 2018-08-29 06:36:12,514 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-subnet 2018-08-29 06:36:17,859 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-image 2018-08-29 06:36:18,026 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-image 2018-08-29 06:36:22,560 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-net 2018-08-29 06:36:23,531 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-29 06:36:25,558 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-29 06:36:32,889 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:36:39,511 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-net 2018-08-29 06:36:41,091 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-29 06:36:43,388 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-29 06:36:50,753 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:36:53,990 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:36:55,918 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:36:56,980 - create_instance - INFO - Deleting Port with ID - 600d3c5f-7082-4f50-809d-4ea033629884 2018-08-29 06:36:56,980 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310cport-1 2018-08-29 06:36:57,478 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-29 06:36:57,661 - create_instance - INFO - Checking deletion status 2018-08-29 06:37:00,999 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-08-29 06:37:01,000 - create_instance - INFO - Deleting Port with ID - 75157c50-9240-4a3b-84e0-6fee7e3fdd28 2018-08-29 06:37:01,000 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310cport-2 2018-08-29 06:37:01,418 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-29 06:37:01,602 - create_instance - INFO - Checking deletion status 2018-08-29 06:37:04,772 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-08-29 06:37:04,830 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-subnet 2018-08-29 06:37:04,830 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-subnet 2018-08-29 06:37:07,029 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-priv-net 2018-08-29 06:37:08,473 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-c28eea50-acaf-4f64-b961-f182a354310c-image 2018-08-29 06:37:10,687 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-3fa6679e-03ea-47d-proj 2018-08-29 06:37:10,891 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-3fa6679e-03ea-47d-proj-role 2018-08-29 06:37:11,084 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-3fa6679e-03ea-47d-user 2018-08-29 06:37:12,498 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-9a19d865-f10a-482-proj 2018-08-29 06:37:13,654 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-9a19d865-f10a-482-user 2018-08-29 06:37:13,792 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-9a19d865-f10a-482-proj-role 2018-08-29 06:37:13,880 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-9a19d865-f10a-482-proj-role to project CreateInstanceFromThreePartImage-9a19d865-f10a-482-proj 2018-08-29 06:37:14,011 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-08-29 06:37:17,600 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3 2018-08-29 06:37:17,771 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3 2018-08-29 06:37:19,081 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-pub-net 2018-08-29 06:37:20,237 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-pub-subnet 2018-08-29 06:37:24,801 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-pub-net 2018-08-29 06:37:26,703 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-inst 2018-08-29 06:37:29,045 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-inst 2018-08-29 06:37:36,248 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:37:37,260 - create_instance - INFO - Deleting Port with ID - b9fd1ce7-944a-4092-a2f4-baec4a155c0a 2018-08-29 06:37:37,260 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-port 2018-08-29 06:37:37,951 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-inst 2018-08-29 06:37:38,164 - create_instance - INFO - Checking deletion status 2018-08-29 06:37:45,008 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-inst 2018-08-29 06:37:45,057 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-pub-subnet 2018-08-29 06:37:45,057 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-pub-subnet 2018-08-29 06:37:47,544 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3-pub-net 2018-08-29 06:37:48,975 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-3ba0a9d0-3f14-49b1-82e2-21846dfd95d3 2018-08-29 06:37:51,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 61971f19-c4a8-42f7-8f87-c5cf9721cd1a 2018-08-29 06:37:51,339 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:37:51,734 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-9a19d865-f10a-482-proj 2018-08-29 06:37:52,016 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-9a19d865-f10a-482-proj-role 2018-08-29 06:37:52,202 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-9a19d865-f10a-482-user 2018-08-29 06:37:53,653 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-2638bb84-dc40-40e-proj 2018-08-29 06:37:54,743 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-2638bb84-dc40-40e-user 2018-08-29 06:37:54,953 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-2638bb84-dc40-40e-proj-role 2018-08-29 06:37:54,972 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-2638bb84-dc40-40e-proj-role to project CreateInstanceVolumeTests-2638bb84-dc40-40e-proj 2018-08-29 06:37:57,849 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-image 2018-08-29 06:37:58,017 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-image 2018-08-29 06:37:59,364 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-pub-net 2018-08-29 06:38:00,292 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-pub-subnet 2018-08-29 06:38:02,947 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-1 2018-08-29 06:38:03,169 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-1 2018-08-29 06:38:04,705 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-2 2018-08-29 06:38:04,896 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-2 2018-08-29 06:38:08,610 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-pub-net 2018-08-29 06:38:10,069 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-inst 2018-08-29 06:38:12,527 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-inst 2018-08-29 06:38:19,971 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:38:21,767 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:38:26,822 - create_instance - INFO - Deleting Port with ID - cc3d2d6f-282e-4dac-8edc-45ef38008b2c 2018-08-29 06:38:26,822 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-port 2018-08-29 06:38:32,628 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-inst 2018-08-29 06:38:32,786 - create_instance - INFO - Checking deletion status 2018-08-29 06:38:36,221 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-inst 2018-08-29 06:38:36,267 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-pub-subnet 2018-08-29 06:38:36,267 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-pub-subnet 2018-08-29 06:38:38,682 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-pub-net 2018-08-29 06:38:40,306 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-2 2018-08-29 06:38:43,921 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-2 2018-08-29 06:38:44,138 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-1 2018-08-29 06:38:47,880 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-1 2018-08-29 06:38:47,880 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-de308e3b-b4dd-412f-ab6e-eec98303dcef-image 2018-08-29 06:38:50,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 14a55187-9662-40b4-ae46-eb850f9f57bb 2018-08-29 06:38:50,492 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:38:50,855 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-2638bb84-dc40-40e-proj 2018-08-29 06:38:51,087 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-2638bb84-dc40-40e-proj-role 2018-08-29 06:38:51,285 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-2638bb84-dc40-40e-user 2018-08-29 06:38:52,683 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-2d00b06c-267f-46a-proj 2018-08-29 06:38:53,690 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-2d00b06c-267f-46a-user 2018-08-29 06:38:53,886 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-2d00b06c-267f-46a-proj-role 2018-08-29 06:38:53,977 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-2d00b06c-267f-46a-proj-role to project CreateInstanceVolumeTests-2d00b06c-267f-46a-proj 2018-08-29 06:38:57,309 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-image 2018-08-29 06:38:57,478 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-image 2018-08-29 06:38:58,823 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-pub-net 2018-08-29 06:38:59,969 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-pub-subnet 2018-08-29 06:39:02,685 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-1 2018-08-29 06:39:02,911 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-1 2018-08-29 06:39:04,186 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-2 2018-08-29 06:39:07,630 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-2 2018-08-29 06:39:11,178 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-pub-net 2018-08-29 06:39:12,898 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-inst 2018-08-29 06:39:15,310 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-inst 2018-08-29 06:39:22,721 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:39:24,851 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:39:29,330 - create_instance - INFO - VM is - ACTIVE 2018-08-29 06:39:33,722 - create_instance - INFO - Deleting Port with ID - 7b54ba1e-a2ad-4e70-9341-7715824e3e76 2018-08-29 06:39:33,722 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-port 2018-08-29 06:39:43,413 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-inst 2018-08-29 06:39:43,672 - create_instance - INFO - Checking deletion status 2018-08-29 06:39:46,976 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-inst 2018-08-29 06:39:47,026 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-pub-subnet 2018-08-29 06:39:47,027 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-pub-subnet 2018-08-29 06:39:49,537 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-pub-net 2018-08-29 06:39:51,277 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-2 2018-08-29 06:39:54,750 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-2 2018-08-29 06:39:54,948 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-1 2018-08-29 06:39:58,443 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-1 2018-08-29 06:39:58,444 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-d9e716ca-cb24-4628-aad2-a997396c13a4-image 2018-08-29 06:40:01,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f078fad-98cc-415a-82e3-678c6466a181 2018-08-29 06:40:01,277 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:40:01,654 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-2d00b06c-267f-46a-proj 2018-08-29 06:40:01,996 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-2d00b06c-267f-46a-proj-role 2018-08-29 06:40:02,213 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-2d00b06c-267f-46a-user 2018-08-29 06:40:03,664 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b485c342-c273-460-proj 2018-08-29 06:40:05,215 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b485c342-c273-460-proj 2018-08-29 06:40:05,344 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b485c342-c273-460-user 2018-08-29 06:40:05,545 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b485c342-c273-460-proj-role 2018-08-29 06:40:05,639 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b485c342-c273-460-proj-role to project CreateStackSuccessTests-b485c342-c273-460-proj 2018-08-29 06:40:08,743 - create_image - INFO - Created image with name - CreateStackSuccessTests-ec8f52e2-10ee-4171-b211-dcb477e817f0-image 2018-08-29 06:40:08,904 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-ec8f52e2-10ee-4171-b211-dcb477e817f0-image 2018-08-29 06:40:14,284 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-ec8f52e2-10ee-4171-b211-dcb477e817f0-stack 2018-08-29 06:40:27,382 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-ec8f52e2-10ee-4171-b211-dcb477e817f0-stack 2018-08-29 06:40:38,818 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-ec8f52e2-10ee-4171-b211-dcb477e817f0-stack 2018-08-29 06:40:39,023 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-ec8f52e2-10ee-4171-b211-dcb477e817f0-image 2018-08-29 06:40:40,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0632d059-db6a-4bee-98db-09591b4d3b99 2018-08-29 06:40:40,523 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:40:40,860 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b485c342-c273-460-proj 2018-08-29 06:40:41,189 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b485c342-c273-460-proj-role 2018-08-29 06:40:41,390 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b485c342-c273-460-user 2018-08-29 06:40:42,826 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-9ccd4fbc-f759-432-proj 2018-08-29 06:40:44,450 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-9ccd4fbc-f759-432-proj 2018-08-29 06:40:44,590 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-9ccd4fbc-f759-432-user 2018-08-29 06:40:44,802 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-9ccd4fbc-f759-432-proj-role 2018-08-29 06:40:44,892 - keystone_utils - INFO - Granting role CreateStackSuccessTests-9ccd4fbc-f759-432-proj-role to project CreateStackSuccessTests-9ccd4fbc-f759-432-proj 2018-08-29 06:40:47,547 - create_image - INFO - Created image with name - CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-image 2018-08-29 06:40:47,805 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-image 2018-08-29 06:40:51,772 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-stack 2018-08-29 06:41:09,038 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-stack 2018-08-29 06:41:10,565 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-stack 2018-08-29 06:41:10,565 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-stack 2018-08-29 06:41:10,566 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-stack 2018-08-29 06:41:21,535 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-stack 2018-08-29 06:41:21,753 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-5ca8cb7e-2011-42f4-a8b3-8321d5183e93-image 2018-08-29 06:41:24,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2f915db-40a3-4ad9-bf63-e94882d3684c 2018-08-29 06:41:24,406 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:41:24,763 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-9ccd4fbc-f759-432-proj 2018-08-29 06:41:25,098 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-9ccd4fbc-f759-432-proj-role 2018-08-29 06:41:25,312 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-9ccd4fbc-f759-432-user 2018-08-29 06:41:26,850 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-08c419ac-d8c4-48c-proj 2018-08-29 06:41:28,407 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-08c419ac-d8c4-48c-proj 2018-08-29 06:41:28,475 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-08c419ac-d8c4-48c-user 2018-08-29 06:41:28,682 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-08c419ac-d8c4-48c-proj-role 2018-08-29 06:41:28,766 - keystone_utils - INFO - Granting role CreateStackSuccessTests-08c419ac-d8c4-48c-proj-role to project CreateStackSuccessTests-08c419ac-d8c4-48c-proj 2018-08-29 06:41:31,583 - create_image - INFO - Created image with name - CreateStackSuccessTests-3625e8f9-9557-4e55-83ff-cc789c8c9626-image 2018-08-29 06:41:31,757 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3625e8f9-9557-4e55-83ff-cc789c8c9626-image 2018-08-29 06:41:35,623 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3625e8f9-9557-4e55-83ff-cc789c8c9626-stack 2018-08-29 06:41:35,623 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-08-29 06:41:36,116 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-08-29 06:41:36,116 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3625e8f9-9557-4e55-83ff-cc789c8c9626-stack 2018-08-29 06:41:43,379 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3625e8f9-9557-4e55-83ff-cc789c8c9626-stack 2018-08-29 06:41:43,742 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3625e8f9-9557-4e55-83ff-cc789c8c9626-image 2018-08-29 06:41:46,622 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a183b825-95d2-4323-8d54-abb862ea530a 2018-08-29 06:41:46,804 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:41:47,120 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-08c419ac-d8c4-48c-proj 2018-08-29 06:41:47,368 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-08c419ac-d8c4-48c-proj-role 2018-08-29 06:41:47,562 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-08c419ac-d8c4-48c-user 2018-08-29 06:41:48,964 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-f99e259b-378a-47c-proj 2018-08-29 06:41:50,480 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-f99e259b-378a-47c-proj 2018-08-29 06:41:50,619 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-f99e259b-378a-47c-user 2018-08-29 06:41:50,808 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-f99e259b-378a-47c-proj-role 2018-08-29 06:41:50,828 - keystone_utils - INFO - Granting role CreateStackSuccessTests-f99e259b-378a-47c-proj-role to project CreateStackSuccessTests-f99e259b-378a-47c-proj 2018-08-29 06:41:52,953 - create_image - INFO - Created image with name - CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-image 2018-08-29 06:41:52,972 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-image 2018-08-29 06:41:57,070 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-stack 2018-08-29 06:42:14,452 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-stack 2018-08-29 06:42:15,411 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-stack 2018-08-29 06:42:25,003 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-stack 2018-08-29 06:42:25,221 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-0db3b063-466c-48fc-b487-38aa5b34cf43-image 2018-08-29 06:42:27,033 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2daee7a6-20cb-4fb5-96e8-84bcc153fe95 2018-08-29 06:42:27,216 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:42:27,708 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-f99e259b-378a-47c-proj 2018-08-29 06:42:28,177 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-f99e259b-378a-47c-proj-role 2018-08-29 06:42:28,366 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-f99e259b-378a-47c-user 2018-08-29 06:42:29,760 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-227d62fd-300f-479-proj 2018-08-29 06:42:31,391 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-227d62fd-300f-479-proj 2018-08-29 06:42:31,451 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-227d62fd-300f-479-user 2018-08-29 06:42:31,647 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-227d62fd-300f-479-proj-role 2018-08-29 06:42:31,665 - keystone_utils - INFO - Granting role CreateStackSuccessTests-227d62fd-300f-479-proj-role to project CreateStackSuccessTests-227d62fd-300f-479-proj 2018-08-29 06:42:34,782 - create_image - INFO - Created image with name - CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-image 2018-08-29 06:42:34,801 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-image 2018-08-29 06:42:38,716 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-stack 2018-08-29 06:42:56,101 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-stack 2018-08-29 06:42:57,584 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-stack 2018-08-29 06:42:57,984 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-stack 2018-08-29 06:43:11,149 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-stack 2018-08-29 06:43:11,202 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fcb970d6-f521-4e6f-911c-2b531489827a-image 2018-08-29 06:43:13,947 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcdf9882-90d2-4bda-89e3-a8ef8698b6ac 2018-08-29 06:43:14,119 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:43:14,431 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-227d62fd-300f-479-proj 2018-08-29 06:43:14,685 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-227d62fd-300f-479-proj-role 2018-08-29 06:43:14,897 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-227d62fd-300f-479-user 2018-08-29 06:43:16,329 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-0d73eeda-4f59-41a-proj 2018-08-29 06:43:17,943 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-0d73eeda-4f59-41a-proj 2018-08-29 06:43:18,098 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-0d73eeda-4f59-41a-user 2018-08-29 06:43:18,323 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-0d73eeda-4f59-41a-proj-role 2018-08-29 06:43:18,344 - keystone_utils - INFO - Granting role CreateStackSuccessTests-0d73eeda-4f59-41a-proj-role to project CreateStackSuccessTests-0d73eeda-4f59-41a-proj 2018-08-29 06:43:21,777 - create_image - INFO - Created image with name - CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-image 2018-08-29 06:43:21,941 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-image 2018-08-29 06:43:26,522 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-stack 2018-08-29 06:43:43,051 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-stack 2018-08-29 06:43:46,730 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-stack 2018-08-29 06:43:56,321 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-stack 2018-08-29 06:43:56,530 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-f8438c25-875a-45e5-8b2b-d3c2312adb44-image 2018-08-29 06:43:59,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b0c861d-99ea-4039-8fee-f02355d6a943 2018-08-29 06:43:59,196 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:43:59,544 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-0d73eeda-4f59-41a-proj 2018-08-29 06:43:59,823 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-0d73eeda-4f59-41a-proj-role 2018-08-29 06:44:00,023 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-0d73eeda-4f59-41a-user 2018-08-29 06:44:01,466 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-717db801-413e-4e5-proj 2018-08-29 06:44:03,134 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-717db801-413e-4e5-proj 2018-08-29 06:44:03,195 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-717db801-413e-4e5-user 2018-08-29 06:44:03,388 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-717db801-413e-4e5-proj-role 2018-08-29 06:44:03,479 - keystone_utils - INFO - Granting role CreateStackSuccessTests-717db801-413e-4e5-proj-role to project CreateStackSuccessTests-717db801-413e-4e5-proj 2018-08-29 06:44:06,783 - create_image - INFO - Created image with name - CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-image 2018-08-29 06:44:06,960 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-image 2018-08-29 06:44:11,088 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-stack 2018-08-29 06:44:28,093 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-stack 2018-08-29 06:44:34,143 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-inst 2018-08-29 06:44:43,228 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-stack 2018-08-29 06:44:53,182 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-stack 2018-08-29 06:44:53,238 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-8f954b7e-ecc2-4011-9c2a-1ba8935dba4e-image 2018-08-29 06:44:55,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9573d55f-d950-4641-a264-f473dde05182 2018-08-29 06:44:56,165 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:44:56,522 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-717db801-413e-4e5-proj 2018-08-29 06:44:56,804 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-717db801-413e-4e5-proj-role 2018-08-29 06:44:57,017 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-717db801-413e-4e5-user 2018-08-29 06:44:58,437 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-35603d9d-6c74-43e-proj 2018-08-29 06:44:59,985 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-35603d9d-6c74-43e-proj 2018-08-29 06:45:00,431 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-35603d9d-6c74-43e-proj 2018-08-29 06:45:00,564 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-35603d9d-6c74-43e-user 2018-08-29 06:45:00,766 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-35603d9d-6c74-43e-proj-role 2018-08-29 06:45:00,852 - keystone_utils - INFO - Granting role CreateStackVolumeTests-35603d9d-6c74-43e-proj-role to project CreateStackVolumeTests-35603d9d-6c74-43e-proj 2018-08-29 06:45:03,491 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-2e0a018c-f1b6-4ff5-a863-880eccb2a98a-stack 2018-08-29 06:45:07,240 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-2e0a018c-f1b6-4ff5-a863-880eccb2a98a-stack 2018-08-29 06:45:08,595 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-2e0a018c-f1b6-4ff5-a863-880eccb2a98a-stack 2018-08-29 06:45:12,228 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-2e0a018c-f1b6-4ff5-a863-880eccb2a98a-stack 2018-08-29 06:45:13,479 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-35603d9d-6c74-43e-proj 2018-08-29 06:45:13,726 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-35603d9d-6c74-43e-proj-role 2018-08-29 06:45:13,927 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-35603d9d-6c74-43e-user 2018-08-29 06:45:15,424 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-f1381817-cb7a-4ef-proj 2018-08-29 06:45:16,960 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-f1381817-cb7a-4ef-proj 2018-08-29 06:45:17,405 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-f1381817-cb7a-4ef-proj 2018-08-29 06:45:17,522 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-f1381817-cb7a-4ef-user 2018-08-29 06:45:17,711 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-f1381817-cb7a-4ef-proj-role 2018-08-29 06:45:17,799 - keystone_utils - INFO - Granting role CreateStackVolumeTests-f1381817-cb7a-4ef-proj-role to project CreateStackVolumeTests-f1381817-cb7a-4ef-proj 2018-08-29 06:45:20,644 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-bda596b1-e3f1-47bb-8a73-fc43e3372670-stack 2018-08-29 06:45:24,477 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-bda596b1-e3f1-47bb-8a73-fc43e3372670-stack 2018-08-29 06:45:26,414 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-bda596b1-e3f1-47bb-8a73-fc43e3372670-stack 2018-08-29 06:45:30,346 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-bda596b1-e3f1-47bb-8a73-fc43e3372670-stack 2018-08-29 06:45:31,355 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-f1381817-cb7a-4ef-proj 2018-08-29 06:45:31,601 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-f1381817-cb7a-4ef-proj-role 2018-08-29 06:45:31,797 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-f1381817-cb7a-4ef-user 2018-08-29 06:45:33,227 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-dd0884f5-aa2e-482-proj 2018-08-29 06:45:34,744 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-dd0884f5-aa2e-482-proj 2018-08-29 06:45:35,270 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-dd0884f5-aa2e-482-proj 2018-08-29 06:45:35,397 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-dd0884f5-aa2e-482-user 2018-08-29 06:45:35,585 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-dd0884f5-aa2e-482-proj-role 2018-08-29 06:45:35,673 - keystone_utils - INFO - Granting role CreateStackFlavorTests-dd0884f5-aa2e-482-proj-role to project CreateStackFlavorTests-dd0884f5-aa2e-482-proj 2018-08-29 06:45:38,508 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-6fc212e8-091e-4eb1-9b43-03c941d8059d-stack 2018-08-29 06:45:39,018 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-6fc212e8-091e-4eb1-9b43-03c941d8059d-stack 2018-08-29 06:45:39,942 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-6fc212e8-091e-4eb1-9b43-03c941d8059d-stack-flavor-pksozriufe5f 2018-08-29 06:45:39,943 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-6fc212e8-091e-4eb1-9b43-03c941d8059d-stack 2018-08-29 06:45:43,783 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-6fc212e8-091e-4eb1-9b43-03c941d8059d-stack 2018-08-29 06:45:45,109 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-dd0884f5-aa2e-482-proj 2018-08-29 06:45:45,313 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-dd0884f5-aa2e-482-proj-role 2018-08-29 06:45:45,508 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-dd0884f5-aa2e-482-user 2018-08-29 06:45:46,903 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-7d0c0c23-f889-443-proj 2018-08-29 06:45:48,525 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-7d0c0c23-f889-443-proj 2018-08-29 06:45:48,641 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-7d0c0c23-f889-443-user 2018-08-29 06:45:48,843 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-7d0c0c23-f889-443-proj-role 2018-08-29 06:45:48,860 - keystone_utils - INFO - Granting role CreateStackKeypairTests-7d0c0c23-f889-443-proj-role to project CreateStackKeypairTests-7d0c0c23-f889-443-proj 2018-08-29 06:45:51,495 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-e2fe9ad6-52f0-40d1-8cff-59c739dc44a8-stack 2018-08-29 06:45:51,942 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-e2fe9ad6-52f0-40d1-8cff-59c739dc44a8-stack 2018-08-29 06:45:54,115 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-e2fe9ad6-52f0-40d1-8cff-59c739dc44a8-stack 2018-08-29 06:45:57,961 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-e2fe9ad6-52f0-40d1-8cff-59c739dc44a8-stack 2018-08-29 06:45:59,111 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-7d0c0c23-f889-443-proj 2018-08-29 06:45:59,355 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-7d0c0c23-f889-443-proj-role 2018-08-29 06:45:59,559 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-7d0c0c23-f889-443-user 2018-08-29 06:46:01,047 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj 2018-08-29 06:46:02,569 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj 2018-08-29 06:46:02,690 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-969f0887-6f49-4e0-user 2018-08-29 06:46:02,885 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj-role 2018-08-29 06:46:02,971 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj-role to project CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj 2018-08-29 06:46:05,713 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-f21dadc9-d54e-4f4b-876b-1e08476c5d4e-stack 2018-08-29 06:46:09,298 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-f21dadc9-d54e-4f4b-876b-1e08476c5d4e-stack 2018-08-29 06:46:09,525 - neutron_utils - INFO - Retrieving security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:09,720 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:09,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:10,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:10,899 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:11,081 - neutron_utils - INFO - Retrieving security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:11,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5b3303cf-3f6e-4a22-b7f0-e4b38b865710 2018-08-29 06:46:11,555 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-f21dadc9-d54e-4f4b-876b-1e08476c5d4e-stack 2018-08-29 06:46:15,496 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-f21dadc9-d54e-4f4b-876b-1e08476c5d4e-stack 2018-08-29 06:46:16,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 04775e1c-919b-4792-ba84-ce3eea47b255 2018-08-29 06:46:16,325 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:46:16,675 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj 2018-08-29 06:46:16,978 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-969f0887-6f49-4e0-proj-role 2018-08-29 06:46:17,179 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-969f0887-6f49-4e0-user 2018-08-29 06:46:18,579 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-16859a3f-4b8c-482-proj 2018-08-29 06:46:20,206 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-16859a3f-4b8c-482-proj 2018-08-29 06:46:20,336 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-16859a3f-4b8c-482-user 2018-08-29 06:46:20,621 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-16859a3f-4b8c-482-proj-role 2018-08-29 06:46:20,642 - keystone_utils - INFO - Granting role CreateStackNegativeTests-16859a3f-4b8c-482-proj-role to project CreateStackNegativeTests-16859a3f-4b8c-482-proj 2018-08-29 06:46:22,374 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-16859a3f-4b8c-482-proj 2018-08-29 06:46:22,571 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-16859a3f-4b8c-482-proj-role 2018-08-29 06:46:22,771 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-16859a3f-4b8c-482-user 2018-08-29 06:46:24,238 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-d8a82f41-90f2-4eb-proj 2018-08-29 06:46:25,798 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-d8a82f41-90f2-4eb-proj 2018-08-29 06:46:25,923 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-d8a82f41-90f2-4eb-user 2018-08-29 06:46:26,112 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-d8a82f41-90f2-4eb-proj-role 2018-08-29 06:46:26,203 - keystone_utils - INFO - Granting role CreateStackNegativeTests-d8a82f41-90f2-4eb-proj-role to project CreateStackNegativeTests-d8a82f41-90f2-4eb-proj 2018-08-29 06:46:28,430 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-d8a82f41-90f2-4eb-proj 2018-08-29 06:46:28,654 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-d8a82f41-90f2-4eb-proj-role 2018-08-29 06:46:28,850 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-d8a82f41-90f2-4eb-user 2018-08-29 06:46:30,250 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-proj 2018-08-29 06:46:31,406 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-user 2018-08-29 06:46:31,597 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-proj-role 2018-08-29 06:46:31,692 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-proj-role to project CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-proj 2018-08-29 06:46:34,761 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-image 2018-08-29 06:46:34,942 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-image 2018-08-29 06:46:35,567 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-pub-net 2018-08-29 06:46:36,479 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-pub-subnet 2018-08-29 06:46:39,342 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-pub-router 2018-08-29 06:46:40,423 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-pub-subnet 2018-08-29 06:46:40,423 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-pub-subnet 2018-08-29 06:46:42,859 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-pub-net 2018-08-29 06:46:44,119 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c20bcfce-c417-47df-b01b-794e28466857-image 2018-08-29 06:46:46,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81ae3a67-b6a6-435a-af7d-a09ac5a5c1bc 2018-08-29 06:46:46,656 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:46:46,983 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-proj 2018-08-29 06:46:47,247 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-proj-role 2018-08-29 06:46:47,448 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-5e7447a4-7709-41d-user 2018-08-29 06:46:48,848 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-proj 2018-08-29 06:46:49,993 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-user 2018-08-29 06:46:50,185 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-proj-role 2018-08-29 06:46:50,273 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-proj-role to project CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-proj 2018-08-29 06:46:53,153 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-image 2018-08-29 06:46:53,308 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-image 2018-08-29 06:46:53,940 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-pub-net 2018-08-29 06:46:54,942 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-pub-subnet 2018-08-29 06:46:57,706 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-pub-router 2018-08-29 06:46:58,597 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-pub-subnet 2018-08-29 06:46:58,597 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-pub-subnet 2018-08-29 06:47:01,030 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-pub-net 2018-08-29 06:47:02,444 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-0ce92860-2d37-4f3e-8629-cf0ac583cdd2-image 2018-08-29 06:47:04,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c8a04d5-83da-46b9-b52c-953513d28786 2018-08-29 06:47:05,028 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:47:05,396 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-proj 2018-08-29 06:47:05,726 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-proj-role 2018-08-29 06:47:05,949 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-d88a8195-acd8-4e0-user 2018-08-29 06:47:07,448 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-842a4751-dd83-421-proj 2018-08-29 06:47:08,615 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-842a4751-dd83-421-user 2018-08-29 06:47:08,813 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-842a4751-dd83-421-proj-role 2018-08-29 06:47:08,905 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-842a4751-dd83-421-proj-role to project CreateInstanceSingleNetworkTests-842a4751-dd83-421-proj 2018-08-29 06:47:12,503 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-image 2018-08-29 06:47:12,673 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-image 2018-08-29 06:47:13,301 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-pub-net 2018-08-29 06:47:14,415 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-pub-subnet 2018-08-29 06:47:17,462 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-pub-router 2018-08-29 06:47:18,512 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-pub-subnet 2018-08-29 06:47:18,512 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-pub-subnet 2018-08-29 06:47:20,906 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-pub-net 2018-08-29 06:47:22,838 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d2b9745c-57ef-45a5-92e4-b76f29cdc244-image 2018-08-29 06:47:24,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b196e87-a70f-40c9-9f32-31c96e7449ec 2018-08-29 06:47:25,164 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:47:25,472 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-842a4751-dd83-421-proj 2018-08-29 06:47:25,774 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-842a4751-dd83-421-proj-role 2018-08-29 06:47:25,982 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-842a4751-dd83-421-user 2018-08-29 06:47:27,423 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-67b397b9-156f-49f-proj 2018-08-29 06:47:28,549 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-67b397b9-156f-49f-user 2018-08-29 06:47:28,740 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-67b397b9-156f-49f-proj-role 2018-08-29 06:47:28,759 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-67b397b9-156f-49f-proj-role to project CreateInstanceSingleNetworkTests-67b397b9-156f-49f-proj 2018-08-29 06:47:31,711 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-image 2018-08-29 06:47:31,877 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-image 2018-08-29 06:47:32,494 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-pub-net 2018-08-29 06:47:33,636 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-pub-subnet 2018-08-29 06:47:36,327 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-pub-router 2018-08-29 06:47:37,446 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-pub-subnet 2018-08-29 06:47:37,447 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-pub-subnet 2018-08-29 06:47:39,767 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-pub-net 2018-08-29 06:47:40,901 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-058f7517-10c9-4359-a024-10c35289e529-image 2018-08-29 06:47:43,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3745aa2c-1389-43b1-b559-eef11d157412 2018-08-29 06:47:43,189 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:47:43,533 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-67b397b9-156f-49f-proj 2018-08-29 06:47:43,846 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-67b397b9-156f-49f-proj-role 2018-08-29 06:47:44,038 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-67b397b9-156f-49f-user 2018-08-29 06:47:45,441 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-c5eab437-e22e-482-proj 2018-08-29 06:47:46,639 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-c5eab437-e22e-482-user 2018-08-29 06:47:46,836 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-c5eab437-e22e-482-proj-role 2018-08-29 06:47:46,929 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-c5eab437-e22e-482-proj-role to project CreateInstanceSingleNetworkTests-c5eab437-e22e-482-proj 2018-08-29 06:47:49,942 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-image 2018-08-29 06:47:50,115 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-image 2018-08-29 06:47:50,668 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-pub-net 2018-08-29 06:47:51,765 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-pub-subnet 2018-08-29 06:47:53,996 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-pub-router 2018-08-29 06:47:55,123 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-pub-subnet 2018-08-29 06:47:55,123 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-pub-subnet 2018-08-29 06:47:57,377 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-pub-net 2018-08-29 06:47:58,781 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-00e03894-f5f3-40c0-8bc6-14af05272b1e-image 2018-08-29 06:48:01,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 90c73274-19d6-4fb6-8550-3722d7b5436e 2018-08-29 06:48:01,920 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:48:02,347 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-c5eab437-e22e-482-proj 2018-08-29 06:48:02,558 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-c5eab437-e22e-482-proj-role 2018-08-29 06:48:02,778 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-c5eab437-e22e-482-user 2018-08-29 06:48:04,177 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-a506967c-8275-426-proj 2018-08-29 06:48:05,291 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-a506967c-8275-426-user 2018-08-29 06:48:05,495 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-a506967c-8275-426-proj-role 2018-08-29 06:48:05,581 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-a506967c-8275-426-proj-role to project CreateInstanceSingleNetworkTests-a506967c-8275-426-proj 2018-08-29 06:48:08,263 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-image 2018-08-29 06:48:08,284 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-image 2018-08-29 06:48:08,904 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-pub-net 2018-08-29 06:48:09,878 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-pub-subnet 2018-08-29 06:48:12,341 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-pub-router 2018-08-29 06:48:13,260 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-pub-subnet 2018-08-29 06:48:13,260 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-pub-subnet 2018-08-29 06:48:15,781 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-pub-net 2018-08-29 06:48:17,056 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-3921ac63-1baa-4dac-b158-4db1551ccf4b-image 2018-08-29 06:48:19,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8362a9e0-4986-46b3-a653-63d49208069e 2018-08-29 06:48:19,877 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:48:20,189 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-a506967c-8275-426-proj 2018-08-29 06:48:20,462 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-a506967c-8275-426-proj-role 2018-08-29 06:48:20,659 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-a506967c-8275-426-user 2018-08-29 06:48:22,063 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-309e651e-739a-4fe-proj 2018-08-29 06:48:23,202 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-309e651e-739a-4fe-user 2018-08-29 06:48:23,333 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-309e651e-739a-4fe-proj-role 2018-08-29 06:48:23,418 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-309e651e-739a-4fe-proj-role to project CreateInstanceSingleNetworkTests-309e651e-739a-4fe-proj 2018-08-29 06:48:26,276 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-image 2018-08-29 06:48:26,437 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-image 2018-08-29 06:48:27,079 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-pub-net 2018-08-29 06:48:28,334 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-pub-subnet 2018-08-29 06:48:31,099 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-pub-router 2018-08-29 06:48:32,156 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-pub-subnet 2018-08-29 06:48:32,157 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-pub-subnet 2018-08-29 06:48:34,406 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-pub-net 2018-08-29 06:48:35,862 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-e4c75b84-9928-494e-9064-5fde9acd1daa-image 2018-08-29 06:48:38,232 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01494b7b-3e70-46ec-9124-728c5d2938fb 2018-08-29 06:48:38,416 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:48:38,729 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-309e651e-739a-4fe-proj 2018-08-29 06:48:39,037 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-309e651e-739a-4fe-proj-role 2018-08-29 06:48:39,314 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-309e651e-739a-4fe-user 2018-08-29 06:48:40,825 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj 2018-08-29 06:48:42,442 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj 2018-08-29 06:48:42,939 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj 2018-08-29 06:48:43,066 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-69225c3a-de1f-4c9-user 2018-08-29 06:48:43,255 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj-role 2018-08-29 06:48:43,347 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj-role to project CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj 2018-08-29 06:48:46,816 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-image 2018-08-29 06:48:46,990 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-image 2018-08-29 06:48:51,992 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-stack 2018-08-29 06:48:59,487 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-stack failed 2018-08-29 06:48:59,487 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:48:59,487 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:48:59,487 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:48:59,487 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:48:59,487 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f. Neutron server returns request_ids: ['req-414133fe-3081-4e41-ae3e-70a4be2be26e']] 2018-08-29 06:48:59,488 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:48:59,488 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:48:59,500 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-stack 2018-08-29 06:49:12,543 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-stack 2018-08-29 06:49:12,910 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-8df90696-660f-4f86-ad20-a669768a5771-image 2018-08-29 06:49:14,625 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b28ddae-3e5f-4d13-b31d-3f04a1cef9a7 2018-08-29 06:49:14,803 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:49:15,128 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj 2018-08-29 06:49:15,397 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-69225c3a-de1f-4c9-proj-role 2018-08-29 06:49:15,599 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-69225c3a-de1f-4c9-user 2018-08-29 06:49:17,189 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-0763c4b0-a268-40c-proj 2018-08-29 06:49:18,712 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-0763c4b0-a268-40c-proj 2018-08-29 06:49:19,214 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-0763c4b0-a268-40c-proj 2018-08-29 06:49:19,341 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-0763c4b0-a268-40c-user 2018-08-29 06:49:19,530 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-0763c4b0-a268-40c-proj-role 2018-08-29 06:49:19,618 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-0763c4b0-a268-40c-proj-role to project CreateStackFloatingIpTests-0763c4b0-a268-40c-proj 2018-08-29 06:49:22,976 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-image 2018-08-29 06:49:23,144 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-image 2018-08-29 06:49:27,596 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-stack 2018-08-29 06:49:31,906 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-stack failed 2018-08-29 06:49:31,906 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,906 - create_stack - ERROR - Resource: [flavor1] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,906 - create_stack - ERROR - Resource: [server_security_group] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,906 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f. Neutron server returns request_ids: ['req-201b21be-be50-437f-a63a-ff7f980f86bf']] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,907 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-08-29 06:49:31,908 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-stack 2018-08-29 06:49:45,416 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-stack 2018-08-29 06:49:45,617 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-1bc40ec0-9402-44da-a0f6-f31479a25ba1-image 2018-08-29 06:49:47,677 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 849cd33d-10fc-4fa5-a234-1110b5b959b5 2018-08-29 06:49:47,859 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:49:48,215 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-0763c4b0-a268-40c-proj 2018-08-29 06:49:48,569 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-0763c4b0-a268-40c-proj-role 2018-08-29 06:49:48,789 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-0763c4b0-a268-40c-user 2018-08-29 06:49:50,231 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-42532cee-320a-4f6-proj 2018-08-29 06:49:51,315 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-42532cee-320a-4f6-user 2018-08-29 06:49:51,543 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-42532cee-320a-4f6-proj-role 2018-08-29 06:49:51,564 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-42532cee-320a-4f6-proj-role to project AnsibleProvisioningTests-42532cee-320a-4f6-proj 2018-08-29 06:50:01,298 - create_image - INFO - Created image with name - AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a--image 2018-08-29 06:50:01,467 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a--image 2018-08-29 06:50:02,120 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a-pub-net 2018-08-29 06:50:03,096 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a-pub-subnet 2018-08-29 06:50:05,859 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a-pub-router 2018-08-29 06:50:06,992 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a-pub-subnet 2018-08-29 06:50:06,993 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a-pub-subnet 2018-08-29 06:50:09,304 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a-pub-net 2018-08-29 06:50:10,542 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-6b53d24b-6f40-4d35-885f-ded78115606a--image 2018-08-29 06:50:13,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 47d3e7cb-2a1b-4ab4-8392-c81893e4f967 2018-08-29 06:50:13,419 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:50:13,724 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-42532cee-320a-4f6-proj 2018-08-29 06:50:13,977 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-42532cee-320a-4f6-proj-role 2018-08-29 06:50:14,193 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-42532cee-320a-4f6-user 2018-08-29 06:50:15,572 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-ea741938-e400-442-proj 2018-08-29 06:50:16,698 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-ea741938-e400-442-user 2018-08-29 06:50:16,913 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-ea741938-e400-442-proj-role 2018-08-29 06:50:17,002 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-ea741938-e400-442-proj-role to project AnsibleProvisioningTests-ea741938-e400-442-proj 2018-08-29 06:50:26,577 - create_image - INFO - Created image with name - AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381--image 2018-08-29 06:50:26,736 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381--image 2018-08-29 06:50:27,370 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381-pub-net 2018-08-29 06:50:28,747 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381-pub-subnet 2018-08-29 06:50:31,331 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381-pub-router 2018-08-29 06:50:32,506 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381-pub-subnet 2018-08-29 06:50:32,506 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381-pub-subnet 2018-08-29 06:50:34,746 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381-pub-net 2018-08-29 06:50:36,002 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-44ef69f9-bc4f-48b4-970d-0eb4fda38381--image 2018-08-29 06:50:38,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 110551c6-e6de-45cb-9d29-30b8b2a02eb2 2018-08-29 06:50:38,503 - neutron_utils - INFO - Deleting security group with name - default 2018-08-29 06:50:38,836 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-ea741938-e400-442-proj 2018-08-29 06:50:39,073 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-ea741938-e400-442-proj-role 2018-08-29 06:50:39,261 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-ea741938-e400-442-user 2018-08-29 06:50:39,648 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:50:39,649 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 41:32 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-08-29 06:50:40,704 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-08-29 06:50:40,756 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-29 06:50:41,424 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-29 06:50:43,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-29 06:50:43.538 10014 INFO rally.deployment.engine [-] Deployment 2f91e15f-db51-4a33-abd8-38a6c455ea4b | Starting: Destroy cloud and free allocated resources. 2018-08-29 06:50:43.615 10014 INFO rally.deployment.engine [-] Deployment 2f91e15f-db51-4a33-abd8-38a6c455ea4b | Completed: Destroy cloud and free allocated resources. 2018-08-29 06:50:43.640 10014 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=074e56d7-57de-4fe5-ab2a-55d7e12e8731). 2018-08-29 06:50:43.644 10014 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-08-29 06:50:46,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-29 06:50:46.216 10017 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=747f9060-9885-47f5-b81d-b86a9bebfcfe) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 747f9060-9885-47f5-b81d-b86a9bebfcfe | 2018-08-29T06:50:46 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 747f9060-9885-47f5-b81d-b86a9bebfcfe ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-29 06:50:49,882 - 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-08-29 06:50:49,883 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-29 06:50:52,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-29 06:50:51.914 10023 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=074e56d7-57de-4fe5-ab2a-55d7e12e8731). 2018-08-29 06:50:52.016 10023 INFO rally.api [-] Verifier has been successfully deleted! 2018-08-29 06:50:55,506 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-29 06:50:54.192 10026 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-29 06:50:54.328 10026 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-29 06:50:55.327 10026 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33a52424-e8a4-4326-9abf-57d0b47792c6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=33a52424-e8a4-4326-9abf-57d0b47792c6) as the default verifier for the future CLI operations. 2018-08-29 06:50:58,534 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-29 06:51:00,769 - functest.core.tenantnetwork - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 228, in run self._create_network_resources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 219, in _create_network_resources ext_gateway_net_id=self.ext_net.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3247, in create_router error_message="Error creating router {0}".format(name)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 294, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 201, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 115, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 163, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error creating router neutron_trunk-router_aa23d705-2a85-456b-a63e-720cbc049e20. (409) Client Error for url: http://172.30.9.24:9696/v2.0/routers.json No more IP addresses available on network 0c72616c-e4f7-4964-93e6-09fc67b91a5f. (Inner Exception: [Errno 17] File exists: '/var/lib/xtesting/results/') 2018-08-29 06:51:00,770 - functest.core.singlevm - ERROR - Cannot run neutron_trunk Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 238, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-29 06:51:00,771 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 308, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-08-29 06:51:00,875 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:51:00,876 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 00:02 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-29 06:51:04,319 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-08-29 06:51:04,320 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:51 | FAIL | | vping_userdata | functest | smoke | 09:13 | FAIL | | tempest_smoke_serial | functest | smoke | 21:43 | FAIL | | rally_sanity | functest | smoke | 20:55 | FAIL | | refstack_defcore | functest | smoke | 00:03 | FAIL | | patrole | functest | smoke | 00:02 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 41:32 | FAIL | | neutron_trunk | functest | smoke | 00:02 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-08-29 06:51:04,330 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-29 06:51:07,356 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-274 | | 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-08-29 06:51:07,359 - 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=a7BUMz4TCQhrYvJCDTVukhvKk export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-08-29 06:51:07,359 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-29 06:51:07,360 - 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-08-29 06:51:07,372 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-29 06:51:07,383 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-29 06:55:15,879 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-29 06:55:15,998 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 06:55:15,999 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:08 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-08-29 06:55:16,033 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-29 06:55:16,488 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:55:17,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:55:17,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:55:17,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:55:17,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:55:17,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:55:17,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:55:17,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:55:17,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:55:17,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:55:17,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:55:17,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:55:17,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:55:17,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:55:17,144 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-29 06:55:17,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:55:17,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a473cf-ef1c-4549-8187-e2287d9e89ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:55:17,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f3a473cf-ef1c-4549-8187-e2287d9e89ac 2018-08-29 06:55:17,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:55:17,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:55:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["RAEdxi9MQvicclVYWTIG3w"], "issued_at": "2018-08-29T06:55:17.000000Z"}} 2018-08-29 06:55:17,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4e6946f77a52b86e5b403bafb6cfb79bfe6d9" 2018-08-29 06:55:17,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d704e8b1-c79d-443c-a890-1408101d5deb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:55:17,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d704e8b1-c79d-443c-a890-1408101d5deb 2018-08-29 06:55:17,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-08-29 06:55:17,643 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 29 Aug 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.5:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-29 06:55:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c4e6946f77a52b86e5b403bafb6cfb79bfe6d9" 2018-08-29 06:55:17,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b5ff34-f460-454c-92f1-c7e4b35cefde Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.5:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.5:35357/v3/projects/8331fb80acb1488a84bc7cffea257dab"}, "enabled": true, "id": "8331fb80acb1488a84bc7cffea257dab", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.5:35357/v3/projects/fb87e102295a4cbb94ad3f321c27c8d6"}, "enabled": true, "id": "fb87e102295a4cbb94ad3f321c27c8d6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-29 06:55:17,726 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/projects used request id req-95b5ff34-f460-454c-92f1-c7e4b35cefde 2018-08-29 06:55:17,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:55:17,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233f336f-f012-4733-ad3c-49f535bb26fb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:55:17,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-233f336f-f012-4733-ad3c-49f535bb26fb 2018-08-29 06:55:17,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:55:18,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["Ke66iArCTbmaXGODoVKBbg"], "issued_at": "2018-08-29T06:55:18.000000Z"}} 2018-08-29 06:55:18,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/quotas/8331fb80acb1488a84bc7cffea257dab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:18,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-fb364db7-1cbd-487d-a486-cccf92489c3b Date: Wed, 29 Aug 2018 06:55:18 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-08-29 06:55:18,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/quotas/8331fb80acb1488a84bc7cffea257dab used request id req-fb364db7-1cbd-487d-a486-cccf92489c3b 2018-08-29 06:55:18,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:55:18,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0e5cf8-b0c9-4082-93f5-f258e1d9a363 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:55:18,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-2b0e5cf8-b0c9-4082-93f5-f258e1d9a363 2018-08-29 06:55:18,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:55:18,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["26M6gJUmQ3yp-b2lK19p2g"], "issued_at": "2018-08-29T06:55:18.000000Z"}} 2018-08-29 06:55:18,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2145cd39457df448e561571b0c01c12c9321f50a" 2018-08-29 06:55:18,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04fab0ed-d9ee-41fc-b383-577f3640997d x-compute-request-id: req-04fab0ed-d9ee-41fc-b383-577f3640997d 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-08-29 06:55:18,837 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-quota-class-sets/default used request id req-04fab0ed-d9ee-41fc-b383-577f3640997d 2018-08-29 06:55:18,837 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-29 06:55:18,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/quotas/8331fb80acb1488a84bc7cffea257dab -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-08-29 06:55:19,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-83150ed5-e2ba-4785-a9de-33f56695dca8 Date: Wed, 29 Aug 2018 06:55:19 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-08-29 06:55:19,105 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/quotas/8331fb80acb1488a84bc7cffea257dab used request id req-83150ed5-e2ba-4785-a9de-33f56695dca8 2018-08-29 06:55:19,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:55:19,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:55:19,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:55:19,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:55:19,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:55:19,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:55:19,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:55:19,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:55:19,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:55:19,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:55:19,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:55:19,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5913aa26-e510-4552-83f5-f5424a6f65c5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:55:19,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5913aa26-e510-4552-83f5-f5424a6f65c5 2018-08-29 06:55:19,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:55:19,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:55:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["imEJfZ2tQTaZmDYaeybRuA"], "issued_at": "2018-08-29T06:55:19.000000Z"}} 2018-08-29 06:55:19,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d46f47b10236660f951a3ac77627b46e5469c707" 2018-08-29 06:55:19,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55: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-53fc9d73-40fc-4c48-b121-a8fab124e43a x-compute-request-id: req-53fc9d73-40fc-4c48-b121-a8fab124e43a Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 06:55:19,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail used request id req-53fc9d73-40fc-4c48-b121-a8fab124e43a 2018-08-29 06:55:19,684 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-29 06:55:19,684 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-29 06:55:19,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24: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}2145cd39457df448e561571b0c01c12c9321f50a" -d '{"quota_class_set": {"instances": -1}}' 2018-08-29 06:55:19,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:55: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-7e48bc06-3082-444b-96ea-193791e7a734 x-compute-request-id: req-7e48bc06-3082-444b-96ea-193791e7a734 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-08-29 06:55:19,730 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.24:8774/v2.1/os-quota-class-sets/default used request id req-7e48bc06-3082-444b-96ea-193791e7a734 2018-08-29 06:55:19,730 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-29 06:55:19,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:19,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b02f5183-1df4-4567-833f-029ef3a6a55f Date: Wed, 29 Aug 2018 06:55:19 GMT RESP BODY: {"floatingips": []} 2018-08-29 06:55:19,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-b02f5183-1df4-4567-833f-029ef3a6a55f 2018-08-29 06:55:19,902 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-29 06:55:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:20,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15551 X-Openstack-Request-Id: req-49e4a367-f88a-47a9-9d3d-af7e80d41089 Date: Wed, 29 Aug 2018 06:55:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.211"}],"id":"10ee45d9-a88c-4676-8f34-b4700d0604bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d6:4b:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae564aa3-d8a4-4352-8a4e-d4e0eea7d657","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:59:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.201"}],"id":"13d1c162-06ec-4474-814c-fc79b658dd55","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:da:f8:b4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4b0ac12d-f604-4ed8-8280-c35cb6962131","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:59:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.208"}],"id":"18ec76bf-e89b-49a0-8c1c-ffc966f1db69","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:86:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2c0ee0a4-9fa7-4c56-804f-5523743fcaae","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.207"}],"id":"1cdd5301-a9fc-45d7-abb8-81d480382bb9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:68:06","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4db620b3-f295-4c89-9ab3-8ad0cc8013d7","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:13:50Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.210"}],"id":"31d6b065-9ddd-42c0-aae0-450aba4bca4d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:f0:92","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4980f1f3-9a67-4818-98be-cbaf260a7309","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:13:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:15:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.200"}],"id":"338979a2-0110-4abb-818f-1458fc2e18b8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7d:95:49","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"37daca18-7f02-46e8-981d-1639ea3047fc","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:15:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:15:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.218"}],"id":"338eed03-99bd-4d3d-811b-76c5c5427748","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:50:71:a5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bab625c8-a2a0-42db-a3fb-ba85104baa7e","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:15:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:02:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.205"}],"id":"3fc91e46-443c-4cd2-8378-c43e31ee7f00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bd:aa:ee","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bcb0308f-1a3d-40ff-9f9f-ae344b754e22","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:02:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.215"}],"id":"41278828-d5e8-4257-8a17-371a1d138b12","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:41:50","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"930a4ff1-5213-4ecf-932f-34964cf05974","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:46:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.219"}],"id":"4897d72d-2f69-4e05-ae92-95b6fa40347a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:69:10","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"dc5f6ffb-7143-4f5e-9f2f-bf259486d37e","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:46:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.209"}],"id":"61c0b238-7a40-4c5e-a174-f6d384664762","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:07:41","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ce26ac7-df56-42a8-a2b9-24a0d08fea7b","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T06:08:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.220"}],"id":"6b9b4297-01bd-4075-b602-9560cdaca0ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:4c:e9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5acac1f2-7a8c-4d93-80d2-a2cba749935e","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T06:08:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.203"}],"id":"7043805e-d866-4d7b-934a-048f6a1f7364","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:44:be","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"bea34f1a-9f49-4fc6-b060-fadbc805f61a","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:26Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:15:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.214"}],"id":"9ab51f7f-571a-417f-b729-13f06d384c35","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:bb:1c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"65741e9b-d37a-4de1-bfa1-4c4ee828bc5d","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:15:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:04:25Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.212"}],"id":"9cb5c5cf-7cc7-4baf-b6f9-4066677bf41d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:4f:3c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:04:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:33:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.217"}],"id":"9fd0950f-4dc0-473e-ad3d-a64bb5d49832","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:84:7d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6ed49762-d18f-4187-a0e9-f9336431a47f","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:33:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:13:49Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.202"}],"id":"bba9d6ea-d868-46e1-b08d-b671974da7a0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a2:64:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"18dae1f1-aee7-4b77-8261-b56aa6aa3a79","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:13:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:03:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.204"}],"id":"da005d59-4469-4f08-ba9c-84a3f0db6a29","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:e3:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6c9cc7ac-f3d3-4885-9d60-10380a866e62","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:03:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:33:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.213"}],"id":"db340997-3449-4b09-866a-0e7b34c28539","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:b8:7b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"9f28a0b9-304b-4ea5-b000-3aabe9720642","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:33:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:59:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.216"}],"id":"dd762617-bb93-4a87-bfb4-5cf05b21d8f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d7:b3:bf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d3dc4bac-d9a6-43d5-b457-ea05438e4bc1","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:59:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T05:13:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.206"}],"id":"f76a2f41-a7b9-4c64-8131-2926c20593e5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:02:4a:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"de8815fc-27e6-4d54-9238-9b425dd7d5ae","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T05:13:51Z","binding:vnic_type":"normal"}]} 2018-08-29 06:55:20,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports used request id req-49e4a367-f88a-47a9-9d3d-af7e80d41089 2018-08-29 06:55:20,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:20,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13400 X-Openstack-Request-Id: req-9ab6b119-8968-4559-abff-f9a3429f5c82 Date: Wed, 29 Aug 2018 06:55:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:49Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "18dae1f1-aee7-4b77-8261-b56aa6aa3a79", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:17Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2c0ee0a4-9fa7-4c56-804f-5523743fcaae", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:11Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "37daca18-7f02-46e8-981d-1639ea3047fc", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:11Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "3ce26ac7-df56-42a8-a2b9-24a0d08fea7b", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:50Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "4980f1f3-9a67-4818-98be-cbaf260a7309", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5c8d8960b73a4fa997b955f8090a3145", "created_at": "2018-08-29T05:59:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:59:16Z", "revision_number": 2, "routes": [], "project_id": "5c8d8960b73a4fa997b955f8090a3145", "id": "4b0ac12d-f604-4ed8-8280-c35cb6962131", "name": "c_rally_cda536aa_qXi3UMgx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:18Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4db620b3-f295-4c89-9ab3-8ad0cc8013d7", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:08:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:08:12Z", "revision_number": 2, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "5acac1f2-7a8c-4d93-80d2-a2cba749935e", "name": "refstack_defcore-router_30f4af84-24b4-4241-b61b-08b100ee4abd"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:10Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "65741e9b-d37a-4de1-bfa1-4c4ee828bc5d", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:12Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6c9cc7ac-f3d3-4885-9d60-10380a866e62", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:21Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T05:33:22Z", "revision_number": 2, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "6ed49762-d18f-4187-a0e9-f9336431a47f", "name": "tempest-FloatingIPTestJSON-router-2142651512"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:25Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:19Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "930a4ff1-5213-4ecf-932f-34964cf05974", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T05:33:20Z", "revision_number": 2, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "9f28a0b9-304b-4ea5-b000-3aabe9720642", "name": "tempest-FloatingIPTestJSON-router-2142651512"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:03:13Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae564aa3-d8a4-4352-8a4e-d4e0eea7d657", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:15:09Z", "revision_number": 2, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "bab625c8-a2a0-42db-a3fb-ba85104baa7e", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:02:52Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bcb0308f-1a3d-40ff-9f9f-ae344b754e22", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:04:26Z", "revision_number": 2, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bea34f1a-9f49-4fc6-b060-fadbc805f61a", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "5c8d8960b73a4fa997b955f8090a3145", "created_at": "2018-08-29T05:59:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:59:15Z", "revision_number": 2, "routes": [], "project_id": "5c8d8960b73a4fa997b955f8090a3145", "id": "d3dc4bac-d9a6-43d5-b457-ea05438e4bc1", "name": "c_rally_cda536aa_qXi3UMgx"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:46:49Z", "revision_number": 2, "routes": [], "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "dc5f6ffb-7143-4f5e-9f2f-bf259486d37e", "name": "rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T05:13:51Z", "revision_number": 2, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "de8815fc-27e6-4d54-9238-9b425dd7d5ae", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}]} 2018-08-29 06:55:20,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-9ab6b119-8968-4559-abff-f9a3429f5c82 2018-08-29 06:55:20,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/18dae1f1-aee7-4b77-8261-b56aa6aa3a79 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:21,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-cdf6c101-7b1c-4561-9be3-6a5731670fea Date: Wed, 29 Aug 2018 06:55:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:20Z", "revision_number": 5, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "18dae1f1-aee7-4b77-8261-b56aa6aa3a79", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 06:55:21,158 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/18dae1f1-aee7-4b77-8261-b56aa6aa3a79 used request id req-cdf6c101-7b1c-4561-9be3-6a5731670fea 2018-08-29 06:55:21,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/18dae1f1-aee7-4b77-8261-b56aa6aa3a79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:21,493 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36519268-324e-49cd-b1d6-e157ac149b7a Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:21,493 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/18dae1f1-aee7-4b77-8261-b56aa6aa3a79 used request id req-36519268-324e-49cd-b1d6-e157ac149b7a 2018-08-29 06:55:21,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/2c0ee0a4-9fa7-4c56-804f-5523743fcaae -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:22,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-55c912f4-7542-4ca0-bc32-84107367f2b6 Date: Wed, 29 Aug 2018 06:55:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:22Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2c0ee0a4-9fa7-4c56-804f-5523743fcaae", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}} 2018-08-29 06:55:22,542 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2c0ee0a4-9fa7-4c56-804f-5523743fcaae used request id req-55c912f4-7542-4ca0-bc32-84107367f2b6 2018-08-29 06:55:22,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/2c0ee0a4-9fa7-4c56-804f-5523743fcaae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:23,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a630ceb-c5d1-47e9-9b9d-2ee42c41bac9 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:23,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/2c0ee0a4-9fa7-4c56-804f-5523743fcaae used request id req-9a630ceb-c5d1-47e9-9b9d-2ee42c41bac9 2018-08-29 06:55:23,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/37daca18-7f02-46e8-981d-1639ea3047fc -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:24,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 467 X-Openstack-Request-Id: req-7a6bb57e-043c-4cbc-8472-d9c9f33ef012 Date: Wed, 29 Aug 2018 06:55:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:23Z", "revision_number": 5, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "37daca18-7f02-46e8-981d-1639ea3047fc", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 06:55:24,167 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/37daca18-7f02-46e8-981d-1639ea3047fc used request id req-7a6bb57e-043c-4cbc-8472-d9c9f33ef012 2018-08-29 06:55:24,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/37daca18-7f02-46e8-981d-1639ea3047fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:24,764 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80b7b239-5162-4a99-b6d9-b5ef0735e518 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:24,764 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/37daca18-7f02-46e8-981d-1639ea3047fc used request id req-80b7b239-5162-4a99-b6d9-b5ef0735e518 2018-08-29 06:55:24,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/3ce26ac7-df56-42a8-a2b9-24a0d08fea7b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:25,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-1080b9b1-d93d-45ea-a477-0e00241485b9 Date: Wed, 29 Aug 2018 06:55:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:25Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "3ce26ac7-df56-42a8-a2b9-24a0d08fea7b", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}} 2018-08-29 06:55:25,487 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/3ce26ac7-df56-42a8-a2b9-24a0d08fea7b used request id req-1080b9b1-d93d-45ea-a477-0e00241485b9 2018-08-29 06:55:25,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/3ce26ac7-df56-42a8-a2b9-24a0d08fea7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:25,782 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81e3a5ea-dc7c-4b32-83e4-54e1975494ca Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:25,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/3ce26ac7-df56-42a8-a2b9-24a0d08fea7b used request id req-81e3a5ea-dc7c-4b32-83e4-54e1975494ca 2018-08-29 06:55:25,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/4980f1f3-9a67-4818-98be-cbaf260a7309 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:26,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-52aace4e-2a1c-4ac7-b922-d8432d7dda61 Date: Wed, 29 Aug 2018 06:55:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:26Z", "revision_number": 5, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "4980f1f3-9a67-4818-98be-cbaf260a7309", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 06:55:26,600 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4980f1f3-9a67-4818-98be-cbaf260a7309 used request id req-52aace4e-2a1c-4ac7-b922-d8432d7dda61 2018-08-29 06:55:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/4980f1f3-9a67-4818-98be-cbaf260a7309 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:27,012 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-159c4a2a-947d-4a13-b639-08b8925e9e87 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:27,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/4980f1f3-9a67-4818-98be-cbaf260a7309 used request id req-159c4a2a-947d-4a13-b639-08b8925e9e87 2018-08-29 06:55:27,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/4b0ac12d-f604-4ed8-8280-c35cb6962131 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:28,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-4c4e7a2a-682f-4bf3-b026-11da91d86282 Date: Wed, 29 Aug 2018 06:55:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5c8d8960b73a4fa997b955f8090a3145", "created_at": "2018-08-29T05:59:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:27Z", "revision_number": 5, "routes": [], "project_id": "5c8d8960b73a4fa997b955f8090a3145", "id": "4b0ac12d-f604-4ed8-8280-c35cb6962131", "name": "c_rally_cda536aa_qXi3UMgx"}} 2018-08-29 06:55:28,009 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4b0ac12d-f604-4ed8-8280-c35cb6962131 used request id req-4c4e7a2a-682f-4bf3-b026-11da91d86282 2018-08-29 06:55:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/4b0ac12d-f604-4ed8-8280-c35cb6962131 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:28,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bd9a3be-8bf6-4cae-9860-3a067e618d7b Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:28,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/4b0ac12d-f604-4ed8-8280-c35cb6962131 used request id req-3bd9a3be-8bf6-4cae-9860-3a067e618d7b 2018-08-29 06:55:28,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/4db620b3-f295-4c89-9ab3-8ad0cc8013d7 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:29,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-c194aadf-c178-4cd8-aaa9-448af0caa6bc Date: Wed, 29 Aug 2018 06:55:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:28Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "4db620b3-f295-4c89-9ab3-8ad0cc8013d7", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}} 2018-08-29 06:55:29,319 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/4db620b3-f295-4c89-9ab3-8ad0cc8013d7 used request id req-c194aadf-c178-4cd8-aaa9-448af0caa6bc 2018-08-29 06:55:29,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/4db620b3-f295-4c89-9ab3-8ad0cc8013d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:29,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff98c288-45c8-4df3-9d5a-6665e8f3f0e1 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:29,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/4db620b3-f295-4c89-9ab3-8ad0cc8013d7 used request id req-ff98c288-45c8-4df3-9d5a-6665e8f3f0e1 2018-08-29 06:55:29,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/5acac1f2-7a8c-4d93-80d2-a2cba749935e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:30,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 469 X-Openstack-Request-Id: req-ee68a3e6-72a9-4464-be5e-583b37fa600e Date: Wed, 29 Aug 2018 06:55:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:08:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:30Z", "revision_number": 5, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "5acac1f2-7a8c-4d93-80d2-a2cba749935e", "name": "refstack_defcore-router_30f4af84-24b4-4241-b61b-08b100ee4abd"}} 2018-08-29 06:55:30,660 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/5acac1f2-7a8c-4d93-80d2-a2cba749935e used request id req-ee68a3e6-72a9-4464-be5e-583b37fa600e 2018-08-29 06:55:30,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/5acac1f2-7a8c-4d93-80d2-a2cba749935e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:31,246 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-007d750b-f818-47cc-a096-21c98ed0392a Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:31,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/5acac1f2-7a8c-4d93-80d2-a2cba749935e used request id req-007d750b-f818-47cc-a096-21c98ed0392a 2018-08-29 06:55:31,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/65741e9b-d37a-4de1-bfa1-4c4ee828bc5d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:32,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 467 X-Openstack-Request-Id: req-4054722d-9b48-4f20-ade0-5a9db3b74285 Date: Wed, 29 Aug 2018 06:55:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:31Z", "revision_number": 5, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "65741e9b-d37a-4de1-bfa1-4c4ee828bc5d", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 06:55:32,182 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/65741e9b-d37a-4de1-bfa1-4c4ee828bc5d used request id req-4054722d-9b48-4f20-ade0-5a9db3b74285 2018-08-29 06:55:32,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/65741e9b-d37a-4de1-bfa1-4c4ee828bc5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:32,687 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34eb9d83-c1f8-4189-8eb4-bc76ac48d4c3 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:32,687 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/65741e9b-d37a-4de1-bfa1-4c4ee828bc5d used request id req-34eb9d83-c1f8-4189-8eb4-bc76ac48d4c3 2018-08-29 06:55:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/6c9cc7ac-f3d3-4885-9d60-10380a866e62 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:33,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-34e499aa-394f-4be1-8887-8aa888c7daf3 Date: Wed, 29 Aug 2018 06:55:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:33Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "6c9cc7ac-f3d3-4885-9d60-10380a866e62", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}} 2018-08-29 06:55:33,714 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/6c9cc7ac-f3d3-4885-9d60-10380a866e62 used request id req-34e499aa-394f-4be1-8887-8aa888c7daf3 2018-08-29 06:55:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/6c9cc7ac-f3d3-4885-9d60-10380a866e62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:34,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da7a9672-18d4-4cd9-839d-dd42aa90a920 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:34,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/6c9cc7ac-f3d3-4885-9d60-10380a866e62 used request id req-da7a9672-18d4-4cd9-839d-dd42aa90a920 2018-08-29 06:55:34,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/6ed49762-d18f-4187-a0e9-f9336431a47f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:35,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-a4794498-fd91-4830-923e-ec04ae162856 Date: Wed, 29 Aug 2018 06:55:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:21Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T06:55:34Z", "revision_number": 5, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "6ed49762-d18f-4187-a0e9-f9336431a47f", "name": "tempest-FloatingIPTestJSON-router-2142651512"}} 2018-08-29 06:55:35,256 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/6ed49762-d18f-4187-a0e9-f9336431a47f used request id req-a4794498-fd91-4830-923e-ec04ae162856 2018-08-29 06:55:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/6ed49762-d18f-4187-a0e9-f9336431a47f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:35,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fb05df6-6286-4b35-92cc-2793fd133302 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:35,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/6ed49762-d18f-4187-a0e9-f9336431a47f used request id req-3fb05df6-6286-4b35-92cc-2793fd133302 2018-08-29 06:55:35,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:36,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-2068b3a2-0295-4d68-b82b-9213968f06bf Date: Wed, 29 Aug 2018 06:55:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:36Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}} 2018-08-29 06:55:36,580 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 used request id req-2068b3a2-0295-4d68-b82b-9213968f06bf 2018-08-29 06:55:36,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:37,008 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc9d4a4f-1d05-45e6-9761-6f9848992d9a Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:37,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/920a7c3d-39a8-4f8c-91f1-be7e8be3c3e3 used request id req-cc9d4a4f-1d05-45e6-9761-6f9848992d9a 2018-08-29 06:55:37,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/930a4ff1-5213-4ecf-932f-34964cf05974 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:37,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-8ee1c673-b822-4543-bfef-8307c5ea1ae7 Date: Wed, 29 Aug 2018 06:55:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:37Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "930a4ff1-5213-4ecf-932f-34964cf05974", "name": "NeutronUtilsRouterTests-71b94561-137f-4de0-8322-d12feafb7bc2-pub-router"}} 2018-08-29 06:55:37,709 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/930a4ff1-5213-4ecf-932f-34964cf05974 used request id req-8ee1c673-b822-4543-bfef-8307c5ea1ae7 2018-08-29 06:55:37,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/930a4ff1-5213-4ecf-932f-34964cf05974 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:38,157 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cad8fe1f-b0f3-431d-af27-6be9f3a68b7c Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:38,157 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/930a4ff1-5213-4ecf-932f-34964cf05974 used request id req-cad8fe1f-b0f3-431d-af27-6be9f3a68b7c 2018-08-29 06:55:38,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9f28a0b9-304b-4ea5-b000-3aabe9720642 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:39,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-053925a5-3f37-46ce-ba9d-6a44ff2327a0 Date: Wed, 29 Aug 2018 06:55:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bffa9b4911c45cf9614aade0870d2fb", "created_at": "2018-08-29T05:33:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-08-29T06:55:38Z", "revision_number": 5, "routes": [], "project_id": "3bffa9b4911c45cf9614aade0870d2fb", "id": "9f28a0b9-304b-4ea5-b000-3aabe9720642", "name": "tempest-FloatingIPTestJSON-router-2142651512"}} 2018-08-29 06:55:39,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9f28a0b9-304b-4ea5-b000-3aabe9720642 used request id req-053925a5-3f37-46ce-ba9d-6a44ff2327a0 2018-08-29 06:55:39,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/9f28a0b9-304b-4ea5-b000-3aabe9720642 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:39,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba71c16b-300b-4a3c-941f-833a6f10abfa Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:39,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/9f28a0b9-304b-4ea5-b000-3aabe9720642 used request id req-ba71c16b-300b-4a3c-941f-833a6f10abfa 2018-08-29 06:55:39,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/ae564aa3-d8a4-4352-8a4e-d4e0eea7d657 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:40,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-f69fd68e-197e-466a-b135-ae962b670aa2 Date: Wed, 29 Aug 2018 06:55:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:03:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:40Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "ae564aa3-d8a4-4352-8a4e-d4e0eea7d657", "name": "NeutronUtilsRouterTests-3dcfe076-22e5-46e5-ba2b-1ccba9e82521-pub-router"}} 2018-08-29 06:55:40,504 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/ae564aa3-d8a4-4352-8a4e-d4e0eea7d657 used request id req-f69fd68e-197e-466a-b135-ae962b670aa2 2018-08-29 06:55:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/ae564aa3-d8a4-4352-8a4e-d4e0eea7d657 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:40,957 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3741a7c2-505c-40d3-8c95-782440f5bd6b Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:40,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/ae564aa3-d8a4-4352-8a4e-d4e0eea7d657 used request id req-3741a7c2-505c-40d3-8c95-782440f5bd6b 2018-08-29 06:55:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/bab625c8-a2a0-42db-a3fb-ba85104baa7e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:41,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 467 X-Openstack-Request-Id: req-3f03cc92-1ce2-42bf-85fc-d6709239d20d Date: Wed, 29 Aug 2018 06:55:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:41Z", "revision_number": 5, "routes": [], "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "bab625c8-a2a0-42db-a3fb-ba85104baa7e", "name": "vping_userdata-router_a596cd68-50b6-4fd4-ba9f-dc87fc319ead"}} 2018-08-29 06:55:41,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/bab625c8-a2a0-42db-a3fb-ba85104baa7e used request id req-3f03cc92-1ce2-42bf-85fc-d6709239d20d 2018-08-29 06:55:41,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/bab625c8-a2a0-42db-a3fb-ba85104baa7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:42,542 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73d4a3de-203e-4ab1-bb45-ad823a83efd3 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:42,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/bab625c8-a2a0-42db-a3fb-ba85104baa7e used request id req-73d4a3de-203e-4ab1-bb45-ad823a83efd3 2018-08-29 06:55:42,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/bcb0308f-1a3d-40ff-9f9f-ae344b754e22 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:43,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-ce403c44-dc08-4a0f-9bee-da98f4ea498b Date: Wed, 29 Aug 2018 06:55:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:02:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:42Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bcb0308f-1a3d-40ff-9f9f-ae344b754e22", "name": "NeutronUtilsRouterTests-ff7bb670-d205-41ac-8321-ab788a674f8c-pub-router"}} 2018-08-29 06:55:43,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/bcb0308f-1a3d-40ff-9f9f-ae344b754e22 used request id req-ce403c44-dc08-4a0f-9bee-da98f4ea498b 2018-08-29 06:55:43,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/bcb0308f-1a3d-40ff-9f9f-ae344b754e22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:43,668 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd5fc7f2-53d7-4872-b41f-0316e993485a Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:43,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/bcb0308f-1a3d-40ff-9f9f-ae344b754e22 used request id req-fd5fc7f2-53d7-4872-b41f-0316e993485a 2018-08-29 06:55:43,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/bea34f1a-9f49-4fc6-b060-fadbc805f61a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:44,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-77afb79c-544e-4335-bdbf-5ceb7e569b26 Date: Wed, 29 Aug 2018 06:55:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:04:26Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:44Z", "revision_number": 5, "routes": [], "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bea34f1a-9f49-4fc6-b060-fadbc805f61a", "name": "NeutronUtilsRouterTests-115b22bc-5173-425b-bbd8-873bd6858c6f-pub-router"}} 2018-08-29 06:55:44,486 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/bea34f1a-9f49-4fc6-b060-fadbc805f61a used request id req-77afb79c-544e-4335-bdbf-5ceb7e569b26 2018-08-29 06:55:44,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/bea34f1a-9f49-4fc6-b060-fadbc805f61a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:44,924 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f2b6c64-e9fa-410f-aab8-d4fc4cd455fc Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:44,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/bea34f1a-9f49-4fc6-b060-fadbc805f61a used request id req-8f2b6c64-e9fa-410f-aab8-d4fc4cd455fc 2018-08-29 06:55:44,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/d3dc4bac-d9a6-43d5-b457-ea05438e4bc1 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:45,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-d712fe1a-4f20-40be-8af9-3d6763ccf8be Date: Wed, 29 Aug 2018 06:55:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5c8d8960b73a4fa997b955f8090a3145", "created_at": "2018-08-29T05:59:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:45Z", "revision_number": 5, "routes": [], "project_id": "5c8d8960b73a4fa997b955f8090a3145", "id": "d3dc4bac-d9a6-43d5-b457-ea05438e4bc1", "name": "c_rally_cda536aa_qXi3UMgx"}} 2018-08-29 06:55:45,740 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/d3dc4bac-d9a6-43d5-b457-ea05438e4bc1 used request id req-d712fe1a-4f20-40be-8af9-3d6763ccf8be 2018-08-29 06:55:45,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/d3dc4bac-d9a6-43d5-b457-ea05438e4bc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:46,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f82006f6-f976-44d5-b7f3-56b2bc8cd3e1 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:46,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/d3dc4bac-d9a6-43d5-b457-ea05438e4bc1 used request id req-f82006f6-f976-44d5-b7f3-56b2bc8cd3e1 2018-08-29 06:55:46,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/dc5f6ffb-7143-4f5e-9f2f-bf259486d37e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:46,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 465 X-Openstack-Request-Id: req-79215234-080d-4a06-8d5f-35ffcf5189b4 Date: Wed, 29 Aug 2018 06:55:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:46Z", "revision_number": 5, "routes": [], "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "dc5f6ffb-7143-4f5e-9f2f-bf259486d37e", "name": "rally_sanity-router_4620da62-e805-4341-bb74-f9cab36a6439"}} 2018-08-29 06:55:46,935 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/dc5f6ffb-7143-4f5e-9f2f-bf259486d37e used request id req-79215234-080d-4a06-8d5f-35ffcf5189b4 2018-08-29 06:55:46,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/dc5f6ffb-7143-4f5e-9f2f-bf259486d37e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:47,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc1d26d8-5e5c-4b0b-939a-1ed74a186913 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:47,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/dc5f6ffb-7143-4f5e-9f2f-bf259486d37e used request id req-fc1d26d8-5e5c-4b0b-939a-1ed74a186913 2018-08-29 06:55:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/de8815fc-27e6-4d54-9238-9b425dd7d5ae -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:55:48,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 462 X-Openstack-Request-Id: req-93ed50f0-4360-46fa-a891-15905df7c4ee Date: Wed, 29 Aug 2018 06:55:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:55:47Z", "revision_number": 5, "routes": [], "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "de8815fc-27e6-4d54-9238-9b425dd7d5ae", "name": "vping_ssh-router_b7951cdb-7ac6-4853-a25d-b6c24cf9067f"}} 2018-08-29 06:55:48,037 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/de8815fc-27e6-4d54-9238-9b425dd7d5ae used request id req-93ed50f0-4360-46fa-a891-15905df7c4ee 2018-08-29 06:55:48,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/de8815fc-27e6-4d54-9238-9b425dd7d5ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" 2018-08-29 06:55:48,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5dff566f-dfe4-4f80-a211-076d39198f94 Content-Length: 0 Date: Wed, 29 Aug 2018 06:55:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:55:48,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/de8815fc-27e6-4d54-9238-9b425dd7d5ae used request id req-5dff566f-dfe4-4f80-a211-076d39198f94 2018-08-29 06:55:48,686 - 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-08-29 06:55:48,687 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-29 06:55:48,687 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-29 06:55:48,739 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-29 06:55:48,741 - paramiko.transport - DEBUG - starting thread (client mode): 0xa70c8b90L 2018-08-29 06:55:48,742 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:55:48,771 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:55:48,771 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:55:48,776 - 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-08-29 06:55:48,776 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:55:48,776 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:55:48,776 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:55:48,777 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:55:48,777 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:55:48,786 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:55:48,787 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:55:48,805 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.107: 183c752f2bfe65f6771ba26cd7f6abf4 2018-08-29 06:55:48,806 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:55:48,826 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:55:48,862 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:55:48,870 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:55:49,143 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:55:49,144 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:55:49,183 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:55:49,184 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:55:49,196 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:55:54,086 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:55:54,088 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:55:54,090 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3e2da50L 2018-08-29 06:55:54,090 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:55:54,097 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:55:54,097 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:55:54,101 - 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-08-29 06:55:54,101 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:55:54,102 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:55:54,102 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:55:54,102 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:55:54,102 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:55:54,107 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:55:54,108 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:55:54,122 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 06:55:54,122 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:55:54,147 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:55:54,160 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:55:54,187 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:55:54,262 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:55:54,262 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:55:54,301 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:55:54,301 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:55:54,305 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:55:54,344 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:55:54,345 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:55:54,346 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:55:54,347 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:55:54,347 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:55:54,388 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:55:54,431 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:55:54,433 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:55:54,434 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:55:54,434 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:55:54,434 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:55:54,476 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:55:54,509 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:55:54,511 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:55:54,512 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3db1c90L 2018-08-29 06:55:54,513 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:55:54,519 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:55:54,519 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:55:54,522 - 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-08-29 06:55:54,522 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:55:54,522 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:55:54,522 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:55:54,522 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:55:54,522 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:55:54,527 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:55:54,527 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:55:54,528 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 06:55:54,529 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:55:54,566 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:55:54,577 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:55:54,593 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:55:54,675 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:55:54,675 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:55:54,714 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:55:54,714 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:55:54,728 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:55:54,766 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:55:54,767 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:55:54,767 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:55:54,768 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:55:54,768 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:55:54,809 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:55:54,852 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:55:54,853 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:55:54,854 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:55:54,855 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:55:54,855 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:55:54,896 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:55:54,927 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:55:54,929 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:55:54,930 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3db7b50L 2018-08-29 06:55:54,930 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:55:54,937 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:55:54,937 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:55:54,940 - 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-08-29 06:55:54,940 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:55:54,941 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:55:54,941 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:55:54,941 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:55:54,941 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:55:54,945 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:55:54,946 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:55:54,962 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 06:55:54,962 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:55:54,985 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:55:54,997 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:55:55,027 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:55:55,095 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:55:55,095 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:55:55,134 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:55:55,135 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:55:55,148 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:55:55,186 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:55:55,187 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:55:55,188 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:55:55,188 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:55:55,189 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:55:55,230 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:55:55,279 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:55:55,280 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:55:55,281 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:55:55,282 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:55:55,282 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:55:55,322 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:55:55,354 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:55:55,356 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:55:55,358 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3da9250L 2018-08-29 06:55:55,358 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:55:55,362 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:55:55,363 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:55:55,365 - 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-08-29 06:55:55,365 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:55:55,365 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:55:55,365 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:55:55,365 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:55:55,366 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:55:55,370 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:55:55,371 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:55:55,373 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 06:55:55,374 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:55:55,410 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:55:55,420 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:55:55,438 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:55:55,503 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:55:55,504 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:55:55,543 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:55:55,543 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:55:55,549 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:55:55,601 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:55:55,602 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:55:55,603 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:55:55,604 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:55:55,604 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:55:55,645 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:55:55,702 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:55:55,703 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:55:55,704 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:55:55,705 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:55:55,705 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:55:55,745 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:55:55,772 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:55:55,773 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:55:55,775 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3dbf5d0L 2018-08-29 06:55:55,775 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:55:55,781 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:55:55,781 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:55:55,785 - 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-08-29 06:55:55,785 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:55:55,785 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:55:55,785 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:55:55,785 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:55:55,785 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:55:55,789 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:55:55,790 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:55:55,790 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 06:55:55,791 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:55:55,829 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:55:55,840 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:55:55,855 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:55:55,943 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:55:55,943 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:55:55,982 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:55:55,982 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:55:55,991 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:55:56,024 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:55:56,025 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:55:56,026 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:55:56,027 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:55:56,027 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:55:56,067 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:55:56,117 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:55:56,118 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:55:56,119 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:55:56,120 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:55:56,120 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:55:56,160 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:55:56,187 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:55:56,188 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:55:56,188 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:55:56,190 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:55:56,190 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:55:56,198 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:00,598 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:00,599 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:00,602 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3e2ded0L 2018-08-29 06:56:00,602 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:00,609 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:00,609 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:00,612 - 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-08-29 06:56:00,613 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:00,613 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:00,613 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:00,613 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:00,613 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:00,618 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:00,619 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:00,633 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 06:56:00,634 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:00,658 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:00,670 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:00,698 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:00,773 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:00,773 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:00,812 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:00,813 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:00,819 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:00,854 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:00,855 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:00,856 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:00,856 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:00,857 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:00,898 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:00,935 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:00,936 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:00,937 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:00,938 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:00,938 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:00,979 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:01,013 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:01,015 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:01,016 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3de46d0L 2018-08-29 06:56:01,017 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:01,024 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:01,024 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:01,027 - 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-08-29 06:56:01,028 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:01,028 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:01,028 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:01,028 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:01,028 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:01,033 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:01,034 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:01,049 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 06:56:01,049 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:01,072 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:01,085 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:01,114 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:01,203 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:01,203 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:01,242 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:01,243 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:01,250 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:01,287 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:01,288 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:01,289 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:01,289 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:01,290 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:01,331 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:01,369 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:01,371 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:01,371 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:01,372 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:01,372 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:01,414 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:01,448 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:01,449 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:01,451 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3dbfa10L 2018-08-29 06:56:01,452 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:01,456 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:01,456 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:01,459 - 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-08-29 06:56:01,459 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:01,460 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:01,460 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:01,460 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:01,460 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:01,465 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:01,465 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:01,467 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 06:56:01,468 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:01,504 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:01,516 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:01,532 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:01,591 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:01,591 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:01,630 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:01,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:01,636 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:01,668 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:01,669 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:01,670 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:01,671 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:01,671 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:01,711 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:01,745 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:01,747 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:01,747 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:01,748 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:01,749 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:01,789 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:01,820 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:01,822 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:01,824 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3dced10L 2018-08-29 06:56:01,824 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:01,830 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:01,830 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:01,832 - 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-08-29 06:56:01,832 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:01,832 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:01,832 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:01,832 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:01,832 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:01,837 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:01,837 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:01,839 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 06:56:01,840 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:01,877 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:01,889 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:01,904 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:01,980 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:01,981 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:02,020 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:02,021 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:02,040 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:02,071 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:02,072 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:02,073 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:02,074 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:02,074 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:02,115 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:02,149 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:02,151 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:02,152 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:02,152 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:02,152 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:02,193 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:02,223 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:02,225 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:02,227 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3dd5d10L 2018-08-29 06:56:02,227 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:02,233 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:02,233 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:02,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-08-29 06:56:02,236 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:02,236 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:02,236 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:02,236 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:02,236 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:02,241 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:02,242 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:02,242 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 06:56:02,243 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:02,281 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:02,293 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:02,308 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:02,388 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:02,388 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:02,427 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:02,428 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:02,443 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:02,476 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:02,477 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:02,478 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:02,479 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:02,479 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:02,520 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:02,553 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:02,555 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:02,555 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:02,556 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:02,556 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:02,596 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:02,625 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:02,626 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:02,627 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:02,627 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:02,628 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:02,631 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:02,685 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:02,686 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:02,687 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:02,687 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:02,688 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:02,692 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:02,744 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:02,745 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:02,746 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:02,747 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:02,747 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:02,751 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:02,796 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:02,797 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:02,798 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:02,798 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:02,799 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:02,801 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:02,933 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:02,935 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:02,935 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:02,936 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:02,936 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:02,940 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:03,063 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:03,064 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-08-29 06:56:03,064 - __name__ - INFO - Controller (ODL) list is ready 2018-08-29 06:56:03,065 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:03,067 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3da9ad0L 2018-08-29 06:56:03,067 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:03,090 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:03,090 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:03,096 - 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-08-29 06:56:03,096 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:03,096 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:03,096 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:03,096 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:03,096 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:03,100 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:03,100 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:03,131 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.107: 183c752f2bfe65f6771ba26cd7f6abf4 2018-08-29 06:56:03,132 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:03,140 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:03,172 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:03,196 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:03,355 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:03,356 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:03,394 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:03,395 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:03,406 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:08,318 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:08,319 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:08,321 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3dd4c50L 2018-08-29 06:56:08,321 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:08,327 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:08,328 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:08,330 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 06:56:08,331 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:08,331 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:08,331 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:08,331 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:08,331 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:08,336 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:08,336 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:08,353 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 06:56:08,354 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:08,375 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:08,387 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:08,418 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:08,470 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:08,470 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:08,509 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:08,509 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:08,522 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:08,559 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:08,559 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:08,560 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:08,561 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:08,561 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:08,602 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:08,640 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:08,642 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:08,642 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:08,643 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:08,643 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:08,684 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:08,716 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:08,717 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:08,719 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3deba10L 2018-08-29 06:56:08,720 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:08,724 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:08,725 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:08,727 - 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-08-29 06:56:08,727 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:08,727 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:08,728 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:08,728 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:08,728 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:08,732 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:08,733 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:08,735 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 06:56:08,736 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:08,772 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:08,783 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:08,800 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:08,862 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:08,862 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:08,901 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:08,902 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:08,906 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:08,937 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:08,938 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:08,939 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:08,940 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:08,940 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:08,981 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:09,015 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:09,016 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:09,017 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:09,018 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:09,018 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:09,059 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:09,089 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:09,091 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:09,093 - paramiko.transport - DEBUG - starting thread (client mode): 0xa301bd90L 2018-08-29 06:56:09,093 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:09,099 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:09,100 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:09,103 - 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-08-29 06:56:09,103 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:09,103 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:09,103 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:09,103 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:09,104 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:09,108 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:09,109 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:09,125 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 06:56:09,125 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:09,148 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:09,161 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:09,190 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:09,254 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:09,255 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:09,294 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:09,295 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:09,302 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:09,339 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:09,340 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:09,340 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:09,341 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:09,342 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:09,382 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:09,420 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:09,422 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:09,422 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:09,423 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:09,423 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:09,465 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:09,496 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:09,498 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:09,499 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3e008d0L 2018-08-29 06:56:09,500 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:09,504 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:09,504 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:09,505 - 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-08-29 06:56:09,506 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:09,506 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:09,506 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:09,506 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:09,506 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:09,510 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:09,511 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:09,515 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 06:56:09,515 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:09,550 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:09,560 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:09,579 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:09,635 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:09,635 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:09,674 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:09,675 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:09,682 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:09,711 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:09,712 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:09,713 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:09,714 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:09,714 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:09,754 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:09,785 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:09,786 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:09,786 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:09,788 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:09,788 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:09,828 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:09,855 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:09,857 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:09,859 - paramiko.transport - DEBUG - starting thread (client mode): 0xa302d590L 2018-08-29 06:56:09,859 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:09,863 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:09,864 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:09,865 - 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-08-29 06:56:09,866 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:09,866 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:09,866 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:09,866 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:09,866 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:09,870 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:09,871 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:09,874 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 06:56:09,875 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:09,911 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:09,921 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:09,940 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:09,994 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:09,994 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:10,034 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:10,034 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:10,043 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:10,071 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:10,072 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:10,073 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:10,073 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:10,073 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:10,114 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:10,143 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:10,144 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:10,146 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:10,146 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:10,146 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:10,187 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:10,213 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:10,213 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:10,214 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:10,215 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:10,215 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:10,222 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:14,682 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:14,684 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:14,686 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3dd4090L 2018-08-29 06:56:14,687 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:14,693 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:14,693 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:14,697 - 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-08-29 06:56:14,697 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:14,697 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:14,697 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:14,698 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:14,698 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:14,703 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:14,703 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:14,718 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 06:56:14,719 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:14,742 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:14,755 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:14,783 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:14,856 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:14,856 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:14,895 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:14,896 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:14,903 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:14,940 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:14,941 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:14,942 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:14,942 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:14,943 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:14,984 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:15,023 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:15,025 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:15,025 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:15,026 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:15,026 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:15,066 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:15,098 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:15,100 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:15,102 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3035ed0L 2018-08-29 06:56:15,102 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:15,108 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:15,108 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:15,111 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 06:56:15,111 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:15,111 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:15,111 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:15,112 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:15,112 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:15,116 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:15,117 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:15,133 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 06:56:15,134 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:15,156 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:15,167 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:15,198 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:15,252 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:15,252 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:15,291 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:15,292 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:15,302 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:15,338 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:15,339 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:15,340 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:15,341 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:15,341 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:15,382 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:15,419 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:15,421 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:15,422 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:15,423 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:15,423 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:15,464 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:15,500 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:15,501 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:15,503 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3040c10L 2018-08-29 06:56:15,503 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:15,509 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:15,509 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:15,512 - 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-08-29 06:56:15,512 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:15,512 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:15,512 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:15,513 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:15,513 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:15,517 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:15,518 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:15,519 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 06:56:15,519 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:15,557 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:15,569 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:15,583 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:15,660 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:15,660 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:15,699 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:15,700 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:15,718 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:15,749 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:15,750 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:15,751 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:15,752 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:15,752 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:15,793 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:15,828 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:15,830 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:15,831 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:15,831 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:15,832 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:15,872 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:15,902 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:15,904 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:15,905 - paramiko.transport - DEBUG - starting thread (client mode): 0xa30485d0L 2018-08-29 06:56:15,906 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:15,910 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:15,910 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:15,912 - 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-08-29 06:56:15,912 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:15,912 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:15,912 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:15,913 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:15,913 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:15,955 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:15,955 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:15,969 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 06:56:15,970 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:15,995 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:16,005 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:16,034 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:16,078 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:16,079 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:16,118 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:16,118 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:16,137 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:16,166 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:16,167 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:16,168 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:16,168 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:16,169 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:16,210 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:16,241 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:16,242 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:16,243 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:16,244 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:16,244 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:16,285 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:16,312 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:16,313 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:16,315 - paramiko.transport - DEBUG - starting thread (client mode): 0xa304fb10L 2018-08-29 06:56:16,315 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:56:16,320 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:56:16,320 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:56:16,322 - 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-08-29 06:56:16,322 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:56:16,322 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:56:16,322 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:56:16,322 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:56:16,323 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:56:16,327 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:56:16,328 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:56:16,331 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 06:56:16,331 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:56:16,367 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:56:16,378 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:56:16,395 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:56:16,452 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:56:16,452 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:56:16,491 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:56:16,492 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:56:16,498 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:56:16,528 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:56:16,529 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:56:16,530 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:56:16,531 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:56:16,531 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:56:16,571 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:56:16,602 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:56:16,603 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:56:16,604 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:56:16,605 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:56:16,605 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:56:16,646 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:56:16,672 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:56:16,673 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:16,673 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:56:16,675 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:16,675 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:16,677 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:16,730 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:16,731 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:56:16,731 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:16,732 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:56:16,732 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:56:16,773 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:56:16,816 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:56:16,816 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:16,817 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:56:16,818 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:16,818 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:16,821 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:16,871 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:16,872 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:56:16,873 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:16,874 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:56:16,874 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:56:16,915 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:56:16,956 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:56:16,957 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:16,958 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:56:16,959 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:16,959 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:16,963 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:17,015 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:17,016 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:56:17,017 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:17,017 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:56:17,018 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:56:17,058 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:56:17,100 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:56:17,101 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:17,102 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:56:17,102 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:17,102 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:17,106 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:17,145 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:17,146 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:56:17,146 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:17,147 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:56:17,147 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:56:17,188 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:56:17,223 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:56:17,224 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:56:17,224 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:56:17,225 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:56:17,226 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:56:17,229 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:56:17,267 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:56:17,268 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:56:17,269 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:56:17,270 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:56:17,270 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:56:17,311 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:56:17,346 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:56:17,346 - 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-08-29 06:56:17,347 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-29 06:56:17,347 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:56:17,347 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-08-29 06:56:17,348 - 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-08-29 06:56:17,348 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-29 06:56:17,349 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-29 06:56:17,349 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-29 06:56:17,430 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:17,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:17,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:17,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:17,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:17,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:17,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:17,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:17,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:17,435 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:17,436 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:17,437 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:17,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:17,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:17,439 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 06:56:17,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:17,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5ed07a-5c07-47fc-9419-bbdab6bfe495 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:17,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4b5ed07a-5c07-47fc-9419-bbdab6bfe495 2018-08-29 06:56:17,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:17,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["wi1MQSHrTHeLjxgq4HU8qg"], "issued_at": "2018-08-29T06:56:17.000000Z"}} 2018-08-29 06:56:17,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a251acf9848129ef6abb6a9fa3342d81b6213d24" 2018-08-29 06:56:18,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-c855fc96-e502-4c1d-b900-4245f9d0c70b Date: Wed, 29 Aug 2018 06:56:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 06:56:18,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-c855fc96-e502-4c1d-b900-4245f9d0c70b 2018-08-29 06:56:18,027 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 06:56:18,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a251acf9848129ef6abb6a9fa3342d81b6213d24" 2018-08-29 06:56:18,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ca48b7b9-907b-42cd-be98-018c8e5c6d17 Date: Wed, 29 Aug 2018 06:56:18 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-08-29 06:56:18,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-ca48b7b9-907b-42cd-be98-018c8e5c6d17 2018-08-29 06:56:18,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a251acf9848129ef6abb6a9fa3342d81b6213d24" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 06:56:18,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/010d9685-5998-4251-b43c-cea702a887e7 X-Openstack-Request-Id: req-be4b90c1-e3d9-49d2-8f12-c543b9a28813 Date: Wed, 29 Aug 2018 06:56:18 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T06:56:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T06:56:18Z", "visibility": "public", "locations": [], "self": "/v2/images/010d9685-5998-4251-b43c-cea702a887e7", "min_disk": 0, "protected": false, "id": "010d9685-5998-4251-b43c-cea702a887e7", "file": "/v2/images/010d9685-5998-4251-b43c-cea702a887e7/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 06:56:18,538 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-be4b90c1-e3d9-49d2-8f12-c543b9a28813 2018-08-29 06:56:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/010d9685-5998-4251-b43c-cea702a887e7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a251acf9848129ef6abb6a9fa3342d81b6213d24" -d '' 2018-08-29 06:56:19,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-245b4ee6-2d93-42c6-a990-b8696e460621 Date: Wed, 29 Aug 2018 06:56:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 06:56:19,788 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/010d9685-5998-4251-b43c-cea702a887e7/file used request id req-245b4ee6-2d93-42c6-a990-b8696e460621 2018-08-29 06:56:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:19,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e22cb7-b2b6-431e-bb83-0a5940416295 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:19,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-00e22cb7-b2b6-431e-bb83-0a5940416295 2018-08-29 06:56:19,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:20,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["LEzzWShVTN6sXYRw20j3ZA"], "issued_at": "2018-08-29T06:56:20.000000Z"}} 2018-08-29 06:56:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:20,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6338 X-Openstack-Request-Id: req-d01b26e7-a769-4800-8812-998d99f74c3d Date: Wed, 29 Aug 2018 06:56:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:56:20,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-d01b26e7-a769-4800-8812-998d99f74c3d 2018-08-29 06:56:20,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:20,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-129bfbe6-5c47-44e3-9c66-8a30d18c14fb Date: Wed, 29 Aug 2018 06:56:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 06:56:20,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-129bfbe6-5c47-44e3-9c66-8a30d18c14fb 2018-08-29 06:56:20,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:20,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a6dd518b-2599-423f-981a-a368935c7ed2 Date: Wed, 29 Aug 2018 06:56:20 GMT RESP BODY: {"routers": []} 2018-08-29 06:56:20,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-a6dd518b-2599-423f-981a-a368935c7ed2 2018-08-29 06:56:20,820 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-29 06:56:20,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-08-29 06:56:21,203 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2ce27186-670d-430a-a26a-bb4efea62046 Date: Wed, 29 Aug 2018 06:56: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":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:56:21Z","is_default":false,"provider:segmentation_id":15,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","mtu":1450}} 2018-08-29 06:56:21,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-2ce27186-670d-430a-a26a-bb4efea62046 2018-08-29 06:56:21,204 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c3c3a75e-af2a-484f-b668-7b70a8ce7024' created successfully 2018-08-29 06:56:21,204 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-29 06:56:21,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"subnets": [{"ip_version": 4, "network_id": "c3c3a75e-af2a-484f-b668-7b70a8ce7024", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-08-29 06:56:22,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5904a54c-2903-48cb-81ee-7d2d2ead382a Date: Wed, 29 Aug 2018 06:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T06:56:21Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"0daa778a-88e5-4fd0-8fa9-dc97dfa4138f","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-08-29 06:56:22,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-5904a54c-2903-48cb-81ee-7d2d2ead382a 2018-08-29 06:56:22,025 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0daa778a-88e5-4fd0-8fa9-dc97dfa4138f' created successfully 2018-08-29 06:56:22,025 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-29 06:56:22,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-08-29 06:56:22,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-9615fa94-1c9b-4266-934f-e9f2d1916962 Date: Wed, 29 Aug 2018 06:56:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:56:22Z", "revision_number": 0, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5", "name": "sdnvpn-8-1-router"}} 2018-08-29 06:56:22,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-9615fa94-1c9b-4266-934f-e9f2d1916962 2018-08-29 06:56:22,221 - sdnvpn.lib.openstack_utils - DEBUG - Router '77f2a31b-683f-4c70-b26c-79cb8c62a0d5' created successfully 2018-08-29 06:56:22,221 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-29 06:56:22,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"subnet_id": "0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"}' 2018-08-29 06:56:23,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3bc93907-33be-4cec-b113-b59003d01f06 Date: Wed, 29 Aug 2018 06:56:23 GMT RESP BODY: {"network_id": "c3c3a75e-af2a-484f-b668-7b70a8ce7024", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "0daa778a-88e5-4fd0-8fa9-dc97dfa4138f", "subnet_ids": ["0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"], "port_id": "a69620ad-d85b-4327-85bb-c76e51724bc6", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5"} 2018-08-29 06:56:23,914 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/add_router_interface used request id req-3bc93907-33be-4cec-b113-b59003d01f06 2018-08-29 06:56:23,914 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-29 06:56:23,914 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-29 06:56:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:24,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6994 X-Openstack-Request-Id: req-b7aab204-66e2-444a-a58e-406e4eecfd2e Date: Wed, 29 Aug 2018 06:56:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"],"description":"","tags":[],"updated_at":"2018-08-29T06:56:21Z","provider:segmentation_id":15,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","provider:network_type":"vxlan"}]} 2018-08-29 06:56:24,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-b7aab204-66e2-444a-a58e-406e4eecfd2e 2018-08-29 06:56:24,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}}' 2018-08-29 06:56:26,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-e4be818b-e5b1-461d-9bfb-bb557d4b24fa Date: Wed, 29 Aug 2018 06:56:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:56:25Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5", "name": "sdnvpn-8-1-router"}} 2018-08-29 06:56:26,001 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 used request id req-e4be818b-e5b1-461d-9bfb-bb557d4b24fa 2018-08-29 06:56:26,002 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-29 06:56:26,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:26,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6994 X-Openstack-Request-Id: req-d863905b-0792-45f3-ac76-5e2ed8c0f3f5 Date: Wed, 29 Aug 2018 06:56:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"],"description":"","tags":[],"updated_at":"2018-08-29T06:56:21Z","provider:segmentation_id":15,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","provider:network_type":"vxlan"}]} 2018-08-29 06:56:26,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-d863905b-0792-45f3-ac76-5e2ed8c0f3f5 2018-08-29 06:56:26,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:26,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-22064a72-de0a-4fcd-b82a-c3ed4d00e81b Date: Wed, 29 Aug 2018 06:56:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T06:56:21Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"0daa778a-88e5-4fd0-8fa9-dc97dfa4138f","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 06:56:26,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-22064a72-de0a-4fcd-b82a-c3ed4d00e81b 2018-08-29 06:56:26,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:26,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-6a0a0a50-6708-422f-8dff-e2e5977f3be6 Date: Wed, 29 Aug 2018 06:56:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:56:25Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5", "name": "sdnvpn-8-1-router"}]} 2018-08-29 06:56:26,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-6a0a0a50-6708-422f-8dff-e2e5977f3be6 2018-08-29 06:56:26,630 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-29 06:56:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-08-29 06:56:27,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e9636265-a6ff-411c-ac9d-c3e506fea76b Date: Wed, 29 Aug 2018 06:56:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"38ec658f-7d76-4142-b197-0820474174d6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:56:26Z","is_default":false,"provider:segmentation_id":25,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:26Z","mtu":1450}} 2018-08-29 06:56:27,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-e9636265-a6ff-411c-ac9d-c3e506fea76b 2018-08-29 06:56:27,031 - sdnvpn.lib.openstack_utils - DEBUG - Network '38ec658f-7d76-4142-b197-0820474174d6' created successfully 2018-08-29 06:56:27,031 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-29 06:56:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"subnets": [{"ip_version": 4, "network_id": "38ec658f-7d76-4142-b197-0820474174d6", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-08-29 06:56:27,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5184d36e-f1c6-46d5-92fc-5dcf5b4c147a Date: Wed, 29 Aug 2018 06:56:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38ec658f-7d76-4142-b197-0820474174d6","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:27Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T06:56:27Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"37f8dd36-f1be-412e-9133-3269363932ec","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-08-29 06:56:27,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-5184d36e-f1c6-46d5-92fc-5dcf5b4c147a 2018-08-29 06:56:27,576 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '37f8dd36-f1be-412e-9133-3269363932ec' created successfully 2018-08-29 06:56:27,576 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-29 06:56:27,576 - sdnvpn.lib.openstack_utils - DEBUG - Router '77f2a31b-683f-4c70-b26c-79cb8c62a0d5' created successfully 2018-08-29 06:56:27,577 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-29 06:56:27,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"subnet_id": "37f8dd36-f1be-412e-9133-3269363932ec"}' 2018-08-29 06:56:29,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d2f4a0b5-4e3b-4c20-957e-143c0d15aad7 Date: Wed, 29 Aug 2018 06:56:29 GMT RESP BODY: {"network_id": "38ec658f-7d76-4142-b197-0820474174d6", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "37f8dd36-f1be-412e-9133-3269363932ec", "subnet_ids": ["37f8dd36-f1be-412e-9133-3269363932ec"], "port_id": "41ca224f-720d-4370-9621-408acc153ae7", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5"} 2018-08-29 06:56:29,469 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/add_router_interface used request id req-d2f4a0b5-4e3b-4c20-957e-143c0d15aad7 2018-08-29 06:56:29,469 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-29 06:56:29,470 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-29 06:56:29,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:29,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7650 X-Openstack-Request-Id: req-5734289d-0249-4ee3-b8f4-706cdeb2a82e Date: Wed, 29 Aug 2018 06:56:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38ec658f-7d76-4142-b197-0820474174d6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["37f8dd36-f1be-412e-9133-3269363932ec"],"description":"","tags":[],"updated_at":"2018-08-29T06:56:27Z","provider:segmentation_id":25,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"],"description":"","tags":[],"updated_at":"2018-08-29T06:56:21Z","provider:segmentation_id":15,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","provider:network_type":"vxlan"}]} 2018-08-29 06:56:29,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-5734289d-0249-4ee3-b8f4-706cdeb2a82e 2018-08-29 06:56:29,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}}' 2018-08-29 06:56:30,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-2523b4c3-26fe-4e8a-8427-42fc97d58555 Date: Wed, 29 Aug 2018 06:56:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 6, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5", "name": "sdnvpn-8-1-router"}} 2018-08-29 06:56:30,302 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 used request id req-2523b4c3-26fe-4e8a-8427-42fc97d58555 2018-08-29 06:56:30,302 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-29 06:56:30,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:30,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23831 X-Openstack-Request-Id: req-f1eabc4d-6998-4513-a830-aa65dc1fe2ff Date: Wed, 29 Aug 2018 06:56:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 06:56:30,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-f1eabc4d-6998-4513-a830-aa65dc1fe2ff 2018-08-29 06:56:30,395 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-29 06:56:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-08-29 06:56:30,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-7e9a4153-ea27-4ea4-9b33-86880cb28c80 Date: Wed, 29 Aug 2018 06:56:30 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:56:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 2, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}} 2018-08-29 06:56:30,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-7e9a4153-ea27-4ea4-9b33-86880cb28c80 2018-08-29 06:56:30,630 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 created successfully. 2018-08-29 06:56:30,630 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-29 06:56:30,630 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-29 06:56:30,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:56:31,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e9495247-07fb-4b76-a7c2-ca2513172c9e Date: Wed, 29 Aug 2018 06:56:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb"}} 2018-08-29 06:56:31,374 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-e9495247-07fb-4b76-a7c2-ca2513172c9e 2018-08-29 06:56:31,375 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-29 06:56:31,375 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-29 06:56:31,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:56:31,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2c6a54d7-3c1b-4bd5-9685-5b9e039a15c8 Date: Wed, 29 Aug 2018 06:56:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "129e007e-6055-4cc8-a134-9d9996ec2b77"}} 2018-08-29 06:56:31,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-2c6a54d7-3c1b-4bd5-9685-5b9e039a15c8 2018-08-29 06:56:31,554 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-29 06:56:31,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:56:31,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-45c47a22-91ae-45ac-890e-8805c6d7f5b8 Date: Wed, 29 Aug 2018 06:56:31 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-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c"}} 2018-08-29 06:56:31,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-45c47a22-91ae-45ac-890e-8805c6d7f5b8 2018-08-29 06:56:31,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:31,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 22422 X-Openstack-Request-Id: req-95ce5caf-ba58-44a8-9534-ab81e63139ec Date: Wed, 29 Aug 2018 06:56:31 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-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "129e007e-6055-4cc8-a134-9d9996ec2b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "376ec766-4253-4bd8-a293-8662e196be81"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "547ae074-a748-43a2-8bd0-268187dc6c9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "54da35da-0e80-4320-a357-00f4ac1e2350"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "5ad40f01-6358-4953-bd8b-64329491c139"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "642959c8-284a-47dc-91d5-12c766770b5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "87103991-c36b-4194-bf10-5aaf3a477981"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9041cd35-362e-4da7-b07a-dd82a53a4206"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "99cfcc69-c0ae-4354-86a4-da43019201b3"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9e27935d-136b-4b88-82d5-1a588875c462"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c4204b11-e698-40d6-afb9-fc3cddd86099"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "cab2d544-2289-4e1e-b490-4d483e70f810"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e35ee0d3-6896-4081-914d-561932b5ec71"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f8c5884d-2098-4cb8-94dd-7bead787746a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3"}]} 2018-08-29 06:56:31,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-95ce5caf-ba58-44a8-9534-ab81e63139ec 2018-08-29 06:56:31,950 - sdnvpn_test_utils - INFO - This rule exists for security group: 853cbd19-26e0-46b6-b5fd-cdd50e9b2673 2018-08-29 06:56:31,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:56:32,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 22422 X-Openstack-Request-Id: req-e407bc0c-d83b-4205-9d6d-1d59ec27d2e9 Date: Wed, 29 Aug 2018 06:56:32 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-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "129e007e-6055-4cc8-a134-9d9996ec2b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "376ec766-4253-4bd8-a293-8662e196be81"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "547ae074-a748-43a2-8bd0-268187dc6c9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "54da35da-0e80-4320-a357-00f4ac1e2350"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "5ad40f01-6358-4953-bd8b-64329491c139"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "642959c8-284a-47dc-91d5-12c766770b5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "87103991-c36b-4194-bf10-5aaf3a477981"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9041cd35-362e-4da7-b07a-dd82a53a4206"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "99cfcc69-c0ae-4354-86a4-da43019201b3"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9e27935d-136b-4b88-82d5-1a588875c462"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c4204b11-e698-40d6-afb9-fc3cddd86099"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "cab2d544-2289-4e1e-b490-4d483e70f810"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e35ee0d3-6896-4081-914d-561932b5ec71"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f8c5884d-2098-4cb8-94dd-7bead787746a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3"}]} 2018-08-29 06:56:32,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-e407bc0c-d83b-4205-9d6d-1d59ec27d2e9 2018-08-29 06:56:32,029 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-29 06:56:32,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:56:32,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2df3f4d6-459a-4dea-ae30-5f40c257da6a Date: Wed, 29 Aug 2018 06:56:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 80, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:32Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "86f34069-5268-48dc-bf76-2567c2ec563b"}} 2018-08-29 06:56:32,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-2df3f4d6-459a-4dea-ae30-5f40c257da6a 2018-08-29 06:56:32,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:32,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d759f778-a715-4bba-8509-0b4132b588ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:32,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d759f778-a715-4bba-8509-0b4132b588ea 2018-08-29 06:56:32,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:32,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["09wa_DOyTQyLOb21SE8Oqg"], "issued_at": "2018-08-29T06:56:32.000000Z"}} 2018-08-29 06:56:32,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6d6f7e40e9bd318d9dbc8871d92c212a39d509" 2018-08-29 06:56:32,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56: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-4df3249a-5d0f-4de6-8f12-7df76d735369 x-compute-request-id: req-4df3249a-5d0f-4de6-8f12-7df76d735369 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 06:56:32,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-4df3249a-5d0f-4de6-8f12-7df76d735369 2018-08-29 06:56:32,757 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-29 06:56:32,758 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-08-29 06:56:32,758 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=010d9685-5998-4251-b43c-cea702a887e7 network=38ec658f-7d76-4142-b197-0820474174d6 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 06:56:32,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:32,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:32,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:32,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:32,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:32,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:32,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:32,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:32,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:32,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:32,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:32,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:32,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:32,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:32,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:32,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:32,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:32,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:32,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:32,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:32,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:32,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aff1d93-0931-4f3e-9583-a6d5fb0f7e9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:32,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1aff1d93-0931-4f3e-9583-a6d5fb0f7e9e 2018-08-29 06:56:32,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:33,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["KIXQeqCrTKeG5S1kuqM-gw"], "issued_at": "2018-08-29T06:56:33.000000Z"}} 2018-08-29 06:56:33,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" 2018-08-29 06:56:33,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56: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-193a5bdc-e9db-4cce-8a93-57919f319d1d x-compute-request-id: req-193a5bdc-e9db-4cce-8a93-57919f319d1d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 06:56:33,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-193a5bdc-e9db-4cce-8a93-57919f319d1d 2018-08-29 06:56:33,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" 2018-08-29 06:56:33,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56: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-25568565-0e7a-49d3-a0e1-ca08b9ad57ad x-compute-request-id: req-25568565-0e7a-49d3-a0e1-ca08b9ad57ad Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 06:56:33,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-25568565-0e7a-49d3-a0e1-ca08b9ad57ad 2018-08-29 06:56:33,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "010d9685-5998-4251-b43c-cea702a887e7", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "38ec658f-7d76-4142-b197-0820474174d6"}]}}' 2018-08-29 06:56:35,675 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:56: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-39ca7bce-9f62-4cca-855e-83607f07051b x-compute-request-id: req-39ca7bce-9f62-4cca-855e-83607f07051b Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d60ce1f-95c9-4f5e-b776-3483436a4e89", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "bookmark"}], "adminPass": "FUTAF87gXYkK"}} 2018-08-29 06:56:35,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-39ca7bce-9f62-4cca-855e-83607f07051b 2018-08-29 06:56:35,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:35,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfb0702-5c72-4631-86cf-3f4c376a4331 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:35,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1cfb0702-5c72-4631-86cf-3f4c376a4331 2018-08-29 06:56:35,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:36,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["H-er3VA9QOCQG7v2XqyrOw"], "issued_at": "2018-08-29T06:56:36.000000Z"}} 2018-08-29 06:56:36,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335dfd1c222aca8bc51624217ef5fba5621de36a" 2018-08-29 06:56:36,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9d29a63-f333-47b9-9782-4511cafed3aa x-compute-request-id: req-a9d29a63-f333-47b9-9782-4511cafed3aa 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.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "7d60ce1f-95c9-4f5e-b776-3483436a4e89", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T06:56:36Z", "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-08-29T06:56:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:36,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 used request id req-a9d29a63-f333-47b9-9782-4511cafed3aa 2018-08-29 06:56:39,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335dfd1c222aca8bc51624217ef5fba5621de36a" 2018-08-29 06:56:40,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06: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-1ef7630b-98ce-49f1-8852-fa5d8c4d00e2 x-compute-request-id: req-1ef7630b-98ce-49f1-8852-fa5d8c4d00e2 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.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "7d60ce1f-95c9-4f5e-b776-3483436a4e89", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T06:56:37Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T06:56:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:40,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 used request id req-1ef7630b-98ce-49f1-8852-fa5d8c4d00e2 2018-08-29 06:56:43,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335dfd1c222aca8bc51624217ef5fba5621de36a" 2018-08-29 06:56:44,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56: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-c2a4fb47-8ded-4fb7-a042-1e18aaa8c05b x-compute-request-id: req-c2a4fb47-8ded-4fb7-a042-1e18aaa8c05b 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:99:2d:8d", "version": 4, "addr": "10.10.20.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b7", "OS-SRV-USG:launched_at": "2018-08-29T06:56:40.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "7d60ce1f-95c9-4f5e-b776-3483436a4e89", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T06:56:41Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T06:56:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:44,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 used request id req-c2a4fb47-8ded-4fb7-a042-1e18aaa8c05b 2018-08-29 06:56:44,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" 2018-08-29 06:56:44,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02299f33-b171-44d6-a8cc-2a13eb8a078a x-compute-request-id: req-02299f33-b171-44d6-a8cc-2a13eb8a078a 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:99:2d:8d", "version": 4, "addr": "10.10.20.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b7", "OS-SRV-USG:launched_at": "2018-08-29T06:56:40.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "7d60ce1f-95c9-4f5e-b776-3483436a4e89", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T06:56:41Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T06:56:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:44,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89 used request id req-02299f33-b171-44d6-a8cc-2a13eb8a078a 2018-08-29 06:56:44,725 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.7'. 2018-08-29 06:56:44,725 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-08-29 06:56:44,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6d6f7e40e9bd318d9dbc8871d92c212a39d509" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:56:46,557 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2678fdb-f914-4b27-b890-11226df05e65 x-compute-request-id: req-e2678fdb-f914-4b27-b890-11226df05e65 Content-Length: 0 Content-Type: application/json 2018-08-29 06:56:46,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-e2678fdb-f914-4b27-b890-11226df05e65 2018-08-29 06:56:46,557 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-08-29 06:56:46,557 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=010d9685-5998-4251-b43c-cea702a887e7 network=c3c3a75e-af2a-484f-b668-7b70a8ce7024 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.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-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:46,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:46,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:46,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:46,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:46,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:56:46,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:56:46,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:56:46,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:56:46,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:56:46,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:56:46,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:56:46,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:56:46,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:56:46,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:56:46,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:46,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c18d0f-c03e-4c9e-920f-2b72f7ad85a8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:46,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-39c18d0f-c03e-4c9e-920f-2b72f7ad85a8 2018-08-29 06:56:46,576 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:46,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["-h0Muo7fRG-jnVvuQmyZGA"], "issued_at": "2018-08-29T06:56:46.000000Z"}} 2018-08-29 06:56:46,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" 2018-08-29 06:56:47,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d93bd4c-62eb-4296-9346-a391afba63f3 x-compute-request-id: req-2d93bd4c-62eb-4296-9346-a391afba63f3 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 06:56:47,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-2d93bd4c-62eb-4296-9346-a391afba63f3 2018-08-29 06:56:47,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" 2018-08-29 06:56:47,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3777bb6-5b32-40a7-bc1d-2cfdabb9848c x-compute-request-id: req-c3777bb6-5b32-40a7-bc1d-2cfdabb9848c Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 06:56:47,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-c3777bb6-5b32-40a7-bc1d-2cfdabb9848c 2018-08-29 06:56:47,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "010d9685-5998-4251-b43c-cea702a887e7", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c3c3a75e-af2a-484f-b668-7b70a8ce7024"}], "config_drive": true}}' 2018-08-29 06:56:48,657 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49df3540-2df6-478d-bbaf-042eea663138 x-compute-request-id: req-49df3540-2df6-478d-bbaf-042eea663138 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "25205892-a56c-4cfb-baa5-14bdb9559750", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "bookmark"}], "adminPass": "YiNWf9uoudA4"}} 2018-08-29 06:56:48,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-49df3540-2df6-478d-bbaf-042eea663138 2018-08-29 06:56:48,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:56:48,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595598de-0faa-4083-a267-46d21e27b8a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:56:48,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-595598de-0faa-4083-a267-46d21e27b8a5 2018-08-29 06:56:48,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:56:49,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["IJw6W5WaQdGsO34LEqs5hA"], "issued_at": "2018-08-29T06:56:49.000000Z"}} 2018-08-29 06:56:49,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3151f84d31b56e46b6766441cf003b7da07135e3" 2018-08-29 06:56:49,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-695ca46c-5b1e-4831-8466-0766fc084d50 x-compute-request-id: req-695ca46c-5b1e-4831-8466-0766fc084d50 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.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "25205892-a56c-4cfb-baa5-14bdb9559750", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T06:56:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-08-29T06:56:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:49,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 used request id req-695ca46c-5b1e-4831-8466-0766fc084d50 2018-08-29 06:56:52,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3151f84d31b56e46b6766441cf003b7da07135e3" 2018-08-29 06:56:53,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4542019f-8caf-4fa1-a807-0b244e0f3334 x-compute-request-id: req-4542019f-8caf-4fa1-a807-0b244e0f3334 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.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "25205892-a56c-4cfb-baa5-14bdb9559750", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T06:56:50Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T06:56:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:53,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 used request id req-4542019f-8caf-4fa1-a807-0b244e0f3334 2018-08-29 06:56:56,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3151f84d31b56e46b6766441cf003b7da07135e3" 2018-08-29 06:56:57,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56: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-83b80292-bda8-44d0-8655-6e83d669533b x-compute-request-id: req-83b80292-bda8-44d0-8655-6e83d669533b Content-Encoding: gzip Content-Length: 781 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:48:e0:2f", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-08-29T06:56:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "25205892-a56c-4cfb-baa5-14bdb9559750", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T06:56:54Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T06:56:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:57,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 used request id req-83b80292-bda8-44d0-8655-6e83d669533b 2018-08-29 06:56:57,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" 2018-08-29 06:56:58,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19634f30-2036-4978-94ba-cddfb13cf73b x-compute-request-id: req-19634f30-2036-4978-94ba-cddfb13cf73b Content-Encoding: gzip Content-Length: 781 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:48:e0:2f", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/25205892-a56c-4cfb-baa5-14bdb9559750", "rel": "bookmark"}], "image": {"id": "010d9685-5998-4251-b43c-cea702a887e7", "links": [{"href": "http://172.30.9.24:8774/images/010d9685-5998-4251-b43c-cea702a887e7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ba", "OS-SRV-USG:launched_at": "2018-08-29T06:56:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "25205892-a56c-4cfb-baa5-14bdb9559750", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T06:56:54Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T06:56:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 06:56:58,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750 used request id req-19634f30-2036-4978-94ba-cddfb13cf73b 2018-08-29 06:56:58,054 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.5'. 2018-08-29 06:56:58,054 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-08-29 06:56:58,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6d6f7e40e9bd318d9dbc8871d92c212a39d509" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:56:59,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-199803fa-9ac1-4d88-834d-f89ecd272b7d x-compute-request-id: req-199803fa-9ac1-4d88-834d-f89ecd272b7d Content-Length: 0 Content-Type: application/json 2018-08-29 06:56:59,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action used request id req-199803fa-9ac1-4d88-834d-f89ecd272b7d 2018-08-29 06:56:59,954 - sdnvpn_test_utils - INFO - Waiting for instance 7d60ce1f-95c9-4f5e-b776-3483436a4e89 to boot up 2018-08-29 06:56:59,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:01,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5366c8d-76c7-434b-aec5-2f7d4660d4a0 x-compute-request-id: req-d5366c8d-76c7-434b-aec5-2f7d4660d4a0 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:01,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-d5366c8d-76c7-434b-aec5-2f7d4660d4a0 2018-08-29 06:57:03,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:04,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-7e38104e-2060-4914-bf96-555e631498c3 x-compute-request-id: req-7e38104e-2060-4914-bf96-555e631498c3 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:04,128 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-7e38104e-2060-4914-bf96-555e631498c3 2018-08-29 06:57:06,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:07,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-e57debd0-c783-45fa-a7e5-c5a238ff4172 x-compute-request-id: req-e57debd0-c783-45fa-a7e5-c5a238ff4172 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:07,224 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-e57debd0-c783-45fa-a7e5-c5a238ff4172 2018-08-29 06:57:09,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:10,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d62b4445-f7a6-48e4-a7be-b519a4b48607 x-compute-request-id: req-d62b4445-f7a6-48e4-a7be-b519a4b48607 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:10,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-d62b4445-f7a6-48e4-a7be-b519a4b48607 2018-08-29 06:57:12,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:13,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adc93f6b-d4b4-4c14-b63f-b75ca84d3e06 x-compute-request-id: req-adc93f6b-d4b4-4c14-b63f-b75ca84d3e06 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:13,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-adc93f6b-d4b4-4c14-b63f-b75ca84d3e06 2018-08-29 06:57:15,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:16,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83076016-d7fd-48a3-92f5-4cce67b17007 x-compute-request-id: req-83076016-d7fd-48a3-92f5-4cce67b17007 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:16,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-83076016-d7fd-48a3-92f5-4cce67b17007 2018-08-29 06:57:18,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:19,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-154641d9-cdf1-4ed9-aad2-97706854a39b x-compute-request-id: req-154641d9-cdf1-4ed9-aad2-97706854a39b Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:19,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-154641d9-cdf1-4ed9-aad2-97706854a39b 2018-08-29 06:57:21,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:22,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9165af91-78b5-4549-931e-8f0bacb1d3fc x-compute-request-id: req-9165af91-78b5-4549-931e-8f0bacb1d3fc Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:22,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-9165af91-78b5-4549-931e-8f0bacb1d3fc 2018-08-29 06:57:24,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:25,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-7726e995-efc9-48ed-8166-4563a45474eb x-compute-request-id: req-7726e995-efc9-48ed-8166-4563a45474eb Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:25,791 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-7726e995-efc9-48ed-8166-4563a45474eb 2018-08-29 06:57:27,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:28,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-343ef694-648e-419f-86b7-4abb40ac5a81 x-compute-request-id: req-343ef694-648e-419f-86b7-4abb40ac5a81 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:28,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-343ef694-648e-419f-86b7-4abb40ac5a81 2018-08-29 06:57:30,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:31,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-9bb069d0-e645-455e-9230-bc9bd8393422 x-compute-request-id: req-9bb069d0-e645-455e-9230-bc9bd8393422 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:31,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-9bb069d0-e645-455e-9230-bc9bd8393422 2018-08-29 06:57:33,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:35,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-42a0824f-66fc-495e-b739-584cf8ed26c0 x-compute-request-id: req-42a0824f-66fc-495e-b739-584cf8ed26c0 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:35,070 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-42a0824f-66fc-495e-b739-584cf8ed26c0 2018-08-29 06:57:37,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:38,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-b0e7beed-0742-4ca1-8b3b-c8e311801474 x-compute-request-id: req-b0e7beed-0742-4ca1-8b3b-c8e311801474 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:38,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-b0e7beed-0742-4ca1-8b3b-c8e311801474 2018-08-29 06:57:40,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:41,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-32a78223-0265-4f20-b40c-288e83252578 x-compute-request-id: req-32a78223-0265-4f20-b40c-288e83252578 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 06:57:41,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-32a78223-0265-4f20-b40c-288e83252578 2018-08-29 06:57:43,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:44,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-731982e2-f0f2-4630-9aad-da114733042a x-compute-request-id: req-731982e2-f0f2-4630-9aad-da114733042a Content-Encoding: gzip Content-Length: 7820 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.7...\nLease of 10.10.20.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2018-08-29 06:57:44,353 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-731982e2-f0f2-4630-9aad-da114733042a 2018-08-29 06:57:46,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}721f38d9f0e26bec89f437daa35f92a858051af1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:47,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-51b04da5-668e-4d11-b89f-b4bb26641d42 x-compute-request-id: req-51b04da5-668e-4d11-b89f-b4bb26641d42 Content-Encoding: gzip Content-Length: 9518 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497900892 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.148143] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.149757] pid_max: default: 32768 minimum: 301\n[ 0.150631] ACPI: Core revision 20150930\n[ 0.152001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153279] Security Framework initialized\n[ 0.154072] Yama: becoming mindful.\n[ 0.154783] AppArmor: AppArmor initialized\n[ 0.155634] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156930] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158169] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159353] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160719] Initializing cgroup subsys io\n[ 0.161515] Initializing cgroup subsys memory\n[ 0.162352] Initializing cgroup subsys devices\n[ 0.163200] Initializing cgroup subsys freezer\n[ 0.164049] Initializing cgroup subsys net_cls\n[ 0.164892] Initializing cgroup subsys perf_event\n[ 0.165771] Initializing cgroup subsys net_prio\n[ 0.166628] Initializing cgroup subsys hugetlb\n[ 0.167488] Initializing cgroup subsys pids\n[ 0.168345] CPU: Physical Processor ID: 0\n[ 0.169834] mce: CPU supports 10 MCE banks\n[ 0.170659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171642] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182593] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189188] ftrace: allocating 31920 entries in 125 pages\n[ 0.216460] smpboot: Max logical packages: 1\n[ 0.217292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218609] x2apic enabled\n[ 0.219417] Switched APIC routing to physical x2apic.\n[ 0.221141] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224170] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225908] KVM setup paravirtual spinlock\n[ 0.227220] x86: Booted up 1 node, 1 CPUs\n[ 0.228008] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229370] devtmpfs: initialized\n[ 0.231077] evm: security.selinux\n[ 0.231759] evm: security.SMACK64\n[ 0.232436] evm: security.SMACK64EXEC\n[ 0.233166] evm: security.SMACK64TRANSMUTE\n[ 0.233959] evm: security.SMACK64MMAP\n[ 0.234679] evm: security.ima\n[ 0.235311] evm: security.capability\n[ 0.236103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237917] pinctrl core: initialized pinctrl subsystem\n[ 0.238983] RTC time: 6:56:40, date: 08/29/18\n[ 0.239938] NET: Registered protocol family 16\n[ 0.240902] cpuidle: using governor ladder\n[ 0.241697] cpuidle: using governor menu\n[ 0.242465] PCCT header not found.\n[ 0.243197] ACPI: bus type PCI registered\n[ 0.243982] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245192] PCI: Using configuration type 1 for base access\n[ 0.246939] ACPI: Added _OSI(Module Device)\n[ 0.247752] ACPI: Added _OSI(Processor Device)\n[ 0.248592] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251561] ACPI: Interpreter enabled\n[ 0.252311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255895] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257685] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259470] ACPI: (supports S0 S5)\n[ 0.260156] ACPI: Using IOAPIC for interrupt routing\n[ 0.261167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.265335] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266533] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269869] acpiphp: Slot [3] registered\n[ 0.270646] acpiphp: Slot [4] registered\n[ 0.271428] acpiphp: Slot [5] registered\n[ 0.272211] acpiphp: Slot [6] registered\n[ 0.272987] acpiphp: Slot [7] registered\n[ 0.273760] acpiphp: Slot [8] registered\n[ 0.274536] acpiphp: Slot [9] registered\n[ 0.275315] acpiphp: Slot [10] registered\n[ 0.276101] acpiphp: Slot [11] registered\n[ 0.276898] acpiphp: Slot [12] registered\n[ 0.277692] acpiphp: Slot [13] registered\n[ 0.278480] acpiphp: Slot [14] registered\n[ 0.279268] acpiphp: Slot [15] registered\n[ 0.289922] acpiphp: Slot [16] registered\n[ 0.290712] acpiphp: Slot [17] registered\n[ 0.291505] acpiphp: Slot [18] registered\n[ 0.292294] acpiphp: Slot [19] registered\n[ 0.293080] acpiphp: Slot [20] registered\n[ 0.293870] acpiphp: Slot [21] registered\n[ 0.294660] acpiphp: Slot [22] registered\n[ 0.295450] acpiphp: Slot [23] registered\n[ 0.296239] acpiphp: Slot [24] registered\n[ 0.297028] acpiphp: Slot [25] registered\n[ 0.297811] acpiphp: Slot [26] registered\n[ 0.298598] acpiphp: Slot [27] registered\n[ 0.299393] acpiphp: Slot [28] registered\n[ 0.300185] acpiphp: Slot [29] registered\n[ 0.300973] acpiphp: Slot [30] registered\n[ 0.301923] acpiphp: Slot [31] registered\n[ 0.302801] PCI host bridge to bus 0000:00\n[ 0.303598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305958] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307478] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315119] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316391] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317555] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325909] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327696] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375224] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376920] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381015] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383926] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385250] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387175] vgaarb: loaded\n[ 0.387916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389321] SCSI subsystem initialized\n[ 0.390344] ACPI: bus type USB registered\n[ 0.391354] usbcore: registered new interface driver usbfs\n[ 0.392643] usbcore: registered new interface driver hub\n[ 0.393910] usbcore: registered new device driver usb\n[ 0.395209] PCI: Using ACPI for IRQ routing\n[ 0.396441] NetLabel: Initializing\n[ 0.397325] NetLabel: domain hash size = 128\n[ 0.398383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399564] NetLabel: unlabeled traffic allowed by default\n[ 0.400928] clocksource: Switched to clocksource kvm-clock\n[ 0.406793] AppArmor: AppArmor Filesystem Enabled\n[ 0.407900] pnp: PnP ACPI init\n[ 0.408914] pnp: PnP ACPI: found 5 devices\n[ 0.415360] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417151] NET: Registered protocol family 2\n[ 0.418135] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.419447] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.420635] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.421825] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424112] NET: Registered protocol family 1\n[ 0.425001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.426111] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427246] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441323] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455724] Trying to unpack rootfs image as initramfs...\n[ 0.506142] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520015] Scanning for low memory corruption every 60 seconds\n[ 0.521448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.522765] audit: initializing netlink subsys (disabled)\n[ 0.523869] audit: type=2000 audit(1535525801.690:1): initialized\n[ 0.525318] Initialise system trusted keyring\n[ 0.526314] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529604] zbud: loaded\n[ 0.530339] VFS: Disk quotas dquot_6.6.0\n[ 0.531203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532810] fuse init (API version 7.23)\n[ 0.533753] Key type big_key registered\n[ 0.534592] Allocating IMA MOK and blacklist keyrings.\n[ 0.535825] Key type asymmetric registered\n[ 0.536739] Asymmetric key parser 'x509' registered\n[ 0.537792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539256] io scheduler noop registered\n[ 0.540048] io scheduler deadline registered (default)\n[ 0.541040] io scheduler cfq registered\n[ 0.541944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.543002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.544260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545723] ACPI: Power Button [PWRF]\n[ 0.546579] GHES: HEST is not enabled!\n[ 0.560361] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.594921] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.628134] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.633973] Linux agpgart interface v0.103\n[ 0.636731] brd: module loaded\n[ 0.638012] loop: module loaded\n[ 0.643363] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644786] GPT:90111 != 2097151\n[ 0.645644] GPT:Alternate GPT header not at the end of the disk.\n[ 0.646953] GPT:90111 != 2097151\n[ 0.647714] GPT: Use GNU Parted to correct GPT errors.\n[ 0.648862] vda: vda1 vda15\n[ 0.650792] scsi host0: ata_piix\n[ 0.651625] scsi host1: ata_piix\n[ 0.652398] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.653757] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.655347] libphy: Fixed MDIO Bus: probed\n[ 0.656252] tun: Universal TUN/TAP device driver, 1.6\n[ 0.657311] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.659639] PPP generic driver version 2.4.2\n[ 0.661082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.662544] ehci-pci: EHCI PCI platform driver\n[ 0.663595] ehci-platform: EHCI generic platform driver\n[ 0.664798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.666175] ohci-pci: OHCI PCI platform driver\n[ 0.667225] ohci-platform: OHCI generic platform driver\n[ 0.668414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683137] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684159] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685607] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.686628] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689301] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690795] usb usb1: Product: UHCI Host Controller\n[ 0.691717] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692959] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693926] hub 1-0:1.0: USB hub found\n[ 0.694688] hub 1-0:1.0: 2 ports detected\n[ 0.695592] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697702] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698649] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699674] mousedev: PS/2 mouse device common for all mice\n[ 0.700942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702765] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706247] i2c /dev entries driver\n[ 0.706999] device-mapper: uevent: version 1.0.3\n[ 0.707931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709557] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710856] NET: Registered protocol family 10\n[ 0.711839] NET: Registered protocol family 17\n[ 0.712952] Key type dns_resolver registered\n[ 0.714052] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.715376] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.717494] registered taskstats version 1\n[ 0.718495] Loading compiled-in X.509 certificates\n[ 0.719928] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.721778] zswap: loaded using pool lzo/zbud\n[ 0.723642] Key type trusted registered\n[ 0.725205] Key type encrypted registered\n[ 0.726026] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727040] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728064] evm: HMAC attrs: 0x1\n[ 0.729034] Magic number: 14:716:924\n[ 0.729896] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:41 UTC (1535525801)\n[ 0.731473] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.732587] EDD information not available.\n[ 0.813917] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815440] Write protecting the kernel read-only data: 14336k\n[ 0.827229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829028] 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.872153] 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.37\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.7...\nLease of 10.10.20.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.90. iid=i-000000b4\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCs7wLfa75PgDMwyHs9y6xUL7P2VHKkoq/O3FNc96+f8knbyxWYIJ/i9JTfX/T13H/F5ofiiz1W1L1LcqvCysYvcoAje6S/9Rp+52ys7mC4kLB4vrHQQI4UKoRDNnLltzdQ1rprFScAV02HZOyCSEVOb5k/u44Teg5kA4dZjtbT2L/pY5MZ4vNbjokrReNkho0tg5tHeUat/yYYvzDV15gx9+hFZTkwvS5wKJr4+HpoYIQusElp4ndHVDIwiFby+IAtVmWp/WehldSvS+g7UlM/gUvFeqGinuD6NBvReKLYNbqKWozXfnh2IbUk+EdE+obBmfYYVwE8cnTL6ULftEir root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMEcBKhg2TDZL0H24DdRkAggScZ+gemDYZqcFWW9kdkk2mbFOBwjUYo13UZLbZTy3n+t2BVTufAWvuTqK5n7ax0oJLYsa5fMZiK/ZTmXTPehEfIK3b0eW+hGO6rmfYgpoXIUyj4A6GfbWtwWZwqXqS0Uv3AZo0mpGU4L8PJg+OS9AAAAFQD8+0ETGL7+3cJRTk5G0KF4XzCaIQAAAIBjzPLFRMVvzLa5lgi/c+Niin/elwb5aOuoDtyVCjFERjeGJJGnJsrEnkIpLb/wJbnJC2PcMLp/0Sn+fDb7zRr2XI+u+ztFg5AZKRcl2EgSJwl3Edw+Lw8GcgJpOKYxH/d557BdKnL36eMdXYSFQd11EB0y3ef6iOK9e92nc2psTgAAAIAQNj3J74ClUWtEGBOyv6cOGnVMSnSUFDpwk0PQWwQmF0cA6ZhCffiIIJUAdWt1YODnuTL8sD8Yc8F8g6V98dhWgIcivkW3B4NFrQ6tjuMQ6T9iYBv4iJK8q6RFvthOu94hs5zrh2wrdpu2r5fCXYGl/NS1M22002Z1dXfExI5/wQ== 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.7,24,fe80::f816:3eff:fe99:2d8d/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.7 \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-000000b4\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=64.05 ===\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-08-29 06:57:47,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-51b04da5-668e-4d11-b89f-b4bb26641d42 2018-08-29 06:57:49,467 - sdnvpn_test_utils - INFO - Waiting for instance 25205892-a56c-4cfb-baa5-14bdb9559750 to boot up 2018-08-29 06:57:49,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:57:50,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:57: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-e91743b3-65b3-47f2-9974-38f8a1087639 x-compute-request-id: req-e91743b3-65b3-47f2-9974-38f8a1087639 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499798847 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.163914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.166074] pid_max: default: 32768 minimum: 301\n[ 0.167295] ACPI: Core revision 20150930\n[ 0.168932] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170645] Security Framework initialized\n[ 0.171763] Yama: becoming mindful.\n[ 0.172706] AppArmor: AppArmor initialized\n[ 0.173806] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.177312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180783] Initializing cgroup subsys io\n[ 0.181836] Initializing cgroup subsys memory\n[ 0.182992] Initializing cgroup subsys devices\n[ 0.184157] Initializing cgroup subsys freezer\n[ 0.185281] Initializing cgroup subsys net_cls\n[ 0.186476] Initializing cgroup subsys perf_event\n[ 0.187722] Initializing cgroup subsys net_prio\n[ 0.188874] Initializing cgroup subsys hugetlb\n[ 0.190025] Initializing cgroup subsys pids\n[ 0.191228] CPU: Physical Processor ID: 0\n[ 0.192979] mce: CPU supports 10 MCE banks\n[ 0.194083] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.195446] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.207909] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.214694] ftrace: allocating 31920 entries in 125 pages\n[ 0.240827] smpboot: Max logical packages: 1\n[ 0.241937] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243716] x2apic enabled\n[ 0.244693] Switched APIC routing to physical x2apic.\n[ 0.246763] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.250888] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253208] KVM setup paravirtual spinlock\n[ 0.254721] x86: Booted up 1 node, 1 CPUs\n[ 0.255770] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.257552] devtmpfs: initialized\n[ 0.259429] evm: security.selinux\n[ 0.260327] evm: security.SMACK64\n[ 0.261212] evm: security.SMACK64EXEC\n[ 0.262180] evm: security.SMACK64TRANSMUTE\n[ 0.263233] evm: security.SMACK64MMAP\n[ 0.264191] evm: security.ima\n[ 0.265001] evm: security.capability\n[ 0.266019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.268459] pinctrl core: initialized pinctrl subsystem\n[ 0.269870] RTC time: 6:56:53, date: 08/29/18\n[ 0.271090] NET: Registered protocol family 16\n[ 0.272322] cpuidle: using governor ladder\n[ 0.273408] cpuidle: using governor menu\n[ 0.274440] PCCT header not found.\n[ 0.275393] ACPI: bus type PCI registered\n[ 0.276435] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278068] PCI: Using configuration type 1 for base access\n[ 0.280142] ACPI: Added _OSI(Module Device)\n[ 0.281242] ACPI: Added _OSI(Processor Device)\n[ 0.282378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285958] ACPI: Interpreter enabled\n[ 0.286951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289361] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296745] ACPI: (supports S0 S5)\n[ 0.297681] ACPI: Using IOAPIC for interrupt routing\n[ 0.298925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302519] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305687] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.307273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310205] acpiphp: Slot [3] registered\n[ 0.311241] acpiphp: Slot [4] registered\n[ 0.312283] acpiphp: Slot [5] registered\n[ 0.313315] acpiphp: Slot [6] registered\n[ 0.314349] acpiphp: Slot [7] registered\n[ 0.315383] acpiphp: Slot [8] registered\n[ 0.316414] acpiphp: Slot [9] registered\n[ 0.317447] acpiphp: Slot [10] registered\n[ 0.318511] acpiphp: Slot [11] registered\n[ 0.319571] acpiphp: Slot [12] registered\n[ 0.320618] acpiphp: Slot [13] registered\n[ 0.321681] acpiphp: Slot [14] registered\n[ 0.322779] acpiphp: Slot [15] registered\n[ 0.333865] acpiphp: Slot [16] registered\n[ 0.334919] acpiphp: Slot [17] registered\n[ 0.335972] acpiphp: Slot [18] registered\n[ 0.337025] acpiphp: Slot [19] registered\n[ 0.338078] acpiphp: Slot [20] registered\n[ 0.339125] acpiphp: Slot [21] registered\n[ 0.340172] acpiphp: Slot [22] registered\n[ 0.341219] acpiphp: Slot [23] registered\n[ 0.342271] acpiphp: Slot [24] registered\n[ 0.343321] acpiphp: Slot [25] registered\n[ 0.344369] acpiphp: Slot [26] registered\n[ 0.345415] acpiphp: Slot [27] registered\n[ 0.346491] acpiphp: Slot [28] registered\n[ 0.347587] acpiphp: Slot [29] registered\n[ 0.348640] acpiphp: Slot [30] registered\n[ 0.349696] acpiphp: Slot [31] registered\n[ 0.350752] PCI host bridge to bus 0000:00\n[ 0.351803] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353424] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355042] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.358810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.365206] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.368495] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.370184] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.378997] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428267] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430051] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431807] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433544] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435569] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.437004] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438422] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440452] vgaarb: loaded\n[ 0.441219] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442670] SCSI subsystem initialized\n[ 0.443716] ACPI: bus type USB registered\n[ 0.444779] usbcore: registered new interface driver usbfs\n[ 0.446157] usbcore: registered new interface driver hub\n[ 0.447544] usbcore: registered new device driver usb\n[ 0.448934] PCI: Using ACPI for IRQ routing\n[ 0.450238] NetLabel: Initializing\n[ 0.451160] NetLabel: domain hash size = 128\n[ 0.452278] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453536] NetLabel: unlabeled traffic allowed by default\n[ 0.454970] clocksource: Switched to clocksource kvm-clock\n[ 0.460639] AppArmor: AppArmor Filesystem Enabled\n[ 0.461899] pnp: PnP ACPI init\n[ 0.462999] pnp: PnP ACPI: found 5 devices\n[ 0.469605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.471870] NET: Registered protocol family 2\n[ 0.473094] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.474808] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.476372] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.477920] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.479353] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480893] NET: Registered protocol family 1\n[ 0.482022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.483522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.484965] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.499265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.513695] Trying to unpack rootfs image as initramfs...\n[ 0.562777] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.577085] Scanning for low memory corruption every 60 seconds\n[ 0.578803] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.580400] audit: initializing netlink subsys (disabled)\n[ 0.581783] audit: type=2000 audit(1535525814.680:1): initialized\n[ 0.583526] Initialise system trusted keyring\n[ 0.584755] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.586395] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.588784] zbud: loaded\n[ 0.589659] VFS: Disk quotas dquot_6.6.0\n[ 0.590748] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.594947] fuse init (API version 7.23)\n[ 0.596134] Key type big_key registered\n[ 0.597200] Allocating IMA MOK and blacklist keyrings.\n[ 0.598646] Key type asymmetric registered\n[ 0.599753] Asymmetric key parser 'x509' registered\n[ 0.601046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603376] io scheduler noop registered\n[ 0.604438] io scheduler deadline registered (default)\n[ 0.605770] io scheduler cfq registered\n[ 0.606863] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.608291] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609996] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611946] ACPI: Power Button [PWRF]\n[ 0.613024] GHES: HEST is not enabled!\n[ 0.626955] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658502] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685557] Linux agpgart interface v0.103\n[ 0.687866] brd: module loaded\n[ 0.689259] loop: module loaded\n[ 0.694243] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696198] GPT:90111 != 2097151\n[ 0.697073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698585] GPT:90111 != 2097151\n[ 0.699489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.700764] vda: vda1 vda15\n[ 0.702320] scsi host0: ata_piix\n[ 0.703278] scsi host1: ata_piix\n[ 0.704191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.705834] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707703] libphy: Fixed MDIO Bus: probed\n[ 0.708769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.710021] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.712737] PPP generic driver version 2.4.2\n[ 0.713891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715497] ehci-pci: EHCI PCI platform driver\n[ 0.716644] ehci-platform: EHCI generic platform driver\n[ 0.717951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.719467] ohci-pci: OHCI PCI platform driver\n[ 0.720611] ohci-platform: OHCI generic platform driver\n[ 0.721943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736707] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738065] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740001] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.741340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.742851] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746469] usb usb1: Product: UHCI Host Controller\n[ 0.747881] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.749448] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750705] hub 1-0:1.0: USB hub found\n[ 0.751751] hub 1-0:1.0: 2 ports detected\n[ 0.752936] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755593] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756879] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758256] mousedev: PS/2 mouse device common for all mice\n[ 0.759896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763763] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765406] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767056] i2c /dev entries driver\n[ 0.768064] device-mapper: uevent: version 1.0.3\n[ 0.769319] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.771531] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773184] NET: Registered protocol family 10\n[ 0.774450] NET: Registered protocol family 17\n[ 0.775635] Key type dns_resolver registered\n[ 0.776832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778294] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780584] registered taskstats version 1\n[ 0.781682] Loading compiled-in X.509 certificates\n[ 0.783418] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.785885] zswap: loaded using pool lzo/zbud\n[ 0.787525] Key type trusted registered\n[ 0.789315] Key type encrypted registered\n[ 0.790390] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791799] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793222] evm: HMAC attrs: 0x1\n[ 0.794344] Magic number: 14:716:924\n[ 0.795451] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:54 UTC (1535525814)\n[ 0.797580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.799122] EDD information not available.\n[ 0.863511] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.865296] ata1.00: configured for MWDMA2\n[ 0.866746] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.879535] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.881160] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.882702] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.884881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886882] Write protecting the kernel read-only data: 14336k\n[ 0.888806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949290] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 4.18s]\nping 10.10.20.7 KO\nping 10.10.20.7 KO\nping 10.10.20.7 OK\n"} 2018-08-29 06:57:50,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action used request id req-e91743b3-65b3-47f2-9974-38f8a1087639 2018-08-29 06:57:52,552 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 06:58:22,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:58:23,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:58: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-e19e097c-69c8-422b-94b7-0f3e1ca0b5f2 x-compute-request-id: req-e19e097c-69c8-422b-94b7-0f3e1ca0b5f2 Content-Encoding: gzip Content-Length: 8132 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499798847 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.163914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.166074] pid_max: default: 32768 minimum: 301\n[ 0.167295] ACPI: Core revision 20150930\n[ 0.168932] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170645] Security Framework initialized\n[ 0.171763] Yama: becoming mindful.\n[ 0.172706] AppArmor: AppArmor initialized\n[ 0.173806] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.177312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180783] Initializing cgroup subsys io\n[ 0.181836] Initializing cgroup subsys memory\n[ 0.182992] Initializing cgroup subsys devices\n[ 0.184157] Initializing cgroup subsys freezer\n[ 0.185281] Initializing cgroup subsys net_cls\n[ 0.186476] Initializing cgroup subsys perf_event\n[ 0.187722] Initializing cgroup subsys net_prio\n[ 0.188874] Initializing cgroup subsys hugetlb\n[ 0.190025] Initializing cgroup subsys pids\n[ 0.191228] CPU: Physical Processor ID: 0\n[ 0.192979] mce: CPU supports 10 MCE banks\n[ 0.194083] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.195446] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.207909] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.214694] ftrace: allocating 31920 entries in 125 pages\n[ 0.240827] smpboot: Max logical packages: 1\n[ 0.241937] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243716] x2apic enabled\n[ 0.244693] Switched APIC routing to physical x2apic.\n[ 0.246763] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.250888] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253208] KVM setup paravirtual spinlock\n[ 0.254721] x86: Booted up 1 node, 1 CPUs\n[ 0.255770] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.257552] devtmpfs: initialized\n[ 0.259429] evm: security.selinux\n[ 0.260327] evm: security.SMACK64\n[ 0.261212] evm: security.SMACK64EXEC\n[ 0.262180] evm: security.SMACK64TRANSMUTE\n[ 0.263233] evm: security.SMACK64MMAP\n[ 0.264191] evm: security.ima\n[ 0.265001] evm: security.capability\n[ 0.266019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.268459] pinctrl core: initialized pinctrl subsystem\n[ 0.269870] RTC time: 6:56:53, date: 08/29/18\n[ 0.271090] NET: Registered protocol family 16\n[ 0.272322] cpuidle: using governor ladder\n[ 0.273408] cpuidle: using governor menu\n[ 0.274440] PCCT header not found.\n[ 0.275393] ACPI: bus type PCI registered\n[ 0.276435] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278068] PCI: Using configuration type 1 for base access\n[ 0.280142] ACPI: Added _OSI(Module Device)\n[ 0.281242] ACPI: Added _OSI(Processor Device)\n[ 0.282378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285958] ACPI: Interpreter enabled\n[ 0.286951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289361] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296745] ACPI: (supports S0 S5)\n[ 0.297681] ACPI: Using IOAPIC for interrupt routing\n[ 0.298925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302519] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305687] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.307273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310205] acpiphp: Slot [3] registered\n[ 0.311241] acpiphp: Slot [4] registered\n[ 0.312283] acpiphp: Slot [5] registered\n[ 0.313315] acpiphp: Slot [6] registered\n[ 0.314349] acpiphp: Slot [7] registered\n[ 0.315383] acpiphp: Slot [8] registered\n[ 0.316414] acpiphp: Slot [9] registered\n[ 0.317447] acpiphp: Slot [10] registered\n[ 0.318511] acpiphp: Slot [11] registered\n[ 0.319571] acpiphp: Slot [12] registered\n[ 0.320618] acpiphp: Slot [13] registered\n[ 0.321681] acpiphp: Slot [14] registered\n[ 0.322779] acpiphp: Slot [15] registered\n[ 0.333865] acpiphp: Slot [16] registered\n[ 0.334919] acpiphp: Slot [17] registered\n[ 0.335972] acpiphp: Slot [18] registered\n[ 0.337025] acpiphp: Slot [19] registered\n[ 0.338078] acpiphp: Slot [20] registered\n[ 0.339125] acpiphp: Slot [21] registered\n[ 0.340172] acpiphp: Slot [22] registered\n[ 0.341219] acpiphp: Slot [23] registered\n[ 0.342271] acpiphp: Slot [24] registered\n[ 0.343321] acpiphp: Slot [25] registered\n[ 0.344369] acpiphp: Slot [26] registered\n[ 0.345415] acpiphp: Slot [27] registered\n[ 0.346491] acpiphp: Slot [28] registered\n[ 0.347587] acpiphp: Slot [29] registered\n[ 0.348640] acpiphp: Slot [30] registered\n[ 0.349696] acpiphp: Slot [31] registered\n[ 0.350752] PCI host bridge to bus 0000:00\n[ 0.351803] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353424] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355042] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.358810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.365206] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.368495] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.370184] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.378997] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428267] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430051] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431807] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433544] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435569] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.437004] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438422] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440452] vgaarb: loaded\n[ 0.441219] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442670] SCSI subsystem initialized\n[ 0.443716] ACPI: bus type USB registered\n[ 0.444779] usbcore: registered new interface driver usbfs\n[ 0.446157] usbcore: registered new interface driver hub\n[ 0.447544] usbcore: registered new device driver usb\n[ 0.448934] PCI: Using ACPI for IRQ routing\n[ 0.450238] NetLabel: Initializing\n[ 0.451160] NetLabel: domain hash size = 128\n[ 0.452278] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453536] NetLabel: unlabeled traffic allowed by default\n[ 0.454970] clocksource: Switched to clocksource kvm-clock\n[ 0.460639] AppArmor: AppArmor Filesystem Enabled\n[ 0.461899] pnp: PnP ACPI init\n[ 0.462999] pnp: PnP ACPI: found 5 devices\n[ 0.469605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.471870] NET: Registered protocol family 2\n[ 0.473094] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.474808] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.476372] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.477920] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.479353] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480893] NET: Registered protocol family 1\n[ 0.482022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.483522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.484965] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.499265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.513695] Trying to unpack rootfs image as initramfs...\n[ 0.562777] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.577085] Scanning for low memory corruption every 60 seconds\n[ 0.578803] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.580400] audit: initializing netlink subsys (disabled)\n[ 0.581783] audit: type=2000 audit(1535525814.680:1): initialized\n[ 0.583526] Initialise system trusted keyring\n[ 0.584755] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.586395] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.588784] zbud: loaded\n[ 0.589659] VFS: Disk quotas dquot_6.6.0\n[ 0.590748] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.594947] fuse init (API version 7.23)\n[ 0.596134] Key type big_key registered\n[ 0.597200] Allocating IMA MOK and blacklist keyrings.\n[ 0.598646] Key type asymmetric registered\n[ 0.599753] Asymmetric key parser 'x509' registered\n[ 0.601046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603376] io scheduler noop registered\n[ 0.604438] io scheduler deadline registered (default)\n[ 0.605770] io scheduler cfq registered\n[ 0.606863] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.608291] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609996] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611946] ACPI: Power Button [PWRF]\n[ 0.613024] GHES: HEST is not enabled!\n[ 0.626955] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658502] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685557] Linux agpgart interface v0.103\n[ 0.687866] brd: module loaded\n[ 0.689259] loop: module loaded\n[ 0.694243] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696198] GPT:90111 != 2097151\n[ 0.697073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698585] GPT:90111 != 2097151\n[ 0.699489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.700764] vda: vda1 vda15\n[ 0.702320] scsi host0: ata_piix\n[ 0.703278] scsi host1: ata_piix\n[ 0.704191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.705834] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707703] libphy: Fixed MDIO Bus: probed\n[ 0.708769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.710021] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.712737] PPP generic driver version 2.4.2\n[ 0.713891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715497] ehci-pci: EHCI PCI platform driver\n[ 0.716644] ehci-platform: EHCI generic platform driver\n[ 0.717951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.719467] ohci-pci: OHCI PCI platform driver\n[ 0.720611] ohci-platform: OHCI generic platform driver\n[ 0.721943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736707] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738065] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740001] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.741340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.742851] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746469] usb usb1: Product: UHCI Host Controller\n[ 0.747881] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.749448] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750705] hub 1-0:1.0: USB hub found\n[ 0.751751] hub 1-0:1.0: 2 ports detected\n[ 0.752936] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755593] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756879] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758256] mousedev: PS/2 mouse device common for all mice\n[ 0.759896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763763] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765406] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767056] i2c /dev entries driver\n[ 0.768064] device-mapper: uevent: version 1.0.3\n[ 0.769319] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.771531] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773184] NET: Registered protocol family 10\n[ 0.774450] NET: Registered protocol family 17\n[ 0.775635] Key type dns_resolver registered\n[ 0.776832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778294] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780584] registered taskstats version 1\n[ 0.781682] Loading compiled-in X.509 certificates\n[ 0.783418] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.785885] zswap: loaded using pool lzo/zbud\n[ 0.787525] Key type trusted registered\n[ 0.789315] Key type encrypted registered\n[ 0.790390] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791799] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793222] evm: HMAC attrs: 0x1\n[ 0.794344] Magic number: 14:716:924\n[ 0.795451] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:54 UTC (1535525814)\n[ 0.797580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.799122] EDD information not available.\n[ 0.863511] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.865296] ata1.00: configured for MWDMA2\n[ 0.866746] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.879535] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.881160] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.882702] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.884881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886882] Write protecting the kernel read-only data: 14336k\n[ 0.888806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949290] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 4.18s]\nping 10.10.20.7 KO\nping 10.10.20.7 KO\nping 10.10.20.7 OK\nping 10.10.20.7 OK\nping 10.10.20.7 OK\nping 10.10.20.7 OK\n"} 2018-08-29 06:58:23,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action used request id req-e19e097c-69c8-422b-94b7-0f3e1ca0b5f2 2018-08-29 06:58:23,629 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.5) to 'sdnvpn-8-2' (10.10.20.7). -->Expected result: can ping. 2018-08-29 06:58:23,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d134d1d783e7277a156574842a5b00e5e88f75f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 06:58:24,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:58: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-bbd27934-fbcf-4754-a2cf-ab1f6b5878a8 x-compute-request-id: req-bbd27934-fbcf-4754-a2cf-ab1f6b5878a8 Content-Encoding: gzip Content-Length: 8132 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499798847 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.163914] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.166074] pid_max: default: 32768 minimum: 301\n[ 0.167295] ACPI: Core revision 20150930\n[ 0.168932] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.170645] Security Framework initialized\n[ 0.171763] Yama: becoming mindful.\n[ 0.172706] AppArmor: AppArmor initialized\n[ 0.173806] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.175620] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.177312] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178934] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180783] Initializing cgroup subsys io\n[ 0.181836] Initializing cgroup subsys memory\n[ 0.182992] Initializing cgroup subsys devices\n[ 0.184157] Initializing cgroup subsys freezer\n[ 0.185281] Initializing cgroup subsys net_cls\n[ 0.186476] Initializing cgroup subsys perf_event\n[ 0.187722] Initializing cgroup subsys net_prio\n[ 0.188874] Initializing cgroup subsys hugetlb\n[ 0.190025] Initializing cgroup subsys pids\n[ 0.191228] CPU: Physical Processor ID: 0\n[ 0.192979] mce: CPU supports 10 MCE banks\n[ 0.194083] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.195446] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.207909] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.214694] ftrace: allocating 31920 entries in 125 pages\n[ 0.240827] smpboot: Max logical packages: 1\n[ 0.241937] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243716] x2apic enabled\n[ 0.244693] Switched APIC routing to physical x2apic.\n[ 0.246763] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248288] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.250888] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253208] KVM setup paravirtual spinlock\n[ 0.254721] x86: Booted up 1 node, 1 CPUs\n[ 0.255770] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.257552] devtmpfs: initialized\n[ 0.259429] evm: security.selinux\n[ 0.260327] evm: security.SMACK64\n[ 0.261212] evm: security.SMACK64EXEC\n[ 0.262180] evm: security.SMACK64TRANSMUTE\n[ 0.263233] evm: security.SMACK64MMAP\n[ 0.264191] evm: security.ima\n[ 0.265001] evm: security.capability\n[ 0.266019] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.268459] pinctrl core: initialized pinctrl subsystem\n[ 0.269870] RTC time: 6:56:53, date: 08/29/18\n[ 0.271090] NET: Registered protocol family 16\n[ 0.272322] cpuidle: using governor ladder\n[ 0.273408] cpuidle: using governor menu\n[ 0.274440] PCCT header not found.\n[ 0.275393] ACPI: bus type PCI registered\n[ 0.276435] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.278068] PCI: Using configuration type 1 for base access\n[ 0.280142] ACPI: Added _OSI(Module Device)\n[ 0.281242] ACPI: Added _OSI(Processor Device)\n[ 0.282378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285958] ACPI: Interpreter enabled\n[ 0.286951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289361] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296745] ACPI: (supports S0 S5)\n[ 0.297681] ACPI: Using IOAPIC for interrupt routing\n[ 0.298925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302519] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304043] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305687] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.307273] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.310205] acpiphp: Slot [3] registered\n[ 0.311241] acpiphp: Slot [4] registered\n[ 0.312283] acpiphp: Slot [5] registered\n[ 0.313315] acpiphp: Slot [6] registered\n[ 0.314349] acpiphp: Slot [7] registered\n[ 0.315383] acpiphp: Slot [8] registered\n[ 0.316414] acpiphp: Slot [9] registered\n[ 0.317447] acpiphp: Slot [10] registered\n[ 0.318511] acpiphp: Slot [11] registered\n[ 0.319571] acpiphp: Slot [12] registered\n[ 0.320618] acpiphp: Slot [13] registered\n[ 0.321681] acpiphp: Slot [14] registered\n[ 0.322779] acpiphp: Slot [15] registered\n[ 0.333865] acpiphp: Slot [16] registered\n[ 0.334919] acpiphp: Slot [17] registered\n[ 0.335972] acpiphp: Slot [18] registered\n[ 0.337025] acpiphp: Slot [19] registered\n[ 0.338078] acpiphp: Slot [20] registered\n[ 0.339125] acpiphp: Slot [21] registered\n[ 0.340172] acpiphp: Slot [22] registered\n[ 0.341219] acpiphp: Slot [23] registered\n[ 0.342271] acpiphp: Slot [24] registered\n[ 0.343321] acpiphp: Slot [25] registered\n[ 0.344369] acpiphp: Slot [26] registered\n[ 0.345415] acpiphp: Slot [27] registered\n[ 0.346491] acpiphp: Slot [28] registered\n[ 0.347587] acpiphp: Slot [29] registered\n[ 0.348640] acpiphp: Slot [30] registered\n[ 0.349696] acpiphp: Slot [31] registered\n[ 0.350752] PCI host bridge to bus 0000:00\n[ 0.351803] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353424] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.355042] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.356926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.358810] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.365206] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.366918] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.368495] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.370184] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.377133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.378997] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.426453] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.428267] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.430051] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.431807] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.433544] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.435569] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.437004] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.438422] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.440452] vgaarb: loaded\n[ 0.441219] vgaarb: bridge control possible 0000:00:02.0\n[ 0.442670] SCSI subsystem initialized\n[ 0.443716] ACPI: bus type USB registered\n[ 0.444779] usbcore: registered new interface driver usbfs\n[ 0.446157] usbcore: registered new interface driver hub\n[ 0.447544] usbcore: registered new device driver usb\n[ 0.448934] PCI: Using ACPI for IRQ routing\n[ 0.450238] NetLabel: Initializing\n[ 0.451160] NetLabel: domain hash size = 128\n[ 0.452278] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.453536] NetLabel: unlabeled traffic allowed by default\n[ 0.454970] clocksource: Switched to clocksource kvm-clock\n[ 0.460639] AppArmor: AppArmor Filesystem Enabled\n[ 0.461899] pnp: PnP ACPI init\n[ 0.462999] pnp: PnP ACPI: found 5 devices\n[ 0.469605] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.471870] NET: Registered protocol family 2\n[ 0.473094] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.474808] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.476372] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.477920] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.479353] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480893] NET: Registered protocol family 1\n[ 0.482022] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.483522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.484965] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.499265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.513695] Trying to unpack rootfs image as initramfs...\n[ 0.562777] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.577085] Scanning for low memory corruption every 60 seconds\n[ 0.578803] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.580400] audit: initializing netlink subsys (disabled)\n[ 0.581783] audit: type=2000 audit(1535525814.680:1): initialized\n[ 0.583526] Initialise system trusted keyring\n[ 0.584755] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.586395] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.588784] zbud: loaded\n[ 0.589659] VFS: Disk quotas dquot_6.6.0\n[ 0.590748] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.594947] fuse init (API version 7.23)\n[ 0.596134] Key type big_key registered\n[ 0.597200] Allocating IMA MOK and blacklist keyrings.\n[ 0.598646] Key type asymmetric registered\n[ 0.599753] Asymmetric key parser 'x509' registered\n[ 0.601046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.603376] io scheduler noop registered\n[ 0.604438] io scheduler deadline registered (default)\n[ 0.605770] io scheduler cfq registered\n[ 0.606863] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.608291] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609996] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611946] ACPI: Power Button [PWRF]\n[ 0.613024] GHES: HEST is not enabled!\n[ 0.626955] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655763] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658502] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682864] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685557] Linux agpgart interface v0.103\n[ 0.687866] brd: module loaded\n[ 0.689259] loop: module loaded\n[ 0.694243] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696198] GPT:90111 != 2097151\n[ 0.697073] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698585] GPT:90111 != 2097151\n[ 0.699489] GPT: Use GNU Parted to correct GPT errors.\n[ 0.700764] vda: vda1 vda15\n[ 0.702320] scsi host0: ata_piix\n[ 0.703278] scsi host1: ata_piix\n[ 0.704191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.705834] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707703] libphy: Fixed MDIO Bus: probed\n[ 0.708769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.710021] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.712737] PPP generic driver version 2.4.2\n[ 0.713891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715497] ehci-pci: EHCI PCI platform driver\n[ 0.716644] ehci-platform: EHCI generic platform driver\n[ 0.717951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.719467] ohci-pci: OHCI PCI platform driver\n[ 0.720611] ohci-platform: OHCI generic platform driver\n[ 0.721943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736707] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738065] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740001] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.741340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.742851] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744549] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746469] usb usb1: Product: UHCI Host Controller\n[ 0.747881] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.749448] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750705] hub 1-0:1.0: USB hub found\n[ 0.751751] hub 1-0:1.0: 2 ports detected\n[ 0.752936] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.755593] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.756879] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758256] mousedev: PS/2 mouse device common for all mice\n[ 0.759896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.762356] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763763] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.765406] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767056] i2c /dev entries driver\n[ 0.768064] device-mapper: uevent: version 1.0.3\n[ 0.769319] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.771531] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.773184] NET: Registered protocol family 10\n[ 0.774450] NET: Registered protocol family 17\n[ 0.775635] Key type dns_resolver registered\n[ 0.776832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778294] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.780584] registered taskstats version 1\n[ 0.781682] Loading compiled-in X.509 certificates\n[ 0.783418] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.785885] zswap: loaded using pool lzo/zbud\n[ 0.787525] Key type trusted registered\n[ 0.789315] Key type encrypted registered\n[ 0.790390] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791799] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793222] evm: HMAC attrs: 0x1\n[ 0.794344] Magic number: 14:716:924\n[ 0.795451] rtc_cmos 00:00: setting system clock to 2018-08-29 06:56:54 UTC (1535525814)\n[ 0.797580] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.799122] EDD information not available.\n[ 0.863511] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.865296] ata1.00: configured for MWDMA2\n[ 0.866746] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.879535] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.881160] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.882702] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.884881] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886882] Write protecting the kernel read-only data: 14336k\n[ 0.888806] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949290] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 4.18s]\nping 10.10.20.7 KO\nping 10.10.20.7 KO\nping 10.10.20.7 OK\nping 10.10.20.7 OK\nping 10.10.20.7 OK\nping 10.10.20.7 OK\n"} 2018-08-29 06:58:24,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action used request id req-bbd27934-fbcf-4754-a2cf-ab1f6b5878a8 2018-08-29 06:58:24,709 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-08-29 06:58:24,710 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-08-29 06:58:24,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:24,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7650 X-Openstack-Request-Id: req-41a5605f-044b-44c2-b724-3adc35eb99dd Date: Wed, 29 Aug 2018 06:58:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38ec658f-7d76-4142-b197-0820474174d6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["37f8dd36-f1be-412e-9133-3269363932ec"],"description":"","tags":[],"updated_at":"2018-08-29T06:56:27Z","provider:segmentation_id":25,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c3c3a75e-af2a-484f-b668-7b70a8ce7024","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"],"description":"","tags":[],"updated_at":"2018-08-29T06:56:21Z","provider:segmentation_id":15,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:56:21Z","provider:network_type":"vxlan"}]} 2018-08-29 06:58:24,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-41a5605f-044b-44c2-b724-3adc35eb99dd 2018-08-29 06:58:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}' 2018-08-29 06:58:26,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-8295c6bc-77e0-4838-be18-95160e18da8d Date: Wed, 29 Aug 2018 06:58:26 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-29T06:58:25Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": null, "id": "a6b66d16-08e1-4c86-b17b-ef8c7f40fdcf", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:58:25Z", "project_id": "8331fb80acb1488a84bc7cffea257dab"}} 2018-08-29 06:58:26,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-8295c6bc-77e0-4838-be18-95160e18da8d 2018-08-29 06:58:26,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6d6f7e40e9bd318d9dbc8871d92c212a39d509" -d '{"addFloatingIp": {"address": "172.30.9.203"}}' 2018-08-29 06:58:31,058 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-765c80f9-e83f-494a-9794-b6bc99985b4d x-compute-request-id: req-765c80f9-e83f-494a-9794-b6bc99985b4d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 06:58:31,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action used request id req-765c80f9-e83f-494a-9794-b6bc99985b4d 2018-08-29 06:58:31,059 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-08-29 06:58:31,059 - sdnvpn-results - DEBUG - Ping IP 172.30.9.203 2018-08-29 06:58:31,059 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.203 -c 10' 2018-08-29 06:58:40,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6d6f7e40e9bd318d9dbc8871d92c212a39d509" -d '{"forceDelete": null}' 2018-08-29 06:58:40,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:58: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-5ac7d1a7-cddf-4b0f-bb4d-1e6e6db97e5b x-compute-request-id: req-5ac7d1a7-cddf-4b0f-bb4d-1e6e6db97e5b Content-Length: 0 Content-Type: application/json 2018-08-29 06:58:40,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/25205892-a56c-4cfb-baa5-14bdb9559750/action used request id req-5ac7d1a7-cddf-4b0f-bb4d-1e6e6db97e5b 2018-08-29 06:58:40,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e6d6f7e40e9bd318d9dbc8871d92c212a39d509" -d '{"forceDelete": null}' 2018-08-29 06:58:40,434 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 06:58: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-7e233e46-d012-4d90-a2b2-1e4cdbd95bc3 x-compute-request-id: req-7e233e46-d012-4d90-a2b2-1e4cdbd95bc3 Content-Length: 0 Content-Type: application/json 2018-08-29 06:58:40,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7d60ce1f-95c9-4f5e-b776-3483436a4e89/action used request id req-7e233e46-d012-4d90-a2b2-1e4cdbd95bc3 2018-08-29 06:58:40,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/010d9685-5998-4251-b43c-cea702a887e7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a251acf9848129ef6abb6a9fa3342d81b6213d24" 2018-08-29 06:58:42,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b71006a2-4a04-4249-a436-0deb060f07ff Date: Wed, 29 Aug 2018 06:58:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 06:58:42,241 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/010d9685-5998-4251-b43c-cea702a887e7 used request id req-b71006a2-4a04-4249-a436-0deb060f07ff 2018-08-29 06:58:42,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/a6b66d16-08e1-4c86-b17b-ef8c7f40fdcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:43,370 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-deea21c7-6ba8-4b3d-bfd3-b4b78fd8d1d9 Content-Length: 0 Date: Wed, 29 Aug 2018 06:58:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:58:43,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/a6b66d16-08e1-4c86-b17b-ef8c7f40fdcf used request id req-deea21c7-6ba8-4b3d-bfd3-b4b78fd8d1d9 2018-08-29 06:58:43,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"subnet_id": "0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"}' 2018-08-29 06:58:44,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4713e99f-7a4b-40d4-ae56-c665d1be5a16 Date: Wed, 29 Aug 2018 06:58:44 GMT RESP BODY: {"network_id": "c3c3a75e-af2a-484f-b668-7b70a8ce7024", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "0daa778a-88e5-4fd0-8fa9-dc97dfa4138f", "subnet_ids": ["0daa778a-88e5-4fd0-8fa9-dc97dfa4138f"], "port_id": "a69620ad-d85b-4327-85bb-c76e51724bc6", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5"} 2018-08-29 06:58:44,638 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/remove_router_interface used request id req-4713e99f-7a4b-40d4-ae56-c665d1be5a16 2018-08-29 06:58:44,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"subnet_id": "37f8dd36-f1be-412e-9133-3269363932ec"}' 2018-08-29 06:58:45,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4c021d4d-fa6d-4c39-9f88-5296f08d25f8 Date: Wed, 29 Aug 2018 06:58:45 GMT RESP BODY: {"network_id": "38ec658f-7d76-4142-b197-0820474174d6", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "37f8dd36-f1be-412e-9133-3269363932ec", "subnet_ids": ["37f8dd36-f1be-412e-9133-3269363932ec"], "port_id": "41ca224f-720d-4370-9621-408acc153ae7", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5"} 2018-08-29 06:58:45,876 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5/remove_router_interface used request id req-4c021d4d-fa6d-4c39-9f88-5296f08d25f8 2018-08-29 06:58:45,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 06:58:46,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-a07e9380-9844-44a5-9c21-091a62daf302 Date: Wed, 29 Aug 2018 06:58:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:22Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:58:46Z", "revision_number": 11, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "77f2a31b-683f-4c70-b26c-79cb8c62a0d5", "name": "sdnvpn-8-1-router"}} 2018-08-29 06:58:46,775 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 used request id req-a07e9380-9844-44a5-9c21-091a62daf302 2018-08-29 06:58:46,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/0daa778a-88e5-4fd0-8fa9-dc97dfa4138f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:48,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f7aaec6-636e-44c0-8746-6266bc443e31 Date: Wed, 29 Aug 2018 06:58:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:58:48,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/0daa778a-88e5-4fd0-8fa9-dc97dfa4138f used request id req-9f7aaec6-636e-44c0-8746-6266bc443e31 2018-08-29 06:58:48,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/37f8dd36-f1be-412e-9133-3269363932ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:51,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3bf51148-13c3-4906-a7d0-c4bd59889c94 Date: Wed, 29 Aug 2018 06:58:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:58:51,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/37f8dd36-f1be-412e-9133-3269363932ec used request id req-3bf51148-13c3-4906-a7d0-c4bd59889c94 2018-08-29 06:58:51,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:51,499 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae147bb7-bcc8-4c8d-a608-45327a17fdbd Content-Length: 0 Date: Wed, 29 Aug 2018 06:58:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:58:51,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/77f2a31b-683f-4c70-b26c-79cb8c62a0d5 used request id req-ae147bb7-bcc8-4c8d-a608-45327a17fdbd 2018-08-29 06:58:51,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/c3c3a75e-af2a-484f-b668-7b70a8ce7024 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:52,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78d9d893-c378-4b81-89ce-2e682635a1da Date: Wed, 29 Aug 2018 06:58:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:58:52,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/c3c3a75e-af2a-484f-b668-7b70a8ce7024 used request id req-78d9d893-c378-4b81-89ce-2e682635a1da 2018-08-29 06:58:52,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/38ec658f-7d76-4142-b197-0820474174d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1379b4cbcf85eee7b71f0be55007ec78dacb5126" 2018-08-29 06:58:53,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c17f966-deac-4181-bcd5-d7d58f44c316 Date: Wed, 29 Aug 2018 06:58:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 06:58:53,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/38ec658f-7d76-4142-b197-0820474174d6 used request id req-7c17f966-deac-4181-bcd5-d7d58f44c316 2018-08-29 06:58:53,162 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | PASS | 'sdnvpn-8-1' can ping 'sdnvpn-8-2' | +========================================================================================+ | Assign a Floating IP to sdnvpn-8-1 | | PASS | Assign a Floating IP to sdnvpn-8-1 | +========================================================================================+ | Ping sdnvpn-8-1 via Floating IP | +----------------------------------------------------------------------------------------+ | PASS | Ping IP 172.30.9.203 | +========================================================================================+ 2018-08-29 06:58:53,162 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-29 06:58:53,162 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-29 06:58:53,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', 'details': [{u"'sdnvpn-8-1' can ping 'sdnvpn-8-2'": 'PASS'}, {u'Assign a Floating IP to sdnvpn-8-1': 'PASS'}, {u'Ping IP 172.30.9.203': 'PASS'}]} 2018-08-29 06:58:53,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-29 06:58:53,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-29 06:58:53,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-29 06:58:53,251 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-29 06:58:53,254 - paramiko.transport - DEBUG - starting thread (client mode): 0xa2469710L 2018-08-29 06:58:53,254 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:58:53,279 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:58:53,279 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:58:53,283 - 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-08-29 06:58:53,283 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:58:53,283 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:58:53,284 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:58:53,284 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:58:53,284 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:58:53,291 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:58:53,292 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:58:53,318 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.107: 183c752f2bfe65f6771ba26cd7f6abf4 2018-08-29 06:58:53,319 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:58:53,331 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:58:53,359 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:58:53,384 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:58:53,527 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:58:53,527 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:58:53,566 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:58:53,567 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:58:53,590 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:58:58,274 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:58:58,275 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:58:58,277 - paramiko.transport - DEBUG - starting thread (client mode): 0xa23a0c10L 2018-08-29 06:58:58,278 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:58:58,284 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:58:58,284 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:58:58,287 - 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-08-29 06:58:58,287 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:58:58,287 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:58:58,288 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:58:58,288 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:58:58,288 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:58:58,293 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:58:58,293 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:58:58,309 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 06:58:58,310 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:58:58,333 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:58:58,345 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:58:58,374 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:58:58,436 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:58:58,437 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:58:58,476 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:58:58,477 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:58:58,481 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:58:58,515 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:58:58,516 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:58:58,517 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:58:58,517 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:58:58,518 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:58:58,558 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:58:58,594 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:58:58,595 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:58:58,596 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:58:58,597 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:58:58,597 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:58:58,637 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:58:58,668 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:58:58,670 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:58:58,671 - paramiko.transport - DEBUG - starting thread (client mode): 0xa2384a50L 2018-08-29 06:58:58,672 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:58:58,677 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:58:58,678 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:58:58,680 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 06:58:58,680 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:58:58,680 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:58:58,681 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:58:58,681 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:58:58,681 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:58:58,685 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:58:58,686 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:58:58,687 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 06:58:58,688 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:58:58,725 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:58:58,738 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:58:58,752 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:58:58,825 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:58:58,826 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:58:58,865 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:58:58,866 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:58:58,871 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:58:58,905 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:58:58,906 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:58:58,907 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:58:58,907 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:58:58,908 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:58:58,949 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:58:58,984 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:58:58,985 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:58:58,986 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:58:58,987 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:58:58,987 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:58:59,028 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:58:59,060 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:58:59,061 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:58:59,065 - paramiko.transport - DEBUG - starting thread (client mode): 0xa22fe990L 2018-08-29 06:58:59,066 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:58:59,070 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:58:59,070 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:58:59,073 - 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-08-29 06:58:59,074 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:58:59,074 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:58:59,074 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:58:59,074 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:58:59,074 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:58:59,079 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:58:59,080 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:58:59,081 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 06:58:59,082 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:58:59,119 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:58:59,131 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:58:59,146 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:58:59,235 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:58:59,235 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:58:59,274 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:58:59,275 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:58:59,283 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:58:59,319 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:58:59,320 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:58:59,321 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:58:59,322 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:58:59,322 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:58:59,363 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:58:59,399 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:58:59,400 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:58:59,401 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:58:59,402 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:58:59,402 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:58:59,442 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:58:59,473 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:58:59,475 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:58:59,476 - paramiko.transport - DEBUG - starting thread (client mode): 0xa23e3a50L 2018-08-29 06:58:59,476 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:58:59,481 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:58:59,481 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:58:59,483 - 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-08-29 06:58:59,483 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:58:59,484 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:58:59,484 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:58:59,484 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:58:59,484 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:58:59,488 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:58:59,489 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:58:59,492 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 06:58:59,493 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:58:59,529 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:58:59,539 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:58:59,557 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:58:59,616 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:58:59,617 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:58:59,656 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:58:59,657 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:58:59,660 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:58:59,691 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:58:59,692 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:58:59,693 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:58:59,693 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:58:59,694 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:58:59,734 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:58:59,765 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:58:59,767 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:58:59,768 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:58:59,768 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:58:59,769 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:58:59,809 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:58:59,836 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:58:59,837 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:58:59,839 - paramiko.transport - DEBUG - starting thread (client mode): 0xa23e7650L 2018-08-29 06:58:59,839 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:58:59,844 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:58:59,844 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:58:59,847 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 06:58:59,847 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:58:59,847 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:58:59,848 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:58:59,848 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:58:59,848 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:58:59,852 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:58:59,853 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:58:59,855 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 06:58:59,855 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:58:59,892 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:58:59,903 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:58:59,920 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:58:59,985 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:58:59,986 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:59:00,025 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:59:00,026 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:59:00,031 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:59:00,063 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:59:00,063 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:00,064 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:59:00,065 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:00,065 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:00,105 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:00,136 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:00,137 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:59:00,137 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:00,138 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:59:00,139 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:59:00,179 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:59:00,207 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:59:00,208 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:00,209 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:59:00,210 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:00,210 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:00,216 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:04,691 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:04,692 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:04,694 - paramiko.transport - DEBUG - starting thread (client mode): 0xa23a0410L 2018-08-29 06:59:04,694 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:59:04,701 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:59:04,701 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:59:04,705 - 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-08-29 06:59:04,705 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:59:04,705 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:59:04,706 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:59:04,706 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:59:04,706 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:59:04,711 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:59:04,712 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:59:04,726 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 06:59:04,727 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:59:04,751 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:59:04,764 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:59:04,791 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:59:04,869 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:59:04,870 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:59:04,909 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:59:04,910 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:59:04,928 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:59:04,960 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:59:04,962 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:04,962 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:59:04,963 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:04,963 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:05,004 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:05,039 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:05,040 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:59:05,041 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:05,042 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:59:05,042 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:59:05,083 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:59:05,113 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:59:05,115 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:59:05,117 - paramiko.transport - DEBUG - starting thread (client mode): 0xa2433290L 2018-08-29 06:59:05,118 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:59:05,124 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:59:05,124 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:59:05,128 - 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-08-29 06:59:05,128 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:59:05,128 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:59:05,128 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:59:05,128 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:59:05,129 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:59:05,133 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:59:05,134 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:59:05,149 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 06:59:05,150 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:59:05,173 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:59:05,185 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:59:05,214 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:59:05,292 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:59:05,292 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:59:05,331 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:59:05,332 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:59:05,351 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:59:05,387 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:59:05,388 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:05,389 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:59:05,390 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:05,390 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:05,431 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:05,468 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:05,470 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:59:05,471 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:05,472 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:59:05,472 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:59:05,513 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:59:05,550 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:59:05,551 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:59:05,553 - paramiko.transport - DEBUG - starting thread (client mode): 0xa24338d0L 2018-08-29 06:59:05,554 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:59:05,560 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:59:05,560 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:59:05,563 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 06:59:05,563 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:59:05,563 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:59:05,563 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:59:05,564 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:59:05,564 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:59:05,568 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:59:05,569 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:59:05,586 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 06:59:05,586 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:59:05,608 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:59:05,621 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:59:05,651 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:59:05,706 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:59:05,706 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:59:05,745 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:59:05,746 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:59:05,754 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:59:05,784 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:59:05,785 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:05,786 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:59:05,787 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:05,787 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:05,827 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:05,863 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:05,864 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:59:05,865 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:05,866 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:59:05,866 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:59:05,906 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:59:05,936 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:59:05,938 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:59:05,939 - paramiko.transport - DEBUG - starting thread (client mode): 0xa3ebfcd0L 2018-08-29 06:59:05,940 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:59:05,944 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:59:05,945 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:59:05,946 - 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-08-29 06:59:05,946 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:59:05,947 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:59:05,947 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:59:05,947 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:59:05,947 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:59:05,952 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:59:05,952 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:59:05,956 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 06:59:05,956 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:59:05,992 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:59:06,003 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:59:06,021 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:59:06,088 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:59:06,088 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:59:06,127 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:59:06,128 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:59:06,132 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:59:06,162 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:59:06,163 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:06,164 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:59:06,164 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:06,165 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:06,205 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:06,240 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:06,241 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:59:06,242 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:06,243 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:59:06,243 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:59:06,284 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:59:06,314 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:59:06,315 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:59:06,317 - paramiko.transport - DEBUG - starting thread (client mode): 0xa2435ad0L 2018-08-29 06:59:06,318 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 06:59:06,322 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 06:59:06,322 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 06:59:06,324 - 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-08-29 06:59:06,324 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 06:59:06,324 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 06:59:06,325 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 06:59:06,325 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 06:59:06,325 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 06:59:06,330 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 06:59:06,330 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 06:59:06,333 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 06:59:06,334 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 06:59:06,369 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 06:59:06,380 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 06:59:06,398 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 06:59:06,455 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 06:59:06,455 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 06:59:06,494 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 06:59:06,495 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 06:59:06,501 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 06:59:06,530 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 06:59:06,530 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 06:59:06,531 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 06:59:06,532 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 06:59:06,532 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 06:59:06,572 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 06:59:06,603 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 06:59:06,604 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 06:59:06,605 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 06:59:06,606 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 06:59:06,606 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 06:59:06,646 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 06:59:06,672 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 06:59:06,673 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:59:06,674 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 06:59:06,675 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:59:06,675 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:59:06,679 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:59:06,733 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:59:06,734 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:59:06,735 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:59:06,735 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:59:06,736 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:59:06,740 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:59:06,791 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:59:06,792 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:59:06,793 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:59:06,794 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:59:06,794 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:59:06,799 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:59:06,849 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:59:06,850 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:59:06,851 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:59:06,851 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:59:06,852 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:59:06,855 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:59:06,900 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:59:06,901 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 06:59:06,902 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:59:06,903 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 06:59:06,903 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 06:59:06,907 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 06:59:06,954 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 06:59:06,955 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-08-29 06:59:06,955 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 06:59:06,955 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-08-29 06:59:06,956 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-08-29 06:59:06,956 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:59:06,958 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:59:06,958 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:59:06,961 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:59:07,013 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:59:07,014 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-08-29 06:59:07,015 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:59:07,016 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:59:07,016 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:59:07,017 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:59:07,021 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:59:07,071 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:59:07,072 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-08-29 06:59:07,073 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 06:59:07,074 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:59:07,074 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 06:59:07,075 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 06:59:07,079 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 06:59:07,128 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 06:59:07,129 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-08-29 06:59:07,133 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 06:59:07,157 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 06:59:07,158 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 06:59:07,158 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 06:59:07,160 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 06:59:07,202 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-29 06:59:07,203 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-29 06:59:07,204 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-29 06:59:07,205 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-29 06:59:07,205 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-29 06:59:07,246 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-29 06:59:07,285 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-29 06:59:07,287 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-29 06:59:07,287 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-29 06:59:07,288 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-29 06:59:07,288 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-29 06:59:07,329 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-29 06:59:07,361 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-08-29 06:59:07,362 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-08-29 06:59:07,363 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-08-29 06:59:07,364 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-08-29 06:59:07,368 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-08-29 06:59:07,370 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-2 2018-08-29 06:59:07,371 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-29 06:59:07,371 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-29 06:59:07,372 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-29 06:59:07,374 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-29 06:59:07,375 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-29 06:59:07,375 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-08-29 06:59:07,376 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-08-29 06:59:07,376 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-08-29 06:59:07,414 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-29 06:59:07,414 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.30 2018-08-29 06:59:07,415 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-29 06:59:07,415 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-29 06:59:07,416 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-29 06:59:07,417 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-29 06:59:07,457 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-29 06:59:08,787 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-29 06:59:08,788 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-29 06:59:08,788 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-29 06:59:08,789 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-29 06:59:08,790 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-29 06:59:08,830 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-29 06:59:09,503 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-29 06:59:09,504 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-29 06:59:14,509 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-08-29 06:59:14,509 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-29 06:59:14,510 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-29 06:59:14,510 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-29 06:59:14,513 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-29 06:59:14,565 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-29 06:59:14,566 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-08-29 06:59:14,566 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-08-29 06:59:14,569 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-29 06:59:27,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:59:27,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:59:27,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:59:27,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:59:27,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:59:27,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:59:27,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:59:27,732 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:59:27,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:59:27,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:59:27,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:59:27,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:59:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 06:59:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 06:59:27,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 06:59:27,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 06:59:27,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 06:59:27,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 06:59:27,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:59:27,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f35f4ce-92a9-43fb-816c-f70cfd17f0a3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:59:27,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8f35f4ce-92a9-43fb-816c-f70cfd17f0a3 2018-08-29 06:59:27,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:59:28,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["m95ykGvvT3Cn7M7X36v8pQ"], "issued_at": "2018-08-29T06:59:28.000000Z"}} 2018-08-29 06:59:28,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0294717304ed6d655bfcf813e6c82be17be5c008" 2018-08-29 06:59:28,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:59: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-68bfb65f-b4b8-474f-80d6-03dae3c41fce x-compute-request-id: req-68bfb65f-b4b8-474f-80d6-03dae3c41fce Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 06:59:28,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail used request id req-68bfb65f-b4b8-474f-80d6-03dae3c41fce 2018-08-29 06:59:28,312 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-29 06:59:28,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0294717304ed6d655bfcf813e6c82be17be5c008" -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-08-29 06:59:28,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:59: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-07d1ff06-7c9f-40bb-bcb2-71f0fb30ee66 x-compute-request-id: req-07d1ff06-7c9f-40bb-bcb2-71f0fb30ee66 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 06:59:28,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-07d1ff06-7c9f-40bb-bcb2-71f0fb30ee66 2018-08-29 06:59:28,373 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0 created successfully. 2018-08-29 06:59:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:59:28,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3969c74f-449f-4672-bf63-dfdd2de41645 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:59:28,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3969c74f-449f-4672-bf63-dfdd2de41645 2018-08-29 06:59:28,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:59:28,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["_LdDT16dSUap_GE1gIIgyw"], "issued_at": "2018-08-29T06:59:28.000000Z"}} 2018-08-29 06:59:28,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:29,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27178 X-Openstack-Request-Id: req-a1dc3844-a4f0-4c5d-bcbb-4e3e98cb2393 Date: Wed, 29 Aug 2018 06:59:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:56:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 6, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 06:59:29,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-a1dc3844-a4f0-4c5d-bcbb-4e3e98cb2393 2018-08-29 06:59:29,387 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 06:59:29,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:29,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 22906 X-Openstack-Request-Id: req-69ab3ac5-aac8-4c9a-9397-c2bc34960b61 Date: Wed, 29 Aug 2018 06:59:29 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-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "129e007e-6055-4cc8-a134-9d9996ec2b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "376ec766-4253-4bd8-a293-8662e196be81"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "547ae074-a748-43a2-8bd0-268187dc6c9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "54da35da-0e80-4320-a357-00f4ac1e2350"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "5ad40f01-6358-4953-bd8b-64329491c139"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "642959c8-284a-47dc-91d5-12c766770b5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 80, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:32Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "86f34069-5268-48dc-bf76-2567c2ec563b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "87103991-c36b-4194-bf10-5aaf3a477981"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9041cd35-362e-4da7-b07a-dd82a53a4206"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "99cfcc69-c0ae-4354-86a4-da43019201b3"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9e27935d-136b-4b88-82d5-1a588875c462"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c4204b11-e698-40d6-afb9-fc3cddd86099"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "cab2d544-2289-4e1e-b490-4d483e70f810"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e35ee0d3-6896-4081-914d-561932b5ec71"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f8c5884d-2098-4cb8-94dd-7bead787746a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3"}]} 2018-08-29 06:59:29,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-69ab3ac5-aac8-4c9a-9397-c2bc34960b61 2018-08-29 06:59:29,950 - sdnvpn_test_utils - INFO - This rule exists for security group: 853cbd19-26e0-46b6-b5fd-cdd50e9b2673 2018-08-29 06:59:29,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:30,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 22906 X-Openstack-Request-Id: req-750b91ff-d592-4dfd-be85-514673f84ac1 Date: Wed, 29 Aug 2018 06:59:30 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-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "129e007e-6055-4cc8-a134-9d9996ec2b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "376ec766-4253-4bd8-a293-8662e196be81"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "547ae074-a748-43a2-8bd0-268187dc6c9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "54da35da-0e80-4320-a357-00f4ac1e2350"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "5ad40f01-6358-4953-bd8b-64329491c139"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "642959c8-284a-47dc-91d5-12c766770b5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 80, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:32Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "86f34069-5268-48dc-bf76-2567c2ec563b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "87103991-c36b-4194-bf10-5aaf3a477981"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9041cd35-362e-4da7-b07a-dd82a53a4206"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "99cfcc69-c0ae-4354-86a4-da43019201b3"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9e27935d-136b-4b88-82d5-1a588875c462"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c4204b11-e698-40d6-afb9-fc3cddd86099"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "cab2d544-2289-4e1e-b490-4d483e70f810"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e35ee0d3-6896-4081-914d-561932b5ec71"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f8c5884d-2098-4cb8-94dd-7bead787746a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3"}]} 2018-08-29 06:59:30,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-750b91ff-d592-4dfd-be85-514673f84ac1 2018-08-29 06:59:30,143 - sdnvpn_test_utils - INFO - This rule exists for security group: 853cbd19-26e0-46b6-b5fd-cdd50e9b2673 2018-08-29 06:59:30,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:30,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 22906 X-Openstack-Request-Id: req-bdc568ff-f168-4678-8a6f-e28b8a1bfdc4 Date: Wed, 29 Aug 2018 06:59:30 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-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "129e007e-6055-4cc8-a134-9d9996ec2b77"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "376ec766-4253-4bd8-a293-8662e196be81"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 22, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "547ae074-a748-43a2-8bd0-268187dc6c9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "54da35da-0e80-4320-a357-00f4ac1e2350"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "5ad40f01-6358-4953-bd8b-64329491c139"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "642959c8-284a-47dc-91d5-12c766770b5e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 80, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:32Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "86f34069-5268-48dc-bf76-2567c2ec563b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "87103991-c36b-4194-bf10-5aaf3a477981"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9041cd35-362e-4da7-b07a-dd82a53a4206"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "99cfcc69-c0ae-4354-86a4-da43019201b3"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9e27935d-136b-4b88-82d5-1a588875c462"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:31Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2"}, {"remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "port_range_min": null, "revision_number": 0, "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "c4204b11-e698-40d6-afb9-fc3cddd86099"}, {"remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e"}, {"remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "port_range_min": null, "revision_number": 0, "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d"}, {"remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "port_range_min": null, "revision_number": 0, "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "cab2d544-2289-4e1e-b490-4d483e70f810"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96"}, {"remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "port_range_min": null, "revision_number": 0, "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af"}, {"remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "port_range_min": null, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "e35ee0d3-6896-4081-914d-561932b5ec71"}, {"remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "port_range_min": null, "revision_number": 0, "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "f8c5884d-2098-4cb8-94dd-7bead787746a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "port_range_min": null, "revision_number": 0, "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "project_id": "772c163e3eee48b184613f70fd956d02", "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f"}, {"remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "port_range_min": null, "revision_number": 0, "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6"}, {"remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "port_range_min": null, "revision_number": 0, "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7"}, {"remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "project_id": "", "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3"}]} 2018-08-29 06:59:30,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-bdc568ff-f168-4678-8a6f-e28b8a1bfdc4 2018-08-29 06:59:30,350 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-29 06:59:30,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 06:59:30,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d0bdac83-9f43-47e5-a2d6-bb329bcf0ec3 Date: Wed, 29 Aug 2018 06:59:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "port_range_min": 179, "revision_number": 0, "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:30Z", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177"}} 2018-08-29 06:59:30,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules used request id req-d0bdac83-9f43-47e5-a2d6-bb329bcf0ec3 2018-08-29 06:59:30,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:31,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6338 X-Openstack-Request-Id: req-49ca51c2-9336-42dc-8715-cb726c7bf97c Date: Wed, 29 Aug 2018 06:59:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:59:31,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-49ca51c2-9336-42dc-8715-cb726c7bf97c 2018-08-29 06:59:31,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:31,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-28719d84-847d-4e0d-97a5-22fd280537ac Date: Wed, 29 Aug 2018 06:59:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-29 06:59:31,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-28719d84-847d-4e0d-97a5-22fd280537ac 2018-08-29 06:59:31,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:31,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9b912ce2-272f-4505-8299-14d1f18cf227 Date: Wed, 29 Aug 2018 06:59:31 GMT RESP BODY: {"routers": []} 2018-08-29 06:59:31,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-9b912ce2-272f-4505-8299-14d1f18cf227 2018-08-29 06:59:31,995 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-08-29 06:59:32,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-08-29 06:59:32,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-22698706-cdb5-4514-92a3-b67ba8e542d1 Date: Wed, 29 Aug 2018 06:59:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:59:32Z","is_default":false,"provider:segmentation_id":41,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","mtu":1450}} 2018-08-29 06:59:32,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-22698706-cdb5-4514-92a3-b67ba8e542d1 2018-08-29 06:59:32,419 - sdnvpn.lib.openstack_utils - DEBUG - Network '5e2507ed-51d6-4333-832b-61eebe6b23a5' created successfully 2018-08-29 06:59:32,419 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-29 06:59:32,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"subnets": [{"ip_version": 4, "network_id": "5e2507ed-51d6-4333-832b-61eebe6b23a5", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-08-29 06:59:32,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9483f4aa-4192-43c1-bb52-31220cb19bb7 Date: Wed, 29 Aug 2018 06:59:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T06:59:32Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"d6b6b67f-c83e-4148-ba0b-806b394bc5d8","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-08-29 06:59:32,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-9483f4aa-4192-43c1-bb52-31220cb19bb7 2018-08-29 06:59:32,839 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'd6b6b67f-c83e-4148-ba0b-806b394bc5d8' created successfully 2018-08-29 06:59:32,839 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-29 06:59:32,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-08-29 06:59:33,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-fa5e64da-ccf4-4bb5-ae6b-55e32e4d9f12 Date: Wed, 29 Aug 2018 06:59:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:59:32Z", "revision_number": 0, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "37ca0096-d0cd-43af-b2b7-d9ceea34bda8", "name": "sdnvpn-3-1-router"}} 2018-08-29 06:59:33,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-fa5e64da-ccf4-4bb5-ae6b-55e32e4d9f12 2018-08-29 06:59:33,009 - sdnvpn.lib.openstack_utils - DEBUG - Router '37ca0096-d0cd-43af-b2b7-d9ceea34bda8' created successfully 2018-08-29 06:59:33,010 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-29 06:59:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"subnet_id": "d6b6b67f-c83e-4148-ba0b-806b394bc5d8"}' 2018-08-29 06:59:35,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc3d6b1e-ec58-46fc-aa51-aa0dd8852232 Date: Wed, 29 Aug 2018 06:59:35 GMT RESP BODY: {"network_id": "5e2507ed-51d6-4333-832b-61eebe6b23a5", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "d6b6b67f-c83e-4148-ba0b-806b394bc5d8", "subnet_ids": ["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"], "port_id": "1006f44d-ff9d-41db-9788-b93671a5605f", "id": "37ca0096-d0cd-43af-b2b7-d9ceea34bda8"} 2018-08-29 06:59:35,527 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8/add_router_interface used request id req-fc3d6b1e-ec58-46fc-aa51-aa0dd8852232 2018-08-29 06:59:35,528 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-29 06:59:35,528 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-29 06:59:35,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:35,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6998 X-Openstack-Request-Id: req-f170284c-da63-418a-8460-f8af1cc9b0ba Date: Wed, 29 Aug 2018 06:59:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:32Z","provider:segmentation_id":41,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:59:35,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-f170284c-da63-418a-8460-f8af1cc9b0ba 2018-08-29 06:59:35,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}}' 2018-08-29 06:59:37,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-281edf0c-ab6c-460d-8749-9def218b8650 Date: Wed, 29 Aug 2018 06:59:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:59:37Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "37ca0096-d0cd-43af-b2b7-d9ceea34bda8", "name": "sdnvpn-3-1-router"}} 2018-08-29 06:59:37,958 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8 used request id req-281edf0c-ab6c-460d-8749-9def218b8650 2018-08-29 06:59:37,958 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-29 06:59:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:38,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6998 X-Openstack-Request-Id: req-49de9894-af8c-4058-99e0-e12a13c5569f Date: Wed, 29 Aug 2018 06:59:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:32Z","provider:segmentation_id":41,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:59:38,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-49de9894-af8c-4058-99e0-e12a13c5569f 2018-08-29 06:59:38,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:38,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-82e18ac2-1536-4672-90aa-b6c332a3a200 Date: Wed, 29 Aug 2018 06:59:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T06:59:32Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"d6b6b67f-c83e-4148-ba0b-806b394bc5d8","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-08-29 06:59:38,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-82e18ac2-1536-4672-90aa-b6c332a3a200 2018-08-29 06:59:38,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:38,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-57440f6e-0c80-41a6-a3cd-3770808f9390 Date: Wed, 29 Aug 2018 06:59:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:59:37Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "37ca0096-d0cd-43af-b2b7-d9ceea34bda8", "name": "sdnvpn-3-1-router"}]} 2018-08-29 06:59:38,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-57440f6e-0c80-41a6-a3cd-3770808f9390 2018-08-29 06:59:38,495 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-08-29 06:59:38,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-08-29 06:59:38,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2e23afa1-f420-4af2-9137-331c478db6ac Date: Wed, 29 Aug 2018 06:59:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2df54b70-2e92-4290-817f-6686f1a8dac1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:59:38Z","is_default":false,"provider:segmentation_id":50,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:38Z","mtu":1450}} 2018-08-29 06:59:38,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-2e23afa1-f420-4af2-9137-331c478db6ac 2018-08-29 06:59:38,749 - sdnvpn.lib.openstack_utils - DEBUG - Network '2df54b70-2e92-4290-817f-6686f1a8dac1' created successfully 2018-08-29 06:59:38,750 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-29 06:59:38,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"subnets": [{"ip_version": 4, "network_id": "2df54b70-2e92-4290-817f-6686f1a8dac1", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-08-29 06:59:39,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-113fedd7-1724-4ae6-a4af-89056ad77e09 Date: Wed, 29 Aug 2018 06:59:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2df54b70-2e92-4290-817f-6686f1a8dac1","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:39Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T06:59:39Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"9b504178-758c-4fac-9050-24ce513859f0","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-08-29 06:59:39,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-113fedd7-1724-4ae6-a4af-89056ad77e09 2018-08-29 06:59:39,755 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '9b504178-758c-4fac-9050-24ce513859f0' created successfully 2018-08-29 06:59:39,755 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-29 06:59:39,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-08-29 06:59:40,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-bd0753e8-3e54-4e1f-a296-d4b18a4faf2a Date: Wed, 29 Aug 2018 06:59:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:59:39Z", "revision_number": 0, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "cb00d619-199d-4cfa-914d-53de243f862c", "name": "sdnvpn-3-2-quagga-router"}} 2018-08-29 06:59:40,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-bd0753e8-3e54-4e1f-a296-d4b18a4faf2a 2018-08-29 06:59:40,081 - sdnvpn.lib.openstack_utils - DEBUG - Router 'cb00d619-199d-4cfa-914d-53de243f862c' created successfully 2018-08-29 06:59:40,081 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-29 06:59:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"subnet_id": "9b504178-758c-4fac-9050-24ce513859f0"}' 2018-08-29 06:59:42,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-78d5aaef-47a4-4eff-9eb6-312725742263 Date: Wed, 29 Aug 2018 06:59:42 GMT RESP BODY: {"network_id": "2df54b70-2e92-4290-817f-6686f1a8dac1", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "9b504178-758c-4fac-9050-24ce513859f0", "subnet_ids": ["9b504178-758c-4fac-9050-24ce513859f0"], "port_id": "61411a39-a8dd-4585-9ff1-6b20f597b994", "id": "cb00d619-199d-4cfa-914d-53de243f862c"} 2018-08-29 06:59:42,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c/add_router_interface used request id req-78d5aaef-47a4-4eff-9eb6-312725742263 2018-08-29 06:59:42,227 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-29 06:59:42,227 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-29 06:59:42,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:42,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7665 X-Openstack-Request-Id: req-49a222be-5849-423a-83ed-521caa6d644a Date: Wed, 29 Aug 2018 06:59:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2df54b70-2e92-4290-817f-6686f1a8dac1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["9b504178-758c-4fac-9050-24ce513859f0"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:39Z","provider:segmentation_id":50,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:38Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:32Z","provider:segmentation_id":41,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:59:42,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-49a222be-5849-423a-83ed-521caa6d644a 2018-08-29 06:59:42,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}}' 2018-08-29 06:59:44,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-6eb4a446-b493-4f77-99c3-308878833929 Date: Wed, 29 Aug 2018 06:59:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T06:59:44Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "cb00d619-199d-4cfa-914d-53de243f862c", "name": "sdnvpn-3-2-quagga-router"}} 2018-08-29 06:59:44,197 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c used request id req-6eb4a446-b493-4f77-99c3-308878833929 2018-08-29 06:59:44,198 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-29 06:59:44,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 06:59:44,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 06:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fab177c-7472-472d-b239-36a5ea8d4bbe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 06:59:44,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9fab177c-7472-472d-b239-36a5ea8d4bbe 2018-08-29 06:59:44,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 06:59:44,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T07:59:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["y8mpDVD5TxOlcS5Swj08bA"], "issued_at": "2018-08-29T06:59:44.000000Z"}} 2018-08-29 06:59:44,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4984cf5656d19053251f1a4a7fdcdbb03168b741" 2018-08-29 06:59:44,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-2ecad7ad-aa10-4167-b664-a27b4d981415 Date: Wed, 29 Aug 2018 06:59:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 06:59:44,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-2ecad7ad-aa10-4167-b664-a27b4d981415 2018-08-29 06:59:44,768 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-29 06:59:44,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4984cf5656d19053251f1a4a7fdcdbb03168b741" 2018-08-29 06:59:44,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-442123e8-b326-42c1-b209-e823fabf7df5 Date: Wed, 29 Aug 2018 06:59: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-08-29 06:59:44,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-442123e8-b326-42c1-b209-e823fabf7df5 2018-08-29 06:59:45,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4984cf5656d19053251f1a4a7fdcdbb03168b741" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-08-29 06:59:45,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1 X-Openstack-Request-Id: req-ef2e11b9-1fe1-45bd-987b-c706957e2ba8 Date: Wed, 29 Aug 2018 06:59:45 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-08-29T06:59:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T06:59:45Z", "visibility": "public", "locations": [], "self": "/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "min_disk": 0, "protected": false, "id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "file": "/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 06:59:45,231 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-ef2e11b9-1fe1-45bd-987b-c706957e2ba8 2018-08-29 06:59:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4984cf5656d19053251f1a4a7fdcdbb03168b741" -d '' 2018-08-29 06:59:59,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1aa5b5da-7c63-4d05-820c-d0c3cbc0593e Date: Wed, 29 Aug 2018 06:59:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 06:59:59,410 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1/file used request id req-1aa5b5da-7c63-4d05-820c-d0c3cbc0593e 2018-08-29 06:59:59,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 06:59:59,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7665 X-Openstack-Request-Id: req-8818f7ce-1774-4fc8-bb00-10c2955c047d Date: Wed, 29 Aug 2018 06:59:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2df54b70-2e92-4290-817f-6686f1a8dac1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["9b504178-758c-4fac-9050-24ce513859f0"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:39Z","provider:segmentation_id":50,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:38Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:32Z","provider:segmentation_id":41,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 06:59:59,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-8818f7ce-1774-4fc8-bb00-10c2955c047d 2018-08-29 06:59:59,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}' 2018-08-29 07:00:01,153 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-65eefbe6-b212-4df2-8b1e-ad7d4a571c5e Date: Wed, 29 Aug 2018 07:00:01 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-29T07:00:00Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": null, "id": "efb4cd72-a352-4507-82e4-05985b60b9b7", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:00:00Z", "project_id": "8331fb80acb1488a84bc7cffea257dab"}} 2018-08-29 07:00:01,154 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-65eefbe6-b212-4df2-8b1e-ad7d4a571c5e 2018-08-29 07:00:01,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:00:01,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7665 X-Openstack-Request-Id: req-e5116ae3-fd07-45d1-a3fc-c4cf3fcb58c5 Date: Wed, 29 Aug 2018 07:00:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2df54b70-2e92-4290-817f-6686f1a8dac1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["9b504178-758c-4fac-9050-24ce513859f0"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:39Z","provider:segmentation_id":50,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:38Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5e2507ed-51d6-4333-832b-61eebe6b23a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"],"description":"","tags":[],"updated_at":"2018-08-29T06:59:32Z","provider:segmentation_id":41,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T06:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 07:00:01,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-e5116ae3-fd07-45d1-a3fc-c4cf3fcb58c5 2018-08-29 07:00:01,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}' 2018-08-29 07:00:03,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-64d7eb56-9802-4450-a3c4-247c2bd64d57 Date: Wed, 29 Aug 2018 07:00:03 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-08-29T07:00:02Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": null, "id": "406e6ec1-4524-4f93-ac49-1c93a83a8f9a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:00:02Z", "project_id": "8331fb80acb1488a84bc7cffea257dab"}} 2018-08-29 07:00:03,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips used request id req-64d7eb56-9802-4450-a3c4-247c2bd64d57 2018-08-29 07:00:03,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:00:03,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d0d839-7fdc-4b62-bcb5-23219d3e70f4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:00:03,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-18d0d839-7fdc-4b62-bcb5-23219d3e70f4 2018-08-29 07:00:03,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:00:03,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:00:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["58knM94eQbquIAtZVpHzEg"], "issued_at": "2018-08-29T07:00:03.000000Z"}} 2018-08-29 07:00:03,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4d83f6f109bb9c67881f2789a2c529e679ce45" 2018-08-29 07:00:03,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5b1e426f-ac0c-4f01-b9b1-749ab4e876e3 x-compute-request-id: req-5b1e426f-ac0c-4f01-b9b1-749ab4e876e3 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:00:03,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-5b1e426f-ac0c-4f01-b9b1-749ab4e876e3 2018-08-29 07:00:03,988 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:00:03,989 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:00:03,989 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:00:03,992 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:00:04,036 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:00:04,037 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:00:04,037 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-08-29 07:00:04,038 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1 network=2df54b70-2e92-4290-817f-6686f1a8dac1 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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.30 OWN_IP=172.30.9.207 # 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-08-29 07:00:04,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:00:04,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:00:04,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:00:04,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:00:04,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:00:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:00:04,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:00:04,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:00:04,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:00:04,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:00:04,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:00:04,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:00:04,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:00:04,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:00:04,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:00:04,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:00:04,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:00:04,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:00:04,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:00:04,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:00:04,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd7a98f2-4c9d-4415-b223-b33444b74bb7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:00:04,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fd7a98f2-4c9d-4415-b223-b33444b74bb7 2018-08-29 07:00:04,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:00:04,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:00:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["ApYwJuuMTl692Vuo2viaUg"], "issued_at": "2018-08-29T07:00:04.000000Z"}} 2018-08-29 07:00:04,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" 2018-08-29 07:00:04,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7f8a95bf-16de-4e88-a2bb-574eda39c990 x-compute-request-id: req-7f8a95bf-16de-4e88-a2bb-574eda39c990 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:00:04,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-7f8a95bf-16de-4e88-a2bb-574eda39c990 2018-08-29 07:00:04,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" 2018-08-29 07:00:04,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-f48f67ec-32af-4226-ae3b-6a8c611df765 x-compute-request-id: req-f48f67ec-32af-4226-ae3b-6a8c611df765 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:00:04,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0 used request id req-f48f67ec-32af-4226-ae3b-6a8c611df765 2018-08-29 07:00:04,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMzAKT1dOX0lQPTE3Mi4zMC45LjIwNwojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "2df54b70-2e92-4290-817f-6686f1a8dac1"}], "config_drive": true}}' 2018-08-29 07:00:07,262 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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-632b1365-6eaf-47e5-9279-7e4f264c9369 x-compute-request-id: req-632b1365-6eaf-47e5-9279-7e4f264c9369 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "adminPass": "UbDcuL2Toxxq"}} 2018-08-29 07:00:07,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-632b1365-6eaf-47e5-9279-7e4f264c9369 2018-08-29 07:00:07,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:00:07,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-926d4c2a-33c4-4cb3-bfb9-4486bd597669 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:00:07,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-926d4c2a-33c4-4cb3-bfb9-4486bd597669 2018-08-29 07:00:07,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:00:07,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:00:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["zbOKY9EeTvuikc2DNBEhvQ"], "issued_at": "2018-08-29T07:00:07.000000Z"}} 2018-08-29 07:00:07,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:08,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-47906a5f-380b-44bb-bfa6-93e5d2b1a175 x-compute-request-id: req-47906a5f-380b-44bb-bfa6-93e5d2b1a175 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:07Z", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:08,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-47906a5f-380b-44bb-bfa6-93e5d2b1a175 2018-08-29 07:00:11,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:12,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00: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-f183977a-038e-422b-978b-878d61909a88 x-compute-request-id: req-f183977a-038e-422b-978b-878d61909a88 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:12,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-f183977a-038e-422b-978b-878d61909a88 2018-08-29 07:00:15,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:16,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0567f841-ad74-4ac3-9fab-7a438a9ffedc x-compute-request-id: req-0567f841-ad74-4ac3-9fab-7a438a9ffedc Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:16,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-0567f841-ad74-4ac3-9fab-7a438a9ffedc 2018-08-29 07:00:19,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:20,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00: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-62529848-9ef8-4c65-8589-83a42185254b x-compute-request-id: req-62529848-9ef8-4c65-8589-83a42185254b Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:20,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-62529848-9ef8-4c65-8589-83a42185254b 2018-08-29 07:00:23,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:23,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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,Accept-Encoding x-openstack-request-id: req-14b61054-13d2-432d-8cc8-e541e78728c9 x-compute-request-id: req-14b61054-13d2-432d-8cc8-e541e78728c9 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:23,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-14b61054-13d2-432d-8cc8-e541e78728c9 2018-08-29 07:00:26,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:28,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-36a388fb-3a9d-4415-8a94-ae883f14531a x-compute-request-id: req-36a388fb-3a9d-4415-8a94-ae883f14531a Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:28,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-36a388fb-3a9d-4415-8a94-ae883f14531a 2018-08-29 07:00:31,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:32,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00: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-1532ca58-ad53-45cd-8eaa-161329022a2b x-compute-request-id: req-1532ca58-ad53-45cd-8eaa-161329022a2b Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:32,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-1532ca58-ad53-45cd-8eaa-161329022a2b 2018-08-29 07:00:35,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:36,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-501a8cc5-2f28-4597-a76b-ebafa313229d x-compute-request-id: req-501a8cc5-2f28-4597-a76b-ebafa313229d Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:36,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-501a8cc5-2f28-4597-a76b-ebafa313229d 2018-08-29 07:00:39,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:40,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6075636-afa4-42f1-bbc5-53c97cb98d25 x-compute-request-id: req-d6075636-afa4-42f1-bbc5-53c97cb98d25 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:40,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-d6075636-afa4-42f1-bbc5-53c97cb98d25 2018-08-29 07:00:43,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:44,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00: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-4df02739-5d1a-4bf2-b385-4242e6a1c15a x-compute-request-id: req-4df02739-5d1a-4bf2-b385-4242e6a1c15a Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:44,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-4df02739-5d1a-4bf2-b385-4242e6a1c15a 2018-08-29 07:00:47,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:47,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ed0c8b6-ee97-4759-819b-db90caa83373 x-compute-request-id: req-9ed0c8b6-ee97-4759-819b-db90caa83373 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:47,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-9ed0c8b6-ee97-4759-819b-db90caa83373 2018-08-29 07:00:50,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:51,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00: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-2651dd1b-ec51-4a12-ba97-e8da68d3087e x-compute-request-id: req-2651dd1b-ec51-4a12-ba97-e8da68d3087e Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:51,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-2651dd1b-ec51-4a12-ba97-e8da68d3087e 2018-08-29 07:00:54,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:55,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-636f5b31-5e14-4f55-a351-3a405ceba6ea x-compute-request-id: req-636f5b31-5e14-4f55-a351-3a405ceba6ea Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:55,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-636f5b31-5e14-4f55-a351-3a405ceba6ea 2018-08-29 07:00:58,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:00:59,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:00:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-366d344d-5b27-4323-a3db-28cd70999118 x-compute-request-id: req-366d344d-5b27-4323-a3db-28cd70999118 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:00:59,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-366d344d-5b27-4323-a3db-28cd70999118 2018-08-29 07:01:02,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:03,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1da4380-c106-499a-84cc-a052c4c88acc x-compute-request-id: req-b1da4380-c106-499a-84cc-a052c4c88acc Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:03,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-b1da4380-c106-499a-84cc-a052c4c88acc 2018-08-29 07:01:06,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:07,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-409e859a-07fa-4ce8-9b74-83f3a9b0ca22 x-compute-request-id: req-409e859a-07fa-4ce8-9b74-83f3a9b0ca22 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:07,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-409e859a-07fa-4ce8-9b74-83f3a9b0ca22 2018-08-29 07:01:10,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:10,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ffd0265-aa04-4dbd-8b89-0bc478692b08 x-compute-request-id: req-5ffd0265-aa04-4dbd-8b89-0bc478692b08 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:10,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-5ffd0265-aa04-4dbd-8b89-0bc478692b08 2018-08-29 07:01:13,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:14,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-d4f8a4fb-007d-467f-89b0-923131dd50d7 x-compute-request-id: req-d4f8a4fb-007d-467f-89b0-923131dd50d7 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:14,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-d4f8a4fb-007d-467f-89b0-923131dd50d7 2018-08-29 07:01:17,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:17,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9d914cb-1861-465b-8324-b3bd59ec805b x-compute-request-id: req-e9d914cb-1861-465b-8324-b3bd59ec805b Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:17,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-e9d914cb-1861-465b-8324-b3bd59ec805b 2018-08-29 07:01:20,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:21,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-077cb579-d9d2-4066-9a6f-d821f20ba0a9 x-compute-request-id: req-077cb579-d9d2-4066-9a6f-d821f20ba0a9 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:21,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-077cb579-d9d2-4066-9a6f-d821f20ba0a9 2018-08-29 07:01:24,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:25,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-d23a190a-19c6-4e7f-b29b-bf3d5f70ed59 x-compute-request-id: req-d23a190a-19c6-4e7f-b29b-bf3d5f70ed59 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:25,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-d23a190a-19c6-4e7f-b29b-bf3d5f70ed59 2018-08-29 07:01:28,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:29,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-615d5eaa-9dca-4636-ad0e-205e67b5ca23 x-compute-request-id: req-615d5eaa-9dca-4636-ad0e-205e67b5ca23 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:29,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-615d5eaa-9dca-4636-ad0e-205e67b5ca23 2018-08-29 07:01:32,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:32,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6e3e580-8cd4-4da3-8588-dbb0f2faa242 x-compute-request-id: req-e6e3e580-8cd4-4da3-8588-dbb0f2faa242 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:32,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-e6e3e580-8cd4-4da3-8588-dbb0f2faa242 2018-08-29 07:01:35,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:36,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-9bf85973-4377-404c-abce-ccab0456950e x-compute-request-id: req-9bf85973-4377-404c-abce-ccab0456950e Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:36,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-9bf85973-4377-404c-abce-ccab0456950e 2018-08-29 07:01:39,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:39,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-2482f26c-b467-46b2-9add-7beeda03c227 x-compute-request-id: req-2482f26c-b467-46b2-9add-7beeda03c227 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:39,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-2482f26c-b467-46b2-9add-7beeda03c227 2018-08-29 07:01:42,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:43,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-d6c21994-88e3-4b1d-ac18-7d73d08075ac x-compute-request-id: req-d6c21994-88e3-4b1d-ac18-7d73d08075ac Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:43,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-d6c21994-88e3-4b1d-ac18-7d73d08075ac 2018-08-29 07:01:46,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:47,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-6691d132-cf4c-495d-807f-a9e60da62891 x-compute-request-id: req-6691d132-cf4c-495d-807f-a9e60da62891 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:47,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-6691d132-cf4c-495d-807f-a9e60da62891 2018-08-29 07:01:50,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:51,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-70845e45-491a-4852-9c63-9deae7c0a68c x-compute-request-id: req-70845e45-491a-4852-9c63-9deae7c0a68c Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:51,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-70845e45-491a-4852-9c63-9deae7c0a68c 2018-08-29 07:01:54,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:54,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-552717a3-6a13-45cc-98a2-b8b3148389c7 x-compute-request-id: req-552717a3-6a13-45cc-98a2-b8b3148389c7 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:54,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-552717a3-6a13-45cc-98a2-b8b3148389c7 2018-08-29 07:01:57,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:01:58,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:01: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-f131d46e-ca65-4543-a027-68ec0daff414 x-compute-request-id: req-f131d46e-ca65-4543-a027-68ec0daff414 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:01:58,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-f131d46e-ca65-4543-a027-68ec0daff414 2018-08-29 07:02:01,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:01,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5928017d-fc40-4fdb-8192-87bbf0b7d89e x-compute-request-id: req-5928017d-fc40-4fdb-8192-87bbf0b7d89e Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:01,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-5928017d-fc40-4fdb-8192-87bbf0b7d89e 2018-08-29 07:02:04,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:05,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-409a05c3-16f0-4394-a5f1-2ba525c78465 x-compute-request-id: req-409a05c3-16f0-4394-a5f1-2ba525c78465 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:05,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-409a05c3-16f0-4394-a5f1-2ba525c78465 2018-08-29 07:02:08,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:09,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02: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-4a4fb410-d8f9-413d-bf23-e700fb285089 x-compute-request-id: req-4a4fb410-d8f9-413d-bf23-e700fb285089 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:09,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-4a4fb410-d8f9-413d-bf23-e700fb285089 2018-08-29 07:02:12,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:13,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7aa1c9b4-3b9e-4e7a-9f17-db9a22affc53 x-compute-request-id: req-7aa1c9b4-3b9e-4e7a-9f17-db9a22affc53 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:13,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-7aa1c9b4-3b9e-4e7a-9f17-db9a22affc53 2018-08-29 07:02:16,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:16,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-df7fdce6-7bcc-449f-8843-71d1c1e5f134 x-compute-request-id: req-df7fdce6-7bcc-449f-8843-71d1c1e5f134 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:16,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-df7fdce6-7bcc-449f-8843-71d1c1e5f134 2018-08-29 07:02:19,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:20,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-ab0030e4-0edc-4994-ba87-bf5b0086427f x-compute-request-id: req-ab0030e4-0edc-4994-ba87-bf5b0086427f Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:20,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-ab0030e4-0edc-4994-ba87-bf5b0086427f 2018-08-29 07:02:23,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:23,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-500f959e-776e-4d6f-b0e0-6f785593c555 x-compute-request-id: req-500f959e-776e-4d6f-b0e0-6f785593c555 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:23,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-500f959e-776e-4d6f-b0e0-6f785593c555 2018-08-29 07:02:26,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:27,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff8b82cd-a0f1-4cbb-813d-3d4647e3c774 x-compute-request-id: req-ff8b82cd-a0f1-4cbb-813d-3d4647e3c774 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:27,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-ff8b82cd-a0f1-4cbb-813d-3d4647e3c774 2018-08-29 07:02:30,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:30,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02: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-1fd82cd4-4890-43a8-8132-d7b3697b61a1 x-compute-request-id: req-1fd82cd4-4890-43a8-8132-d7b3697b61a1 Content-Encoding: gzip Content-Length: 786 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": null, "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:00:08Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:30,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-1fd82cd4-4890-43a8-8132-d7b3697b61a1 2018-08-29 07:02:33,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0665fa756b838e974598008708f028aed654a2a" 2018-08-29 07:02:34,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02: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-a17485a1-e773-4048-9c2d-c75178b33019 x-compute-request-id: req-a17485a1-e773-4048-9c2d-c75178b33019 Content-Encoding: gzip Content-Length: 790 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-08-29T07:02:31.000000", "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:02:32Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:34,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-a17485a1-e773-4048-9c2d-c75178b33019 2018-08-29 07:02:34,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" 2018-08-29 07:02:34,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02: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-501ceaa2-102a-4321-aed4-2164f42a3136 x-compute-request-id: req-501ceaa2-102a-4321-aed4-2164f42a3136 Content-Encoding: gzip Content-Length: 790 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:41:0f:a7", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07", "rel": "bookmark"}], "image": {"id": "4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "links": [{"href": "http://172.30.9.24:8774/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000bd", "OS-SRV-USG:launched_at": "2018-08-29T07:02:31.000000", "flavor": {"id": "62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "links": [{"href": "http://172.30.9.24:8774/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0", "rel": "bookmark"}]}, "id": "7fced84f-afe0-4e9f-8055-018c36dc4d07", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:02:32Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:00:07Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:02:34,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07 used request id req-501ceaa2-102a-4321-aed4-2164f42a3136 2018-08-29 07:02:34,983 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-08-29 07:02:34,983 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '853cbd19-26e0-46b6-b5fd-cdd50e9b2673'... 2018-08-29 07:02:34,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4d83f6f109bb9c67881f2789a2c529e679ce45" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:02:36,687 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:02: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-01d11916-0b6d-4937-ae0e-7b48c6e6e13a x-compute-request-id: req-01d11916-0b6d-4937-ae0e-7b48c6e6e13a Content-Length: 0 Content-Type: application/json 2018-08-29 07:02:36,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-01d11916-0b6d-4937-ae0e-7b48c6e6e13a 2018-08-29 07:02:36,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4d83f6f109bb9c67881f2789a2c529e679ce45" -d '{"addFloatingIp": {"address": "172.30.9.209"}}' 2018-08-29 07:02:39,161 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e0eda55-2c65-422f-ba82-dac4a32536a3 x-compute-request-id: req-4e0eda55-2c65-422f-ba82-dac4a32536a3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:02:39,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-4e0eda55-2c65-422f-ba82-dac4a32536a3 2018-08-29 07:02:39,162 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:02:39,163 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:02:39,164 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:02:39,167 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:02:39,331 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-29 07:02:39,332 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-29 07:02:39,333 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-29 07:02:39,334 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-29 07:02:39,334 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-29 07:02:39,374 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-29 07:02:39,477 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-29 07:02:39,478 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-08-29 07:02:39,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:02:39,484 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-29 07:02:40,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:02:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0e77ee2-5dc3-42c7-8e43-253c76d45d7f x-compute-request-id: req-e0e77ee2-5dc3-42c7-8e43-253c76d45d7f Content-Encoding: gzip Content-Length: 10566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667064236 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.144160] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145788] pid_max: default: 32768 minimum: 301\n[ 0.146663] ACPI: Core revision 20150930\n[ 0.148039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149320] Security Framework initialized\n[ 0.150123] Yama: becoming mindful.\n[ 0.150845] AppArmor: AppArmor initialized\n[ 0.151718] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155943] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157314] Initializing cgroup subsys io\n[ 0.158117] Initializing cgroup subsys memory\n[ 0.158958] Initializing cgroup subsys devices\n[ 0.159819] Initializing cgroup subsys freezer\n[ 0.160670] Initializing cgroup subsys net_cls\n[ 0.161516] Initializing cgroup subsys perf_event\n[ 0.162401] Initializing cgroup subsys net_prio\n[ 0.163268] Initializing cgroup subsys hugetlb\n[ 0.164118] Initializing cgroup subsys pids\n[ 0.164977] CPU: Physical Processor ID: 0\n[ 0.166451] mce: CPU supports 10 MCE banks\n[ 0.167293] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168273] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179302] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.185911] ftrace: allocating 32123 entries in 126 pages\n[ 0.213438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214630] smpboot: Max logical packages: 1\n[ 0.215623] x2apic enabled\n[ 0.216417] Switched APIC routing to physical x2apic.\n[ 0.218140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222971] KVM setup paravirtual spinlock\n[ 0.224279] x86: Booted up 1 node, 1 CPUs\n[ 0.225078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226456] devtmpfs: initialized\n[ 0.228917] evm: security.selinux\n[ 0.229607] evm: security.SMACK64\n[ 0.230283] evm: security.SMACK64EXEC\n[ 0.231012] evm: security.SMACK64TRANSMUTE\n[ 0.231809] evm: security.SMACK64MMAP\n[ 0.232539] evm: security.ima\n[ 0.233167] evm: security.capability\n[ 0.233963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235781] pinctrl core: initialized pinctrl subsystem\n[ 0.236866] RTC time: 7:02:31, date: 08/29/18\n[ 0.237791] NET: Registered protocol family 16\n[ 0.238749] cpuidle: using governor ladder\n[ 0.239548] cpuidle: using governor menu\n[ 0.240314] PCCT header not found.\n[ 0.241061] ACPI: bus type PCI registered\n[ 0.241848] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243064] PCI: Using configuration type 1 for base access\n[ 0.245202] ACPI: Added _OSI(Module Device)\n[ 0.246031] ACPI: Added _OSI(Processor Device)\n[ 0.246876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249855] ACPI: Interpreter enabled\n[ 0.250621] ACPI: (supports S0 S5)\n[ 0.251313] ACPI: Using IOAPIC for interrupt routing\n[ 0.252248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258792] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261078] acpiphp: Slot [3] registered\n[ 0.261863] acpiphp: Slot [4] registered\n[ 0.262645] acpiphp: Slot [5] registered\n[ 0.263432] acpiphp: Slot [6] registered\n[ 0.264218] acpiphp: Slot [7] registered\n[ 0.264998] acpiphp: Slot [8] registered\n[ 0.265782] acpiphp: Slot [9] registered\n[ 0.266565] acpiphp: Slot [10] registered\n[ 0.267356] acpiphp: Slot [11] registered\n[ 0.268157] acpiphp: Slot [12] registered\n[ 0.268953] acpiphp: Slot [13] registered\n[ 0.269748] acpiphp: Slot [14] registered\n[ 0.280612] acpiphp: Slot [15] registered\n[ 0.281409] acpiphp: Slot [16] registered\n[ 0.282205] acpiphp: Slot [17] registered\n[ 0.283005] acpiphp: Slot [18] registered\n[ 0.283800] acpiphp: Slot [19] registered\n[ 0.284591] acpiphp: Slot [20] registered\n[ 0.285384] acpiphp: Slot [21] registered\n[ 0.286181] acpiphp: Slot [22] registered\n[ 0.286979] acpiphp: Slot [23] registered\n[ 0.287773] acpiphp: Slot [24] registered\n[ 0.288567] acpiphp: Slot [25] registered\n[ 0.289359] acpiphp: Slot [26] registered\n[ 0.290159] acpiphp: Slot [27] registered\n[ 0.290957] acpiphp: Slot [28] registered\n[ 0.291753] acpiphp: Slot [29] registered\n[ 0.292546] acpiphp: Slot [30] registered\n[ 0.293341] acpiphp: Slot [31] registered\n[ 0.294132] PCI host bridge to bus 0000:00\n[ 0.294939] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298740] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300164] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363593] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372696] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374220] vgaarb: loaded\n[ 0.374811] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375944] SCSI subsystem initialized\n[ 0.376750] ACPI: bus type USB registered\n[ 0.377546] usbcore: registered new interface driver usbfs\n[ 0.378550] usbcore: registered new interface driver hub\n[ 0.379529] usbcore: registered new device driver usb\n[ 0.380568] PCI: Using ACPI for IRQ routing\n[ 0.381584] NetLabel: Initializing\n[ 0.382280] NetLabel: domain hash size = 128\n[ 0.383115] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384054] NetLabel: unlabeled traffic allowed by default\n[ 0.385138] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386100] clocksource: Switched to clocksource kvm-clock\n[ 0.391705] AppArmor: AppArmor Filesystem Enabled\n[ 0.392650] pnp: PnP ACPI init\n[ 0.393551] pnp: PnP ACPI: found 5 devices\n[ 0.399602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401282] NET: Registered protocol family 2\n[ 0.402238] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403504] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404689] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405856] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408112] NET: Registered protocol family 1\n[ 0.408969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410050] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411111] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425249] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445137] Trying to unpack rootfs image as initramfs...\n[ 1.737648] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755716] Scanning for low memory corruption every 60 seconds\n[ 1.758024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759177] audit: initializing netlink subsys (disabled)\n[ 1.760197] audit: type=2000 audit(1535526153.746:1): initialized\n[ 1.761487] Initialise system trusted keyring\n[ 1.762436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765546] zbud: loaded\n[ 1.766253] VFS: Disk quotas dquot_6.6.0\n[ 1.767066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768438] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.770581] fuse init (API version 7.23)\n[ 1.771472] Key type big_key registered\n[ 1.772259] Allocating IMA MOK and blacklist keyrings.\n[ 1.773345] Key type asymmetric registered\n[ 1.774169] Asymmetric key parser 'x509' registered\n[ 1.775114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.776569] io scheduler noop registered\n[ 1.777348] io scheduler deadline registered (default)\n[ 1.778332] io scheduler cfq registered\n[ 1.779166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.780203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782896] ACPI: Power Button [PWRF]\n[ 1.783730] GHES: HEST is not enabled!\n[ 1.797562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.826108] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852509] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854628] Linux agpgart interface v0.103\n[ 1.856636] brd: module loaded\n[ 1.857877] loop: module loaded\n[ 1.859356] vda: vda1\n[ 1.860698] scsi host0: ata_piix\n[ 1.861436] scsi host1: ata_piix\n[ 1.862166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.864801] libphy: Fixed MDIO Bus: probed\n[ 1.865619] tun: Universal TUN/TAP device driver, 1.6\n[ 1.866570] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.868878] PPP generic driver version 2.4.2\n[ 1.869780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871001] ehci-pci: EHCI PCI platform driver\n[ 1.871879] ehci-platform: EHCI generic platform driver\n[ 1.872866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.873996] ohci-pci: OHCI PCI platform driver\n[ 1.874879] ohci-platform: OHCI generic platform driver\n[ 1.875871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.890476] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.891520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.892988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894012] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.896492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897903] usb usb1: Product: UHCI Host Controller\n[ 1.898830] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.899958] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.900958] hub 1-0:1.0: USB hub found\n[ 1.901733] hub 1-0:1.0: 2 ports detected\n[ 1.902642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.904759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.905705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.906735] mousedev: PS/2 mouse device common for all mice\n[ 1.907974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.909807] rtc_cmos 00:00: RTC can wake from S4\n[ 1.910905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.912090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.913270] i2c /dev entries driver\n[ 1.914016] device-mapper: uevent: version 1.0.3\n[ 1.914960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.916579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.917838] NET: Registered protocol family 10\n[ 1.918839] NET: Registered protocol family 17\n[ 1.919724] Key type dns_resolver registered\n[ 1.920653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.921737] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.923473] registered taskstats version 1\n[ 1.924305] Loading compiled-in X.509 certificates\n[ 1.925720] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.927544] zswap: loaded using pool lzo/zbud\n[ 1.929801] Key type trusted registered\n[ 1.932165] Key type encrypted registered\n[ 1.933016] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.935086] evm: HMAC attrs: 0x1\n[ 1.936028] Magic number: 14:892:16\n[ 1.936874] rtc_cmos 00:00: setting system clock to 2018-08-29 07:02:33 UTC (1535526153)\n[ 1.938478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.939583] EDD information not available.\n[ 2.018675] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.020105] ata1.00: configured for MWDMA2\n[ 2.021287] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.023564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.024762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.036521] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.038420] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.039942] Write protecting the kernel read-only data: 14336k\n[ 2.041468] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.043168] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.052440] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056292] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062148] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.067588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069350] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096630] virtio_net virtio0 ens3: renamed from eth0\n[ 2.108648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.110459] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129748] AVX2 version of gcm_enc/dec engaged.\n[ 2.130673] AES CTR mode by8 optimization enabled\n[ 2.134460] FDC 0 is a S82078B\n[ 2.214141] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.378824] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380357] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.381921] usb 1-1: Product: QEMU USB Tablet\n[ 2.382965] usb 1-1: Manufacturer: QEMU\n[ 2.383891] usb 1-1: SerialNumber: 42\n[ 2.391352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.398272] usbcore: registered new interface driver usbhid\n[ 2.399542] usbhid: USB HID core driver\n[ 2.402184] 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.404859] 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.754126] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.755589] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.372449] md: linear personality registered for level -1\n[ 3.375231] md: multipath personality registered for level -4\n[ 3.378026] md: raid0 personality registered for level 0\n[ 3.381078] md: raid1 personality registered for level 1\n[ 3.450105] raid6: sse2x1 gen() 11490 MB/s\n[ 3.518103] raid6: sse2x1 xor() 8916 MB/s\n[ 3.586106] raid6: sse2x2 gen() 14615 MB/s\n[ 3.654103] raid6: sse2x2 xor() 9761 MB/s\n[ 3.722104] raid6: sse2x4 gen() 16806 MB/s\n[ 3.790103] raid6: sse2x4 xor() 11799 MB/s\n[ 3.858104] raid6: avx2x1 gen() 22337 MB/s\n[ 3.926103] raid6: avx2x2 gen() 25962 MB/s\n[ 3.994102] raid6: avx2x4 gen() 29903 MB/s\n[ 3.995121] raid6: using algorithm avx2x4 gen() 29903 MB/s\n[ 3.996302] raid6: using avx2x2 recovery algorithm\n[ 3.998381] xor: automatically using best checksumming function:\n[ 4.038102] avx : 34932.000 MB/sec\n[ 4.039989] async_tx: api initialized (async)\n[ 4.047501] md: raid6 personality registered for level 6\n[ 4.048704] md: raid5 personality registered for level 5\n[ 4.049879] md: raid4 personality registered for level 4\n[ 4.054178] 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.078217] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.104055] 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.195454] 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.198704] systemd[1]: Detected virtualization kvm.\n[ 4.199649] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203088] systemd[1]: Set hostname to .\n[ 4.206699] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207808] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329437] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.331619] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336014] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.337935] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342175] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.344375] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.346585] 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.349690] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.352101] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.354335] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356512] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.358543] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361964] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.364078] 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.368077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372593] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.378964] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.383360] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.385827] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.390053] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.393431] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.396046] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.398143] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m[ 4.401957] Loading iSCSI transport class v2.0-870.\n] Created slice system-serial\\x2dgetty.slice.\n[ 4.405604] 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.414574] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.419617] 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.425952] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.430574] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435532] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.439413] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441313] systemd[1]: Mounted POSIX Message Queue File System.\n[ 4.442579] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447988] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.450455] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.503872] 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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.924067] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:02:36 +0000. Up 5.25 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-29 07:02:40,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-e0e77ee2-5dc3-42c7-8e43-253c76d45d7f 2018-08-29 07:03:10,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:03:11,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:03: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-cdc97bc5-4213-4e8e-9cde-792baa92688c x-compute-request-id: req-cdc97bc5-4213-4e8e-9cde-792baa92688c Content-Encoding: gzip Content-Length: 13210 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667064236 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.144160] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145788] pid_max: default: 32768 minimum: 301\n[ 0.146663] ACPI: Core revision 20150930\n[ 0.148039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149320] Security Framework initialized\n[ 0.150123] Yama: becoming mindful.\n[ 0.150845] AppArmor: AppArmor initialized\n[ 0.151718] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155943] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157314] Initializing cgroup subsys io\n[ 0.158117] Initializing cgroup subsys memory\n[ 0.158958] Initializing cgroup subsys devices\n[ 0.159819] Initializing cgroup subsys freezer\n[ 0.160670] Initializing cgroup subsys net_cls\n[ 0.161516] Initializing cgroup subsys perf_event\n[ 0.162401] Initializing cgroup subsys net_prio\n[ 0.163268] Initializing cgroup subsys hugetlb\n[ 0.164118] Initializing cgroup subsys pids\n[ 0.164977] CPU: Physical Processor ID: 0\n[ 0.166451] mce: CPU supports 10 MCE banks\n[ 0.167293] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168273] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179302] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.185911] ftrace: allocating 32123 entries in 126 pages\n[ 0.213438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214630] smpboot: Max logical packages: 1\n[ 0.215623] x2apic enabled\n[ 0.216417] Switched APIC routing to physical x2apic.\n[ 0.218140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222971] KVM setup paravirtual spinlock\n[ 0.224279] x86: Booted up 1 node, 1 CPUs\n[ 0.225078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226456] devtmpfs: initialized\n[ 0.228917] evm: security.selinux\n[ 0.229607] evm: security.SMACK64\n[ 0.230283] evm: security.SMACK64EXEC\n[ 0.231012] evm: security.SMACK64TRANSMUTE\n[ 0.231809] evm: security.SMACK64MMAP\n[ 0.232539] evm: security.ima\n[ 0.233167] evm: security.capability\n[ 0.233963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235781] pinctrl core: initialized pinctrl subsystem\n[ 0.236866] RTC time: 7:02:31, date: 08/29/18\n[ 0.237791] NET: Registered protocol family 16\n[ 0.238749] cpuidle: using governor ladder\n[ 0.239548] cpuidle: using governor menu\n[ 0.240314] PCCT header not found.\n[ 0.241061] ACPI: bus type PCI registered\n[ 0.241848] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243064] PCI: Using configuration type 1 for base access\n[ 0.245202] ACPI: Added _OSI(Module Device)\n[ 0.246031] ACPI: Added _OSI(Processor Device)\n[ 0.246876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249855] ACPI: Interpreter enabled\n[ 0.250621] ACPI: (supports S0 S5)\n[ 0.251313] ACPI: Using IOAPIC for interrupt routing\n[ 0.252248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258792] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261078] acpiphp: Slot [3] registered\n[ 0.261863] acpiphp: Slot [4] registered\n[ 0.262645] acpiphp: Slot [5] registered\n[ 0.263432] acpiphp: Slot [6] registered\n[ 0.264218] acpiphp: Slot [7] registered\n[ 0.264998] acpiphp: Slot [8] registered\n[ 0.265782] acpiphp: Slot [9] registered\n[ 0.266565] acpiphp: Slot [10] registered\n[ 0.267356] acpiphp: Slot [11] registered\n[ 0.268157] acpiphp: Slot [12] registered\n[ 0.268953] acpiphp: Slot [13] registered\n[ 0.269748] acpiphp: Slot [14] registered\n[ 0.280612] acpiphp: Slot [15] registered\n[ 0.281409] acpiphp: Slot [16] registered\n[ 0.282205] acpiphp: Slot [17] registered\n[ 0.283005] acpiphp: Slot [18] registered\n[ 0.283800] acpiphp: Slot [19] registered\n[ 0.284591] acpiphp: Slot [20] registered\n[ 0.285384] acpiphp: Slot [21] registered\n[ 0.286181] acpiphp: Slot [22] registered\n[ 0.286979] acpiphp: Slot [23] registered\n[ 0.287773] acpiphp: Slot [24] registered\n[ 0.288567] acpiphp: Slot [25] registered\n[ 0.289359] acpiphp: Slot [26] registered\n[ 0.290159] acpiphp: Slot [27] registered\n[ 0.290957] acpiphp: Slot [28] registered\n[ 0.291753] acpiphp: Slot [29] registered\n[ 0.292546] acpiphp: Slot [30] registered\n[ 0.293341] acpiphp: Slot [31] registered\n[ 0.294132] PCI host bridge to bus 0000:00\n[ 0.294939] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298740] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300164] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363593] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372696] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374220] vgaarb: loaded\n[ 0.374811] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375944] SCSI subsystem initialized\n[ 0.376750] ACPI: bus type USB registered\n[ 0.377546] usbcore: registered new interface driver usbfs\n[ 0.378550] usbcore: registered new interface driver hub\n[ 0.379529] usbcore: registered new device driver usb\n[ 0.380568] PCI: Using ACPI for IRQ routing\n[ 0.381584] NetLabel: Initializing\n[ 0.382280] NetLabel: domain hash size = 128\n[ 0.383115] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384054] NetLabel: unlabeled traffic allowed by default\n[ 0.385138] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386100] clocksource: Switched to clocksource kvm-clock\n[ 0.391705] AppArmor: AppArmor Filesystem Enabled\n[ 0.392650] pnp: PnP ACPI init\n[ 0.393551] pnp: PnP ACPI: found 5 devices\n[ 0.399602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401282] NET: Registered protocol family 2\n[ 0.402238] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403504] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404689] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405856] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408112] NET: Registered protocol family 1\n[ 0.408969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410050] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411111] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425249] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445137] Trying to unpack rootfs image as initramfs...\n[ 1.737648] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755716] Scanning for low memory corruption every 60 seconds\n[ 1.758024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759177] audit: initializing netlink subsys (disabled)\n[ 1.760197] audit: type=2000 audit(1535526153.746:1): initialized\n[ 1.761487] Initialise system trusted keyring\n[ 1.762436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765546] zbud: loaded\n[ 1.766253] VFS: Disk quotas dquot_6.6.0\n[ 1.767066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768438] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.770581] fuse init (API version 7.23)\n[ 1.771472] Key type big_key registered\n[ 1.772259] Allocating IMA MOK and blacklist keyrings.\n[ 1.773345] Key type asymmetric registered\n[ 1.774169] Asymmetric key parser 'x509' registered\n[ 1.775114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.776569] io scheduler noop registered\n[ 1.777348] io scheduler deadline registered (default)\n[ 1.778332] io scheduler cfq registered\n[ 1.779166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.780203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782896] ACPI: Power Button [PWRF]\n[ 1.783730] GHES: HEST is not enabled!\n[ 1.797562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.826108] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852509] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854628] Linux agpgart interface v0.103\n[ 1.856636] brd: module loaded\n[ 1.857877] loop: module loaded\n[ 1.859356] vda: vda1\n[ 1.860698] scsi host0: ata_piix\n[ 1.861436] scsi host1: ata_piix\n[ 1.862166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.864801] libphy: Fixed MDIO Bus: probed\n[ 1.865619] tun: Universal TUN/TAP device driver, 1.6\n[ 1.866570] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.868878] PPP generic driver version 2.4.2\n[ 1.869780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871001] ehci-pci: EHCI PCI platform driver\n[ 1.871879] ehci-platform: EHCI generic platform driver\n[ 1.872866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.873996] ohci-pci: OHCI PCI platform driver\n[ 1.874879] ohci-platform: OHCI generic platform driver\n[ 1.875871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.890476] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.891520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.892988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894012] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.896492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897903] usb usb1: Product: UHCI Host Controller\n[ 1.898830] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.899958] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.900958] hub 1-0:1.0: USB hub found\n[ 1.901733] hub 1-0:1.0: 2 ports detected\n[ 1.902642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.904759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.905705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.906735] mousedev: PS/2 mouse device common for all mice\n[ 1.907974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.909807] rtc_cmos 00:00: RTC can wake from S4\n[ 1.910905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.912090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.913270] i2c /dev entries driver\n[ 1.914016] device-mapper: uevent: version 1.0.3\n[ 1.914960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.916579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.917838] NET: Registered protocol family 10\n[ 1.918839] NET: Registered protocol family 17\n[ 1.919724] Key type dns_resolver registered\n[ 1.920653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.921737] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.923473] registered taskstats version 1\n[ 1.924305] Loading compiled-in X.509 certificates\n[ 1.925720] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.927544] zswap: loaded using pool lzo/zbud\n[ 1.929801] Key type trusted registered\n[ 1.932165] Key type encrypted registered\n[ 1.933016] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.935086] evm: HMAC attrs: 0x1\n[ 1.936028] Magic number: 14:892:16\n[ 1.936874] rtc_cmos 00:00: setting system clock to 2018-08-29 07:02:33 UTC (1535526153)\n[ 1.938478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.939583] EDD information not available.\n[ 2.018675] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.020105] ata1.00: configured for MWDMA2\n[ 2.021287] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.023564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.024762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.036521] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.038420] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.039942] Write protecting the kernel read-only data: 14336k\n[ 2.041468] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.043168] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.052440] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056292] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062148] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.067588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069350] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096630] virtio_net virtio0 ens3: renamed from eth0\n[ 2.108648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.110459] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129748] AVX2 version of gcm_enc/dec engaged.\n[ 2.130673] AES CTR mode by8 optimization enabled\n[ 2.134460] FDC 0 is a S82078B\n[ 2.214141] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.378824] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380357] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.381921] usb 1-1: Product: QEMU USB Tablet\n[ 2.382965] usb 1-1: Manufacturer: QEMU\n[ 2.383891] usb 1-1: SerialNumber: 42\n[ 2.391352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.398272] usbcore: registered new interface driver usbhid\n[ 2.399542] usbhid: USB HID core driver\n[ 2.402184] 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.404859] 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.754126] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.755589] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.372449] md: linear personality registered for level -1\n[ 3.375231] md: multipath personality registered for level -4\n[ 3.378026] md: raid0 personality registered for level 0\n[ 3.381078] md: raid1 personality registered for level 1\n[ 3.450105] raid6: sse2x1 gen() 11490 MB/s\n[ 3.518103] raid6: sse2x1 xor() 8916 MB/s\n[ 3.586106] raid6: sse2x2 gen() 14615 MB/s\n[ 3.654103] raid6: sse2x2 xor() 9761 MB/s\n[ 3.722104] raid6: sse2x4 gen() 16806 MB/s\n[ 3.790103] raid6: sse2x4 xor() 11799 MB/s\n[ 3.858104] raid6: avx2x1 gen() 22337 MB/s\n[ 3.926103] raid6: avx2x2 gen() 25962 MB/s\n[ 3.994102] raid6: avx2x4 gen() 29903 MB/s\n[ 3.995121] raid6: using algorithm avx2x4 gen() 29903 MB/s\n[ 3.996302] raid6: using avx2x2 recovery algorithm\n[ 3.998381] xor: automatically using best checksumming function:\n[ 4.038102] avx : 34932.000 MB/sec\n[ 4.039989] async_tx: api initialized (async)\n[ 4.047501] md: raid6 personality registered for level 6\n[ 4.048704] md: raid5 personality registered for level 5\n[ 4.049879] md: raid4 personality registered for level 4\n[ 4.054178] 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.078217] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.104055] 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.195454] 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.198704] systemd[1]: Detected virtualization kvm.\n[ 4.199649] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203088] systemd[1]: Set hostname to .\n[ 4.206699] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207808] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329437] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.331619] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336014] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.337935] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342175] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.344375] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.346585] 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.349690] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.352101] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.354335] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356512] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.358543] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361964] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.364078] 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.368077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372593] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.378964] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.383360] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.385827] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.390053] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.393431] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.396046] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.398143] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m[ 4.401957] Loading iSCSI transport class v2.0-870.\n] Created slice system-serial\\x2dgetty.slice.\n[ 4.405604] 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.414574] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.419617] 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.425952] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.430574] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435532] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.439413] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441313] systemd[1]: Mounted POSIX Message Queue File System.\n[ 4.442579] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447988] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.450455] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.503872] 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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.924067] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:02:36 +0000. Up 5.25 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.168395] cloud-init[1050]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:02:38 +0000. Up 7.03 seconds.\n[ 8.170700] cloud-init[1050]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.176294] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.180097] cloud-init[1050]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.188114] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.190505] cloud-init[1050]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:41:0f:a7 |\n[ 8.196278] cloud-init[1050]: ci-info: | ens3 | True | fe80::f816:3eff:fe41:fa7/64 | . | link | fa:16:3e:41:0f:a7 |\n[ 8.198635] cloud-init[1050]: ci-info: | ens6 | False | . | . | . | 52:54:00:27:18:5c |\n[ 8.204300] cloud-init[1050]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.208100] cloud-init[1050]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216101] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.218293] cloud-init[1050]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.221642] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.227146] cloud-init[1050]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting iSCSI initiator daemon (iscsid)...\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] Started Daily Cleanup of Temporary Directories.\n[ 8.232514] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.233843] cloud-init[1050]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.235165] cloud-init[1050]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.240172] cloud-init[1050]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.242940] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n \n[ 8.248688] cloud-init[1050]: Generating public/private rsa key pair.\n[ 8.249605] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.250719] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.251831] Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1050]: The key fingerprint is:\n[ 8.256744] cloud-init[1050]: SHA256:Eg0uIK8fn7oz3TJxB60GTBM3eW2058qY5eBxGB7LMLs root@sdnvpn-3-2-quagga\n[ 8.258180] cloud-init[1050]: The key's randomart image is:\n[ 8.259338] cloud-init[1050]: +---[RSA 2048]----+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.265455] cloud-init[1050]: |. . ..+. o. |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.270296] cloud-init[1050]: | o .oo.+. o. |\n[ 8.272230] cloud-init[1050]: | .o..=o+.. . |\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.275259] cloud-init[1050]: | . o..B.= o | Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.279141] cloud-init[1050]: |. . .ooS o . |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.283178] cloud-init[1050]: | . o..++.X . |\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.291637] Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\ncloud-init[1050]: | ..o=E.+ + |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.301265] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting /etc/rc.local Compatibility...cloud-init[1050]: | o.+ . |\n[ 8.305542] cloud-init[1050]: | o+ o |\n[ 8.307377] cloud-init[1050]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n Starting Auto import assertions from block devices...\n\n Starting LSB: MD monitoring daemon...\n[ 8.312940] cloud-init[1050]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private dsa key pair.\n[ 8.353199] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.364607] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.371947] cloud-init Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[1050]: The key fingerprint is:[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.389203] cloud-init[1050]: SHA256:lBBeJl4deeWHZIpEAtm49i01fElEOUu81t3bmRcsO+4 root@sdnvpn-3-2-quagga\n[ 8.412777] cloud-init[1050]: The key's randomart image is:\n[ 8.426127] cloud-init[1050]: +---[DSA 1024]----+\n[ 8.440884] cloud-init[1050]: | =*=o+*oo+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.455992] cloud-init[1050]: | oo*.+o.B= . |\n[ 8.468252] cloud-init[1050]: | o.o..+.*+.o|[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.478095] \ncloud-init[1050]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| o. + *..+o|\n[ 8.496371] cloud-init[1050]: | . .So + o *|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.515366] cloud-init[1050]: | o . o +o|\n[ 8.554191] cloud-init[1050]: | . . . .|\n[ 8.560911] cloud-init[1050]: | . | Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.577238] cloud-init[1050]: | .E |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.600364] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1050]: +----[SHA256]-----+\n[ 8.618819] cloud-init[1050]: Generating public/private ecdsa key pair.\n[ 8.619782] cloud-init\n[[0;32m OK [0m] Started Set console scheme.\n[1050]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.640571] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.645678] cloud-init[1050]: The key fingerprint is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.648961] cloud-init[1050]: SHA256:9mDI+/sXVdYT4Gn3m7HRMIIVdRK484XrtuU1PoiIKns root@sdnvpn-3-2-quagga\n[ 8.659927] cloud-init[1050]: The key's randomart image is:\n[ 8.661047] cloud-init[1050]: +---[ECDSA 256]---+\n[ 8.662028] cloud-init[1050]: | o==o+|\n[ 8.664054] cloud-init[1050]: | oo .++|\n[ 8.668856] cloud-init[1050]: | . .=o=.|\n[ 8.670833] cloud-init[1050]: | . . +.+o+|\n[ 8.671870] cloud-init[1050]: | o S + =o|\n[ 8.677073] cloud-init[1050]: | + o . o *|\n[ 8.678124] cloud-init[1050]: | . . o .o.=o|\n[ 8.679263] cloud-init[1050]: | . E o . ...++o|\n[ 8.680645] cloud-init[1050]: | .+.. oo.. ..oo|\n[ 8.682679] cloud-init[1050]: +----[SHA256]-----+\n[ 8.685058] cloud-init[1050]: Generating public/private ed25519 key pair.\n[ 8.687844] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.691261] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.694853] cloud-init[1050]: The key fingerprint is:\n[ 8.696977] cloud-init[1050]: SHA256:RZ1vd1hnXnqnChx0/Ap+zNp88OT6g5VFIuTTzA8WGsk root@sdnvpn-3-2-quagga\n[ 8.700295] cloud-init[1050]: The key's randomart image is:\n[ 8.703474] cloud-init[1050]: +--[ED25519 256]--+\n[ 8.704901] cloud-init[1050]: | .=oo. |\n[ 8.707523] cloud-init[1050]: | ...E*..*|\n[ 8.709229] cloud-init[1050]: | ...++*Oo|\n[ 8.714346] cloud-init[1050]: | .o o*oB|\n[ 8.719426] cloud-init[1050]: | So = o *+|\n[ 8.720456] cloud-init[1050]: | + * = |\n[ 8.721421] cloud-init[1050]: | * O |\n[ 8.724256] cloud-init[1050]: | . = = |\n[ 8.725264] cloud-init[1050]: | .+.. |\n[ 8.727503] cloud-init[1050]: +----[SHA256]-----+\n[ 8.933062] cloud-init[1179]: Generating locales (this might take a while)...\n[ 9.521445] cloud-init[1179]: en_US.UTF-8... done\n[ 9.523317] cloud-init[1179]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-08-29 07:03:11,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-cdc97bc5-4213-4e8e-9cde-792baa92688c 2018-08-29 07:03:41,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:03:42,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-86cc4e87-44f7-48aa-8d9c-9d610e01e827 x-compute-request-id: req-86cc4e87-44f7-48aa-8d9c-9d610e01e827 Content-Encoding: gzip Content-Length: 13210 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667064236 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.144160] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145788] pid_max: default: 32768 minimum: 301\n[ 0.146663] ACPI: Core revision 20150930\n[ 0.148039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149320] Security Framework initialized\n[ 0.150123] Yama: becoming mindful.\n[ 0.150845] AppArmor: AppArmor initialized\n[ 0.151718] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155943] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157314] Initializing cgroup subsys io\n[ 0.158117] Initializing cgroup subsys memory\n[ 0.158958] Initializing cgroup subsys devices\n[ 0.159819] Initializing cgroup subsys freezer\n[ 0.160670] Initializing cgroup subsys net_cls\n[ 0.161516] Initializing cgroup subsys perf_event\n[ 0.162401] Initializing cgroup subsys net_prio\n[ 0.163268] Initializing cgroup subsys hugetlb\n[ 0.164118] Initializing cgroup subsys pids\n[ 0.164977] CPU: Physical Processor ID: 0\n[ 0.166451] mce: CPU supports 10 MCE banks\n[ 0.167293] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168273] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179302] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.185911] ftrace: allocating 32123 entries in 126 pages\n[ 0.213438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214630] smpboot: Max logical packages: 1\n[ 0.215623] x2apic enabled\n[ 0.216417] Switched APIC routing to physical x2apic.\n[ 0.218140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222971] KVM setup paravirtual spinlock\n[ 0.224279] x86: Booted up 1 node, 1 CPUs\n[ 0.225078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226456] devtmpfs: initialized\n[ 0.228917] evm: security.selinux\n[ 0.229607] evm: security.SMACK64\n[ 0.230283] evm: security.SMACK64EXEC\n[ 0.231012] evm: security.SMACK64TRANSMUTE\n[ 0.231809] evm: security.SMACK64MMAP\n[ 0.232539] evm: security.ima\n[ 0.233167] evm: security.capability\n[ 0.233963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235781] pinctrl core: initialized pinctrl subsystem\n[ 0.236866] RTC time: 7:02:31, date: 08/29/18\n[ 0.237791] NET: Registered protocol family 16\n[ 0.238749] cpuidle: using governor ladder\n[ 0.239548] cpuidle: using governor menu\n[ 0.240314] PCCT header not found.\n[ 0.241061] ACPI: bus type PCI registered\n[ 0.241848] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243064] PCI: Using configuration type 1 for base access\n[ 0.245202] ACPI: Added _OSI(Module Device)\n[ 0.246031] ACPI: Added _OSI(Processor Device)\n[ 0.246876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249855] ACPI: Interpreter enabled\n[ 0.250621] ACPI: (supports S0 S5)\n[ 0.251313] ACPI: Using IOAPIC for interrupt routing\n[ 0.252248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258792] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261078] acpiphp: Slot [3] registered\n[ 0.261863] acpiphp: Slot [4] registered\n[ 0.262645] acpiphp: Slot [5] registered\n[ 0.263432] acpiphp: Slot [6] registered\n[ 0.264218] acpiphp: Slot [7] registered\n[ 0.264998] acpiphp: Slot [8] registered\n[ 0.265782] acpiphp: Slot [9] registered\n[ 0.266565] acpiphp: Slot [10] registered\n[ 0.267356] acpiphp: Slot [11] registered\n[ 0.268157] acpiphp: Slot [12] registered\n[ 0.268953] acpiphp: Slot [13] registered\n[ 0.269748] acpiphp: Slot [14] registered\n[ 0.280612] acpiphp: Slot [15] registered\n[ 0.281409] acpiphp: Slot [16] registered\n[ 0.282205] acpiphp: Slot [17] registered\n[ 0.283005] acpiphp: Slot [18] registered\n[ 0.283800] acpiphp: Slot [19] registered\n[ 0.284591] acpiphp: Slot [20] registered\n[ 0.285384] acpiphp: Slot [21] registered\n[ 0.286181] acpiphp: Slot [22] registered\n[ 0.286979] acpiphp: Slot [23] registered\n[ 0.287773] acpiphp: Slot [24] registered\n[ 0.288567] acpiphp: Slot [25] registered\n[ 0.289359] acpiphp: Slot [26] registered\n[ 0.290159] acpiphp: Slot [27] registered\n[ 0.290957] acpiphp: Slot [28] registered\n[ 0.291753] acpiphp: Slot [29] registered\n[ 0.292546] acpiphp: Slot [30] registered\n[ 0.293341] acpiphp: Slot [31] registered\n[ 0.294132] PCI host bridge to bus 0000:00\n[ 0.294939] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298740] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300164] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363593] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372696] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374220] vgaarb: loaded\n[ 0.374811] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375944] SCSI subsystem initialized\n[ 0.376750] ACPI: bus type USB registered\n[ 0.377546] usbcore: registered new interface driver usbfs\n[ 0.378550] usbcore: registered new interface driver hub\n[ 0.379529] usbcore: registered new device driver usb\n[ 0.380568] PCI: Using ACPI for IRQ routing\n[ 0.381584] NetLabel: Initializing\n[ 0.382280] NetLabel: domain hash size = 128\n[ 0.383115] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384054] NetLabel: unlabeled traffic allowed by default\n[ 0.385138] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386100] clocksource: Switched to clocksource kvm-clock\n[ 0.391705] AppArmor: AppArmor Filesystem Enabled\n[ 0.392650] pnp: PnP ACPI init\n[ 0.393551] pnp: PnP ACPI: found 5 devices\n[ 0.399602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401282] NET: Registered protocol family 2\n[ 0.402238] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403504] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404689] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405856] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408112] NET: Registered protocol family 1\n[ 0.408969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410050] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411111] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425249] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445137] Trying to unpack rootfs image as initramfs...\n[ 1.737648] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755716] Scanning for low memory corruption every 60 seconds\n[ 1.758024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759177] audit: initializing netlink subsys (disabled)\n[ 1.760197] audit: type=2000 audit(1535526153.746:1): initialized\n[ 1.761487] Initialise system trusted keyring\n[ 1.762436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765546] zbud: loaded\n[ 1.766253] VFS: Disk quotas dquot_6.6.0\n[ 1.767066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768438] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.770581] fuse init (API version 7.23)\n[ 1.771472] Key type big_key registered\n[ 1.772259] Allocating IMA MOK and blacklist keyrings.\n[ 1.773345] Key type asymmetric registered\n[ 1.774169] Asymmetric key parser 'x509' registered\n[ 1.775114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.776569] io scheduler noop registered\n[ 1.777348] io scheduler deadline registered (default)\n[ 1.778332] io scheduler cfq registered\n[ 1.779166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.780203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782896] ACPI: Power Button [PWRF]\n[ 1.783730] GHES: HEST is not enabled!\n[ 1.797562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.826108] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852509] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854628] Linux agpgart interface v0.103\n[ 1.856636] brd: module loaded\n[ 1.857877] loop: module loaded\n[ 1.859356] vda: vda1\n[ 1.860698] scsi host0: ata_piix\n[ 1.861436] scsi host1: ata_piix\n[ 1.862166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.864801] libphy: Fixed MDIO Bus: probed\n[ 1.865619] tun: Universal TUN/TAP device driver, 1.6\n[ 1.866570] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.868878] PPP generic driver version 2.4.2\n[ 1.869780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871001] ehci-pci: EHCI PCI platform driver\n[ 1.871879] ehci-platform: EHCI generic platform driver\n[ 1.872866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.873996] ohci-pci: OHCI PCI platform driver\n[ 1.874879] ohci-platform: OHCI generic platform driver\n[ 1.875871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.890476] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.891520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.892988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894012] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.896492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897903] usb usb1: Product: UHCI Host Controller\n[ 1.898830] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.899958] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.900958] hub 1-0:1.0: USB hub found\n[ 1.901733] hub 1-0:1.0: 2 ports detected\n[ 1.902642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.904759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.905705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.906735] mousedev: PS/2 mouse device common for all mice\n[ 1.907974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.909807] rtc_cmos 00:00: RTC can wake from S4\n[ 1.910905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.912090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.913270] i2c /dev entries driver\n[ 1.914016] device-mapper: uevent: version 1.0.3\n[ 1.914960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.916579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.917838] NET: Registered protocol family 10\n[ 1.918839] NET: Registered protocol family 17\n[ 1.919724] Key type dns_resolver registered\n[ 1.920653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.921737] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.923473] registered taskstats version 1\n[ 1.924305] Loading compiled-in X.509 certificates\n[ 1.925720] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.927544] zswap: loaded using pool lzo/zbud\n[ 1.929801] Key type trusted registered\n[ 1.932165] Key type encrypted registered\n[ 1.933016] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.935086] evm: HMAC attrs: 0x1\n[ 1.936028] Magic number: 14:892:16\n[ 1.936874] rtc_cmos 00:00: setting system clock to 2018-08-29 07:02:33 UTC (1535526153)\n[ 1.938478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.939583] EDD information not available.\n[ 2.018675] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.020105] ata1.00: configured for MWDMA2\n[ 2.021287] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.023564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.024762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.036521] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.038420] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.039942] Write protecting the kernel read-only data: 14336k\n[ 2.041468] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.043168] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.052440] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056292] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062148] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.067588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069350] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096630] virtio_net virtio0 ens3: renamed from eth0\n[ 2.108648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.110459] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129748] AVX2 version of gcm_enc/dec engaged.\n[ 2.130673] AES CTR mode by8 optimization enabled\n[ 2.134460] FDC 0 is a S82078B\n[ 2.214141] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.378824] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380357] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.381921] usb 1-1: Product: QEMU USB Tablet\n[ 2.382965] usb 1-1: Manufacturer: QEMU\n[ 2.383891] usb 1-1: SerialNumber: 42\n[ 2.391352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.398272] usbcore: registered new interface driver usbhid\n[ 2.399542] usbhid: USB HID core driver\n[ 2.402184] 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.404859] 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.754126] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.755589] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.372449] md: linear personality registered for level -1\n[ 3.375231] md: multipath personality registered for level -4\n[ 3.378026] md: raid0 personality registered for level 0\n[ 3.381078] md: raid1 personality registered for level 1\n[ 3.450105] raid6: sse2x1 gen() 11490 MB/s\n[ 3.518103] raid6: sse2x1 xor() 8916 MB/s\n[ 3.586106] raid6: sse2x2 gen() 14615 MB/s\n[ 3.654103] raid6: sse2x2 xor() 9761 MB/s\n[ 3.722104] raid6: sse2x4 gen() 16806 MB/s\n[ 3.790103] raid6: sse2x4 xor() 11799 MB/s\n[ 3.858104] raid6: avx2x1 gen() 22337 MB/s\n[ 3.926103] raid6: avx2x2 gen() 25962 MB/s\n[ 3.994102] raid6: avx2x4 gen() 29903 MB/s\n[ 3.995121] raid6: using algorithm avx2x4 gen() 29903 MB/s\n[ 3.996302] raid6: using avx2x2 recovery algorithm\n[ 3.998381] xor: automatically using best checksumming function:\n[ 4.038102] avx : 34932.000 MB/sec\n[ 4.039989] async_tx: api initialized (async)\n[ 4.047501] md: raid6 personality registered for level 6\n[ 4.048704] md: raid5 personality registered for level 5\n[ 4.049879] md: raid4 personality registered for level 4\n[ 4.054178] 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.078217] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.104055] 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.195454] 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.198704] systemd[1]: Detected virtualization kvm.\n[ 4.199649] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203088] systemd[1]: Set hostname to .\n[ 4.206699] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207808] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329437] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.331619] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336014] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.337935] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342175] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.344375] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.346585] 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.349690] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.352101] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.354335] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356512] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.358543] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361964] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.364078] 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.368077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372593] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.378964] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.383360] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.385827] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.390053] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.393431] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.396046] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.398143] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m[ 4.401957] Loading iSCSI transport class v2.0-870.\n] Created slice system-serial\\x2dgetty.slice.\n[ 4.405604] 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.414574] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.419617] 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.425952] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.430574] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435532] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.439413] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441313] systemd[1]: Mounted POSIX Message Queue File System.\n[ 4.442579] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447988] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.450455] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.503872] 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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.924067] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:02:36 +0000. Up 5.25 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.168395] cloud-init[1050]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:02:38 +0000. Up 7.03 seconds.\n[ 8.170700] cloud-init[1050]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.176294] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.180097] cloud-init[1050]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.188114] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.190505] cloud-init[1050]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:41:0f:a7 |\n[ 8.196278] cloud-init[1050]: ci-info: | ens3 | True | fe80::f816:3eff:fe41:fa7/64 | . | link | fa:16:3e:41:0f:a7 |\n[ 8.198635] cloud-init[1050]: ci-info: | ens6 | False | . | . | . | 52:54:00:27:18:5c |\n[ 8.204300] cloud-init[1050]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.208100] cloud-init[1050]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216101] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.218293] cloud-init[1050]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.221642] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.227146] cloud-init[1050]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting iSCSI initiator daemon (iscsid)...\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] Started Daily Cleanup of Temporary Directories.\n[ 8.232514] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.233843] cloud-init[1050]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.235165] cloud-init[1050]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.240172] cloud-init[1050]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.242940] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n \n[ 8.248688] cloud-init[1050]: Generating public/private rsa key pair.\n[ 8.249605] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.250719] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.251831] Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1050]: The key fingerprint is:\n[ 8.256744] cloud-init[1050]: SHA256:Eg0uIK8fn7oz3TJxB60GTBM3eW2058qY5eBxGB7LMLs root@sdnvpn-3-2-quagga\n[ 8.258180] cloud-init[1050]: The key's randomart image is:\n[ 8.259338] cloud-init[1050]: +---[RSA 2048]----+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.265455] cloud-init[1050]: |. . ..+. o. |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.270296] cloud-init[1050]: | o .oo.+. o. |\n[ 8.272230] cloud-init[1050]: | .o..=o+.. . |\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.275259] cloud-init[1050]: | . o..B.= o | Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.279141] cloud-init[1050]: |. . .ooS o . |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.283178] cloud-init[1050]: | . o..++.X . |\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.291637] Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\ncloud-init[1050]: | ..o=E.+ + |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.301265] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting /etc/rc.local Compatibility...cloud-init[1050]: | o.+ . |\n[ 8.305542] cloud-init[1050]: | o+ o |\n[ 8.307377] cloud-init[1050]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n Starting Auto import assertions from block devices...\n\n Starting LSB: MD monitoring daemon...\n[ 8.312940] cloud-init[1050]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private dsa key pair.\n[ 8.353199] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.364607] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.371947] cloud-init Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[1050]: The key fingerprint is:[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.389203] cloud-init[1050]: SHA256:lBBeJl4deeWHZIpEAtm49i01fElEOUu81t3bmRcsO+4 root@sdnvpn-3-2-quagga\n[ 8.412777] cloud-init[1050]: The key's randomart image is:\n[ 8.426127] cloud-init[1050]: +---[DSA 1024]----+\n[ 8.440884] cloud-init[1050]: | =*=o+*oo+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.455992] cloud-init[1050]: | oo*.+o.B= . |\n[ 8.468252] cloud-init[1050]: | o.o..+.*+.o|[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.478095] \ncloud-init[1050]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| o. + *..+o|\n[ 8.496371] cloud-init[1050]: | . .So + o *|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.515366] cloud-init[1050]: | o . o +o|\n[ 8.554191] cloud-init[1050]: | . . . .|\n[ 8.560911] cloud-init[1050]: | . | Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.577238] cloud-init[1050]: | .E |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.600364] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1050]: +----[SHA256]-----+\n[ 8.618819] cloud-init[1050]: Generating public/private ecdsa key pair.\n[ 8.619782] cloud-init\n[[0;32m OK [0m] Started Set console scheme.\n[1050]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.640571] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.645678] cloud-init[1050]: The key fingerprint is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.648961] cloud-init[1050]: SHA256:9mDI+/sXVdYT4Gn3m7HRMIIVdRK484XrtuU1PoiIKns root@sdnvpn-3-2-quagga\n[ 8.659927] cloud-init[1050]: The key's randomart image is:\n[ 8.661047] cloud-init[1050]: +---[ECDSA 256]---+\n[ 8.662028] cloud-init[1050]: | o==o+|\n[ 8.664054] cloud-init[1050]: | oo .++|\n[ 8.668856] cloud-init[1050]: | . .=o=.|\n[ 8.670833] cloud-init[1050]: | . . +.+o+|\n[ 8.671870] cloud-init[1050]: | o S + =o|\n[ 8.677073] cloud-init[1050]: | + o . o *|\n[ 8.678124] cloud-init[1050]: | . . o .o.=o|\n[ 8.679263] cloud-init[1050]: | . E o . ...++o|\n[ 8.680645] cloud-init[1050]: | .+.. oo.. ..oo|\n[ 8.682679] cloud-init[1050]: +----[SHA256]-----+\n[ 8.685058] cloud-init[1050]: Generating public/private ed25519 key pair.\n[ 8.687844] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.691261] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.694853] cloud-init[1050]: The key fingerprint is:\n[ 8.696977] cloud-init[1050]: SHA256:RZ1vd1hnXnqnChx0/Ap+zNp88OT6g5VFIuTTzA8WGsk root@sdnvpn-3-2-quagga\n[ 8.700295] cloud-init[1050]: The key's randomart image is:\n[ 8.703474] cloud-init[1050]: +--[ED25519 256]--+\n[ 8.704901] cloud-init[1050]: | .=oo. |\n[ 8.707523] cloud-init[1050]: | ...E*..*|\n[ 8.709229] cloud-init[1050]: | ...++*Oo|\n[ 8.714346] cloud-init[1050]: | .o o*oB|\n[ 8.719426] cloud-init[1050]: | So = o *+|\n[ 8.720456] cloud-init[1050]: | + * = |\n[ 8.721421] cloud-init[1050]: | * O |\n[ 8.724256] cloud-init[1050]: | . = = |\n[ 8.725264] cloud-init[1050]: | .+.. |\n[ 8.727503] cloud-init[1050]: +----[SHA256]-----+\n[ 8.933062] cloud-init[1179]: Generating locales (this might take a while)...\n[ 9.521445] cloud-init[1179]: en_US.UTF-8... done\n[ 9.523317] cloud-init[1179]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-08-29 07:03:42,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-86cc4e87-44f7-48aa-8d9c-9d610e01e827 2018-08-29 07:04:12,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:04:13,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-78831a89-45a9-4cff-bd6d-20c45c903c66 x-compute-request-id: req-78831a89-45a9-4cff-bd6d-20c45c903c66 Content-Encoding: gzip Content-Length: 13210 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667064236 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.144160] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145788] pid_max: default: 32768 minimum: 301\n[ 0.146663] ACPI: Core revision 20150930\n[ 0.148039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149320] Security Framework initialized\n[ 0.150123] Yama: becoming mindful.\n[ 0.150845] AppArmor: AppArmor initialized\n[ 0.151718] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155943] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157314] Initializing cgroup subsys io\n[ 0.158117] Initializing cgroup subsys memory\n[ 0.158958] Initializing cgroup subsys devices\n[ 0.159819] Initializing cgroup subsys freezer\n[ 0.160670] Initializing cgroup subsys net_cls\n[ 0.161516] Initializing cgroup subsys perf_event\n[ 0.162401] Initializing cgroup subsys net_prio\n[ 0.163268] Initializing cgroup subsys hugetlb\n[ 0.164118] Initializing cgroup subsys pids\n[ 0.164977] CPU: Physical Processor ID: 0\n[ 0.166451] mce: CPU supports 10 MCE banks\n[ 0.167293] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168273] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179302] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.185911] ftrace: allocating 32123 entries in 126 pages\n[ 0.213438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214630] smpboot: Max logical packages: 1\n[ 0.215623] x2apic enabled\n[ 0.216417] Switched APIC routing to physical x2apic.\n[ 0.218140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222971] KVM setup paravirtual spinlock\n[ 0.224279] x86: Booted up 1 node, 1 CPUs\n[ 0.225078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226456] devtmpfs: initialized\n[ 0.228917] evm: security.selinux\n[ 0.229607] evm: security.SMACK64\n[ 0.230283] evm: security.SMACK64EXEC\n[ 0.231012] evm: security.SMACK64TRANSMUTE\n[ 0.231809] evm: security.SMACK64MMAP\n[ 0.232539] evm: security.ima\n[ 0.233167] evm: security.capability\n[ 0.233963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235781] pinctrl core: initialized pinctrl subsystem\n[ 0.236866] RTC time: 7:02:31, date: 08/29/18\n[ 0.237791] NET: Registered protocol family 16\n[ 0.238749] cpuidle: using governor ladder\n[ 0.239548] cpuidle: using governor menu\n[ 0.240314] PCCT header not found.\n[ 0.241061] ACPI: bus type PCI registered\n[ 0.241848] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243064] PCI: Using configuration type 1 for base access\n[ 0.245202] ACPI: Added _OSI(Module Device)\n[ 0.246031] ACPI: Added _OSI(Processor Device)\n[ 0.246876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249855] ACPI: Interpreter enabled\n[ 0.250621] ACPI: (supports S0 S5)\n[ 0.251313] ACPI: Using IOAPIC for interrupt routing\n[ 0.252248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258792] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261078] acpiphp: Slot [3] registered\n[ 0.261863] acpiphp: Slot [4] registered\n[ 0.262645] acpiphp: Slot [5] registered\n[ 0.263432] acpiphp: Slot [6] registered\n[ 0.264218] acpiphp: Slot [7] registered\n[ 0.264998] acpiphp: Slot [8] registered\n[ 0.265782] acpiphp: Slot [9] registered\n[ 0.266565] acpiphp: Slot [10] registered\n[ 0.267356] acpiphp: Slot [11] registered\n[ 0.268157] acpiphp: Slot [12] registered\n[ 0.268953] acpiphp: Slot [13] registered\n[ 0.269748] acpiphp: Slot [14] registered\n[ 0.280612] acpiphp: Slot [15] registered\n[ 0.281409] acpiphp: Slot [16] registered\n[ 0.282205] acpiphp: Slot [17] registered\n[ 0.283005] acpiphp: Slot [18] registered\n[ 0.283800] acpiphp: Slot [19] registered\n[ 0.284591] acpiphp: Slot [20] registered\n[ 0.285384] acpiphp: Slot [21] registered\n[ 0.286181] acpiphp: Slot [22] registered\n[ 0.286979] acpiphp: Slot [23] registered\n[ 0.287773] acpiphp: Slot [24] registered\n[ 0.288567] acpiphp: Slot [25] registered\n[ 0.289359] acpiphp: Slot [26] registered\n[ 0.290159] acpiphp: Slot [27] registered\n[ 0.290957] acpiphp: Slot [28] registered\n[ 0.291753] acpiphp: Slot [29] registered\n[ 0.292546] acpiphp: Slot [30] registered\n[ 0.293341] acpiphp: Slot [31] registered\n[ 0.294132] PCI host bridge to bus 0000:00\n[ 0.294939] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298740] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300164] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363593] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372696] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374220] vgaarb: loaded\n[ 0.374811] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375944] SCSI subsystem initialized\n[ 0.376750] ACPI: bus type USB registered\n[ 0.377546] usbcore: registered new interface driver usbfs\n[ 0.378550] usbcore: registered new interface driver hub\n[ 0.379529] usbcore: registered new device driver usb\n[ 0.380568] PCI: Using ACPI for IRQ routing\n[ 0.381584] NetLabel: Initializing\n[ 0.382280] NetLabel: domain hash size = 128\n[ 0.383115] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384054] NetLabel: unlabeled traffic allowed by default\n[ 0.385138] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386100] clocksource: Switched to clocksource kvm-clock\n[ 0.391705] AppArmor: AppArmor Filesystem Enabled\n[ 0.392650] pnp: PnP ACPI init\n[ 0.393551] pnp: PnP ACPI: found 5 devices\n[ 0.399602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401282] NET: Registered protocol family 2\n[ 0.402238] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403504] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404689] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405856] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408112] NET: Registered protocol family 1\n[ 0.408969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410050] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411111] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425249] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445137] Trying to unpack rootfs image as initramfs...\n[ 1.737648] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755716] Scanning for low memory corruption every 60 seconds\n[ 1.758024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759177] audit: initializing netlink subsys (disabled)\n[ 1.760197] audit: type=2000 audit(1535526153.746:1): initialized\n[ 1.761487] Initialise system trusted keyring\n[ 1.762436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765546] zbud: loaded\n[ 1.766253] VFS: Disk quotas dquot_6.6.0\n[ 1.767066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768438] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.770581] fuse init (API version 7.23)\n[ 1.771472] Key type big_key registered\n[ 1.772259] Allocating IMA MOK and blacklist keyrings.\n[ 1.773345] Key type asymmetric registered\n[ 1.774169] Asymmetric key parser 'x509' registered\n[ 1.775114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.776569] io scheduler noop registered\n[ 1.777348] io scheduler deadline registered (default)\n[ 1.778332] io scheduler cfq registered\n[ 1.779166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.780203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782896] ACPI: Power Button [PWRF]\n[ 1.783730] GHES: HEST is not enabled!\n[ 1.797562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.826108] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852509] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854628] Linux agpgart interface v0.103\n[ 1.856636] brd: module loaded\n[ 1.857877] loop: module loaded\n[ 1.859356] vda: vda1\n[ 1.860698] scsi host0: ata_piix\n[ 1.861436] scsi host1: ata_piix\n[ 1.862166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.864801] libphy: Fixed MDIO Bus: probed\n[ 1.865619] tun: Universal TUN/TAP device driver, 1.6\n[ 1.866570] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.868878] PPP generic driver version 2.4.2\n[ 1.869780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871001] ehci-pci: EHCI PCI platform driver\n[ 1.871879] ehci-platform: EHCI generic platform driver\n[ 1.872866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.873996] ohci-pci: OHCI PCI platform driver\n[ 1.874879] ohci-platform: OHCI generic platform driver\n[ 1.875871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.890476] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.891520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.892988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894012] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.896492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897903] usb usb1: Product: UHCI Host Controller\n[ 1.898830] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.899958] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.900958] hub 1-0:1.0: USB hub found\n[ 1.901733] hub 1-0:1.0: 2 ports detected\n[ 1.902642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.904759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.905705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.906735] mousedev: PS/2 mouse device common for all mice\n[ 1.907974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.909807] rtc_cmos 00:00: RTC can wake from S4\n[ 1.910905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.912090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.913270] i2c /dev entries driver\n[ 1.914016] device-mapper: uevent: version 1.0.3\n[ 1.914960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.916579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.917838] NET: Registered protocol family 10\n[ 1.918839] NET: Registered protocol family 17\n[ 1.919724] Key type dns_resolver registered\n[ 1.920653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.921737] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.923473] registered taskstats version 1\n[ 1.924305] Loading compiled-in X.509 certificates\n[ 1.925720] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.927544] zswap: loaded using pool lzo/zbud\n[ 1.929801] Key type trusted registered\n[ 1.932165] Key type encrypted registered\n[ 1.933016] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.935086] evm: HMAC attrs: 0x1\n[ 1.936028] Magic number: 14:892:16\n[ 1.936874] rtc_cmos 00:00: setting system clock to 2018-08-29 07:02:33 UTC (1535526153)\n[ 1.938478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.939583] EDD information not available.\n[ 2.018675] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.020105] ata1.00: configured for MWDMA2\n[ 2.021287] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.023564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.024762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.036521] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.038420] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.039942] Write protecting the kernel read-only data: 14336k\n[ 2.041468] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.043168] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.052440] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056292] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062148] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.067588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069350] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096630] virtio_net virtio0 ens3: renamed from eth0\n[ 2.108648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.110459] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129748] AVX2 version of gcm_enc/dec engaged.\n[ 2.130673] AES CTR mode by8 optimization enabled\n[ 2.134460] FDC 0 is a S82078B\n[ 2.214141] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.378824] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380357] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.381921] usb 1-1: Product: QEMU USB Tablet\n[ 2.382965] usb 1-1: Manufacturer: QEMU\n[ 2.383891] usb 1-1: SerialNumber: 42\n[ 2.391352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.398272] usbcore: registered new interface driver usbhid\n[ 2.399542] usbhid: USB HID core driver\n[ 2.402184] 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.404859] 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.754126] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.755589] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.372449] md: linear personality registered for level -1\n[ 3.375231] md: multipath personality registered for level -4\n[ 3.378026] md: raid0 personality registered for level 0\n[ 3.381078] md: raid1 personality registered for level 1\n[ 3.450105] raid6: sse2x1 gen() 11490 MB/s\n[ 3.518103] raid6: sse2x1 xor() 8916 MB/s\n[ 3.586106] raid6: sse2x2 gen() 14615 MB/s\n[ 3.654103] raid6: sse2x2 xor() 9761 MB/s\n[ 3.722104] raid6: sse2x4 gen() 16806 MB/s\n[ 3.790103] raid6: sse2x4 xor() 11799 MB/s\n[ 3.858104] raid6: avx2x1 gen() 22337 MB/s\n[ 3.926103] raid6: avx2x2 gen() 25962 MB/s\n[ 3.994102] raid6: avx2x4 gen() 29903 MB/s\n[ 3.995121] raid6: using algorithm avx2x4 gen() 29903 MB/s\n[ 3.996302] raid6: using avx2x2 recovery algorithm\n[ 3.998381] xor: automatically using best checksumming function:\n[ 4.038102] avx : 34932.000 MB/sec\n[ 4.039989] async_tx: api initialized (async)\n[ 4.047501] md: raid6 personality registered for level 6\n[ 4.048704] md: raid5 personality registered for level 5\n[ 4.049879] md: raid4 personality registered for level 4\n[ 4.054178] 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.078217] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.104055] 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.195454] 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.198704] systemd[1]: Detected virtualization kvm.\n[ 4.199649] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203088] systemd[1]: Set hostname to .\n[ 4.206699] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207808] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329437] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.331619] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336014] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.337935] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342175] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.344375] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.346585] 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.349690] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.352101] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.354335] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356512] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.358543] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361964] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.364078] 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.368077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372593] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.378964] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.383360] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.385827] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.390053] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.393431] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.396046] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.398143] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m[ 4.401957] Loading iSCSI transport class v2.0-870.\n] Created slice system-serial\\x2dgetty.slice.\n[ 4.405604] 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.414574] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.419617] 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.425952] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.430574] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435532] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.439413] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441313] systemd[1]: Mounted POSIX Message Queue File System.\n[ 4.442579] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447988] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.450455] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.503872] 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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.924067] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:02:36 +0000. Up 5.25 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.168395] cloud-init[1050]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:02:38 +0000. Up 7.03 seconds.\n[ 8.170700] cloud-init[1050]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.176294] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.180097] cloud-init[1050]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.188114] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.190505] cloud-init[1050]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:41:0f:a7 |\n[ 8.196278] cloud-init[1050]: ci-info: | ens3 | True | fe80::f816:3eff:fe41:fa7/64 | . | link | fa:16:3e:41:0f:a7 |\n[ 8.198635] cloud-init[1050]: ci-info: | ens6 | False | . | . | . | 52:54:00:27:18:5c |\n[ 8.204300] cloud-init[1050]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.208100] cloud-init[1050]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216101] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.218293] cloud-init[1050]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.221642] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.227146] cloud-init[1050]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting iSCSI initiator daemon (iscsid)...\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] Started Daily Cleanup of Temporary Directories.\n[ 8.232514] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.233843] cloud-init[1050]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.235165] cloud-init[1050]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.240172] cloud-init[1050]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.242940] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n \n[ 8.248688] cloud-init[1050]: Generating public/private rsa key pair.\n[ 8.249605] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.250719] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.251831] Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1050]: The key fingerprint is:\n[ 8.256744] cloud-init[1050]: SHA256:Eg0uIK8fn7oz3TJxB60GTBM3eW2058qY5eBxGB7LMLs root@sdnvpn-3-2-quagga\n[ 8.258180] cloud-init[1050]: The key's randomart image is:\n[ 8.259338] cloud-init[1050]: +---[RSA 2048]----+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.265455] cloud-init[1050]: |. . ..+. o. |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.270296] cloud-init[1050]: | o .oo.+. o. |\n[ 8.272230] cloud-init[1050]: | .o..=o+.. . |\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.275259] cloud-init[1050]: | . o..B.= o | Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.279141] cloud-init[1050]: |. . .ooS o . |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.283178] cloud-init[1050]: | . o..++.X . |\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.291637] Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\ncloud-init[1050]: | ..o=E.+ + |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.301265] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting /etc/rc.local Compatibility...cloud-init[1050]: | o.+ . |\n[ 8.305542] cloud-init[1050]: | o+ o |\n[ 8.307377] cloud-init[1050]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n Starting Auto import assertions from block devices...\n\n Starting LSB: MD monitoring daemon...\n[ 8.312940] cloud-init[1050]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private dsa key pair.\n[ 8.353199] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.364607] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.371947] cloud-init Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[1050]: The key fingerprint is:[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.389203] cloud-init[1050]: SHA256:lBBeJl4deeWHZIpEAtm49i01fElEOUu81t3bmRcsO+4 root@sdnvpn-3-2-quagga\n[ 8.412777] cloud-init[1050]: The key's randomart image is:\n[ 8.426127] cloud-init[1050]: +---[DSA 1024]----+\n[ 8.440884] cloud-init[1050]: | =*=o+*oo+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.455992] cloud-init[1050]: | oo*.+o.B= . |\n[ 8.468252] cloud-init[1050]: | o.o..+.*+.o|[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.478095] \ncloud-init[1050]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| o. + *..+o|\n[ 8.496371] cloud-init[1050]: | . .So + o *|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.515366] cloud-init[1050]: | o . o +o|\n[ 8.554191] cloud-init[1050]: | . . . .|\n[ 8.560911] cloud-init[1050]: | . | Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.577238] cloud-init[1050]: | .E |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.600364] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1050]: +----[SHA256]-----+\n[ 8.618819] cloud-init[1050]: Generating public/private ecdsa key pair.\n[ 8.619782] cloud-init\n[[0;32m OK [0m] Started Set console scheme.\n[1050]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.640571] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.645678] cloud-init[1050]: The key fingerprint is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.648961] cloud-init[1050]: SHA256:9mDI+/sXVdYT4Gn3m7HRMIIVdRK484XrtuU1PoiIKns root@sdnvpn-3-2-quagga\n[ 8.659927] cloud-init[1050]: The key's randomart image is:\n[ 8.661047] cloud-init[1050]: +---[ECDSA 256]---+\n[ 8.662028] cloud-init[1050]: | o==o+|\n[ 8.664054] cloud-init[1050]: | oo .++|\n[ 8.668856] cloud-init[1050]: | . .=o=.|\n[ 8.670833] cloud-init[1050]: | . . +.+o+|\n[ 8.671870] cloud-init[1050]: | o S + =o|\n[ 8.677073] cloud-init[1050]: | + o . o *|\n[ 8.678124] cloud-init[1050]: | . . o .o.=o|\n[ 8.679263] cloud-init[1050]: | . E o . ...++o|\n[ 8.680645] cloud-init[1050]: | .+.. oo.. ..oo|\n[ 8.682679] cloud-init[1050]: +----[SHA256]-----+\n[ 8.685058] cloud-init[1050]: Generating public/private ed25519 key pair.\n[ 8.687844] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.691261] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.694853] cloud-init[1050]: The key fingerprint is:\n[ 8.696977] cloud-init[1050]: SHA256:RZ1vd1hnXnqnChx0/Ap+zNp88OT6g5VFIuTTzA8WGsk root@sdnvpn-3-2-quagga\n[ 8.700295] cloud-init[1050]: The key's randomart image is:\n[ 8.703474] cloud-init[1050]: +--[ED25519 256]--+\n[ 8.704901] cloud-init[1050]: | .=oo. |\n[ 8.707523] cloud-init[1050]: | ...E*..*|\n[ 8.709229] cloud-init[1050]: | ...++*Oo|\n[ 8.714346] cloud-init[1050]: | .o o*oB|\n[ 8.719426] cloud-init[1050]: | So = o *+|\n[ 8.720456] cloud-init[1050]: | + * = |\n[ 8.721421] cloud-init[1050]: | * O |\n[ 8.724256] cloud-init[1050]: | . = = |\n[ 8.725264] cloud-init[1050]: | .+.. |\n[ 8.727503] cloud-init[1050]: +----[SHA256]-----+\n[ 8.933062] cloud-init[1179]: Generating locales (this might take a while)...\n[ 9.521445] cloud-init[1179]: en_US.UTF-8... done\n[ 9.523317] cloud-init[1179]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-08-29 07:04:13,883 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-78831a89-45a9-4cff-bd6d-20c45c903c66 2018-08-29 07:04:43,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:04:45,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5732621-92b7-4baa-a979-a10376143960 x-compute-request-id: req-c5732621-92b7-4baa-a979-a10376143960 Content-Encoding: gzip Content-Length: 13301 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667064236 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.144160] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145788] pid_max: default: 32768 minimum: 301\n[ 0.146663] ACPI: Core revision 20150930\n[ 0.148039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149320] Security Framework initialized\n[ 0.150123] Yama: becoming mindful.\n[ 0.150845] AppArmor: AppArmor initialized\n[ 0.151718] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155943] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157314] Initializing cgroup subsys io\n[ 0.158117] Initializing cgroup subsys memory\n[ 0.158958] Initializing cgroup subsys devices\n[ 0.159819] Initializing cgroup subsys freezer\n[ 0.160670] Initializing cgroup subsys net_cls\n[ 0.161516] Initializing cgroup subsys perf_event\n[ 0.162401] Initializing cgroup subsys net_prio\n[ 0.163268] Initializing cgroup subsys hugetlb\n[ 0.164118] Initializing cgroup subsys pids\n[ 0.164977] CPU: Physical Processor ID: 0\n[ 0.166451] mce: CPU supports 10 MCE banks\n[ 0.167293] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168273] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179302] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.185911] ftrace: allocating 32123 entries in 126 pages\n[ 0.213438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214630] smpboot: Max logical packages: 1\n[ 0.215623] x2apic enabled\n[ 0.216417] Switched APIC routing to physical x2apic.\n[ 0.218140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222971] KVM setup paravirtual spinlock\n[ 0.224279] x86: Booted up 1 node, 1 CPUs\n[ 0.225078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226456] devtmpfs: initialized\n[ 0.228917] evm: security.selinux\n[ 0.229607] evm: security.SMACK64\n[ 0.230283] evm: security.SMACK64EXEC\n[ 0.231012] evm: security.SMACK64TRANSMUTE\n[ 0.231809] evm: security.SMACK64MMAP\n[ 0.232539] evm: security.ima\n[ 0.233167] evm: security.capability\n[ 0.233963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235781] pinctrl core: initialized pinctrl subsystem\n[ 0.236866] RTC time: 7:02:31, date: 08/29/18\n[ 0.237791] NET: Registered protocol family 16\n[ 0.238749] cpuidle: using governor ladder\n[ 0.239548] cpuidle: using governor menu\n[ 0.240314] PCCT header not found.\n[ 0.241061] ACPI: bus type PCI registered\n[ 0.241848] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243064] PCI: Using configuration type 1 for base access\n[ 0.245202] ACPI: Added _OSI(Module Device)\n[ 0.246031] ACPI: Added _OSI(Processor Device)\n[ 0.246876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249855] ACPI: Interpreter enabled\n[ 0.250621] ACPI: (supports S0 S5)\n[ 0.251313] ACPI: Using IOAPIC for interrupt routing\n[ 0.252248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258792] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261078] acpiphp: Slot [3] registered\n[ 0.261863] acpiphp: Slot [4] registered\n[ 0.262645] acpiphp: Slot [5] registered\n[ 0.263432] acpiphp: Slot [6] registered\n[ 0.264218] acpiphp: Slot [7] registered\n[ 0.264998] acpiphp: Slot [8] registered\n[ 0.265782] acpiphp: Slot [9] registered\n[ 0.266565] acpiphp: Slot [10] registered\n[ 0.267356] acpiphp: Slot [11] registered\n[ 0.268157] acpiphp: Slot [12] registered\n[ 0.268953] acpiphp: Slot [13] registered\n[ 0.269748] acpiphp: Slot [14] registered\n[ 0.280612] acpiphp: Slot [15] registered\n[ 0.281409] acpiphp: Slot [16] registered\n[ 0.282205] acpiphp: Slot [17] registered\n[ 0.283005] acpiphp: Slot [18] registered\n[ 0.283800] acpiphp: Slot [19] registered\n[ 0.284591] acpiphp: Slot [20] registered\n[ 0.285384] acpiphp: Slot [21] registered\n[ 0.286181] acpiphp: Slot [22] registered\n[ 0.286979] acpiphp: Slot [23] registered\n[ 0.287773] acpiphp: Slot [24] registered\n[ 0.288567] acpiphp: Slot [25] registered\n[ 0.289359] acpiphp: Slot [26] registered\n[ 0.290159] acpiphp: Slot [27] registered\n[ 0.290957] acpiphp: Slot [28] registered\n[ 0.291753] acpiphp: Slot [29] registered\n[ 0.292546] acpiphp: Slot [30] registered\n[ 0.293341] acpiphp: Slot [31] registered\n[ 0.294132] PCI host bridge to bus 0000:00\n[ 0.294939] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298740] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300164] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363593] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372696] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374220] vgaarb: loaded\n[ 0.374811] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375944] SCSI subsystem initialized\n[ 0.376750] ACPI: bus type USB registered\n[ 0.377546] usbcore: registered new interface driver usbfs\n[ 0.378550] usbcore: registered new interface driver hub\n[ 0.379529] usbcore: registered new device driver usb\n[ 0.380568] PCI: Using ACPI for IRQ routing\n[ 0.381584] NetLabel: Initializing\n[ 0.382280] NetLabel: domain hash size = 128\n[ 0.383115] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384054] NetLabel: unlabeled traffic allowed by default\n[ 0.385138] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386100] clocksource: Switched to clocksource kvm-clock\n[ 0.391705] AppArmor: AppArmor Filesystem Enabled\n[ 0.392650] pnp: PnP ACPI init\n[ 0.393551] pnp: PnP ACPI: found 5 devices\n[ 0.399602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401282] NET: Registered protocol family 2\n[ 0.402238] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403504] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404689] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405856] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408112] NET: Registered protocol family 1\n[ 0.408969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410050] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411111] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425249] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445137] Trying to unpack rootfs image as initramfs...\n[ 1.737648] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755716] Scanning for low memory corruption every 60 seconds\n[ 1.758024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759177] audit: initializing netlink subsys (disabled)\n[ 1.760197] audit: type=2000 audit(1535526153.746:1): initialized\n[ 1.761487] Initialise system trusted keyring\n[ 1.762436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765546] zbud: loaded\n[ 1.766253] VFS: Disk quotas dquot_6.6.0\n[ 1.767066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768438] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.770581] fuse init (API version 7.23)\n[ 1.771472] Key type big_key registered\n[ 1.772259] Allocating IMA MOK and blacklist keyrings.\n[ 1.773345] Key type asymmetric registered\n[ 1.774169] Asymmetric key parser 'x509' registered\n[ 1.775114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.776569] io scheduler noop registered\n[ 1.777348] io scheduler deadline registered (default)\n[ 1.778332] io scheduler cfq registered\n[ 1.779166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.780203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782896] ACPI: Power Button [PWRF]\n[ 1.783730] GHES: HEST is not enabled!\n[ 1.797562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.826108] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852509] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854628] Linux agpgart interface v0.103\n[ 1.856636] brd: module loaded\n[ 1.857877] loop: module loaded\n[ 1.859356] vda: vda1\n[ 1.860698] scsi host0: ata_piix\n[ 1.861436] scsi host1: ata_piix\n[ 1.862166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.864801] libphy: Fixed MDIO Bus: probed\n[ 1.865619] tun: Universal TUN/TAP device driver, 1.6\n[ 1.866570] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.868878] PPP generic driver version 2.4.2\n[ 1.869780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871001] ehci-pci: EHCI PCI platform driver\n[ 1.871879] ehci-platform: EHCI generic platform driver\n[ 1.872866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.873996] ohci-pci: OHCI PCI platform driver\n[ 1.874879] ohci-platform: OHCI generic platform driver\n[ 1.875871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.890476] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.891520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.892988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894012] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.896492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897903] usb usb1: Product: UHCI Host Controller\n[ 1.898830] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.899958] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.900958] hub 1-0:1.0: USB hub found\n[ 1.901733] hub 1-0:1.0: 2 ports detected\n[ 1.902642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.904759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.905705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.906735] mousedev: PS/2 mouse device common for all mice\n[ 1.907974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.909807] rtc_cmos 00:00: RTC can wake from S4\n[ 1.910905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.912090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.913270] i2c /dev entries driver\n[ 1.914016] device-mapper: uevent: version 1.0.3\n[ 1.914960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.916579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.917838] NET: Registered protocol family 10\n[ 1.918839] NET: Registered protocol family 17\n[ 1.919724] Key type dns_resolver registered\n[ 1.920653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.921737] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.923473] registered taskstats version 1\n[ 1.924305] Loading compiled-in X.509 certificates\n[ 1.925720] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.927544] zswap: loaded using pool lzo/zbud\n[ 1.929801] Key type trusted registered\n[ 1.932165] Key type encrypted registered\n[ 1.933016] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.935086] evm: HMAC attrs: 0x1\n[ 1.936028] Magic number: 14:892:16\n[ 1.936874] rtc_cmos 00:00: setting system clock to 2018-08-29 07:02:33 UTC (1535526153)\n[ 1.938478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.939583] EDD information not available.\n[ 2.018675] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.020105] ata1.00: configured for MWDMA2\n[ 2.021287] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.023564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.024762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.036521] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.038420] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.039942] Write protecting the kernel read-only data: 14336k\n[ 2.041468] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.043168] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.052440] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056292] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062148] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.067588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069350] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096630] virtio_net virtio0 ens3: renamed from eth0\n[ 2.108648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.110459] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129748] AVX2 version of gcm_enc/dec engaged.\n[ 2.130673] AES CTR mode by8 optimization enabled\n[ 2.134460] FDC 0 is a S82078B\n[ 2.214141] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.378824] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380357] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.381921] usb 1-1: Product: QEMU USB Tablet\n[ 2.382965] usb 1-1: Manufacturer: QEMU\n[ 2.383891] usb 1-1: SerialNumber: 42\n[ 2.391352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.398272] usbcore: registered new interface driver usbhid\n[ 2.399542] usbhid: USB HID core driver\n[ 2.402184] 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.404859] 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.754126] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.755589] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.372449] md: linear personality registered for level -1\n[ 3.375231] md: multipath personality registered for level -4\n[ 3.378026] md: raid0 personality registered for level 0\n[ 3.381078] md: raid1 personality registered for level 1\n[ 3.450105] raid6: sse2x1 gen() 11490 MB/s\n[ 3.518103] raid6: sse2x1 xor() 8916 MB/s\n[ 3.586106] raid6: sse2x2 gen() 14615 MB/s\n[ 3.654103] raid6: sse2x2 xor() 9761 MB/s\n[ 3.722104] raid6: sse2x4 gen() 16806 MB/s\n[ 3.790103] raid6: sse2x4 xor() 11799 MB/s\n[ 3.858104] raid6: avx2x1 gen() 22337 MB/s\n[ 3.926103] raid6: avx2x2 gen() 25962 MB/s\n[ 3.994102] raid6: avx2x4 gen() 29903 MB/s\n[ 3.995121] raid6: using algorithm avx2x4 gen() 29903 MB/s\n[ 3.996302] raid6: using avx2x2 recovery algorithm\n[ 3.998381] xor: automatically using best checksumming function:\n[ 4.038102] avx : 34932.000 MB/sec\n[ 4.039989] async_tx: api initialized (async)\n[ 4.047501] md: raid6 personality registered for level 6\n[ 4.048704] md: raid5 personality registered for level 5\n[ 4.049879] md: raid4 personality registered for level 4\n[ 4.054178] 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.078217] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.104055] 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.195454] 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.198704] systemd[1]: Detected virtualization kvm.\n[ 4.199649] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203088] systemd[1]: Set hostname to .\n[ 4.206699] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207808] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329437] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.331619] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336014] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.337935] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342175] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.344375] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.346585] 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.349690] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.352101] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.354335] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356512] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.358543] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361964] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.364078] 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.368077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372593] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.378964] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.383360] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.385827] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.390053] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.393431] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.396046] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.398143] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m[ 4.401957] Loading iSCSI transport class v2.0-870.\n] Created slice system-serial\\x2dgetty.slice.\n[ 4.405604] 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.414574] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.419617] 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.425952] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.430574] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435532] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.439413] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441313] systemd[1]: Mounted POSIX Message Queue File System.\n[ 4.442579] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447988] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.450455] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.503872] 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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.924067] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:02:36 +0000. Up 5.25 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.168395] cloud-init[1050]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:02:38 +0000. Up 7.03 seconds.\n[ 8.170700] cloud-init[1050]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.176294] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.180097] cloud-init[1050]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.188114] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.190505] cloud-init[1050]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:41:0f:a7 |\n[ 8.196278] cloud-init[1050]: ci-info: | ens3 | True | fe80::f816:3eff:fe41:fa7/64 | . | link | fa:16:3e:41:0f:a7 |\n[ 8.198635] cloud-init[1050]: ci-info: | ens6 | False | . | . | . | 52:54:00:27:18:5c |\n[ 8.204300] cloud-init[1050]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.208100] cloud-init[1050]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216101] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.218293] cloud-init[1050]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.221642] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.227146] cloud-init[1050]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting iSCSI initiator daemon (iscsid)...\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] Started Daily Cleanup of Temporary Directories.\n[ 8.232514] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.233843] cloud-init[1050]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.235165] cloud-init[1050]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.240172] cloud-init[1050]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.242940] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n \n[ 8.248688] cloud-init[1050]: Generating public/private rsa key pair.\n[ 8.249605] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.250719] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.251831] Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1050]: The key fingerprint is:\n[ 8.256744] cloud-init[1050]: SHA256:Eg0uIK8fn7oz3TJxB60GTBM3eW2058qY5eBxGB7LMLs root@sdnvpn-3-2-quagga\n[ 8.258180] cloud-init[1050]: The key's randomart image is:\n[ 8.259338] cloud-init[1050]: +---[RSA 2048]----+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.265455] cloud-init[1050]: |. . ..+. o. |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.270296] cloud-init[1050]: | o .oo.+. o. |\n[ 8.272230] cloud-init[1050]: | .o..=o+.. . |\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.275259] cloud-init[1050]: | . o..B.= o | Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.279141] cloud-init[1050]: |. . .ooS o . |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.283178] cloud-init[1050]: | . o..++.X . |\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.291637] Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\ncloud-init[1050]: | ..o=E.+ + |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.301265] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting /etc/rc.local Compatibility...cloud-init[1050]: | o.+ . |\n[ 8.305542] cloud-init[1050]: | o+ o |\n[ 8.307377] cloud-init[1050]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n Starting Auto import assertions from block devices...\n\n Starting LSB: MD monitoring daemon...\n[ 8.312940] cloud-init[1050]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private dsa key pair.\n[ 8.353199] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.364607] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.371947] cloud-init Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[1050]: The key fingerprint is:[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.389203] cloud-init[1050]: SHA256:lBBeJl4deeWHZIpEAtm49i01fElEOUu81t3bmRcsO+4 root@sdnvpn-3-2-quagga\n[ 8.412777] cloud-init[1050]: The key's randomart image is:\n[ 8.426127] cloud-init[1050]: +---[DSA 1024]----+\n[ 8.440884] cloud-init[1050]: | =*=o+*oo+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.455992] cloud-init[1050]: | oo*.+o.B= . |\n[ 8.468252] cloud-init[1050]: | o.o..+.*+.o|[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.478095] \ncloud-init[1050]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| o. + *..+o|\n[ 8.496371] cloud-init[1050]: | . .So + o *|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.515366] cloud-init[1050]: | o . o +o|\n[ 8.554191] cloud-init[1050]: | . . . .|\n[ 8.560911] cloud-init[1050]: | . | Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.577238] cloud-init[1050]: | .E |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.600364] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1050]: +----[SHA256]-----+\n[ 8.618819] cloud-init[1050]: Generating public/private ecdsa key pair.\n[ 8.619782] cloud-init\n[[0;32m OK [0m] Started Set console scheme.\n[1050]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.640571] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.645678] cloud-init[1050]: The key fingerprint is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.648961] cloud-init[1050]: SHA256:9mDI+/sXVdYT4Gn3m7HRMIIVdRK484XrtuU1PoiIKns root@sdnvpn-3-2-quagga\n[ 8.659927] cloud-init[1050]: The key's randomart image is:\n[ 8.661047] cloud-init[1050]: +---[ECDSA 256]---+\n[ 8.662028] cloud-init[1050]: | o==o+|\n[ 8.664054] cloud-init[1050]: | oo .++|\n[ 8.668856] cloud-init[1050]: | . .=o=.|\n[ 8.670833] cloud-init[1050]: | . . +.+o+|\n[ 8.671870] cloud-init[1050]: | o S + =o|\n[ 8.677073] cloud-init[1050]: | + o . o *|\n[ 8.678124] cloud-init[1050]: | . . o .o.=o|\n[ 8.679263] cloud-init[1050]: | . E o . ...++o|\n[ 8.680645] cloud-init[1050]: | .+.. oo.. ..oo|\n[ 8.682679] cloud-init[1050]: +----[SHA256]-----+\n[ 8.685058] cloud-init[1050]: Generating public/private ed25519 key pair.\n[ 8.687844] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.691261] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.694853] cloud-init[1050]: The key fingerprint is:\n[ 8.696977] cloud-init[1050]: SHA256:RZ1vd1hnXnqnChx0/Ap+zNp88OT6g5VFIuTTzA8WGsk root@sdnvpn-3-2-quagga\n[ 8.700295] cloud-init[1050]: The key's randomart image is:\n[ 8.703474] cloud-init[1050]: +--[ED25519 256]--+\n[ 8.704901] cloud-init[1050]: | .=oo. |\n[ 8.707523] cloud-init[1050]: | ...E*..*|\n[ 8.709229] cloud-init[1050]: | ...++*Oo|\n[ 8.714346] cloud-init[1050]: | .o o*oB|\n[ 8.719426] cloud-init[1050]: | So = o *+|\n[ 8.720456] cloud-init[1050]: | + * = |\n[ 8.721421] cloud-init[1050]: | * O |\n[ 8.724256] cloud-init[1050]: | . = = |\n[ 8.725264] cloud-init[1050]: | .+.. |\n[ 8.727503] cloud-init[1050]: +----[SHA256]-----+\n[ 8.933062] cloud-init[1179]: Generating locales (this might take a while)...\n[ 9.521445] cloud-init[1179]: en_US.UTF-8... done\n[ 9.523317] cloud-init[1179]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 129.951268] cloud-init[1179]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 29 Aug 2018 07:02:40 +0000. Up 8.87 seconds.\n[ 130.243755] cloud-init[1416]: + chpasswd\n[ 130.247158] cloud-init[1416]: + echo ubuntu:opnfv\n[ 130.312591] cloud-init[1416]: + sleep 20\n"} 2018-08-29 07:04:45,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-c5732621-92b7-4baa-a979-a10376143960 2018-08-29 07:05:15,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbd7cf3ced374c138b90eeb84b82809d291309e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:05:16,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f771976-c109-4b9a-8a46-28aac76a67b8 x-compute-request-id: req-7f771976-c109-4b9a-8a46-28aac76a67b8 Content-Encoding: gzip Content-Length: 14838 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 667064236 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.144160] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.145788] pid_max: default: 32768 minimum: 301\n[ 0.146663] ACPI: Core revision 20150930\n[ 0.148039] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149320] Security Framework initialized\n[ 0.150123] Yama: becoming mindful.\n[ 0.150845] AppArmor: AppArmor initialized\n[ 0.151718] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153105] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154744] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155943] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157314] Initializing cgroup subsys io\n[ 0.158117] Initializing cgroup subsys memory\n[ 0.158958] Initializing cgroup subsys devices\n[ 0.159819] Initializing cgroup subsys freezer\n[ 0.160670] Initializing cgroup subsys net_cls\n[ 0.161516] Initializing cgroup subsys perf_event\n[ 0.162401] Initializing cgroup subsys net_prio\n[ 0.163268] Initializing cgroup subsys hugetlb\n[ 0.164118] Initializing cgroup subsys pids\n[ 0.164977] CPU: Physical Processor ID: 0\n[ 0.166451] mce: CPU supports 10 MCE banks\n[ 0.167293] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168273] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179302] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.185911] ftrace: allocating 32123 entries in 126 pages\n[ 0.213438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214630] smpboot: Max logical packages: 1\n[ 0.215623] x2apic enabled\n[ 0.216417] Switched APIC routing to physical x2apic.\n[ 0.218140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.219242] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.221203] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222971] KVM setup paravirtual spinlock\n[ 0.224279] x86: Booted up 1 node, 1 CPUs\n[ 0.225078] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226456] devtmpfs: initialized\n[ 0.228917] evm: security.selinux\n[ 0.229607] evm: security.SMACK64\n[ 0.230283] evm: security.SMACK64EXEC\n[ 0.231012] evm: security.SMACK64TRANSMUTE\n[ 0.231809] evm: security.SMACK64MMAP\n[ 0.232539] evm: security.ima\n[ 0.233167] evm: security.capability\n[ 0.233963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235781] pinctrl core: initialized pinctrl subsystem\n[ 0.236866] RTC time: 7:02:31, date: 08/29/18\n[ 0.237791] NET: Registered protocol family 16\n[ 0.238749] cpuidle: using governor ladder\n[ 0.239548] cpuidle: using governor menu\n[ 0.240314] PCCT header not found.\n[ 0.241061] ACPI: bus type PCI registered\n[ 0.241848] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243064] PCI: Using configuration type 1 for base access\n[ 0.245202] ACPI: Added _OSI(Module Device)\n[ 0.246031] ACPI: Added _OSI(Processor Device)\n[ 0.246876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249855] ACPI: Interpreter enabled\n[ 0.250621] ACPI: (supports S0 S5)\n[ 0.251313] ACPI: Using IOAPIC for interrupt routing\n[ 0.252248] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256422] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257623] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258792] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261078] acpiphp: Slot [3] registered\n[ 0.261863] acpiphp: Slot [4] registered\n[ 0.262645] acpiphp: Slot [5] registered\n[ 0.263432] acpiphp: Slot [6] registered\n[ 0.264218] acpiphp: Slot [7] registered\n[ 0.264998] acpiphp: Slot [8] registered\n[ 0.265782] acpiphp: Slot [9] registered\n[ 0.266565] acpiphp: Slot [10] registered\n[ 0.267356] acpiphp: Slot [11] registered\n[ 0.268157] acpiphp: Slot [12] registered\n[ 0.268953] acpiphp: Slot [13] registered\n[ 0.269748] acpiphp: Slot [14] registered\n[ 0.280612] acpiphp: Slot [15] registered\n[ 0.281409] acpiphp: Slot [16] registered\n[ 0.282205] acpiphp: Slot [17] registered\n[ 0.283005] acpiphp: Slot [18] registered\n[ 0.283800] acpiphp: Slot [19] registered\n[ 0.284591] acpiphp: Slot [20] registered\n[ 0.285384] acpiphp: Slot [21] registered\n[ 0.286181] acpiphp: Slot [22] registered\n[ 0.286979] acpiphp: Slot [23] registered\n[ 0.287773] acpiphp: Slot [24] registered\n[ 0.288567] acpiphp: Slot [25] registered\n[ 0.289359] acpiphp: Slot [26] registered\n[ 0.290159] acpiphp: Slot [27] registered\n[ 0.290957] acpiphp: Slot [28] registered\n[ 0.291753] acpiphp: Slot [29] registered\n[ 0.292546] acpiphp: Slot [30] registered\n[ 0.293341] acpiphp: Slot [31] registered\n[ 0.294132] PCI host bridge to bus 0000:00\n[ 0.294939] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296131] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297317] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298740] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.300164] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306333] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307599] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308751] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309997] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363593] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365098] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366487] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370490] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371661] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372696] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374220] vgaarb: loaded\n[ 0.374811] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375944] SCSI subsystem initialized\n[ 0.376750] ACPI: bus type USB registered\n[ 0.377546] usbcore: registered new interface driver usbfs\n[ 0.378550] usbcore: registered new interface driver hub\n[ 0.379529] usbcore: registered new device driver usb\n[ 0.380568] PCI: Using ACPI for IRQ routing\n[ 0.381584] NetLabel: Initializing\n[ 0.382280] NetLabel: domain hash size = 128\n[ 0.383115] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384054] NetLabel: unlabeled traffic allowed by default\n[ 0.385138] amd_nb: Cannot enumerate AMD northbridges\n[ 0.386100] clocksource: Switched to clocksource kvm-clock\n[ 0.391705] AppArmor: AppArmor Filesystem Enabled\n[ 0.392650] pnp: PnP ACPI init\n[ 0.393551] pnp: PnP ACPI: found 5 devices\n[ 0.399602] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401282] NET: Registered protocol family 2\n[ 0.402238] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.403504] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.404689] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.405856] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.406941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.408112] NET: Registered protocol family 1\n[ 0.408969] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410050] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411111] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425249] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445137] Trying to unpack rootfs image as initramfs...\n[ 1.737648] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755716] Scanning for low memory corruption every 60 seconds\n[ 1.758024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.759177] audit: initializing netlink subsys (disabled)\n[ 1.760197] audit: type=2000 audit(1535526153.746:1): initialized\n[ 1.761487] Initialise system trusted keyring\n[ 1.762436] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765546] zbud: loaded\n[ 1.766253] VFS: Disk quotas dquot_6.6.0\n[ 1.767066] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768438] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.770581] fuse init (API version 7.23)\n[ 1.771472] Key type big_key registered\n[ 1.772259] Allocating IMA MOK and blacklist keyrings.\n[ 1.773345] Key type asymmetric registered\n[ 1.774169] Asymmetric key parser 'x509' registered\n[ 1.775114] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.776569] io scheduler noop registered\n[ 1.777348] io scheduler deadline registered (default)\n[ 1.778332] io scheduler cfq registered\n[ 1.779166] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.780203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782896] ACPI: Power Button [PWRF]\n[ 1.783730] GHES: HEST is not enabled!\n[ 1.797562] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.826108] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828404] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852509] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854628] Linux agpgart interface v0.103\n[ 1.856636] brd: module loaded\n[ 1.857877] loop: module loaded\n[ 1.859356] vda: vda1\n[ 1.860698] scsi host0: ata_piix\n[ 1.861436] scsi host1: ata_piix\n[ 1.862166] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.864801] libphy: Fixed MDIO Bus: probed\n[ 1.865619] tun: Universal TUN/TAP device driver, 1.6\n[ 1.866570] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.868878] PPP generic driver version 2.4.2\n[ 1.869780] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871001] ehci-pci: EHCI PCI platform driver\n[ 1.871879] ehci-platform: EHCI generic platform driver\n[ 1.872866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.873996] ohci-pci: OHCI PCI platform driver\n[ 1.874879] ohci-platform: OHCI generic platform driver\n[ 1.875871] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.890476] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.891520] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.892988] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894012] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.896492] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.897903] usb usb1: Product: UHCI Host Controller\n[ 1.898830] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.899958] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.900958] hub 1-0:1.0: USB hub found\n[ 1.901733] hub 1-0:1.0: 2 ports detected\n[ 1.902642] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.904759] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.905705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.906735] mousedev: PS/2 mouse device common for all mice\n[ 1.907974] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.909807] rtc_cmos 00:00: RTC can wake from S4\n[ 1.910905] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.912090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.913270] i2c /dev entries driver\n[ 1.914016] device-mapper: uevent: version 1.0.3\n[ 1.914960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.916579] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.917838] NET: Registered protocol family 10\n[ 1.918839] NET: Registered protocol family 17\n[ 1.919724] Key type dns_resolver registered\n[ 1.920653] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.921737] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.923473] registered taskstats version 1\n[ 1.924305] Loading compiled-in X.509 certificates\n[ 1.925720] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.927544] zswap: loaded using pool lzo/zbud\n[ 1.929801] Key type trusted registered\n[ 1.932165] Key type encrypted registered\n[ 1.933016] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.934038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.935086] evm: HMAC attrs: 0x1\n[ 1.936028] Magic number: 14:892:16\n[ 1.936874] rtc_cmos 00:00: setting system clock to 2018-08-29 07:02:33 UTC (1535526153)\n[ 1.938478] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.939583] EDD information not available.\n[ 2.018675] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.020105] ata1.00: configured for MWDMA2\n[ 2.021287] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.023564] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.024762] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.036521] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.038420] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.039942] Write protecting the kernel read-only data: 14336k\n[ 2.041468] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.043168] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.052440] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056292] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058132] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059937] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062148] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.065683] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.067588] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.069350] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096630] virtio_net virtio0 ens3: renamed from eth0\n[ 2.108648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.110459] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.129748] AVX2 version of gcm_enc/dec engaged.\n[ 2.130673] AES CTR mode by8 optimization enabled\n[ 2.134460] FDC 0 is a S82078B\n[ 2.214141] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.378824] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.380357] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.381921] usb 1-1: Product: QEMU USB Tablet\n[ 2.382965] usb 1-1: Manufacturer: QEMU\n[ 2.383891] usb 1-1: SerialNumber: 42\n[ 2.391352] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.398272] usbcore: registered new interface driver usbhid\n[ 2.399542] usbhid: USB HID core driver\n[ 2.402184] 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.404859] 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.754126] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.755589] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.372449] md: linear personality registered for level -1\n[ 3.375231] md: multipath personality registered for level -4\n[ 3.378026] md: raid0 personality registered for level 0\n[ 3.381078] md: raid1 personality registered for level 1\n[ 3.450105] raid6: sse2x1 gen() 11490 MB/s\n[ 3.518103] raid6: sse2x1 xor() 8916 MB/s\n[ 3.586106] raid6: sse2x2 gen() 14615 MB/s\n[ 3.654103] raid6: sse2x2 xor() 9761 MB/s\n[ 3.722104] raid6: sse2x4 gen() 16806 MB/s\n[ 3.790103] raid6: sse2x4 xor() 11799 MB/s\n[ 3.858104] raid6: avx2x1 gen() 22337 MB/s\n[ 3.926103] raid6: avx2x2 gen() 25962 MB/s\n[ 3.994102] raid6: avx2x4 gen() 29903 MB/s\n[ 3.995121] raid6: using algorithm avx2x4 gen() 29903 MB/s\n[ 3.996302] raid6: using avx2x2 recovery algorithm\n[ 3.998381] xor: automatically using best checksumming function:\n[ 4.038102] avx : 34932.000 MB/sec\n[ 4.039989] async_tx: api initialized (async)\n[ 4.047501] md: raid6 personality registered for level 6\n[ 4.048704] md: raid5 personality registered for level 5\n[ 4.049879] md: raid4 personality registered for level 4\n[ 4.054178] 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.078217] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.104055] 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.195454] 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.198704] systemd[1]: Detected virtualization kvm.\n[ 4.199649] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203088] systemd[1]: Set hostname to .\n[ 4.206699] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.207808] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.329437] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.331619] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333659] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.336014] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.337935] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.340002] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342175] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.344375] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.346585] 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.349690] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.352101] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.354335] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.356512] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.358543] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.361964] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.364078] 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.368077] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.372593] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.378964] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.383360] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.385827] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.390053] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.393431] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.396046] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.398143] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m[ 4.401957] Loading iSCSI transport class v2.0-870.\n] Created slice system-serial\\x2dgetty.slice.\n[ 4.405604] 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.414574] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.419617] 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.425952] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.430574] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.435532] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.439413] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441313] systemd[1]: Mounted POSIX Message Queue File System.\n[ 4.442579] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.447988] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.450455] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.503872] 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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.924067] cloud-init[461]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:02:36 +0000. Up 5.25 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.168395] cloud-init[1050]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:02:38 +0000. Up 7.03 seconds.\n[ 8.170700] cloud-init[1050]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.176294] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.180097] cloud-init[1050]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.188114] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.190505] cloud-init[1050]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:41:0f:a7 |\n[ 8.196278] cloud-init[1050]: ci-info: | ens3 | True | fe80::f816:3eff:fe41:fa7/64 | . | link | fa:16:3e:41:0f:a7 |\n[ 8.198635] cloud-init[1050]: ci-info: | ens6 | False | . | . | . | 52:54:00:27:18:5c |\n[ 8.204300] cloud-init[1050]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.208100] cloud-init[1050]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.216101] cloud-init[1050]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.218293] cloud-init[1050]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.221642] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.227146] cloud-init[1050]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Starting iSCSI initiator daemon (iscsid)...\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] Started Daily Cleanup of Temporary Directories.\n[ 8.232514] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.233843] cloud-init[1050]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[ 8.235165] cloud-init[1050]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 8.240172] cloud-init[1050]: ci-info: | 2 | 169.254.169.254 | 10.10.11.4 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 8.242940] cloud-init[1050]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n \n[ 8.248688] cloud-init[1050]: Generating public/private rsa key pair.\n[ 8.249605] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.250719] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.251831] Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on LXD - unix socket.cloud-init[1050]: The key fingerprint is:\n[ 8.256744] cloud-init[1050]: SHA256:Eg0uIK8fn7oz3TJxB60GTBM3eW2058qY5eBxGB7LMLs root@sdnvpn-3-2-quagga\n[ 8.258180] cloud-init[1050]: The key's randomart image is:\n[ 8.259338] cloud-init[1050]: +---[RSA 2048]----+\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.265455] cloud-init[1050]: |. . ..+. o. |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.270296] cloud-init[1050]: | o .oo.+. o. |\n[ 8.272230] cloud-init[1050]: | .o..=o+.. . |\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.275259] cloud-init[1050]: | . o..B.= o | Starting Accounts Service...\n Starting LSB: Record successful boot for GRUB...\n\n[ 8.279141] cloud-init[1050]: |. . .ooS o . |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.283178] cloud-init[1050]: | . o..++.X . |\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.291637] Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\ncloud-init[1050]: | ..o=E.+ + |\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.301265] [[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting /etc/rc.local Compatibility...cloud-init[1050]: | o.+ . |\n[ 8.305542] cloud-init[1050]: | o+ o |\n[ 8.307377] cloud-init[1050]: +----[SHA256]-----+\n Starting Apply the settings specified in cloud-config...\n Starting Auto import assertions from block devices...\n\n Starting LSB: MD monitoring daemon...\n[ 8.312940] cloud-init[1050]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private dsa key pair.\n[ 8.353199] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.364607] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.371947] cloud-init Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[1050]: The key fingerprint is:[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.389203] cloud-init[1050]: SHA256:lBBeJl4deeWHZIpEAtm49i01fElEOUu81t3bmRcsO+4 root@sdnvpn-3-2-quagga\n[ 8.412777] cloud-init[1050]: The key's randomart image is:\n[ 8.426127] cloud-init[1050]: +---[DSA 1024]----+\n[ 8.440884] cloud-init[1050]: | =*=o+*oo+ |[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.455992] cloud-init[1050]: | oo*.+o.B= . |\n[ 8.468252] cloud-init[1050]: | o.o..+.*+.o|[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[ 8.478095] \ncloud-init[1050]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n| o. + *..+o|\n[ 8.496371] cloud-init[1050]: | . .So + o *|\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 8.515366] cloud-init[1050]: | o . o +o|\n[ 8.554191] cloud-init[1050]: | . . . .|\n[ 8.560911] cloud-init[1050]: | . | Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.577238] cloud-init[1050]: | .E |\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 8.600364] cloud-init[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[1050]: +----[SHA256]-----+\n[ 8.618819] cloud-init[1050]: Generating public/private ecdsa key pair.\n[ 8.619782] cloud-init\n[[0;32m OK [0m] Started Set console scheme.\n[1050]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.640571] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.645678] cloud-init[1050]: The key fingerprint is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.648961] cloud-init[1050]: SHA256:9mDI+/sXVdYT4Gn3m7HRMIIVdRK484XrtuU1PoiIKns root@sdnvpn-3-2-quagga\n[ 8.659927] cloud-init[1050]: The key's randomart image is:\n[ 8.661047] cloud-init[1050]: +---[ECDSA 256]---+\n[ 8.662028] cloud-init[1050]: | o==o+|\n[ 8.664054] cloud-init[1050]: | oo .++|\n[ 8.668856] cloud-init[1050]: | . .=o=.|\n[ 8.670833] cloud-init[1050]: | . . +.+o+|\n[ 8.671870] cloud-init[1050]: | o S + =o|\n[ 8.677073] cloud-init[1050]: | + o . o *|\n[ 8.678124] cloud-init[1050]: | . . o .o.=o|\n[ 8.679263] cloud-init[1050]: | . E o . ...++o|\n[ 8.680645] cloud-init[1050]: | .+.. oo.. ..oo|\n[ 8.682679] cloud-init[1050]: +----[SHA256]-----+\n[ 8.685058] cloud-init[1050]: Generating public/private ed25519 key pair.\n[ 8.687844] cloud-init[1050]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.691261] cloud-init[1050]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.694853] cloud-init[1050]: The key fingerprint is:\n[ 8.696977] cloud-init[1050]: SHA256:RZ1vd1hnXnqnChx0/Ap+zNp88OT6g5VFIuTTzA8WGsk root@sdnvpn-3-2-quagga\n[ 8.700295] cloud-init[1050]: The key's randomart image is:\n[ 8.703474] cloud-init[1050]: +--[ED25519 256]--+\n[ 8.704901] cloud-init[1050]: | .=oo. |\n[ 8.707523] cloud-init[1050]: | ...E*..*|\n[ 8.709229] cloud-init[1050]: | ...++*Oo|\n[ 8.714346] cloud-init[1050]: | .o o*oB|\n[ 8.719426] cloud-init[1050]: | So = o *+|\n[ 8.720456] cloud-init[1050]: | + * = |\n[ 8.721421] cloud-init[1050]: | * O |\n[ 8.724256] cloud-init[1050]: | . = = |\n[ 8.725264] cloud-init[1050]: | .+.. |\n[ 8.727503] cloud-init[1050]: +----[SHA256]-----+\n[ 8.933062] cloud-init[1179]: Generating locales (this might take a while)...\n[ 9.521445] cloud-init[1179]: en_US.UTF-8... done\n[ 9.523317] cloud-init[1179]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 129.951268] cloud-init[1179]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 29 Aug 2018 07:02:40 +0000. Up 8.87 seconds.\n[ 130.243755] cloud-init[1416]: + chpasswd\n[ 130.247158] cloud-init[1416]: + echo ubuntu:opnfv\n[ 130.312591] cloud-init[1416]: + sleep 20\n[ 150.314174] cloud-init[1416]: + NEIGHBOR_IP=172.30.9.30\n[ 150.315382] cloud-init[1416]: + OWN_IP=172.30.9.207\n[ 150.316688] cloud-init[1416]: + EXT_NET_MASK=24\n[ 150.319175] cloud-init[1416]: ++ awk '{print $2}'\n[ 150.320284] cloud-init[1416]: ++ getent hosts\n[ 150.323633] cloud-init[1416]: ++ awk '{print $1}'\n[ 150.324725] cloud-init[1416]: ++ cat /etc/hostname\n[ 150.327361] cloud-init[1416]: + [[ localhost\n[ 150.328759] cloud-init[1416]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.332026] cloud-init[1416]: + tee -a /etc/hosts\n[ 150.334994] cloud-init[1416]: ++ awk '{print $1}'\n[ 150.337031] cloud-init[1416]: ++ cat /etc/hostname\n[ 150.338411] cloud-init[1416]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.340776] cloud-init[1416]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.344149] cloud-init[1416]: + quagga_int=\n[ 150.344982] cloud-init[1416]: ++ awk 'NR>2{print $1}'\n[ 150.346685] cloud-init[1416]: ++ netstat -ia\n[ 150.347952] cloud-init[1416]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.349490] cloud-init[1416]: ++ grep ens3\n[ 150.363511] cloud-init[1416]: ++ ifconfig\n[ 150.364425] cloud-init[1416]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:41:0f:a7 ' ']'\n[ 150.368039] cloud-init[1416]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.371490] cloud-init[1416]: ++ grep ens6\n[ 150.372945] cloud-init[1416]: ++ ifconfig\n[ 150.375160] cloud-init[1416]: + '[' -z '' ']'\n[ 150.377006] cloud-init[1416]: + quagga_int=ens6\n[ 150.377976] cloud-init[1416]: + break\n[ 150.379110] cloud-init[1416]: + '[' -z ens6 ']'\n[ 150.390051] cloud-init[1416]: + ip link set ens6 up\n[ 150.392042] cloud-init[1416]: + ip addr add 172.30.9.207/24 dev ens6\n[ 150.395626] cloud-init[1416]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.397281] cloud-init[1416]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.400029] cloud-init[1416]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.402027] cloud-init[1416]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.404181] cloud-init[1416]: + touch /var/log/bgpd.log\n[ 150.405362] cloud-init[1416]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.406812] cloud-init[1416]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.408318] cloud-init[1416]: + cat\n[ 150.409273] cloud-init[1416]: + touch /etc/quagga/zebra.conf\n[ 150.411077] cloud-init[1416]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.414425] cloud-init[1416]: + cat\n[ 150.415389] cloud-init[1416]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.417236] cloud-init[1416]: + service quagga restart\n[ 150.429843] cloud-init[1416]: + pgrep bgpd\n[ 150.434968] cloud-init[1416]: 1510\n[ 150.436078] cloud-init[1416]: + pgrep zebra\n[ 150.438659] cloud-init[1416]: 1506\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Aug 29 07:05:02 ec2: \n<14>Aug 29 07:05:02 ec2: #############################################################\n<14>Aug 29 07:05:02 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Aug 29 07:05:02 ec2: 1024 SHA256:lBBeJl4deeWHZIpEAtm49i01fElEOUu81t3bmRcsO+4 root@sdnvpn-3-2-quagga (DSA)\n<14>Aug 29 07:05:02 ec2: 256 SHA256:9mDI+/sXVdYT4Gn3m7HRMIIVdRK484XrtuU1PoiIKns root@sdnvpn-3-2-quagga (ECDSA)\n<14>Aug 29 07:05:02 ec2: 256 SHA256:RZ1vd1hnXnqnChx0/Ap+zNp88OT6g5VFIuTTzA8WGsk root@sdnvpn-3-2-quagga (ED25519)\n<14>Aug 29 07:05:02 ec2: 2048 SHA256:Eg0uIK8fn7oz3TJxB60GTBM3eW2058qY5eBxGB7LMLs root@sdnvpn-3-2-quagga (RSA)\n<14>Aug 29 07:05:02 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Aug 29 07:05:02 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKhMQwG7jtMsVq9ptJSEZfqHDM3gbSLEHCI6fzPdVqM+0xv/4JiYmo3KRcLCZ4bZdcAjALu4xx/Ca/yw86O6bcI= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIy0A6N42hV0mY6aZHxzvUb6UnF1m/MmvxxkyxrhUGRL root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaTf24IaZobpd62jmNDbLsocKkxgtDr9UuGp0KuDEEQp3WmnH5hvY7YscH3tEMmOqI36V3x5wFHG8gonNO4Ls32J5vGLw0+B6bV0YflyaQRfPF4o/X800JcFKwp2komTCRq1GEdQWNLSauel7ZYVt/Rxq3h5JM0aUcZBbOfubDw9sj87qTeMgLipYJUeAP5KFn61WSap5OrzZXX0MghjXTgy6WhYdIaV/ersoNhiJeHkHooOqNUnAqPhEvTa04nK5Ua/LTmOx/T48akCEQ7g66uX+FFjSKE80YirHOKsTdgcYdbc08mQh1LiDl3SQB/HTf66n7YLwbShTQ1KbtX6S7 root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.478552] cloud-init[1416]: Cloud-init v. 0.7.9 running 'modules:final' at Wed, 29 Aug 2018 07:04:41 +0000. Up 130.17 seconds.\n[ 150.480644] cloud-init[1416]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.484016] cloud-init[1416]: Cloud-init v. 0.7.9 finished at Wed, 29 Aug 2018 07:05:02 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.47 seconds\n"} 2018-08-29 07:05:16,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-7f771976-c109-4b9a-8a46-28aac76a67b8 2018-08-29 07:05:16,666 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-08-29 07:05:16,667 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-29 07:05:16,668 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-29 07:05:16,669 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-29 07:05:16,673 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-29 07:05:17,370 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-29 07:05:17,370 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.207 --use-source-ip 172.30.9.30: client: JAVA_HOME not set; results may vary  2018-08-29 07:05:17,372 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-29 07:05:17,372 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-29 07:05:17,413 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-29 07:05:17,413 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-29 07:05:17,438 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-29 07:05:18,097 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-29 07:05:18,098 - 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.207, 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 Update source is 172.30.9.30 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-08-29 07:05:18,098 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-08-29 07:05:18,099 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-08-29 07:05:18,099 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-29 07:05:19,100 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-29 07:05:19,101 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-29 07:05:19,101 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-29 07:05:19,104 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-29 07:05:19,789 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-29 07:05:19,790 - 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.207, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:02, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.30 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 0 seconds Read thread:off Write thread: off  2018-08-29 07:05:19,790 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-08-29 07:05:19,791 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-29 07:05:19,791 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-08-29 07:05:20,793 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-29 07:05:20,793 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-29 07:05:20,794 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-29 07:05:20,796 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-29 07:05:21,492 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-29 07:05:21,493 - 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.207, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.207 BGP state = Established, up for 00:00:02 Last read00:00:02, 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: VPN-IPv4 Unicast End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 1 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 4 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.30 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.30, Local port: 34382 Foreign host: 172.30.9.207, Foreign port: 179 Nexthop: 172.30.9.30 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-08-29 07:05:21,494 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-08-29 07:05:21,494 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:02 2018-08-29 07:05:21,494 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-29 07:05:22,496 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-08-29 07:05:22,496 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-29 07:05:22,497 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-29 07:05:22,497 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-29 07:05:22,499 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-29 07:05:22,559 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-29 07:05:22,560 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-29 07:05:22,561 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-29 07:05:22,562 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-29 07:05:22,562 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-29 07:05:22,602 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-29 07:05:22,708 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-29 07:05:22,709 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-29 07:05:22,710 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-29 07:05:22,711 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-29 07:05:22,711 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-29 07:05:22,751 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-29 07:05:22,896 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-29 07:05:22,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4d83f6f109bb9c67881f2789a2c529e679ce45" 2018-08-29 07:05:22,906 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-29 07:05:23,166 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:05:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f5a9178-93c3-429c-ab21-60b296a06367 x-compute-request-id: req-3f5a9178-93c3-429c-ab21-60b296a06367 Content-Length: 0 Content-Type: application/json 2018-08-29 07:05:23,166 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/62b3d3f9-4f5e-43c9-8d8b-54e62ea2a7f0 used request id req-3f5a9178-93c3-429c-ab21-60b296a06367 2018-08-29 07:05:23,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba4d83f6f109bb9c67881f2789a2c529e679ce45" -d '{"forceDelete": null}' 2018-08-29 07:05:23,343 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:05: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-a9612b2b-58d3-4c9a-9307-9200d9176cc7 x-compute-request-id: req-a9612b2b-58d3-4c9a-9307-9200d9176cc7 Content-Length: 0 Content-Type: application/json 2018-08-29 07:05:23,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/7fced84f-afe0-4e9f-8055-018c36dc4d07/action used request id req-a9612b2b-58d3-4c9a-9307-9200d9176cc7 2018-08-29 07:05:23,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4984cf5656d19053251f1a4a7fdcdbb03168b741" 2018-08-29 07:05:25,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de1a72f3-87c9-4e94-9ded-e968db75349a Date: Wed, 29 Aug 2018 07:05:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:05:25,060 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/4ed0c443-f5ab-4ce2-8da3-bd6e58aee7a1 used request id req-de1a72f3-87c9-4e94-9ded-e968db75349a 2018-08-29 07:05:25,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/efb4cd72-a352-4507-82e4-05985b60b9b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:25,922 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad784ca2-1cb0-4db4-a8b0-e5e3b1560ec9 Content-Length: 0 Date: Wed, 29 Aug 2018 07:05:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:25,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/efb4cd72-a352-4507-82e4-05985b60b9b7 used request id req-ad784ca2-1cb0-4db4-a8b0-e5e3b1560ec9 2018-08-29 07:05:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/406e6ec1-4524-4f93-ac49-1c93a83a8f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:26,894 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5459c77e-fedf-434d-9ec4-b527fde9af39 Content-Length: 0 Date: Wed, 29 Aug 2018 07:05:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:26,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/406e6ec1-4524-4f93-ac49-1c93a83a8f9a used request id req-5459c77e-fedf-434d-9ec4-b527fde9af39 2018-08-29 07:05:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"subnet_id": "d6b6b67f-c83e-4148-ba0b-806b394bc5d8"}' 2018-08-29 07:05:28,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-50587d2d-6e74-46bc-b98c-af38a1ef9cd0 Date: Wed, 29 Aug 2018 07:05:28 GMT RESP BODY: {"network_id": "5e2507ed-51d6-4333-832b-61eebe6b23a5", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "d6b6b67f-c83e-4148-ba0b-806b394bc5d8", "subnet_ids": ["d6b6b67f-c83e-4148-ba0b-806b394bc5d8"], "port_id": "1006f44d-ff9d-41db-9788-b93671a5605f", "id": "37ca0096-d0cd-43af-b2b7-d9ceea34bda8"} 2018-08-29 07:05:28,170 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8/remove_router_interface used request id req-50587d2d-6e74-46bc-b98c-af38a1ef9cd0 2018-08-29 07:05:28,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"subnet_id": "9b504178-758c-4fac-9050-24ce513859f0"}' 2018-08-29 07:05:29,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bdd2c84-13e5-4925-acda-edb28d239969 Date: Wed, 29 Aug 2018 07:05:29 GMT RESP BODY: {"network_id": "2df54b70-2e92-4290-817f-6686f1a8dac1", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "9b504178-758c-4fac-9050-24ce513859f0", "subnet_ids": ["9b504178-758c-4fac-9050-24ce513859f0"], "port_id": "61411a39-a8dd-4585-9ff1-6b20f597b994", "id": "cb00d619-199d-4cfa-914d-53de243f862c"} 2018-08-29 07:05:29,365 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c/remove_router_interface used request id req-2bdd2c84-13e5-4925-acda-edb28d239969 2018-08-29 07:05:29,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 07:05:30,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-dfefd20e-58f9-4db6-b2fa-a28468694fa3 Date: Wed, 29 Aug 2018 07:05:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:05:30Z", "revision_number": 8, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "37ca0096-d0cd-43af-b2b7-d9ceea34bda8", "name": "sdnvpn-3-1-router"}} 2018-08-29 07:05:30,492 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8 used request id req-dfefd20e-58f9-4db6-b2fa-a28468694fa3 2018-08-29 07:05:30,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 07:05:31,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-853d79f2-4a72-460d-a46b-5ca9fcca5445 Date: Wed, 29 Aug 2018 07:05:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:59:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:05:30Z", "revision_number": 8, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "cb00d619-199d-4cfa-914d-53de243f862c", "name": "sdnvpn-3-2-quagga-router"}} 2018-08-29 07:05:31,323 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c used request id req-853d79f2-4a72-460d-a46b-5ca9fcca5445 2018-08-29 07:05:31,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/d6b6b67f-c83e-4148-ba0b-806b394bc5d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:33,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50734da1-58b7-42a7-a210-75fa15c2173c Date: Wed, 29 Aug 2018 07:05:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:33,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/d6b6b67f-c83e-4148-ba0b-806b394bc5d8 used request id req-50734da1-58b7-42a7-a210-75fa15c2173c 2018-08-29 07:05:33,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/9b504178-758c-4fac-9050-24ce513859f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:36,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c72c3ee-95d2-497f-848e-1003524fdb7c Date: Wed, 29 Aug 2018 07:05:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:36,045 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/9b504178-758c-4fac-9050-24ce513859f0 used request id req-4c72c3ee-95d2-497f-848e-1003524fdb7c 2018-08-29 07:05:36,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:36,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5d4301c-c8bc-44f5-8ba8-be22421c9b5b Content-Length: 0 Date: Wed, 29 Aug 2018 07:05:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:36,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/37ca0096-d0cd-43af-b2b7-d9ceea34bda8 used request id req-a5d4301c-c8bc-44f5-8ba8-be22421c9b5b 2018-08-29 07:05:36,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:36,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e34765f-713d-43c0-8e6e-a09c11df6f72 Content-Length: 0 Date: Wed, 29 Aug 2018 07:05:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:36,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/cb00d619-199d-4cfa-914d-53de243f862c used request id req-0e34765f-713d-43c0-8e6e-a09c11df6f72 2018-08-29 07:05:36,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/5e2507ed-51d6-4333-832b-61eebe6b23a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:37,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d1c199d-dbb5-4d75-96fc-f3ebfd14fe0b Date: Wed, 29 Aug 2018 07:05:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:37,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/5e2507ed-51d6-4333-832b-61eebe6b23a5 used request id req-3d1c199d-dbb5-4d75-96fc-f3ebfd14fe0b 2018-08-29 07:05:37,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/2df54b70-2e92-4290-817f-6686f1a8dac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6c89251f6a3df432dd53a0c6387b5b8bd1c4eac" 2018-08-29 07:05:38,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ce060e95-36ed-4c90-8108-0054435fbef8 Date: Wed, 29 Aug 2018 07:05:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:05:38,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/2df54b70-2e92-4290-817f-6686f1a8dac1 used request id req-ce060e95-36ed-4c90-8108-0054435fbef8 2018-08-29 07:05:38,916 - 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-08-29 07:05:38,917 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-29 07:05:38,917 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-08-29 07:05:38,917 - 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-08-29 07:05:38,918 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-29 07:05:38,918 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-29 07:05:38,918 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-29 07:05:38,992 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-29 07:05:38,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:38,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:38,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:38,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:38,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:38,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:38,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:38,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:38,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:38,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:38,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:39,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:39,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:39,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:39,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:39,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:05:39,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:39,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:39,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:39,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:39,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:39,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:39,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:39,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:39,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:39,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:39,007 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:05:39,008 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-08-29 07:05:39,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:05:39,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e9af676-45f6-4887-9ea8-6a1db4f7cbd5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:05:39,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7e9af676-45f6-4887-9ea8-6a1db4f7cbd5 2018-08-29 07:05:39,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:05:39,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["TKglE9VGT6ejfYF9wDFEyg"], "issued_at": "2018-08-29T07:05:39.000000Z"}} 2018-08-29 07:05:39,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fdd487aff913f2a0250d485da85e8592efaea8af" 2018-08-29 07:05:39,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-02da6a87-d970-456d-8bec-553e82767ea0 Date: Wed, 29 Aug 2018 07:05:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:05:39,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-02da6a87-d970-456d-8bec-553e82767ea0 2018-08-29 07:05:39,957 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:05:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fdd487aff913f2a0250d485da85e8592efaea8af" 2018-08-29 07:05:40,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4162e1dd-2f21-47f5-95de-b1f833ca90eb Date: Wed, 29 Aug 2018 07:05:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 07:05:40,127 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-4162e1dd-2f21-47f5-95de-b1f833ca90eb 2018-08-29 07:05:40,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fdd487aff913f2a0250d485da85e8592efaea8af" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:05:40,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd X-Openstack-Request-Id: req-12934fcb-74e6-4ea5-8ca9-7a4f5be5118d Date: Wed, 29 Aug 2018 07:05:40 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:05:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:05:40Z", "visibility": "public", "locations": [], "self": "/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "min_disk": 0, "protected": false, "id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "file": "/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:05:40,367 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-12934fcb-74e6-4ea5-8ca9-7a4f5be5118d 2018-08-29 07:05:40,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fdd487aff913f2a0250d485da85e8592efaea8af" -d '' 2018-08-29 07:05:41,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5018e87-3cde-4379-b6a7-ad7605fb167f Date: Wed, 29 Aug 2018 07:05:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:05:41,976 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd/file used request id req-d5018e87-3cde-4379-b6a7-ad7605fb167f 2018-08-29 07:05:41,977 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-08-29 07:05:41,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:05:41,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9158991b-eef3-4b3e-bc4c-469b7b0c46e2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:05:41,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9158991b-eef3-4b3e-bc4c-469b7b0c46e2 2018-08-29 07:05:41,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:05:42,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:05:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["R_9sc_vRQS2Z4n414-5btQ"], "issued_at": "2018-08-29T07:05:42.000000Z"}} 2018-08-29 07:05:42,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-08-29 07:05:43,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-479992b6-9963-4a20-9e8f-39f0308ee717 Date: Wed, 29 Aug 2018 07:05:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1b762d0d-cc0b-445b-bb60-23c73c29f2de","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:05:42Z","is_default":false,"provider:segmentation_id":32,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:05:42Z","mtu":1450}} 2018-08-29 07:05:43,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-479992b6-9963-4a20-9e8f-39f0308ee717 2018-08-29 07:05:43,131 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 1b762d0d-cc0b-445b-bb60-23c73c29f2de with cidr 10.10.10.0/24 2018-08-29 07:05:43,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"subnets": [{"ip_version": 4, "network_id": "1b762d0d-cc0b-445b-bb60-23c73c29f2de", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-08-29 07:05:43,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f179fe2d-8a64-4d56-8741-284703a88758 Date: Wed, 29 Aug 2018 07:05:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b762d0d-cc0b-445b-bb60-23c73c29f2de","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:05:43Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:05:43Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"880f9480-d8c8-4a7d-bb82-818d32308473","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-08-29 07:05:43,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-f179fe2d-8a64-4d56-8741-284703a88758 2018-08-29 07:05:43,665 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-08-29 07:05:43,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-08-29 07:05:44,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-bf959e5e-c5dc-4a60-bcdb-52e08cf64736 Date: Wed, 29 Aug 2018 07:05:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e9f07b95-60f2-42ee-afa1-f36656654052","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:05:43Z","is_default":false,"provider:segmentation_id":36,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:05:43Z","mtu":1450}} 2018-08-29 07:05:44,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-bf959e5e-c5dc-4a60-bcdb-52e08cf64736 2018-08-29 07:05:44,138 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network e9f07b95-60f2-42ee-afa1-f36656654052 with cidr 10.10.10.0/24 2018-08-29 07:05:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"subnets": [{"ip_version": 4, "network_id": "e9f07b95-60f2-42ee-afa1-f36656654052", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-08-29 07:05:44,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-d76526c4-5805-406a-a346-e082a4214de4 Date: Wed, 29 Aug 2018 07:05:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9f07b95-60f2-42ee-afa1-f36656654052","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:05:44Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:05:44Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"6182d71f-0391-4580-8eef-88838390da18","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-08-29 07:05:44,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-d76526c4-5805-406a-a346-e082a4214de4 2018-08-29 07:05:44,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:05:44,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-c4e22c3d-a24e-4ec3-a705-e7d22532fcc3 Date: Wed, 29 Aug 2018 07:05:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:05:44,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-c4e22c3d-a24e-4ec3-a705-e7d22532fcc3 2018-08-29 07:05:44,883 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:05:44,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:05:44,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d84557a-fbe5-4edc-9ae4-99c90b75dcc8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:05:44,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9d84557a-fbe5-4edc-9ae4-99c90b75dcc8 2018-08-29 07:05:44,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:05:45,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["1UF6L38dSwyUnOLaBMV4hw"], "issued_at": "2018-08-29T07:05:45.000000Z"}} 2018-08-29 07:05:45,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" 2018-08-29 07:05:45,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1ae5597-c512-4768-ad95-d04b2b090bbc x-compute-request-id: req-d1ae5597-c512-4768-ad95-d04b2b090bbc Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "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": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:05:45,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-d1ae5597-c512-4768-ad95-d04b2b090bbc 2018-08-29 07:05:45,902 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-29 07:05:45,902 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-08-29 07:05:45,902 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=6d7c503d-34d0-4989-9db9-7c8af4f7cacd network=1b762d0d-cc0b-445b-bb60-23c73c29f2de secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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-08-29 07:05:45,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:45,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:45,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:45,904 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:45,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:45,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:45,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:45,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:45,905 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:45,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:45,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:45,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:45,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:45,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:45,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:45,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:45,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:45,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:45,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:45,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:45,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:45,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:45,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:45,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:45,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:45,912 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:45,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:05:45,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fce170e-993b-4eb9-9528-12a47afc76d7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:05:45,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1fce170e-993b-4eb9-9528-12a47afc76d7 2018-08-29 07:05:45,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:05:46,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:05:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["3AqlqXBHQQO0u8m5DN9DVw"], "issued_at": "2018-08-29T07:05:46.000000Z"}} 2018-08-29 07:05:46,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" 2018-08-29 07:05:46,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05: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-e850f61c-bbb4-44a8-9217-1274caa3583e x-compute-request-id: req-e850f61c-bbb4-44a8-9217-1274caa3583e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:05:46,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-e850f61c-bbb4-44a8-9217-1274caa3583e 2018-08-29 07:05:46,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" 2018-08-29 07:05:46,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05: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-e42ac16e-681a-4cbe-808a-ace8eabeb834 x-compute-request-id: req-e42ac16e-681a-4cbe-808a-ace8eabeb834 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:05:46,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-e42ac16e-681a-4cbe-808a-ace8eabeb834 2018-08-29 07:05:46,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "1b762d0d-cc0b-445b-bb60-23c73c29f2de"}], "config_drive": true}}' 2018-08-29 07:05:48,362 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:05: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-ca268a5f-80c3-4cc4-84b8-3b559f33e788 x-compute-request-id: req-ca268a5f-80c3-4cc4-84b8-3b559f33e788 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "bookmark"}], "adminPass": "6tvFW4zZYTuJ"}} 2018-08-29 07:05:48,362 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-ca268a5f-80c3-4cc4-84b8-3b559f33e788 2018-08-29 07:05:48,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:05:48,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef08677e-be7c-4168-b77e-592d60c943a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:05:48,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ef08677e-be7c-4168-b77e-592d60c943a4 2018-08-29 07:05:48,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:05:48,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["UThg9e55QoGGOu662FzM5w"], "issued_at": "2018-08-29T07:05:48.000000Z"}} 2018-08-29 07:05:48,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d3706a382988dab09d7a879171f1aaf6305bf15" 2018-08-29 07:05:49,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a3994a8-922c-45c4-9ff1-eabe6898342f x-compute-request-id: req-5a3994a8-922c-45c4-9ff1-eabe6898342f 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.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:05:48Z", "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-08-29T07:05:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:05:49,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 used request id req-5a3994a8-922c-45c4-9ff1-eabe6898342f 2018-08-29 07:05:52,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d3706a382988dab09d7a879171f1aaf6305bf15" 2018-08-29 07:05:52,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1f267ea-7a48-4f1e-bae8-a2993dae5809 x-compute-request-id: req-e1f267ea-7a48-4f1e-bae8-a2993dae5809 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.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:05:50Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:05:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:05:52,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 used request id req-e1f267ea-7a48-4f1e-bae8-a2993dae5809 2018-08-29 07:05:55,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d3706a382988dab09d7a879171f1aaf6305bf15" 2018-08-29 07:05:56,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da50dd3-2797-4269-ab1c-e6e77fd8afc6 x-compute-request-id: req-9da50dd3-2797-4269-ab1c-e6e77fd8afc6 Content-Encoding: gzip Content-Length: 782 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:6f:4f:a6", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": "2018-08-29T07:05:54.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:05:55Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:05:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:05:56,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 used request id req-9da50dd3-2797-4269-ab1c-e6e77fd8afc6 2018-08-29 07:05:56,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" 2018-08-29 07:05:57,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05: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-09341162-35b5-4e2a-b5e0-0f82db741222 x-compute-request-id: req-09341162-35b5-4e2a-b5e0-0f82db741222 Content-Encoding: gzip Content-Length: 782 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:6f:4f:a6", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c0", "OS-SRV-USG:launched_at": "2018-08-29T07:05:54.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d60ca124-f3e6-491c-ae4d-7ddc25ad2107", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:05:55Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:05:48Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:05:57,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107 used request id req-09341162-35b5-4e2a-b5e0-0f82db741222 2018-08-29 07:05:57,668 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-08-29 07:05:57,668 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-08-29 07:05:57,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:05:59,106 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:05:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1121bee-4349-4fef-812e-08630e6bd6d5 x-compute-request-id: req-e1121bee-4349-4fef-812e-08630e6bd6d5 Content-Length: 0 Content-Type: application/json 2018-08-29 07:05:59,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-e1121bee-4349-4fef-812e-08630e6bd6d5 2018-08-29 07:05:59,107 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-08-29 07:05:59,107 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=6d7c503d-34d0-4989-9db9-7c8af4f7cacd network=e9f07b95-60f2-42ee-afa1-f36656654052 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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-08-29 07:05:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:59,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:59,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:59,109 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:59,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:59,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:59,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:59,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:59,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:59,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:05:59,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:05:59,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:05:59,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:05:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:05:59,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfe9b93-e11c-4107-9baf-9ddaec7593b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:05:59,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-acfe9b93-e11c-4107-9baf-9ddaec7593b5 2018-08-29 07:05:59,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:05:59,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:05:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["nVUCw8YJTsWuhEFvJYDPKg"], "issued_at": "2018-08-29T07:05:59.000000Z"}} 2018-08-29 07:05:59,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" 2018-08-29 07:05:59,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5997d138-58d8-481b-ac1d-80cd8661e32f x-compute-request-id: req-5997d138-58d8-481b-ac1d-80cd8661e32f Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:05:59,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-5997d138-58d8-481b-ac1d-80cd8661e32f 2018-08-29 07:05:59,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" 2018-08-29 07:05:59,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:05:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4605c44f-373b-4601-b02b-e5619f94a77d x-compute-request-id: req-4605c44f-373b-4601-b02b-e5619f94a77d Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:05:59,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-4605c44f-373b-4601-b02b-e5619f94a77d 2018-08-29 07:05:59,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "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": "e9f07b95-60f2-42ee-afa1-f36656654052"}], "config_drive": true}}' 2018-08-29 07:06:01,828 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:05:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ce59a22-ceff-4805-afb4-0dbbf9eff27e x-compute-request-id: req-0ce59a22-ceff-4805-afb4-0dbbf9eff27e Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "805403a6-2a04-422d-a292-2a40a04cc288", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "bookmark"}], "adminPass": "S4q56Gt3GbjL"}} 2018-08-29 07:06:01,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-0ce59a22-ceff-4805-afb4-0dbbf9eff27e 2018-08-29 07:06:01,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:06:01,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e992d8d-9877-4808-b1c2-91957fbe2d2b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:06:01,838 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1e992d8d-9877-4808-b1c2-91957fbe2d2b 2018-08-29 07:06:01,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:06:02,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:06:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["fdJCnaW7SiaxLVMMWAhjZA"], "issued_at": "2018-08-29T07:06:02.000000Z"}} 2018-08-29 07:06:02,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1620e43563b81edb89a6fdd8069d27f2d94b9621" 2018-08-29 07:06:03,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-534ff95f-d372-42fa-a1bb-329b8b906e2d x-compute-request-id: req-534ff95f-d372-42fa-a1bb-329b8b906e2d Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "805403a6-2a04-422d-a292-2a40a04cc288", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:02Z", "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-08-29T07:06:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:03,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 used request id req-534ff95f-d372-42fa-a1bb-329b8b906e2d 2018-08-29 07:06:06,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1620e43563b81edb89a6fdd8069d27f2d94b9621" 2018-08-29 07:06:07,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-a089f82f-f8b0-482e-b8b9-8fe33b3e23f6 x-compute-request-id: req-a089f82f-f8b0-482e-b8b9-8fe33b3e23f6 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.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "805403a6-2a04-422d-a292-2a40a04cc288", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:04Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:06:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:07,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 used request id req-a089f82f-f8b0-482e-b8b9-8fe33b3e23f6 2018-08-29 07:06:10,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1620e43563b81edb89a6fdd8069d27f2d94b9621" 2018-08-29 07:06:10,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed70b5cb-c77a-4fea-8fa6-13cb3037f4fb x-compute-request-id: req-ed70b5cb-c77a-4fea-8fa6-13cb3037f4fb Content-Encoding: gzip Content-Length: 782 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:69:85:f9", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c3", "OS-SRV-USG:launched_at": "2018-08-29T07:06:07.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "805403a6-2a04-422d-a292-2a40a04cc288", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:07Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:06:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:10,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 used request id req-ed70b5cb-c77a-4fea-8fa6-13cb3037f4fb 2018-08-29 07:06:10,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" 2018-08-29 07:06:11,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6838521f-a414-43ef-9fb9-08e862752c3f x-compute-request-id: req-6838521f-a414-43ef-9fb9-08e862752c3f Content-Encoding: gzip Content-Length: 782 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:69:85:f9", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/805403a6-2a04-422d-a292-2a40a04cc288", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c3", "OS-SRV-USG:launched_at": "2018-08-29T07:06:07.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "805403a6-2a04-422d-a292-2a40a04cc288", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:07Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:06:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:11,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288 used request id req-6838521f-a414-43ef-9fb9-08e862752c3f 2018-08-29 07:06:11,675 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-08-29 07:06:11,675 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-08-29 07:06:11,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:06:12,963 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:06:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7de99e66-d252-4304-9fe8-efae79900917 x-compute-request-id: req-7de99e66-d252-4304-9fe8-efae79900917 Content-Length: 0 Content-Type: application/json 2018-08-29 07:06:12,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action used request id req-7de99e66-d252-4304-9fe8-efae79900917 2018-08-29 07:06:12,964 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-08-29 07:06:12,965 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=6d7c503d-34d0-4989-9db9-7c8af4f7cacd network=1b762d0d-cc0b-445b-bb60-23c73c29f2de secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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-08-29 07:06:12,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:06:12,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:06:12,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:06:12,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:06:12,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:06:12,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:06:12,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:06:12,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:06:12,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:06:12,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:06:12,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:06:12,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:06:12,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:06:12,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:06:12,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:06:12,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:06:12,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:06:12,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:06:12,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:06:12,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:06:12,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fccf4031-3ab5-4592-9577-fc59e948b099 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:06:12,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fccf4031-3ab5-4592-9577-fc59e948b099 2018-08-29 07:06:12,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:06:13,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:06:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["z85kUZFpRFmBE2GHnmVGyw"], "issued_at": "2018-08-29T07:06:13.000000Z"}} 2018-08-29 07:06:13,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" 2018-08-29 07:06:13,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89aca1e7-f099-4ff8-87cb-888920639ee1 x-compute-request-id: req-89aca1e7-f099-4ff8-87cb-888920639ee1 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:06:13,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-89aca1e7-f099-4ff8-87cb-888920639ee1 2018-08-29 07:06:13,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" 2018-08-29 07:06:13,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c06c223-5c0e-4e33-a7c3-e8675590a448 x-compute-request-id: req-7c06c223-5c0e-4e33-a7c3-e8675590a448 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:06:13,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-7c06c223-5c0e-4e33-a7c3-e8675590a448 2018-08-29 07:06:13,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "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": "1b762d0d-cc0b-445b-bb60-23c73c29f2de"}], "config_drive": true}}' 2018-08-29 07:06:16,283 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34f30be5-ba52-406e-8d59-f90264dd001d x-compute-request-id: req-34f30be5-ba52-406e-8d59-f90264dd001d Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "bookmark"}], "adminPass": "QSUoYehoFp3c"}} 2018-08-29 07:06:16,283 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-34f30be5-ba52-406e-8d59-f90264dd001d 2018-08-29 07:06:16,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:06:16,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db93289-7c9b-4b28-94ae-1103afdf42a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:06:16,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-0db93289-7c9b-4b28-94ae-1103afdf42a4 2018-08-29 07:06:16,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:06:16,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["NgxehiSnTjCYtSDIOAJuJg"], "issued_at": "2018-08-29T07:06:16.000000Z"}} 2018-08-29 07:06:16,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c14cfad1de471bafc78786f713e5bf1e616d0" 2018-08-29 07:06:17,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-947bea01-9d8b-4c0a-af5d-649cb145487f x-compute-request-id: req-947bea01-9d8b-4c0a-af5d-649cb145487f 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.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:16Z", "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-08-29T07:06:16Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:17,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 used request id req-947bea01-9d8b-4c0a-af5d-649cb145487f 2018-08-29 07:06:20,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c14cfad1de471bafc78786f713e5bf1e616d0" 2018-08-29 07:06:20,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-8c9f4392-3b2a-4e3d-911a-bcaf9c83dbf0 x-compute-request-id: req-8c9f4392-3b2a-4e3d-911a-bcaf9c83dbf0 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:17Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:06:16Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:20,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 used request id req-8c9f4392-3b2a-4e3d-911a-bcaf9c83dbf0 2018-08-29 07:06:23,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c14cfad1de471bafc78786f713e5bf1e616d0" 2018-08-29 07:06:24,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a529e116-3d1e-47a0-a78f-0ef42e1c9a7b x-compute-request-id: req-a529e116-3d1e-47a0-a78f-0ef42e1c9a7b Content-Encoding: gzip Content-Length: 782 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:04:66:39", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-08-29T07:06:20.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:21Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:06:16Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:24,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 used request id req-a529e116-3d1e-47a0-a78f-0ef42e1c9a7b 2018-08-29 07:06:24,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" 2018-08-29 07:06:24,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99a4a09d-4ffc-40b8-997f-f060007ccaba x-compute-request-id: req-99a4a09d-4ffc-40b8-997f-f060007ccaba Content-Encoding: gzip Content-Length: 782 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:04:66:39", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "rel": "bookmark"}], "image": {"id": "6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "links": [{"href": "http://172.30.9.24:8774/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c6", "OS-SRV-USG:launched_at": "2018-08-29T07:06:20.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "96ab7180-4cfc-4fa2-ba80-70274eebd3a4", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:06:21Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:06:16Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:06:24,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4 used request id req-99a4a09d-4ffc-40b8-997f-f060007ccaba 2018-08-29 07:06:24,860 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-08-29 07:06:24,860 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-08-29 07:06:24,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:06:26,591 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad59e7d0-5b2c-4ad7-8ad3-c94695c99183 x-compute-request-id: req-ad59e7d0-5b2c-4ad7-8ad3-c94695c99183 Content-Length: 0 Content-Type: application/json 2018-08-29 07:06:26,591 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action used request id req-ad59e7d0-5b2c-4ad7-8ad3-c94695c99183 2018-08-29 07:06:26,591 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-08-29 07:06:26,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-512783", "route_distinguishers": "111:111"}}' 2018-08-29 07:06:27,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-d4e8d964-30ce-4a09-8cb8-d0d3a780e862 Date: Wed, 29 Aug 2018 07:06:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "2403b4db-7905-4ca0-a429-1b97772e7ad0", "name": "sdnvpn-1-512783", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:06:27,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-d4e8d964-30ce-4a09-8cb8-d0d3a780e862 2018-08-29 07:06:27,127 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-512783', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [u'55:55'], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'2403b4db-7905-4ca0-a429-1b97772e7ad0'}} 2018-08-29 07:06:27,128 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-08-29 07:06:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/2403b4db-7905-4ca0-a429-1b97772e7ad0/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"network_association": {"network_id": "1b762d0d-cc0b-445b-bb60-23c73c29f2de"}}' 2018-08-29 07:06:27,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-74677a91-3e56-4701-b7eb-e9f4fb191a8c Date: Wed, 29 Aug 2018 07:06:27 GMT RESP BODY: {"network_association": {"network_id": "1b762d0d-cc0b-445b-bb60-23c73c29f2de", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "1640de6b-3ccb-4688-8576-ac63a6528fed"}} 2018-08-29 07:06:27,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/2403b4db-7905-4ca0-a429-1b97772e7ad0/network_associations used request id req-74677a91-3e56-4701-b7eb-e9f4fb191a8c 2018-08-29 07:06:27,600 - sdnvpn_test_utils - INFO - Waiting for instance d60ca124-f3e6-491c-ae4d-7ddc25ad2107 to boot up 2018-08-29 07:06:27,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:28,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f0b6413-895c-4b46-84d1-e0e4c9af8b51 x-compute-request-id: req-9f0b6413-895c-4b46-84d1-e0e4c9af8b51 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:28,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-9f0b6413-895c-4b46-84d1-e0e4c9af8b51 2018-08-29 07:06:30,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:31,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3e9fa70-8093-416c-91ec-8812a1e8fab1 x-compute-request-id: req-a3e9fa70-8093-416c-91ec-8812a1e8fab1 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:31,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-a3e9fa70-8093-416c-91ec-8812a1e8fab1 2018-08-29 07:06:33,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:34,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-4b4bef46-c97d-4261-8997-e7ea090d8f53 x-compute-request-id: req-4b4bef46-c97d-4261-8997-e7ea090d8f53 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:34,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-4b4bef46-c97d-4261-8997-e7ea090d8f53 2018-08-29 07:06:36,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:37,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd7b539e-4ab8-4567-9f2b-d3fd4ef5eeff x-compute-request-id: req-bd7b539e-4ab8-4567-9f2b-d3fd4ef5eeff Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:37,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-bd7b539e-4ab8-4567-9f2b-d3fd4ef5eeff 2018-08-29 07:06:39,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:41,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95328dfa-d554-4feb-bdc1-711b404761e5 x-compute-request-id: req-95328dfa-d554-4feb-bdc1-711b404761e5 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:41,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-95328dfa-d554-4feb-bdc1-711b404761e5 2018-08-29 07:06:43,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:44,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-2df50b21-468e-4800-aa85-c1fef726f7a7 x-compute-request-id: req-2df50b21-468e-4800-aa85-c1fef726f7a7 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:44,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-2df50b21-468e-4800-aa85-c1fef726f7a7 2018-08-29 07:06:46,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:47,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-bfa7059d-a850-4177-8503-1e8b208ce1e4 x-compute-request-id: req-bfa7059d-a850-4177-8503-1e8b208ce1e4 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:47,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-bfa7059d-a850-4177-8503-1e8b208ce1e4 2018-08-29 07:06:49,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:50,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d457e35d-8ebe-4dbe-9f14-ef7da56334ae x-compute-request-id: req-d457e35d-8ebe-4dbe-9f14-ef7da56334ae Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:50,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-d457e35d-8ebe-4dbe-9f14-ef7da56334ae 2018-08-29 07:06:52,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:53,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-d9692c0d-38b6-4657-a284-bbca4b1328e8 x-compute-request-id: req-d9692c0d-38b6-4657-a284-bbca4b1328e8 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:53,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-d9692c0d-38b6-4657-a284-bbca4b1328e8 2018-08-29 07:06:55,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:56,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06: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-b413f2ed-cad6-47b7-a94a-c55e89055957 x-compute-request-id: req-b413f2ed-cad6-47b7-a94a-c55e89055957 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:06:56,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-b413f2ed-cad6-47b7-a94a-c55e89055957 2018-08-29 07:06:58,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:06:59,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3d10f17-d9be-498f-ac11-75b3e6a2a14d x-compute-request-id: req-b3d10f17-d9be-498f-ac11-75b3e6a2a14d Content-Encoding: gzip Content-Length: 9533 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n"} 2018-08-29 07:06:59,638 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-b3d10f17-d9be-498f-ac11-75b3e6a2a14d 2018-08-29 07:07:01,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:02,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20799d65-9f0d-4ef8-b136-121359580236 x-compute-request-id: req-20799d65-9f0d-4ef8-b136-121359580236 Content-Encoding: gzip Content-Length: 10136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:02,729 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-20799d65-9f0d-4ef8-b136-121359580236 2018-08-29 07:07:04,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:05,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c181394-2aff-43f0-b035-b19f3efa14e1 x-compute-request-id: req-3c181394-2aff-43f0-b035-b19f3efa14e1 Content-Encoding: gzip Content-Length: 10136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:05,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-3c181394-2aff-43f0-b035-b19f3efa14e1 2018-08-29 07:07:07,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:09,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07: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-91d59b2d-9458-4a74-a286-83e6663aba01 x-compute-request-id: req-91d59b2d-9458-4a74-a286-83e6663aba01 Content-Encoding: gzip Content-Length: 10136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:09,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-91d59b2d-9458-4a74-a286-83e6663aba01 2018-08-29 07:07:11,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:12,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-538f714f-4f49-4614-943a-f1aacf8a9b93 x-compute-request-id: req-538f714f-4f49-4614-943a-f1aacf8a9b93 Content-Encoding: gzip Content-Length: 10136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:12,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-538f714f-4f49-4614-943a-f1aacf8a9b93 2018-08-29 07:07:14,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:15,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4fa5e0f-b571-44f5-8594-67b727c24f0c x-compute-request-id: req-f4fa5e0f-b571-44f5-8594-67b727c24f0c Content-Encoding: gzip Content-Length: 10136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:15,345 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-f4fa5e0f-b571-44f5-8594-67b727c24f0c 2018-08-29 07:07:17,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:18,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07: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-4dc4f09e-3c31-4b22-b1e0-31c30e49cae0 x-compute-request-id: req-4dc4f09e-3c31-4b22-b1e0-31c30e49cae0 Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:18,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-4dc4f09e-3c31-4b22-b1e0-31c30e49cae0 2018-08-29 07:07:20,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:21,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36db233a-7313-4a90-95ce-f5b5f92d4e88 x-compute-request-id: req-36db233a-7313-4a90-95ce-f5b5f92d4e88 Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:21,601 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-36db233a-7313-4a90-95ce-f5b5f92d4e88 2018-08-29 07:07:23,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:24,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c6cfc6b-22c0-4c35-b0a5-8f66571e1967 x-compute-request-id: req-3c6cfc6b-22c0-4c35-b0a5-8f66571e1967 Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:24,714 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-3c6cfc6b-22c0-4c35-b0a5-8f66571e1967 2018-08-29 07:07:26,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:27,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eab73ca5-86a4-4514-9f07-43246c67d6ee x-compute-request-id: req-eab73ca5-86a4-4514-9f07-43246c67d6ee Content-Encoding: gzip Content-Length: 10207 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:27,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-eab73ca5-86a4-4514-9f07-43246c67d6ee 2018-08-29 07:07:29,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:30,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-269bca08-c58c-40b8-95cb-56cc0ddc79f5 x-compute-request-id: req-269bca08-c58c-40b8-95cb-56cc0ddc79f5 Content-Encoding: gzip Content-Length: 10226 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:30,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-269bca08-c58c-40b8-95cb-56cc0ddc79f5 2018-08-29 07:07:32,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:33,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-c51df851-e66c-41dc-9813-c1ee33077312 x-compute-request-id: req-c51df851-e66c-41dc-9813-c1ee33077312 Content-Encoding: gzip Content-Length: 10226 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:33,990 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-c51df851-e66c-41dc-9813-c1ee33077312 2018-08-29 07:07:36,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:37,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-c337f0f2-63ee-43f3-94d0-5df725bf3940 x-compute-request-id: req-c337f0f2-63ee-43f3-94d0-5df725bf3940 Content-Encoding: gzip Content-Length: 10226 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:37,094 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-c337f0f2-63ee-43f3-94d0-5df725bf3940 2018-08-29 07:07:39,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:40,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19fa093e-6d97-4605-9e6f-ecfbccb1e083 x-compute-request-id: req-19fa093e-6d97-4605-9e6f-ecfbccb1e083 Content-Encoding: gzip Content-Length: 10226 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:40,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-19fa093e-6d97-4605-9e6f-ecfbccb1e083 2018-08-29 07:07:42,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:43,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07: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-3f2b9f03-197c-4d7c-be4c-33cfc0eb15f8 x-compute-request-id: req-3f2b9f03-197c-4d7c-be4c-33cfc0eb15f8 Content-Encoding: gzip Content-Length: 10226 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-08-29 07:07:43,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-3f2b9f03-197c-4d7c-be4c-33cfc0eb15f8 2018-08-29 07:07:45,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd22b4d9adb44c2920431728b7e37035b7af0794" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:46,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a3f3e0f-cfe9-45e2-8968-1339f9217634 x-compute-request-id: req-4a3f3e0f-cfe9-45e2-8968-1339f9217634 Content-Encoding: gzip Content-Length: 11134 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481189998 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131826] pid_max: default: 32768 minimum: 301\n[ 0.132734] ACPI: Core revision 20150930\n[ 0.134118] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135409] Security Framework initialized\n[ 0.136207] Yama: becoming mindful.\n[ 0.136921] AppArmor: AppArmor initialized\n[ 0.137807] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141661] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143021] Initializing cgroup subsys io\n[ 0.143825] Initializing cgroup subsys memory\n[ 0.144668] Initializing cgroup subsys devices\n[ 0.145564] Initializing cgroup subsys freezer\n[ 0.146420] Initializing cgroup subsys net_cls\n[ 0.147275] Initializing cgroup subsys perf_event\n[ 0.148165] Initializing cgroup subsys net_prio\n[ 0.149077] Initializing cgroup subsys hugetlb\n[ 0.149971] Initializing cgroup subsys pids\n[ 0.150856] CPU: Physical Processor ID: 0\n[ 0.152370] mce: CPU supports 10 MCE banks\n[ 0.153233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154232] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164959] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171382] ftrace: allocating 31920 entries in 125 pages\n[ 0.197591] smpboot: Max logical packages: 1\n[ 0.198462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199839] x2apic enabled\n[ 0.200672] Switched APIC routing to physical x2apic.\n[ 0.202436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203565] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205582] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207384] KVM setup paravirtual spinlock\n[ 0.208672] x86: Booted up 1 node, 1 CPUs\n[ 0.209467] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210890] devtmpfs: initialized\n[ 0.212601] evm: security.selinux\n[ 0.213296] evm: security.SMACK64\n[ 0.213976] evm: security.SMACK64EXEC\n[ 0.214711] evm: security.SMACK64TRANSMUTE\n[ 0.215528] evm: security.SMACK64MMAP\n[ 0.216274] evm: security.ima\n[ 0.216908] evm: security.capability\n[ 0.217704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219557] pinctrl core: initialized pinctrl subsystem\n[ 0.220701] RTC time: 7:05:54, date: 08/29/18\n[ 0.221658] NET: Registered protocol family 16\n[ 0.222654] cpuidle: using governor ladder\n[ 0.223462] cpuidle: using governor menu\n[ 0.224234] PCCT header not found.\n[ 0.224978] ACPI: bus type PCI registered\n[ 0.225810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227072] PCI: Using configuration type 1 for base access\n[ 0.228855] ACPI: Added _OSI(Module Device)\n[ 0.229734] ACPI: Added _OSI(Processor Device)\n[ 0.230663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231574] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233831] ACPI: Interpreter enabled\n[ 0.234613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242122] ACPI: (supports S0 S5)\n[ 0.242840] ACPI: Using IOAPIC for interrupt routing\n[ 0.243929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248215] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249493] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250704] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252944] acpiphp: Slot [3] registered\n[ 0.253756] acpiphp: Slot [4] registered\n[ 0.254569] acpiphp: Slot [5] registered\n[ 0.255384] acpiphp: Slot [6] registered\n[ 0.256185] acpiphp: Slot [7] registered\n[ 0.256991] acpiphp: Slot [8] registered\n[ 0.257800] acpiphp: Slot [9] registered\n[ 0.258608] acpiphp: Slot [10] registered\n[ 0.259430] acpiphp: Slot [11] registered\n[ 0.260251] acpiphp: Slot [12] registered\n[ 0.261080] acpiphp: Slot [13] registered\n[ 0.261899] acpiphp: Slot [14] registered\n[ 0.262718] acpiphp: Slot [15] registered\n[ 0.273519] acpiphp: Slot [16] registered\n[ 0.274367] acpiphp: Slot [17] registered\n[ 0.275184] acpiphp: Slot [18] registered\n[ 0.276015] acpiphp: Slot [19] registered\n[ 0.276825] acpiphp: Slot [20] registered\n[ 0.277633] acpiphp: Slot [21] registered\n[ 0.278436] acpiphp: Slot [22] registered\n[ 0.279237] acpiphp: Slot [23] registered\n[ 0.280036] acpiphp: Slot [24] registered\n[ 0.280870] acpiphp: Slot [25] registered\n[ 0.281704] acpiphp: Slot [26] registered\n[ 0.282506] acpiphp: Slot [27] registered\n[ 0.283338] acpiphp: Slot [28] registered\n[ 0.284162] acpiphp: Slot [29] registered\n[ 0.285009] acpiphp: Slot [30] registered\n[ 0.285855] acpiphp: Slot [31] registered\n[ 0.286656] PCI host bridge to bus 0000:00\n[ 0.287471] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291473] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292933] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299177] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301675] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302959] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309768] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358498] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364236] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366087] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367250] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369884] vgaarb: loaded\n[ 0.370494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371638] SCSI subsystem initialized\n[ 0.372466] ACPI: bus type USB registered\n[ 0.373392] usbcore: registered new interface driver usbfs\n[ 0.374438] usbcore: registered new interface driver hub\n[ 0.375458] usbcore: registered new device driver usb\n[ 0.376534] PCI: Using ACPI for IRQ routing\n[ 0.377564] NetLabel: Initializing\n[ 0.378287] NetLabel: domain hash size = 128\n[ 0.379150] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380112] NetLabel: unlabeled traffic allowed by default\n[ 0.381215] clocksource: Switched to clocksource kvm-clock\n[ 0.386637] AppArmor: AppArmor Filesystem Enabled\n[ 0.387616] pnp: PnP ACPI init\n[ 0.388563] pnp: PnP ACPI: found 5 devices\n[ 0.395000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396786] NET: Registered protocol family 2\n[ 0.397780] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399083] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400270] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401461] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402557] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403732] NET: Registered protocol family 1\n[ 0.404609] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406809] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420953] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435180] Trying to unpack rootfs image as initramfs...\n[ 0.485343] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.499135] Scanning for low memory corruption every 60 seconds\n[ 0.500468] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501632] audit: initializing netlink subsys (disabled)\n[ 0.502672] audit: type=2000 audit(1535526355.503:1): initialized\n[ 0.503984] Initialise system trusted keyring\n[ 0.504923] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506105] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.508071] zbud: loaded\n[ 0.508777] VFS: Disk quotas dquot_6.6.0\n[ 0.509611] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511127] fuse init (API version 7.23)\n[ 0.512031] Key type big_key registered\n[ 0.512838] Allocating IMA MOK and blacklist keyrings.\n[ 0.513956] Key type asymmetric registered\n[ 0.514789] Asymmetric key parser 'x509' registered\n[ 0.515746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517596] io scheduler noop registered\n[ 0.518402] io scheduler deadline registered (default)\n[ 0.519394] io scheduler cfq registered\n[ 0.520229] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.521392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522688] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524150] ACPI: Power Button [PWRF]\n[ 0.524987] GHES: HEST is not enabled!\n[ 0.538814] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567141] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569427] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597857] Linux agpgart interface v0.103\n[ 0.599952] brd: module loaded\n[ 0.601169] loop: module loaded\n[ 0.605800] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607290] GPT:90111 != 2097151\n[ 0.607983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609383] GPT:90111 != 2097151\n[ 0.610256] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611595] vda: vda1 vda15\n[ 0.613931] scsi host0: ata_piix\n[ 0.614970] scsi host1: ata_piix\n[ 0.615920] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.617600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619638] libphy: Fixed MDIO Bus: probed\n[ 0.620774] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.625394] PPP generic driver version 2.4.2\n[ 0.626947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.628591] ehci-pci: EHCI PCI platform driver\n[ 0.629812] ehci-platform: EHCI generic platform driver\n[ 0.630923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632100] ohci-pci: OHCI PCI platform driver\n[ 0.633009] ohci-platform: OHCI generic platform driver\n[ 0.634046] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.648605] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.649643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653449] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654724] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656188] usb usb1: Product: UHCI Host Controller\n[ 0.657237] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658430] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659433] hub 1-0:1.0: USB hub found\n[ 0.660234] hub 1-0:1.0: 2 ports detected\n[ 0.661167] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664344] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665419] mousedev: PS/2 mouse device common for all mice\n[ 0.666724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671022] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672291] i2c /dev entries driver\n[ 0.673067] device-mapper: uevent: version 1.0.3\n[ 0.674042] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677045] NET: Registered protocol family 10\n[ 0.678093] NET: Registered protocol family 17\n[ 0.679002] Key type dns_resolver registered\n[ 0.679952] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.681068] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682877] registered taskstats version 1\n[ 0.683734] Loading compiled-in X.509 certificates\n[ 0.685191] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687112] zswap: loaded using pool lzo/zbud\n[ 0.688512] Key type trusted registered\n[ 0.690097] Key type encrypted registered\n[ 0.690943] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691991] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693052] evm: HMAC attrs: 0x1\n[ 0.694021] Magic number: 14:445:67\n[ 0.694873] rtc_cmos 00:00: setting system clock to 2018-08-29 07:05:55 UTC (1535526355)\n[ 0.696503] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697726] EDD information not available.\n[ 0.773745] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775182] ata1.00: configured for MWDMA2\n[ 0.776394] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.788872] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.790113] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.791381] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.793250] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794793] Write protecting the kernel read-only data: 14336k\n[ 0.796365] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798182] 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 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.079384] random: dd urandom read with 12 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCXUheGe8a9JhCP1UOZ6Tzvqkrl9YpUljSLpIoHcJAJ+o8Ov5oyDilJR9kM0tpLumiEf5YpxCfpmv4gX29Nfxa+7up+wAz2GYIsGuuUPxw1JZOPpEcnco/r6Qr/zgUFq5Xp9iivjyyDHkAcyfIwCNfGIEXgw/VmxpNFEklxn+FbpXBra2km5tyaEc8t4B+x7oJntEN6gDueqZKcyfEn+F8v0ZnjWG3VPbt0ne5P2vXT1O6vtiawhOs9+bwL8Dgv5vMT492yk28JbN7Azm2hcGlKuuxTroP5AOMz/P0b/o+biY03mQNiPzRFRGRSMWmWjFHpYMwQWpVU9k2bdDtmYcAx root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAL4LW7a8EhJBt7QZt0nAX+WjilQWSG2TBiB4UJQFF/o/s0QfD3HScCTk5BmlNQcb7hGk3j3moaOZE6WDSOaquac7qGKloVhq5O5ReDKWQfV/dUlEAc1X8apVFLuuiWvqmtq6mCTPefd4yJrIuJIwdQNHGYDriXsSfMz2OqUc75BLAAAAFQDz5bb271i07MzWq6vRQLs8Jscl1wAAAIEAt/nEgG9ZWRQqagb0pJWmBotzz4Kp45My/dmnafLfVLGB6ZQABXVdtgdl25ViNOG+48eNnWUksM8GdfywKmtnum8gPkKhe8/45nYnWoLCQnpNMMvUDCkScJXGtIJPoN2isR4xawNiJgXQRSHb7QTGbMtOXquFTNTKj20PBlzQrKgAAACBAJl5KDZe8nB6z73jADPAVQ97AG4efAfMlRObqWDuhN2AzF64P1c2EqXriuhlV27usSDgUifiqEmuHcKXW5mJnvzFRkoEZZJSlldDOpfFQWy08KiQtyMd5dZuqeEoqtykODfR2HbibBquWH2Yg6A+oPCph1A5+eNn+3mBjupmPxav 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:fe6f:4fa6/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.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: configdrive local ===\ninstance-id: d60ca124-f3e6-491c-ae4d-7ddc25ad2107\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.65 ===\n/dev/root resized successfully [took 2.16s]\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:6F:4F:A6 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:4fa6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:69 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5724 (5.5 KiB) TX bytes:2011 (1.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: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-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.123935] ISO 9660 Extensions: RRIP_1991A\n[ 1.130377] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.130379] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.130380] usb 1-1: Product: QEMU USB Tablet\n[ 1.130381] usb 1-1: Manufacturer: QEMU\n[ 1.130382] usb 1-1: SerialNumber: 42\n[ 1.497479] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.497482] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.756342] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.111313] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:07:38 cirros authpriv.info dropbear[637]: Exit (cirros): Exited normally\nAug 29 08:07:39 cirros authpriv.info dropbear[640]: Child connection from 10.10.10.11:35360\nAug 29 08:07:39 cirros authpriv.notice dropbear[640]: 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:35360\nAug 29 08:07:39 cirros authpriv.info dropbear[640]: Exit (cirros): Exited normally\nAug 29 08:07:39 cirros authpriv.info dropbear[643]: Child connection from 10.10.10.11:35362\nAug 29 08:07:39 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:35362\nAug 29 08:07:39 cirros authpriv.info dropbear[643]: Exit (cirros): Exited normally\nAug 29 08:07:40 cirros authpriv.info dropbear[646]: Child connection from 10.10.10.11:35364\nAug 29 08:07:40 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:35364\nAug 29 08:07:40 cirros authpriv.info dropbear[646]: Exit (cirros): Exited normally\nAug 29 08:07:40 cirros authpriv.info dropbear[649]: Child connection from 10.10.10.11:35366\nAug 29 08:07:40 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:35366\nAug 29 08:07:40 cirros authpriv.info dropbear[649]: Exit (cirros): Exited normally\nAug 29 08:07:41 cirros authpriv.info dropbear[652]: Child connection from 10.10.10.11:35368\nAug 29 08:07:41 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:35368\nAug 29 08:07:41 cirros authpriv.info dropbear[652]: Exit (cirros): Exited normally\nAug 29 08:07:41 cirros authpriv.info dropbear[655]: Child connection from 10.10.10.11:35370\nAug 29 08:07:41 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:35370\nAug 29 08:07:41 cirros authpriv.info dropbear[655]: Exit (cirros): Exited normally\nAug 29 08:07:42 cirros authpriv.info dropbear[658]: Child connection from 10.10.10.11:35372\nAug 29 08:07:42 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:35372\nAug 29 08:07:42 cirros authpriv.info dropbear[658]: Exit (cirros): Exited normally\nAug 29 08:07:42 cirros authpriv.info dropbear[661]: Child connection from 10.10.10.11:35374\nAug 29 08:07:42 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:35374\nAug 29 08:07:42 cirros authpriv.info dropbear[661]: 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-08-29 07:07:46,368 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-4a3f3e0f-cfe9-45e2-8968-1339f9217634 2018-08-29 07:07:48,405 - sdnvpn_test_utils - INFO - Waiting for instance 96ab7180-4cfc-4fa2-ba80-70274eebd3a4 to boot up 2018-08-29 07:07:48,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:49,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-801067d5-82c6-4516-847a-3e0a0516ad5a x-compute-request-id: req-801067d5-82c6-4516-847a-3e0a0516ad5a Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501056877 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133597] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135552] pid_max: default: 32768 minimum: 301\n[ 0.136636] ACPI: Core revision 20150930\n[ 0.138156] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139708] Security Framework initialized\n[ 0.140671] Yama: becoming mindful.\n[ 0.141528] AppArmor: AppArmor initialized\n[ 0.142554] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144156] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145751] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147211] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148881] Initializing cgroup subsys io\n[ 0.149864] Initializing cgroup subsys memory\n[ 0.150920] Initializing cgroup subsys devices\n[ 0.151936] Initializing cgroup subsys freezer\n[ 0.152980] Initializing cgroup subsys net_cls\n[ 0.153927] Initializing cgroup subsys perf_event\n[ 0.155017] Initializing cgroup subsys net_prio\n[ 0.156038] Initializing cgroup subsys hugetlb\n[ 0.157070] Initializing cgroup subsys pids\n[ 0.158091] CPU: Physical Processor ID: 0\n[ 0.159731] mce: CPU supports 10 MCE banks\n[ 0.160765] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172920] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179608] ftrace: allocating 31920 entries in 125 pages\n[ 0.206455] smpboot: Max logical packages: 1\n[ 0.207472] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209095] x2apic enabled\n[ 0.209994] Switched APIC routing to physical x2apic.\n[ 0.211908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217878] KVM setup paravirtual spinlock\n[ 0.219374] x86: Booted up 1 node, 1 CPUs\n[ 0.220341] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222030] devtmpfs: initialized\n[ 0.223845] evm: security.selinux\n[ 0.224659] evm: security.SMACK64\n[ 0.225474] evm: security.SMACK64EXEC\n[ 0.226351] evm: security.SMACK64TRANSMUTE\n[ 0.227303] evm: security.SMACK64MMAP\n[ 0.228169] evm: security.ima\n[ 0.228905] evm: security.capability\n[ 0.229831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232042] pinctrl core: initialized pinctrl subsystem\n[ 0.233322] RTC time: 7:06:20, date: 08/29/18\n[ 0.234440] NET: Registered protocol family 16\n[ 0.235565] cpuidle: using governor ladder\n[ 0.236535] cpuidle: using governor menu\n[ 0.237467] PCCT header not found.\n[ 0.238333] ACPI: bus type PCI registered\n[ 0.239275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240744] PCI: Using configuration type 1 for base access\n[ 0.242697] ACPI: Added _OSI(Module Device)\n[ 0.243682] ACPI: Added _OSI(Processor Device)\n[ 0.244717] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248132] ACPI: Interpreter enabled\n[ 0.249027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253338] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257562] ACPI: (supports S0 S5)\n[ 0.258509] ACPI: Using IOAPIC for interrupt routing\n[ 0.259655] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263077] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267286] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269956] acpiphp: Slot [3] registered\n[ 0.270901] acpiphp: Slot [4] registered\n[ 0.271836] acpiphp: Slot [5] registered\n[ 0.272776] acpiphp: Slot [6] registered\n[ 0.273709] acpiphp: Slot [7] registered\n[ 0.274659] acpiphp: Slot [8] registered\n[ 0.275593] acpiphp: Slot [9] registered\n[ 0.276540] acpiphp: Slot [10] registered\n[ 0.277498] acpiphp: Slot [11] registered\n[ 0.278453] acpiphp: Slot [12] registered\n[ 0.279412] acpiphp: Slot [13] registered\n[ 0.280371] acpiphp: Slot [14] registered\n[ 0.281321] acpiphp: Slot [15] registered\n[ 0.292433] acpiphp: Slot [16] registered\n[ 0.293394] acpiphp: Slot [17] registered\n[ 0.294348] acpiphp: Slot [18] registered\n[ 0.295293] acpiphp: Slot [19] registered\n[ 0.296241] acpiphp: Slot [20] registered\n[ 0.297199] acpiphp: Slot [21] registered\n[ 0.298145] acpiphp: Slot [22] registered\n[ 0.299097] acpiphp: Slot [23] registered\n[ 0.300050] acpiphp: Slot [24] registered\n[ 0.301001] acpiphp: Slot [25] registered\n[ 0.301960] acpiphp: Slot [26] registered\n[ 0.302909] acpiphp: Slot [27] registered\n[ 0.303877] acpiphp: Slot [28] registered\n[ 0.304834] acpiphp: Slot [29] registered\n[ 0.305785] acpiphp: Slot [30] registered\n[ 0.306754] acpiphp: Slot [31] registered\n[ 0.307707] PCI host bridge to bus 0000:00\n[ 0.308662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310130] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311582] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315011] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324357] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332765] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334450] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382421] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384094] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385712] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389806] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391266] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392587] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393841] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395674] vgaarb: loaded\n[ 0.396373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397698] SCSI subsystem initialized\n[ 0.398644] ACPI: bus type USB registered\n[ 0.399592] usbcore: registered new interface driver usbfs\n[ 0.400807] usbcore: registered new interface driver hub\n[ 0.401999] usbcore: registered new device driver usb\n[ 0.403190] PCI: Using ACPI for IRQ routing\n[ 0.404205] NetLabel: Initializing\n[ 0.404917] NetLabel: domain hash size = 128\n[ 0.405930] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407049] NetLabel: unlabeled traffic allowed by default\n[ 0.408345] clocksource: Switched to clocksource kvm-clock\n[ 0.414065] AppArmor: AppArmor Filesystem Enabled\n[ 0.415205] pnp: PnP ACPI init\n[ 0.416230] pnp: PnP ACPI: found 5 devices\n[ 0.422740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424704] NET: Registered protocol family 2\n[ 0.425827] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430129] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431418] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432807] NET: Registered protocol family 1\n[ 0.433843] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.435150] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.436429] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450653] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465108] Trying to unpack rootfs image as initramfs...\n[ 0.515155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529296] Scanning for low memory corruption every 60 seconds\n[ 0.530742] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531877] audit: initializing netlink subsys (disabled)\n[ 0.532882] audit: type=2000 audit(1535526381.625:1): initialized\n[ 0.534239] Initialise system trusted keyring\n[ 0.535344] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.536498] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538430] zbud: loaded\n[ 0.539120] VFS: Disk quotas dquot_6.6.0\n[ 0.540062] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541869] fuse init (API version 7.23)\n[ 0.542947] Key type big_key registered\n[ 0.543908] Allocating IMA MOK and blacklist keyrings.\n[ 0.545233] Key type asymmetric registered\n[ 0.546227] Asymmetric key parser 'x509' registered\n[ 0.547377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549145] io scheduler noop registered\n[ 0.550100] io scheduler deadline registered (default)\n[ 0.551303] io scheduler cfq registered\n[ 0.552288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555117] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556879] ACPI: Power Button [PWRF]\n[ 0.558253] GHES: HEST is not enabled!\n[ 0.572122] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602455] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605716] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629802] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632284] Linux agpgart interface v0.103\n[ 0.634556] brd: module loaded\n[ 0.635937] loop: module loaded\n[ 0.641044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.642832] GPT:90111 != 2097151\n[ 0.643660] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645040] GPT:90111 != 2097151\n[ 0.645843] GPT: Use GNU Parted to correct GPT errors.\n[ 0.647019] vda: vda1 vda15\n[ 0.648600] scsi host0: ata_piix\n[ 0.649478] scsi host1: ata_piix\n[ 0.650332] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.651828] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.653555] libphy: Fixed MDIO Bus: probed\n[ 0.654543] tun: Universal TUN/TAP device driver, 1.6\n[ 0.655704] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658097] PPP generic driver version 2.4.2\n[ 0.659282] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660747] ehci-pci: EHCI PCI platform driver\n[ 0.661800] ehci-platform: EHCI generic platform driver\n[ 0.663009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664394] ohci-pci: OHCI PCI platform driver\n[ 0.665447] ohci-platform: OHCI generic platform driver\n[ 0.666657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681565] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682822] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690285] usb usb1: Product: UHCI Host Controller\n[ 0.691210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692427] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693362] hub 1-0:1.0: USB hub found\n[ 0.694113] hub 1-0:1.0: 2 ports detected\n[ 0.694999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697086] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698024] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699032] mousedev: PS/2 mouse device common for all mice\n[ 0.700261] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703157] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704326] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705500] i2c /dev entries driver\n[ 0.706249] device-mapper: uevent: version 1.0.3\n[ 0.707159] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710053] NET: Registered protocol family 10\n[ 0.711021] NET: Registered protocol family 17\n[ 0.711893] Key type dns_resolver registered\n[ 0.712820] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713899] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715605] registered taskstats version 1\n[ 0.716422] Loading compiled-in X.509 certificates\n[ 0.717851] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719655] zswap: loaded using pool lzo/zbud\n[ 0.721016] Key type trusted registered\n[ 0.723006] Key type encrypted registered\n[ 0.723821] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724855] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725879] evm: HMAC attrs: 0x1\n[ 0.726793] Magic number: 14:995:117\n[ 0.727634] rtc_cmos 00:00: setting system clock to 2018-08-29 07:06:21 UTC (1535526381)\n[ 0.729205] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730301] EDD information not available.\n[ 0.808848] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810301] ata1.00: configured for MWDMA2\n[ 0.811466] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824084] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825345] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826562] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828411] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829916] Write protecting the kernel read-only data: 14336k\n[ 0.831455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833234] 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.895516] 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.28\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.73s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-08-29 07:07:49,480 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action used request id req-801067d5-82c6-4516-847a-3e0a0516ad5a 2018-08-29 07:07:51,483 - sdnvpn_test_utils - INFO - Waiting for instance 805403a6-2a04-422d-a292-2a40a04cc288 to boot up 2018-08-29 07:07:51,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:07:52,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:07: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-e8f66279-5f57-43fa-813c-1f4376ca8dbf x-compute-request-id: req-e8f66279-5f57-43fa-813c-1f4376ca8dbf Content-Encoding: gzip Content-Length: 8107 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506880988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134078] pid_max: default: 32768 minimum: 301\n[ 0.134974] ACPI: Core revision 20150930\n[ 0.136367] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137682] Security Framework initialized\n[ 0.138503] Yama: becoming mindful.\n[ 0.139236] AppArmor: AppArmor initialized\n[ 0.140111] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142739] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145366] Initializing cgroup subsys io\n[ 0.146185] Initializing cgroup subsys memory\n[ 0.147048] Initializing cgroup subsys devices\n[ 0.147940] Initializing cgroup subsys freezer\n[ 0.148824] Initializing cgroup subsys net_cls\n[ 0.149696] Initializing cgroup subsys perf_event\n[ 0.150611] Initializing cgroup subsys net_prio\n[ 0.151512] Initializing cgroup subsys hugetlb\n[ 0.152389] Initializing cgroup subsys pids\n[ 0.153274] CPU: Physical Processor ID: 0\n[ 0.154791] mce: CPU supports 10 MCE banks\n[ 0.155664] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156704] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175411] ftrace: allocating 31920 entries in 125 pages\n[ 0.201735] smpboot: Max logical packages: 1\n[ 0.202602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203970] x2apic enabled\n[ 0.204788] Switched APIC routing to physical x2apic.\n[ 0.206545] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207676] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209682] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211495] KVM setup paravirtual spinlock\n[ 0.212796] x86: Booted up 1 node, 1 CPUs\n[ 0.213622] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215033] devtmpfs: initialized\n[ 0.216761] evm: security.selinux\n[ 0.217472] evm: security.SMACK64\n[ 0.218169] evm: security.SMACK64EXEC\n[ 0.218916] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220506] evm: security.ima\n[ 0.221156] evm: security.capability\n[ 0.221967] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223866] pinctrl core: initialized pinctrl subsystem\n[ 0.224985] RTC time: 7:06:06, date: 08/29/18\n[ 0.225949] NET: Registered protocol family 16\n[ 0.226938] cpuidle: using governor ladder\n[ 0.227780] cpuidle: using governor menu\n[ 0.228611] PCCT header not found.\n[ 0.229377] ACPI: bus type PCI registered\n[ 0.230193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231446] PCI: Using configuration type 1 for base access\n[ 0.233210] ACPI: Added _OSI(Module Device)\n[ 0.234063] ACPI: Added _OSI(Processor Device)\n[ 0.234929] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235836] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237925] ACPI: Interpreter enabled\n[ 0.238707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246131] ACPI: (supports S0 S5)\n[ 0.246839] ACPI: Using IOAPIC for interrupt routing\n[ 0.247937] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251049] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254648] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256884] acpiphp: Slot [3] registered\n[ 0.257696] acpiphp: Slot [4] registered\n[ 0.258501] acpiphp: Slot [5] registered\n[ 0.259305] acpiphp: Slot [6] registered\n[ 0.260107] acpiphp: Slot [7] registered\n[ 0.260910] acpiphp: Slot [8] registered\n[ 0.261719] acpiphp: Slot [9] registered\n[ 0.262522] acpiphp: Slot [10] registered\n[ 0.263346] acpiphp: Slot [11] registered\n[ 0.264165] acpiphp: Slot [12] registered\n[ 0.264984] acpiphp: Slot [13] registered\n[ 0.265804] acpiphp: Slot [14] registered\n[ 0.266621] acpiphp: Slot [15] registered\n[ 0.277396] acpiphp: Slot [16] registered\n[ 0.278219] acpiphp: Slot [17] registered\n[ 0.279036] acpiphp: Slot [18] registered\n[ 0.279848] acpiphp: Slot [19] registered\n[ 0.280666] acpiphp: Slot [20] registered\n[ 0.281491] acpiphp: Slot [21] registered\n[ 0.282310] acpiphp: Slot [22] registered\n[ 0.283128] acpiphp: Slot [23] registered\n[ 0.283941] acpiphp: Slot [24] registered\n[ 0.284758] acpiphp: Slot [25] registered\n[ 0.285580] acpiphp: Slot [26] registered\n[ 0.286398] acpiphp: Slot [27] registered\n[ 0.287216] acpiphp: Slot [28] registered\n[ 0.288035] acpiphp: Slot [29] registered\n[ 0.288847] acpiphp: Slot [30] registered\n[ 0.289669] acpiphp: Slot [31] registered\n[ 0.290486] PCI host bridge to bus 0000:00\n[ 0.291304] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292527] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296673] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302956] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304269] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305465] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306875] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313780] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315232] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363490] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364998] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366427] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372808] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373891] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375460] vgaarb: loaded\n[ 0.376067] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377213] SCSI subsystem initialized\n[ 0.378043] ACPI: bus type USB registered\n[ 0.378861] usbcore: registered new interface driver usbfs\n[ 0.379898] usbcore: registered new interface driver hub\n[ 0.380921] usbcore: registered new device driver usb\n[ 0.381987] PCI: Using ACPI for IRQ routing\n[ 0.383021] NetLabel: Initializing\n[ 0.383735] NetLabel: domain hash size = 128\n[ 0.384654] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385613] NetLabel: unlabeled traffic allowed by default\n[ 0.386718] clocksource: Switched to clocksource kvm-clock\n[ 0.392128] AppArmor: AppArmor Filesystem Enabled\n[ 0.393097] pnp: PnP ACPI init\n[ 0.393997] pnp: PnP ACPI: found 5 devices\n[ 0.400371] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402083] NET: Registered protocol family 2\n[ 0.403042] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404303] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405463] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407686] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409802] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410891] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411953] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440226] Trying to unpack rootfs image as initramfs...\n[ 0.489492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503325] Scanning for low memory corruption every 60 seconds\n[ 0.504614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505749] audit: initializing netlink subsys (disabled)\n[ 0.506771] audit: type=2000 audit(1535526367.804:1): initialized\n[ 0.508086] Initialise system trusted keyring\n[ 0.509006] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512112] zbud: loaded\n[ 0.512804] VFS: Disk quotas dquot_6.6.0\n[ 0.513619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515127] fuse init (API version 7.23)\n[ 0.516011] Key type big_key registered\n[ 0.516803] Allocating IMA MOK and blacklist keyrings.\n[ 0.518264] Key type asymmetric registered\n[ 0.519091] Asymmetric key parser 'x509' registered\n[ 0.520039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521492] io scheduler noop registered\n[ 0.522279] io scheduler deadline registered (default)\n[ 0.523268] io scheduler cfq registered\n[ 0.524093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527821] ACPI: Power Button [PWRF]\n[ 0.528649] GHES: HEST is not enabled!\n[ 0.542317] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572310] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598807] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600947] Linux agpgart interface v0.103\n[ 0.603018] brd: module loaded\n[ 0.604230] loop: module loaded\n[ 0.609387] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610846] GPT:90111 != 2097151\n[ 0.611524] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612606] GPT:90111 != 2097151\n[ 0.613274] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614229] vda: vda1 vda15\n[ 0.615662] scsi host0: ata_piix\n[ 0.616400] scsi host1: ata_piix\n[ 0.617104] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619755] libphy: Fixed MDIO Bus: probed\n[ 0.620577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621523] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623649] PPP generic driver version 2.4.2\n[ 0.624535] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625802] ehci-pci: EHCI PCI platform driver\n[ 0.626669] ehci-platform: EHCI generic platform driver\n[ 0.627656] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628776] ohci-pci: OHCI PCI platform driver\n[ 0.629634] ohci-platform: OHCI generic platform driver\n[ 0.630615] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644994] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647437] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649563] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652190] usb usb1: Product: UHCI Host Controller\n[ 0.653118] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654249] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655301] hub 1-0:1.0: USB hub found\n[ 0.656079] hub 1-0:1.0: 2 ports detected\n[ 0.656974] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660039] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661060] mousedev: PS/2 mouse device common for all mice\n[ 0.662297] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667581] i2c /dev entries driver\n[ 0.668343] device-mapper: uevent: version 1.0.3\n[ 0.669266] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670893] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672197] NET: Registered protocol family 10\n[ 0.673195] NET: Registered protocol family 17\n[ 0.674077] Key type dns_resolver registered\n[ 0.674996] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676086] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677818] registered taskstats version 1\n[ 0.678645] Loading compiled-in X.509 certificates\n[ 0.680086] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681924] zswap: loaded using pool lzo/zbud\n[ 0.683307] Key type trusted registered\n[ 0.684842] Key type encrypted registered\n[ 0.685661] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686676] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687714] evm: HMAC attrs: 0x1\n[ 0.689002] Magic number: 14:995:117\n[ 0.689853] rtc_cmos 00:00: setting system clock to 2018-08-29 07:06:07 UTC (1535526367)\n[ 0.691452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692559] EDD information not available.\n[ 0.775270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776679] ata1.00: configured for MWDMA2\n[ 0.777848] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790182] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792652] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794503] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796039] Write protecting the kernel read-only data: 14336k\n[ 0.797590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799394] 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.858204] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\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.81s]\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-08-29 07:07:52,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action used request id req-e8f66279-5f57-43fa-813c-1f4376ca8dbf 2018-08-29 07:07:54,561 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:08:24,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:08:25,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:08: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-39efeea1-ca0f-4b1d-a1dc-c7598884bc74 x-compute-request-id: req-39efeea1-ca0f-4b1d-a1dc-c7598884bc74 Content-Encoding: gzip Content-Length: 8148 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501056877 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133597] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135552] pid_max: default: 32768 minimum: 301\n[ 0.136636] ACPI: Core revision 20150930\n[ 0.138156] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139708] Security Framework initialized\n[ 0.140671] Yama: becoming mindful.\n[ 0.141528] AppArmor: AppArmor initialized\n[ 0.142554] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144156] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145751] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147211] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148881] Initializing cgroup subsys io\n[ 0.149864] Initializing cgroup subsys memory\n[ 0.150920] Initializing cgroup subsys devices\n[ 0.151936] Initializing cgroup subsys freezer\n[ 0.152980] Initializing cgroup subsys net_cls\n[ 0.153927] Initializing cgroup subsys perf_event\n[ 0.155017] Initializing cgroup subsys net_prio\n[ 0.156038] Initializing cgroup subsys hugetlb\n[ 0.157070] Initializing cgroup subsys pids\n[ 0.158091] CPU: Physical Processor ID: 0\n[ 0.159731] mce: CPU supports 10 MCE banks\n[ 0.160765] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172920] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179608] ftrace: allocating 31920 entries in 125 pages\n[ 0.206455] smpboot: Max logical packages: 1\n[ 0.207472] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209095] x2apic enabled\n[ 0.209994] Switched APIC routing to physical x2apic.\n[ 0.211908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217878] KVM setup paravirtual spinlock\n[ 0.219374] x86: Booted up 1 node, 1 CPUs\n[ 0.220341] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222030] devtmpfs: initialized\n[ 0.223845] evm: security.selinux\n[ 0.224659] evm: security.SMACK64\n[ 0.225474] evm: security.SMACK64EXEC\n[ 0.226351] evm: security.SMACK64TRANSMUTE\n[ 0.227303] evm: security.SMACK64MMAP\n[ 0.228169] evm: security.ima\n[ 0.228905] evm: security.capability\n[ 0.229831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232042] pinctrl core: initialized pinctrl subsystem\n[ 0.233322] RTC time: 7:06:20, date: 08/29/18\n[ 0.234440] NET: Registered protocol family 16\n[ 0.235565] cpuidle: using governor ladder\n[ 0.236535] cpuidle: using governor menu\n[ 0.237467] PCCT header not found.\n[ 0.238333] ACPI: bus type PCI registered\n[ 0.239275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240744] PCI: Using configuration type 1 for base access\n[ 0.242697] ACPI: Added _OSI(Module Device)\n[ 0.243682] ACPI: Added _OSI(Processor Device)\n[ 0.244717] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248132] ACPI: Interpreter enabled\n[ 0.249027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253338] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257562] ACPI: (supports S0 S5)\n[ 0.258509] ACPI: Using IOAPIC for interrupt routing\n[ 0.259655] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263077] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267286] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269956] acpiphp: Slot [3] registered\n[ 0.270901] acpiphp: Slot [4] registered\n[ 0.271836] acpiphp: Slot [5] registered\n[ 0.272776] acpiphp: Slot [6] registered\n[ 0.273709] acpiphp: Slot [7] registered\n[ 0.274659] acpiphp: Slot [8] registered\n[ 0.275593] acpiphp: Slot [9] registered\n[ 0.276540] acpiphp: Slot [10] registered\n[ 0.277498] acpiphp: Slot [11] registered\n[ 0.278453] acpiphp: Slot [12] registered\n[ 0.279412] acpiphp: Slot [13] registered\n[ 0.280371] acpiphp: Slot [14] registered\n[ 0.281321] acpiphp: Slot [15] registered\n[ 0.292433] acpiphp: Slot [16] registered\n[ 0.293394] acpiphp: Slot [17] registered\n[ 0.294348] acpiphp: Slot [18] registered\n[ 0.295293] acpiphp: Slot [19] registered\n[ 0.296241] acpiphp: Slot [20] registered\n[ 0.297199] acpiphp: Slot [21] registered\n[ 0.298145] acpiphp: Slot [22] registered\n[ 0.299097] acpiphp: Slot [23] registered\n[ 0.300050] acpiphp: Slot [24] registered\n[ 0.301001] acpiphp: Slot [25] registered\n[ 0.301960] acpiphp: Slot [26] registered\n[ 0.302909] acpiphp: Slot [27] registered\n[ 0.303877] acpiphp: Slot [28] registered\n[ 0.304834] acpiphp: Slot [29] registered\n[ 0.305785] acpiphp: Slot [30] registered\n[ 0.306754] acpiphp: Slot [31] registered\n[ 0.307707] PCI host bridge to bus 0000:00\n[ 0.308662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310130] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311582] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315011] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324357] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332765] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334450] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382421] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384094] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385712] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389806] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391266] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392587] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393841] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395674] vgaarb: loaded\n[ 0.396373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397698] SCSI subsystem initialized\n[ 0.398644] ACPI: bus type USB registered\n[ 0.399592] usbcore: registered new interface driver usbfs\n[ 0.400807] usbcore: registered new interface driver hub\n[ 0.401999] usbcore: registered new device driver usb\n[ 0.403190] PCI: Using ACPI for IRQ routing\n[ 0.404205] NetLabel: Initializing\n[ 0.404917] NetLabel: domain hash size = 128\n[ 0.405930] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407049] NetLabel: unlabeled traffic allowed by default\n[ 0.408345] clocksource: Switched to clocksource kvm-clock\n[ 0.414065] AppArmor: AppArmor Filesystem Enabled\n[ 0.415205] pnp: PnP ACPI init\n[ 0.416230] pnp: PnP ACPI: found 5 devices\n[ 0.422740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424704] NET: Registered protocol family 2\n[ 0.425827] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430129] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431418] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432807] NET: Registered protocol family 1\n[ 0.433843] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.435150] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.436429] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450653] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465108] Trying to unpack rootfs image as initramfs...\n[ 0.515155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529296] Scanning for low memory corruption every 60 seconds\n[ 0.530742] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531877] audit: initializing netlink subsys (disabled)\n[ 0.532882] audit: type=2000 audit(1535526381.625:1): initialized\n[ 0.534239] Initialise system trusted keyring\n[ 0.535344] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.536498] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538430] zbud: loaded\n[ 0.539120] VFS: Disk quotas dquot_6.6.0\n[ 0.540062] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541869] fuse init (API version 7.23)\n[ 0.542947] Key type big_key registered\n[ 0.543908] Allocating IMA MOK and blacklist keyrings.\n[ 0.545233] Key type asymmetric registered\n[ 0.546227] Asymmetric key parser 'x509' registered\n[ 0.547377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549145] io scheduler noop registered\n[ 0.550100] io scheduler deadline registered (default)\n[ 0.551303] io scheduler cfq registered\n[ 0.552288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555117] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556879] ACPI: Power Button [PWRF]\n[ 0.558253] GHES: HEST is not enabled!\n[ 0.572122] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602455] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605716] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629802] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632284] Linux agpgart interface v0.103\n[ 0.634556] brd: module loaded\n[ 0.635937] loop: module loaded\n[ 0.641044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.642832] GPT:90111 != 2097151\n[ 0.643660] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645040] GPT:90111 != 2097151\n[ 0.645843] GPT: Use GNU Parted to correct GPT errors.\n[ 0.647019] vda: vda1 vda15\n[ 0.648600] scsi host0: ata_piix\n[ 0.649478] scsi host1: ata_piix\n[ 0.650332] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.651828] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.653555] libphy: Fixed MDIO Bus: probed\n[ 0.654543] tun: Universal TUN/TAP device driver, 1.6\n[ 0.655704] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658097] PPP generic driver version 2.4.2\n[ 0.659282] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660747] ehci-pci: EHCI PCI platform driver\n[ 0.661800] ehci-platform: EHCI generic platform driver\n[ 0.663009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664394] ohci-pci: OHCI PCI platform driver\n[ 0.665447] ohci-platform: OHCI generic platform driver\n[ 0.666657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681565] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682822] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690285] usb usb1: Product: UHCI Host Controller\n[ 0.691210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692427] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693362] hub 1-0:1.0: USB hub found\n[ 0.694113] hub 1-0:1.0: 2 ports detected\n[ 0.694999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697086] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698024] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699032] mousedev: PS/2 mouse device common for all mice\n[ 0.700261] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703157] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704326] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705500] i2c /dev entries driver\n[ 0.706249] device-mapper: uevent: version 1.0.3\n[ 0.707159] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710053] NET: Registered protocol family 10\n[ 0.711021] NET: Registered protocol family 17\n[ 0.711893] Key type dns_resolver registered\n[ 0.712820] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713899] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715605] registered taskstats version 1\n[ 0.716422] Loading compiled-in X.509 certificates\n[ 0.717851] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719655] zswap: loaded using pool lzo/zbud\n[ 0.721016] Key type trusted registered\n[ 0.723006] Key type encrypted registered\n[ 0.723821] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724855] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725879] evm: HMAC attrs: 0x1\n[ 0.726793] Magic number: 14:995:117\n[ 0.727634] rtc_cmos 00:00: setting system clock to 2018-08-29 07:06:21 UTC (1535526381)\n[ 0.729205] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730301] EDD information not available.\n[ 0.808848] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810301] ata1.00: configured for MWDMA2\n[ 0.811466] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824084] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825345] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826562] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828411] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829916] Write protecting the kernel read-only data: 14336k\n[ 0.831455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833234] 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.895516] 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.28\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.73s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-08-29 07:08:25,663 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action used request id req-39efeea1-ca0f-4b1d-a1dc-c7598884bc74 2018-08-29 07:08:25,664 - 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-08-29 07:08:25,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab73d90347ba6b4f43a9e0b178c16507a537b3c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:08:26,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:08:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a16cb83-7c26-4ef0-8f24-75b71ff62e6b x-compute-request-id: req-8a16cb83-7c26-4ef0-8f24-75b71ff62e6b Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 501056877 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.133597] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135552] pid_max: default: 32768 minimum: 301\n[ 0.136636] ACPI: Core revision 20150930\n[ 0.138156] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139708] Security Framework initialized\n[ 0.140671] Yama: becoming mindful.\n[ 0.141528] AppArmor: AppArmor initialized\n[ 0.142554] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144156] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145751] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147211] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148881] Initializing cgroup subsys io\n[ 0.149864] Initializing cgroup subsys memory\n[ 0.150920] Initializing cgroup subsys devices\n[ 0.151936] Initializing cgroup subsys freezer\n[ 0.152980] Initializing cgroup subsys net_cls\n[ 0.153927] Initializing cgroup subsys perf_event\n[ 0.155017] Initializing cgroup subsys net_prio\n[ 0.156038] Initializing cgroup subsys hugetlb\n[ 0.157070] Initializing cgroup subsys pids\n[ 0.158091] CPU: Physical Processor ID: 0\n[ 0.159731] mce: CPU supports 10 MCE banks\n[ 0.160765] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161955] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172920] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179608] ftrace: allocating 31920 entries in 125 pages\n[ 0.206455] smpboot: Max logical packages: 1\n[ 0.207472] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209095] x2apic enabled\n[ 0.209994] Switched APIC routing to physical x2apic.\n[ 0.211908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217878] KVM setup paravirtual spinlock\n[ 0.219374] x86: Booted up 1 node, 1 CPUs\n[ 0.220341] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222030] devtmpfs: initialized\n[ 0.223845] evm: security.selinux\n[ 0.224659] evm: security.SMACK64\n[ 0.225474] evm: security.SMACK64EXEC\n[ 0.226351] evm: security.SMACK64TRANSMUTE\n[ 0.227303] evm: security.SMACK64MMAP\n[ 0.228169] evm: security.ima\n[ 0.228905] evm: security.capability\n[ 0.229831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232042] pinctrl core: initialized pinctrl subsystem\n[ 0.233322] RTC time: 7:06:20, date: 08/29/18\n[ 0.234440] NET: Registered protocol family 16\n[ 0.235565] cpuidle: using governor ladder\n[ 0.236535] cpuidle: using governor menu\n[ 0.237467] PCCT header not found.\n[ 0.238333] ACPI: bus type PCI registered\n[ 0.239275] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240744] PCI: Using configuration type 1 for base access\n[ 0.242697] ACPI: Added _OSI(Module Device)\n[ 0.243682] ACPI: Added _OSI(Processor Device)\n[ 0.244717] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245817] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248132] ACPI: Interpreter enabled\n[ 0.249027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253338] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257562] ACPI: (supports S0 S5)\n[ 0.258509] ACPI: Using IOAPIC for interrupt routing\n[ 0.259655] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263077] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264351] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265831] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267286] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269956] acpiphp: Slot [3] registered\n[ 0.270901] acpiphp: Slot [4] registered\n[ 0.271836] acpiphp: Slot [5] registered\n[ 0.272776] acpiphp: Slot [6] registered\n[ 0.273709] acpiphp: Slot [7] registered\n[ 0.274659] acpiphp: Slot [8] registered\n[ 0.275593] acpiphp: Slot [9] registered\n[ 0.276540] acpiphp: Slot [10] registered\n[ 0.277498] acpiphp: Slot [11] registered\n[ 0.278453] acpiphp: Slot [12] registered\n[ 0.279412] acpiphp: Slot [13] registered\n[ 0.280371] acpiphp: Slot [14] registered\n[ 0.281321] acpiphp: Slot [15] registered\n[ 0.292433] acpiphp: Slot [16] registered\n[ 0.293394] acpiphp: Slot [17] registered\n[ 0.294348] acpiphp: Slot [18] registered\n[ 0.295293] acpiphp: Slot [19] registered\n[ 0.296241] acpiphp: Slot [20] registered\n[ 0.297199] acpiphp: Slot [21] registered\n[ 0.298145] acpiphp: Slot [22] registered\n[ 0.299097] acpiphp: Slot [23] registered\n[ 0.300050] acpiphp: Slot [24] registered\n[ 0.301001] acpiphp: Slot [25] registered\n[ 0.301960] acpiphp: Slot [26] registered\n[ 0.302909] acpiphp: Slot [27] registered\n[ 0.303877] acpiphp: Slot [28] registered\n[ 0.304834] acpiphp: Slot [29] registered\n[ 0.305785] acpiphp: Slot [30] registered\n[ 0.306754] acpiphp: Slot [31] registered\n[ 0.307707] PCI host bridge to bus 0000:00\n[ 0.308662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310130] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311582] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315011] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321397] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.322944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324357] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332765] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334450] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382421] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384094] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385712] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.388188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389806] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391266] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392587] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393841] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395674] vgaarb: loaded\n[ 0.396373] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397698] SCSI subsystem initialized\n[ 0.398644] ACPI: bus type USB registered\n[ 0.399592] usbcore: registered new interface driver usbfs\n[ 0.400807] usbcore: registered new interface driver hub\n[ 0.401999] usbcore: registered new device driver usb\n[ 0.403190] PCI: Using ACPI for IRQ routing\n[ 0.404205] NetLabel: Initializing\n[ 0.404917] NetLabel: domain hash size = 128\n[ 0.405930] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407049] NetLabel: unlabeled traffic allowed by default\n[ 0.408345] clocksource: Switched to clocksource kvm-clock\n[ 0.414065] AppArmor: AppArmor Filesystem Enabled\n[ 0.415205] pnp: PnP ACPI init\n[ 0.416230] pnp: PnP ACPI: found 5 devices\n[ 0.422740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424704] NET: Registered protocol family 2\n[ 0.425827] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427290] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428700] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.430129] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431418] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432807] NET: Registered protocol family 1\n[ 0.433843] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.435150] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.436429] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450653] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.465108] Trying to unpack rootfs image as initramfs...\n[ 0.515155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.529296] Scanning for low memory corruption every 60 seconds\n[ 0.530742] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531877] audit: initializing netlink subsys (disabled)\n[ 0.532882] audit: type=2000 audit(1535526381.625:1): initialized\n[ 0.534239] Initialise system trusted keyring\n[ 0.535344] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.536498] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538430] zbud: loaded\n[ 0.539120] VFS: Disk quotas dquot_6.6.0\n[ 0.540062] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541869] fuse init (API version 7.23)\n[ 0.542947] Key type big_key registered\n[ 0.543908] Allocating IMA MOK and blacklist keyrings.\n[ 0.545233] Key type asymmetric registered\n[ 0.546227] Asymmetric key parser 'x509' registered\n[ 0.547377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549145] io scheduler noop registered\n[ 0.550100] io scheduler deadline registered (default)\n[ 0.551303] io scheduler cfq registered\n[ 0.552288] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553563] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555117] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556879] ACPI: Power Button [PWRF]\n[ 0.558253] GHES: HEST is not enabled!\n[ 0.572122] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602455] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605716] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629802] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632284] Linux agpgart interface v0.103\n[ 0.634556] brd: module loaded\n[ 0.635937] loop: module loaded\n[ 0.641044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.642832] GPT:90111 != 2097151\n[ 0.643660] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645040] GPT:90111 != 2097151\n[ 0.645843] GPT: Use GNU Parted to correct GPT errors.\n[ 0.647019] vda: vda1 vda15\n[ 0.648600] scsi host0: ata_piix\n[ 0.649478] scsi host1: ata_piix\n[ 0.650332] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.651828] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.653555] libphy: Fixed MDIO Bus: probed\n[ 0.654543] tun: Universal TUN/TAP device driver, 1.6\n[ 0.655704] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.658097] PPP generic driver version 2.4.2\n[ 0.659282] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.660747] ehci-pci: EHCI PCI platform driver\n[ 0.661800] ehci-platform: EHCI generic platform driver\n[ 0.663009] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.664394] ohci-pci: OHCI PCI platform driver\n[ 0.665447] ohci-platform: OHCI generic platform driver\n[ 0.666657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.681565] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.682822] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.685824] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.687179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.688692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690285] usb usb1: Product: UHCI Host Controller\n[ 0.691210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.692427] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693362] hub 1-0:1.0: USB hub found\n[ 0.694113] hub 1-0:1.0: 2 ports detected\n[ 0.694999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697086] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698024] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699032] mousedev: PS/2 mouse device common for all mice\n[ 0.700261] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703157] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.704326] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.705500] i2c /dev entries driver\n[ 0.706249] device-mapper: uevent: version 1.0.3\n[ 0.707159] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.708783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710053] NET: Registered protocol family 10\n[ 0.711021] NET: Registered protocol family 17\n[ 0.711893] Key type dns_resolver registered\n[ 0.712820] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713899] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715605] registered taskstats version 1\n[ 0.716422] Loading compiled-in X.509 certificates\n[ 0.717851] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719655] zswap: loaded using pool lzo/zbud\n[ 0.721016] Key type trusted registered\n[ 0.723006] Key type encrypted registered\n[ 0.723821] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.724855] ima: No TPM chip found, activating TPM-bypass!\n[ 0.725879] evm: HMAC attrs: 0x1\n[ 0.726793] Magic number: 14:995:117\n[ 0.727634] rtc_cmos 00:00: setting system clock to 2018-08-29 07:06:21 UTC (1535526381)\n[ 0.729205] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730301] EDD information not available.\n[ 0.808848] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810301] ata1.00: configured for MWDMA2\n[ 0.811466] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824084] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825345] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826562] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828411] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829916] Write protecting the kernel read-only data: 14336k\n[ 0.831455] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833234] 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.895516] 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.28\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.73s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2018-08-29 07:08:26,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action used request id req-8a16cb83-7c26-4ef0-8f24-75b71ff62e6b 2018-08-29 07:08:26,738 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-08-29 07:08:26,738 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-08-29 07:08:26,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-589231", "route_distinguishers": "222:222"}}' 2018-08-29 07:08:27,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-9f39e259-ae78-4781-9086-40c3bacc280e Date: Wed, 29 Aug 2018 07:08:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "5c25e652-8041-4725-8f37-454c6c1ab063", "name": "sdnvpn-2-589231", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:08:27,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-9f39e259-ae78-4781-9086-40c3bacc280e 2018-08-29 07:08:27,085 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-589231', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [u'88:88'], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'5c25e652-8041-4725-8f37-454c6c1ab063'}} 2018-08-29 07:08:27,085 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-08-29 07:08:27,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5c25e652-8041-4725-8f37-454c6c1ab063/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" -d '{"network_association": {"network_id": "e9f07b95-60f2-42ee-afa1-f36656654052"}}' 2018-08-29 07:08:27,861 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-72a7070c-2cc5-404f-bd60-6006612e16b2 Date: Wed, 29 Aug 2018 07:08:27 GMT RESP BODY: {"network_association": {"network_id": "e9f07b95-60f2-42ee-afa1-f36656654052", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "381d2b2b-d81f-403c-a982-d899de223ce2"}} 2018-08-29 07:08:27,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5c25e652-8041-4725-8f37-454c6c1ab063/network_associations used request id req-72a7070c-2cc5-404f-bd60-6006612e16b2 2018-08-29 07:08:27,862 - sdnvpn_test_utils - DEBUG - Waiting for network 2403b4db-7905-4ca0-a429-1b97772e7ad0 to associate with BGPVPN 1b762d0d-cc0b-445b-bb60-23c73c29f2de 2018-08-29 07:08:27,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/2403b4db-7905-4ca0-a429-1b97772e7ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:08:28,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-d58788fb-c168-40d9-8b01-07790afe36e5 Date: Wed, 29 Aug 2018 07:08:28 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "2403b4db-7905-4ca0-a429-1b97772e7ad0", "name": "sdnvpn-1-512783", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["55:55"], "networks": ["1b762d0d-cc0b-445b-bb60-23c73c29f2de"], "route_targets": ["55:55"], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:08:28,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/2403b4db-7905-4ca0-a429-1b97772e7ad0 used request id req-d58788fb-c168-40d9-8b01-07790afe36e5 2018-08-29 07:08:29,184 - sdnvpn_test_utils - DEBUG - Waiting for network 5c25e652-8041-4725-8f37-454c6c1ab063 to associate with BGPVPN e9f07b95-60f2-42ee-afa1-f36656654052 2018-08-29 07:08:29,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5c25e652-8041-4725-8f37-454c6c1ab063 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:08:29,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-62a70f88-b017-4797-8e5f-f53900c80c7e Date: Wed, 29 Aug 2018 07:08:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "5c25e652-8041-4725-8f37-454c6c1ab063", "name": "sdnvpn-2-589231", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["e9f07b95-60f2-42ee-afa1-f36656654052"], "route_targets": ["88:88"], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:08:29,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5c25e652-8041-4725-8f37-454c6c1ab063 used request id req-62a70f88-b017-4797-8e5f-f53900c80c7e 2018-08-29 07:08:30,505 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:09:00,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:09:01,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-33686901-5de7-4e0f-ac85-99dc0e3758a6 x-compute-request-id: req-33686901-5de7-4e0f-ac85-99dc0e3758a6 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506880988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134078] pid_max: default: 32768 minimum: 301\n[ 0.134974] ACPI: Core revision 20150930\n[ 0.136367] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137682] Security Framework initialized\n[ 0.138503] Yama: becoming mindful.\n[ 0.139236] AppArmor: AppArmor initialized\n[ 0.140111] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142739] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145366] Initializing cgroup subsys io\n[ 0.146185] Initializing cgroup subsys memory\n[ 0.147048] Initializing cgroup subsys devices\n[ 0.147940] Initializing cgroup subsys freezer\n[ 0.148824] Initializing cgroup subsys net_cls\n[ 0.149696] Initializing cgroup subsys perf_event\n[ 0.150611] Initializing cgroup subsys net_prio\n[ 0.151512] Initializing cgroup subsys hugetlb\n[ 0.152389] Initializing cgroup subsys pids\n[ 0.153274] CPU: Physical Processor ID: 0\n[ 0.154791] mce: CPU supports 10 MCE banks\n[ 0.155664] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156704] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175411] ftrace: allocating 31920 entries in 125 pages\n[ 0.201735] smpboot: Max logical packages: 1\n[ 0.202602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203970] x2apic enabled\n[ 0.204788] Switched APIC routing to physical x2apic.\n[ 0.206545] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207676] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209682] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211495] KVM setup paravirtual spinlock\n[ 0.212796] x86: Booted up 1 node, 1 CPUs\n[ 0.213622] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215033] devtmpfs: initialized\n[ 0.216761] evm: security.selinux\n[ 0.217472] evm: security.SMACK64\n[ 0.218169] evm: security.SMACK64EXEC\n[ 0.218916] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220506] evm: security.ima\n[ 0.221156] evm: security.capability\n[ 0.221967] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223866] pinctrl core: initialized pinctrl subsystem\n[ 0.224985] RTC time: 7:06:06, date: 08/29/18\n[ 0.225949] NET: Registered protocol family 16\n[ 0.226938] cpuidle: using governor ladder\n[ 0.227780] cpuidle: using governor menu\n[ 0.228611] PCCT header not found.\n[ 0.229377] ACPI: bus type PCI registered\n[ 0.230193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231446] PCI: Using configuration type 1 for base access\n[ 0.233210] ACPI: Added _OSI(Module Device)\n[ 0.234063] ACPI: Added _OSI(Processor Device)\n[ 0.234929] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235836] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237925] ACPI: Interpreter enabled\n[ 0.238707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246131] ACPI: (supports S0 S5)\n[ 0.246839] ACPI: Using IOAPIC for interrupt routing\n[ 0.247937] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251049] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254648] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256884] acpiphp: Slot [3] registered\n[ 0.257696] acpiphp: Slot [4] registered\n[ 0.258501] acpiphp: Slot [5] registered\n[ 0.259305] acpiphp: Slot [6] registered\n[ 0.260107] acpiphp: Slot [7] registered\n[ 0.260910] acpiphp: Slot [8] registered\n[ 0.261719] acpiphp: Slot [9] registered\n[ 0.262522] acpiphp: Slot [10] registered\n[ 0.263346] acpiphp: Slot [11] registered\n[ 0.264165] acpiphp: Slot [12] registered\n[ 0.264984] acpiphp: Slot [13] registered\n[ 0.265804] acpiphp: Slot [14] registered\n[ 0.266621] acpiphp: Slot [15] registered\n[ 0.277396] acpiphp: Slot [16] registered\n[ 0.278219] acpiphp: Slot [17] registered\n[ 0.279036] acpiphp: Slot [18] registered\n[ 0.279848] acpiphp: Slot [19] registered\n[ 0.280666] acpiphp: Slot [20] registered\n[ 0.281491] acpiphp: Slot [21] registered\n[ 0.282310] acpiphp: Slot [22] registered\n[ 0.283128] acpiphp: Slot [23] registered\n[ 0.283941] acpiphp: Slot [24] registered\n[ 0.284758] acpiphp: Slot [25] registered\n[ 0.285580] acpiphp: Slot [26] registered\n[ 0.286398] acpiphp: Slot [27] registered\n[ 0.287216] acpiphp: Slot [28] registered\n[ 0.288035] acpiphp: Slot [29] registered\n[ 0.288847] acpiphp: Slot [30] registered\n[ 0.289669] acpiphp: Slot [31] registered\n[ 0.290486] PCI host bridge to bus 0000:00\n[ 0.291304] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292527] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296673] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302956] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304269] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305465] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306875] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313780] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315232] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363490] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364998] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366427] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372808] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373891] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375460] vgaarb: loaded\n[ 0.376067] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377213] SCSI subsystem initialized\n[ 0.378043] ACPI: bus type USB registered\n[ 0.378861] usbcore: registered new interface driver usbfs\n[ 0.379898] usbcore: registered new interface driver hub\n[ 0.380921] usbcore: registered new device driver usb\n[ 0.381987] PCI: Using ACPI for IRQ routing\n[ 0.383021] NetLabel: Initializing\n[ 0.383735] NetLabel: domain hash size = 128\n[ 0.384654] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385613] NetLabel: unlabeled traffic allowed by default\n[ 0.386718] clocksource: Switched to clocksource kvm-clock\n[ 0.392128] AppArmor: AppArmor Filesystem Enabled\n[ 0.393097] pnp: PnP ACPI init\n[ 0.393997] pnp: PnP ACPI: found 5 devices\n[ 0.400371] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402083] NET: Registered protocol family 2\n[ 0.403042] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404303] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405463] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407686] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409802] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410891] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411953] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440226] Trying to unpack rootfs image as initramfs...\n[ 0.489492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503325] Scanning for low memory corruption every 60 seconds\n[ 0.504614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505749] audit: initializing netlink subsys (disabled)\n[ 0.506771] audit: type=2000 audit(1535526367.804:1): initialized\n[ 0.508086] Initialise system trusted keyring\n[ 0.509006] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512112] zbud: loaded\n[ 0.512804] VFS: Disk quotas dquot_6.6.0\n[ 0.513619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515127] fuse init (API version 7.23)\n[ 0.516011] Key type big_key registered\n[ 0.516803] Allocating IMA MOK and blacklist keyrings.\n[ 0.518264] Key type asymmetric registered\n[ 0.519091] Asymmetric key parser 'x509' registered\n[ 0.520039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521492] io scheduler noop registered\n[ 0.522279] io scheduler deadline registered (default)\n[ 0.523268] io scheduler cfq registered\n[ 0.524093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527821] ACPI: Power Button [PWRF]\n[ 0.528649] GHES: HEST is not enabled!\n[ 0.542317] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572310] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598807] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600947] Linux agpgart interface v0.103\n[ 0.603018] brd: module loaded\n[ 0.604230] loop: module loaded\n[ 0.609387] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610846] GPT:90111 != 2097151\n[ 0.611524] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612606] GPT:90111 != 2097151\n[ 0.613274] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614229] vda: vda1 vda15\n[ 0.615662] scsi host0: ata_piix\n[ 0.616400] scsi host1: ata_piix\n[ 0.617104] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619755] libphy: Fixed MDIO Bus: probed\n[ 0.620577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621523] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623649] PPP generic driver version 2.4.2\n[ 0.624535] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625802] ehci-pci: EHCI PCI platform driver\n[ 0.626669] ehci-platform: EHCI generic platform driver\n[ 0.627656] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628776] ohci-pci: OHCI PCI platform driver\n[ 0.629634] ohci-platform: OHCI generic platform driver\n[ 0.630615] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644994] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647437] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649563] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652190] usb usb1: Product: UHCI Host Controller\n[ 0.653118] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654249] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655301] hub 1-0:1.0: USB hub found\n[ 0.656079] hub 1-0:1.0: 2 ports detected\n[ 0.656974] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660039] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661060] mousedev: PS/2 mouse device common for all mice\n[ 0.662297] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667581] i2c /dev entries driver\n[ 0.668343] device-mapper: uevent: version 1.0.3\n[ 0.669266] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670893] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672197] NET: Registered protocol family 10\n[ 0.673195] NET: Registered protocol family 17\n[ 0.674077] Key type dns_resolver registered\n[ 0.674996] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676086] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677818] registered taskstats version 1\n[ 0.678645] Loading compiled-in X.509 certificates\n[ 0.680086] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681924] zswap: loaded using pool lzo/zbud\n[ 0.683307] Key type trusted registered\n[ 0.684842] Key type encrypted registered\n[ 0.685661] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686676] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687714] evm: HMAC attrs: 0x1\n[ 0.689002] Magic number: 14:995:117\n[ 0.689853] rtc_cmos 00:00: setting system clock to 2018-08-29 07:06:07 UTC (1535526367)\n[ 0.691452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692559] EDD information not available.\n[ 0.775270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776679] ata1.00: configured for MWDMA2\n[ 0.777848] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790182] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792652] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794503] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796039] Write protecting the kernel read-only data: 14336k\n[ 0.797590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799394] 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.858204] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\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.81s]\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\n10.10.10.11 not reachable\n"} 2018-08-29 07:09:01,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action used request id req-33686901-5de7-4e0f-ac85-99dc0e3758a6 2018-08-29 07:09:01,621 - 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-08-29 07:09:01,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96ef236c48ea9424ff12c0b54c4e24a8e25b75b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:09:02,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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,Accept-Encoding x-openstack-request-id: req-77dae4ef-2daf-42f7-bdf0-240676681ec9 x-compute-request-id: req-77dae4ef-2daf-42f7-bdf0-240676681ec9 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506880988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132407] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134078] pid_max: default: 32768 minimum: 301\n[ 0.134974] ACPI: Core revision 20150930\n[ 0.136367] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137682] Security Framework initialized\n[ 0.138503] Yama: becoming mindful.\n[ 0.139236] AppArmor: AppArmor initialized\n[ 0.140111] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141455] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142739] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143954] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145366] Initializing cgroup subsys io\n[ 0.146185] Initializing cgroup subsys memory\n[ 0.147048] Initializing cgroup subsys devices\n[ 0.147940] Initializing cgroup subsys freezer\n[ 0.148824] Initializing cgroup subsys net_cls\n[ 0.149696] Initializing cgroup subsys perf_event\n[ 0.150611] Initializing cgroup subsys net_prio\n[ 0.151512] Initializing cgroup subsys hugetlb\n[ 0.152389] Initializing cgroup subsys pids\n[ 0.153274] CPU: Physical Processor ID: 0\n[ 0.154791] mce: CPU supports 10 MCE banks\n[ 0.155664] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156704] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169001] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175411] ftrace: allocating 31920 entries in 125 pages\n[ 0.201735] smpboot: Max logical packages: 1\n[ 0.202602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203970] x2apic enabled\n[ 0.204788] Switched APIC routing to physical x2apic.\n[ 0.206545] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207676] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209682] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211495] KVM setup paravirtual spinlock\n[ 0.212796] x86: Booted up 1 node, 1 CPUs\n[ 0.213622] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215033] devtmpfs: initialized\n[ 0.216761] evm: security.selinux\n[ 0.217472] evm: security.SMACK64\n[ 0.218169] evm: security.SMACK64EXEC\n[ 0.218916] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220506] evm: security.ima\n[ 0.221156] evm: security.capability\n[ 0.221967] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223866] pinctrl core: initialized pinctrl subsystem\n[ 0.224985] RTC time: 7:06:06, date: 08/29/18\n[ 0.225949] NET: Registered protocol family 16\n[ 0.226938] cpuidle: using governor ladder\n[ 0.227780] cpuidle: using governor menu\n[ 0.228611] PCCT header not found.\n[ 0.229377] ACPI: bus type PCI registered\n[ 0.230193] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231446] PCI: Using configuration type 1 for base access\n[ 0.233210] ACPI: Added _OSI(Module Device)\n[ 0.234063] ACPI: Added _OSI(Processor Device)\n[ 0.234929] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235836] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237925] ACPI: Interpreter enabled\n[ 0.238707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246131] ACPI: (supports S0 S5)\n[ 0.246839] ACPI: Using IOAPIC for interrupt routing\n[ 0.247937] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251049] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254648] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256884] acpiphp: Slot [3] registered\n[ 0.257696] acpiphp: Slot [4] registered\n[ 0.258501] acpiphp: Slot [5] registered\n[ 0.259305] acpiphp: Slot [6] registered\n[ 0.260107] acpiphp: Slot [7] registered\n[ 0.260910] acpiphp: Slot [8] registered\n[ 0.261719] acpiphp: Slot [9] registered\n[ 0.262522] acpiphp: Slot [10] registered\n[ 0.263346] acpiphp: Slot [11] registered\n[ 0.264165] acpiphp: Slot [12] registered\n[ 0.264984] acpiphp: Slot [13] registered\n[ 0.265804] acpiphp: Slot [14] registered\n[ 0.266621] acpiphp: Slot [15] registered\n[ 0.277396] acpiphp: Slot [16] registered\n[ 0.278219] acpiphp: Slot [17] registered\n[ 0.279036] acpiphp: Slot [18] registered\n[ 0.279848] acpiphp: Slot [19] registered\n[ 0.280666] acpiphp: Slot [20] registered\n[ 0.281491] acpiphp: Slot [21] registered\n[ 0.282310] acpiphp: Slot [22] registered\n[ 0.283128] acpiphp: Slot [23] registered\n[ 0.283941] acpiphp: Slot [24] registered\n[ 0.284758] acpiphp: Slot [25] registered\n[ 0.285580] acpiphp: Slot [26] registered\n[ 0.286398] acpiphp: Slot [27] registered\n[ 0.287216] acpiphp: Slot [28] registered\n[ 0.288035] acpiphp: Slot [29] registered\n[ 0.288847] acpiphp: Slot [30] registered\n[ 0.289669] acpiphp: Slot [31] registered\n[ 0.290486] PCI host bridge to bus 0000:00\n[ 0.291304] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292527] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293751] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296673] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.302956] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304269] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305465] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306875] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313780] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315232] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363490] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364998] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366427] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367851] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370339] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372808] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373891] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375460] vgaarb: loaded\n[ 0.376067] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377213] SCSI subsystem initialized\n[ 0.378043] ACPI: bus type USB registered\n[ 0.378861] usbcore: registered new interface driver usbfs\n[ 0.379898] usbcore: registered new interface driver hub\n[ 0.380921] usbcore: registered new device driver usb\n[ 0.381987] PCI: Using ACPI for IRQ routing\n[ 0.383021] NetLabel: Initializing\n[ 0.383735] NetLabel: domain hash size = 128\n[ 0.384654] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385613] NetLabel: unlabeled traffic allowed by default\n[ 0.386718] clocksource: Switched to clocksource kvm-clock\n[ 0.392128] AppArmor: AppArmor Filesystem Enabled\n[ 0.393097] pnp: PnP ACPI init\n[ 0.393997] pnp: PnP ACPI: found 5 devices\n[ 0.400371] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402083] NET: Registered protocol family 2\n[ 0.403042] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404303] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405463] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406612] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407686] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408940] NET: Registered protocol family 1\n[ 0.409802] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410891] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411953] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440226] Trying to unpack rootfs image as initramfs...\n[ 0.489492] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503325] Scanning for low memory corruption every 60 seconds\n[ 0.504614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505749] audit: initializing netlink subsys (disabled)\n[ 0.506771] audit: type=2000 audit(1535526367.804:1): initialized\n[ 0.508086] Initialise system trusted keyring\n[ 0.509006] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512112] zbud: loaded\n[ 0.512804] VFS: Disk quotas dquot_6.6.0\n[ 0.513619] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515127] fuse init (API version 7.23)\n[ 0.516011] Key type big_key registered\n[ 0.516803] Allocating IMA MOK and blacklist keyrings.\n[ 0.518264] Key type asymmetric registered\n[ 0.519091] Asymmetric key parser 'x509' registered\n[ 0.520039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521492] io scheduler noop registered\n[ 0.522279] io scheduler deadline registered (default)\n[ 0.523268] io scheduler cfq registered\n[ 0.524093] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525127] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527821] ACPI: Power Button [PWRF]\n[ 0.528649] GHES: HEST is not enabled!\n[ 0.542317] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572310] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575272] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598807] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.600947] Linux agpgart interface v0.103\n[ 0.603018] brd: module loaded\n[ 0.604230] loop: module loaded\n[ 0.609387] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610846] GPT:90111 != 2097151\n[ 0.611524] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612606] GPT:90111 != 2097151\n[ 0.613274] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614229] vda: vda1 vda15\n[ 0.615662] scsi host0: ata_piix\n[ 0.616400] scsi host1: ata_piix\n[ 0.617104] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618309] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619755] libphy: Fixed MDIO Bus: probed\n[ 0.620577] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621523] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623649] PPP generic driver version 2.4.2\n[ 0.624535] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625802] ehci-pci: EHCI PCI platform driver\n[ 0.626669] ehci-platform: EHCI generic platform driver\n[ 0.627656] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628776] ohci-pci: OHCI PCI platform driver\n[ 0.629634] ohci-platform: OHCI generic platform driver\n[ 0.630615] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644994] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645987] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647437] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648451] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649563] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652190] usb usb1: Product: UHCI Host Controller\n[ 0.653118] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654249] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655301] hub 1-0:1.0: USB hub found\n[ 0.656079] hub 1-0:1.0: 2 ports detected\n[ 0.656974] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659091] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660039] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661060] mousedev: PS/2 mouse device common for all mice\n[ 0.662297] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665208] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667581] i2c /dev entries driver\n[ 0.668343] device-mapper: uevent: version 1.0.3\n[ 0.669266] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670893] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672197] NET: Registered protocol family 10\n[ 0.673195] NET: Registered protocol family 17\n[ 0.674077] Key type dns_resolver registered\n[ 0.674996] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676086] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677818] registered taskstats version 1\n[ 0.678645] Loading compiled-in X.509 certificates\n[ 0.680086] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681924] zswap: loaded using pool lzo/zbud\n[ 0.683307] Key type trusted registered\n[ 0.684842] Key type encrypted registered\n[ 0.685661] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686676] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687714] evm: HMAC attrs: 0x1\n[ 0.689002] Magic number: 14:995:117\n[ 0.689853] rtc_cmos 00:00: setting system clock to 2018-08-29 07:06:07 UTC (1535526367)\n[ 0.691452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692559] EDD information not available.\n[ 0.775270] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.776679] ata1.00: configured for MWDMA2\n[ 0.777848] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790182] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791410] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.792652] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.794503] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796039] Write protecting the kernel read-only data: 14336k\n[ 0.797590] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799394] 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.858204] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\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.81s]\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\n10.10.10.11 not reachable\n"} 2018-08-29 07:09:02,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action used request id req-77dae4ef-2daf-42f7-bdf0-240676681ec9 2018-08-29 07:09:02,698 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-08-29 07:09:02,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" -d '{"forceDelete": null}' 2018-08-29 07:09:02,862 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-2c732802-34d4-4989-b41c-0dd6290406b7 x-compute-request-id: req-2c732802-34d4-4989-b41c-0dd6290406b7 Content-Length: 0 Content-Type: application/json 2018-08-29 07:09:02,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/96ab7180-4cfc-4fa2-ba80-70274eebd3a4/action used request id req-2c732802-34d4-4989-b41c-0dd6290406b7 2018-08-29 07:09:02,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" -d '{"forceDelete": null}' 2018-08-29 07:09:03,048 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-c3ae208d-3a6b-4c2e-95d6-d6f09dc755b9 x-compute-request-id: req-c3ae208d-3a6b-4c2e-95d6-d6f09dc755b9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:09:03,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d60ca124-f3e6-491c-ae4d-7ddc25ad2107/action used request id req-c3ae208d-3a6b-4c2e-95d6-d6f09dc755b9 2018-08-29 07:09:03,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3440e9efb48ee7699f991547256d3e6de1700ca3" -d '{"forceDelete": null}' 2018-08-29 07:09:03,235 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b241d7ff-b080-497e-a776-102381e5056e x-compute-request-id: req-b241d7ff-b080-497e-a776-102381e5056e Content-Length: 0 Content-Type: application/json 2018-08-29 07:09:03,235 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/805403a6-2a04-422d-a292-2a40a04cc288/action used request id req-b241d7ff-b080-497e-a776-102381e5056e 2018-08-29 07:09:03,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fdd487aff913f2a0250d485da85e8592efaea8af" 2018-08-29 07:09:05,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-628ff38a-96ec-4659-b3e6-fe071cb4f411 Date: Wed, 29 Aug 2018 07:09:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:09:05,107 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/6d7c503d-34d0-4989-9db9-7c8af4f7cacd used request id req-628ff38a-96ec-4659-b3e6-fe071cb4f411 2018-08-29 07:09:05,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/2403b4db-7905-4ca0-a429-1b97772e7ad0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:09:05,914 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b79f7ad-58a7-4b13-8be8-a7dbc90254c4 Content-Length: 0 Date: Wed, 29 Aug 2018 07:09:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:09:05,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/2403b4db-7905-4ca0-a429-1b97772e7ad0 used request id req-5b79f7ad-58a7-4b13-8be8-a7dbc90254c4 2018-08-29 07:09:05,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5c25e652-8041-4725-8f37-454c6c1ab063 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:09:06,591 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a54f67c-192f-4d4c-ba3d-1135ed006905 Content-Length: 0 Date: Wed, 29 Aug 2018 07:09:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:09:06,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5c25e652-8041-4725-8f37-454c6c1ab063 used request id req-1a54f67c-192f-4d4c-ba3d-1135ed006905 2018-08-29 07:09:06,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/880f9480-d8c8-4a7d-bb82-818d32308473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:09:08,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78f353f7-784e-4595-8b75-e9d36861806c Date: Wed, 29 Aug 2018 07:09:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:09:08,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/880f9480-d8c8-4a7d-bb82-818d32308473 used request id req-78f353f7-784e-4595-8b75-e9d36861806c 2018-08-29 07:09:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/6182d71f-0391-4580-8eef-88838390da18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:09:11,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a1d5c51-58a3-4857-bdc9-b42dcaee6d14 Date: Wed, 29 Aug 2018 07:09:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:09:11,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/6182d71f-0391-4580-8eef-88838390da18 used request id req-2a1d5c51-58a3-4857-bdc9-b42dcaee6d14 2018-08-29 07:09:11,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/1b762d0d-cc0b-445b-bb60-23c73c29f2de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:09:12,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8590ae8-7258-4379-8fc4-a946d679995c Date: Wed, 29 Aug 2018 07:09:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:09:12,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/1b762d0d-cc0b-445b-bb60-23c73c29f2de used request id req-b8590ae8-7258-4379-8fc4-a946d679995c 2018-08-29 07:09:12,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/e9f07b95-60f2-42ee-afa1-f36656654052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29e0103eacef17dfa98ff9446e8bc2cad58445d" 2018-08-29 07:09:12,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c17a46b9-4669-43cc-9b3e-806cdc090179 Date: Wed, 29 Aug 2018 07:09:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:09:12,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/e9f07b95-60f2-42ee-afa1-f36656654052 used request id req-c17a46b9-4669-43cc-9b3e-806cdc090179 2018-08-29 07:09:12,711 - 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-08-29 07:09:12,711 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-29 07:09:12,712 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-29 07:09:12,712 - 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-08-29 07:09:12,712 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-29 07:09:12,712 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-29 07:09:12,712 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-29 07:09:12,798 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-29 07:09:12,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:12,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:12,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:12,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:12,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:12,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:12,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:12,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:12,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:12,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:12,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:12,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:12,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:12,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:12,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:12,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:12,810 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:09:12,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:12,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fe341d-3fff-4593-9827-ca36d73246df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:12,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-62fe341d-3fff-4593-9827-ca36d73246df 2018-08-29 07:09:12,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:13,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["4bs1z2poQdSmm5dQtUTdeQ"], "issued_at": "2018-08-29T07:09:13.000000Z"}} 2018-08-29 07:09:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2dcf3e0ec65b0c49c6f21f9f30c9139412b2817a" 2018-08-29 07:09:13,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-68c270fa-f538-4204-8165-a5d818023f63 Date: Wed, 29 Aug 2018 07:09:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:09:13,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-68c270fa-f538-4204-8165-a5d818023f63 2018-08-29 07:09:13,354 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:09:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2dcf3e0ec65b0c49c6f21f9f30c9139412b2817a" 2018-08-29 07:09:13,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-494b6c2d-7ea8-4dfe-82c3-ba0add14102f Date: Wed, 29 Aug 2018 07:09:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-08-29 07:09:13,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-494b6c2d-7ea8-4dfe-82c3-ba0add14102f 2018-08-29 07:09:13,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2dcf3e0ec65b0c49c6f21f9f30c9139412b2817a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:09:13,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905 X-Openstack-Request-Id: req-b3a6182a-a23c-4508-8fc7-0f295c9d1f6b Date: Wed, 29 Aug 2018 07:09:13 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:09:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:09:13Z", "visibility": "public", "locations": [], "self": "/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "min_disk": 0, "protected": false, "id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "file": "/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:09:13,754 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-b3a6182a-a23c-4508-8fc7-0f295c9d1f6b 2018-08-29 07:09:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2dcf3e0ec65b0c49c6f21f9f30c9139412b2817a" -d '' 2018-08-29 07:09:15,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e620629-ec18-41b3-a81d-e27d137f1ed7 Date: Wed, 29 Aug 2018 07:09:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:09:15,847 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905/file used request id req-1e620629-ec18-41b3-a81d-e27d137f1ed7 2018-08-29 07:09:15,848 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-08-29 07:09:15,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:15,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-717b220a-7414-4b83-89b6-7d321a2ebaf3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:15,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-717b220a-7414-4b83-89b6-7d321a2ebaf3 2018-08-29 07:09:15,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:16,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["rcZ0GwX-TJGVA71e2Cd2Ow"], "issued_at": "2018-08-29T07:09:16.000000Z"}} 2018-08-29 07:09:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-08-29 07:09:16,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-fe8880ca-7f19-43c0-bc6a-c9a153320a3a Date: Wed, 29 Aug 2018 07:09: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":"abaea232-7787-4819-8f7d-714a4bd3575d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:09:16Z","is_default":false,"provider:segmentation_id":100,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:09:16Z","mtu":1450}} 2018-08-29 07:09:16,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-fe8880ca-7f19-43c0-bc6a-c9a153320a3a 2018-08-29 07:09:16,932 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network abaea232-7787-4819-8f7d-714a4bd3575d with cidr 10.10.10.0/24 2018-08-29 07:09:16,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"subnets": [{"ip_version": 4, "network_id": "abaea232-7787-4819-8f7d-714a4bd3575d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-08-29 07:09:17,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-0e831cc8-9d3a-44cc-9725-13a6f6d01297 Date: Wed, 29 Aug 2018 07:09:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abaea232-7787-4819-8f7d-714a4bd3575d","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:09:17Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:09:17Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"addd67a6-b428-45a0-ac64-c9ba5b680190","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-08-29 07:09:17,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-0e831cc8-9d3a-44cc-9725-13a6f6d01297 2018-08-29 07:09:17,447 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-08-29 07:09:17,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-08-29 07:09:17,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-3465a1e4-a5a7-4a8d-b84a-f47e392327e0 Date: Wed, 29 Aug 2018 07:09: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":"c31af670-6036-45da-8dfd-51380d91d02f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:09:17Z","is_default":false,"provider:segmentation_id":41,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:09:17Z","mtu":1450}} 2018-08-29 07:09:17,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-3465a1e4-a5a7-4a8d-b84a-f47e392327e0 2018-08-29 07:09:17,950 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network c31af670-6036-45da-8dfd-51380d91d02f with cidr 10.10.11.0/24 2018-08-29 07:09:17,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"subnets": [{"ip_version": 4, "network_id": "c31af670-6036-45da-8dfd-51380d91d02f", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-08-29 07:09:18,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-53eb5be1-7c56-457e-881c-ebdc803a8a2c Date: Wed, 29 Aug 2018 07:09:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c31af670-6036-45da-8dfd-51380d91d02f","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:09:18Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:09:18Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"30ac4646-428c-4f84-8fbb-5b1ebc07d4cb","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-08-29 07:09:18,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-53eb5be1-7c56-457e-881c-ebdc803a8a2c 2018-08-29 07:09:18,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:09:19,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-45177fb6-c8aa-43e6-8a16-361616483b55 Date: Wed, 29 Aug 2018 07:09:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:09:19,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-45177fb6-c8aa-43e6-8a16-361616483b55 2018-08-29 07:09:19,109 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:09:19,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:19,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6b272f2-3431-43f0-b55d-c1dfc45640df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:19,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c6b272f2-3431-43f0-b55d-c1dfc45640df 2018-08-29 07:09:19,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:19,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["aDLfvNN-TQG-FfmgnXrxxw"], "issued_at": "2018-08-29T07:09:19.000000Z"}} 2018-08-29 07:09:19,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" 2018-08-29 07:09:19,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca40a0b6-8b50-4579-bed4-90e8cfbb2391 x-compute-request-id: req-ca40a0b6-8b50-4579-bed4-90e8cfbb2391 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": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:09:19,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-ca40a0b6-8b50-4579-bed4-90e8cfbb2391 2018-08-29 07:09:19,711 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-29 07:09:19,711 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-08-29 07:09:19,711 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=6aa39ee2-afe5-4e21-a308-96b7e1452905 network=abaea232-7787-4819-8f7d-714a4bd3575d secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:19,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:19,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:19,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:19,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:19,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:19,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:19,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:19,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:19,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:19,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:19,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:19,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:19,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:19,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:19,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-764f83f5-17f3-4b6b-8eac-34c79a04c5ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:19,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-764f83f5-17f3-4b6b-8eac-34c79a04c5ac 2018-08-29 07:09:19,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:20,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["P4GYkQbpSbW_a2E9Rq5Nig"], "issued_at": "2018-08-29T07:09:20.000000Z"}} 2018-08-29 07:09:20,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab70b2ac0dcd98f0a23dbad6c9bd13fe00d2edaf" 2018-08-29 07:09:20,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-57a7818a-f8f3-4e56-ac17-d3cadee78933 x-compute-request-id: req-57a7818a-f8f3-4e56-ac17-d3cadee78933 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:09:20,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-57a7818a-f8f3-4e56-ac17-d3cadee78933 2018-08-29 07:09:20,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab70b2ac0dcd98f0a23dbad6c9bd13fe00d2edaf" 2018-08-29 07:09:20,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-26723802-e5d0-4ed6-83c0-663651e200ca x-compute-request-id: req-26723802-e5d0-4ed6-83c0-663651e200ca Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:09:20,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-26723802-e5d0-4ed6-83c0-663651e200ca 2018-08-29 07:09:20,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab70b2ac0dcd98f0a23dbad6c9bd13fe00d2edaf" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "abaea232-7787-4819-8f7d-714a4bd3575d"}]}}' 2018-08-29 07:09:22,410 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:09: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-4f7d1963-42b4-47d2-88f2-33d9c5028aff x-compute-request-id: req-4f7d1963-42b4-47d2-88f2-33d9c5028aff Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "872af7c0-9880-4090-aa52-502b517ee1eb", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "bookmark"}], "adminPass": "uGK8b2xmUKvT"}} 2018-08-29 07:09:22,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-4f7d1963-42b4-47d2-88f2-33d9c5028aff 2018-08-29 07:09:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:22,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d5fa3f-b010-416c-9df8-62f634a63ecd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:22,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-94d5fa3f-b010-416c-9df8-62f634a63ecd 2018-08-29 07:09:22,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:22,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["gwrmgCYyQ5KBnxLFKpf61Q"], "issued_at": "2018-08-29T07:09:22.000000Z"}} 2018-08-29 07:09:22,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de438539c78c153ca216d175c7c5b23fa7ce680" 2018-08-29 07:09:23,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-4282b926-1635-4bd8-8fe3-2a3ecd3e3f8f x-compute-request-id: req-4282b926-1635-4bd8-8fe3-2a3ecd3e3f8f Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "872af7c0-9880-4090-aa52-502b517ee1eb", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:09:22Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:09:22Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:23,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb used request id req-4282b926-1635-4bd8-8fe3-2a3ecd3e3f8f 2018-08-29 07:09:26,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de438539c78c153ca216d175c7c5b23fa7ce680" 2018-08-29 07:09:27,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-2ccf3692-9c3f-446e-af66-6f7d8cee7ad0 x-compute-request-id: req-2ccf3692-9c3f-446e-af66-6f7d8cee7ad0 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:04:67:e2", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "872af7c0-9880-4090-aa52-502b517ee1eb", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:09:23Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:09:22Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:27,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb used request id req-2ccf3692-9c3f-446e-af66-6f7d8cee7ad0 2018-08-29 07:09:30,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de438539c78c153ca216d175c7c5b23fa7ce680" 2018-08-29 07:09:30,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9287aa0a-9c53-4cfa-8888-43858bde1eed x-compute-request-id: req-9287aa0a-9c53-4cfa-8888-43858bde1eed 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:04:67:e2", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-08-29T07:09:25.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "872af7c0-9880-4090-aa52-502b517ee1eb", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:09:26Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:09:22Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:30,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb used request id req-9287aa0a-9c53-4cfa-8888-43858bde1eed 2018-08-29 07:09:30,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab70b2ac0dcd98f0a23dbad6c9bd13fe00d2edaf" 2018-08-29 07:09:31,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0a1d2b9-9312-4c6b-99d6-6ba571c98e15 x-compute-request-id: req-c0a1d2b9-9312-4c6b-99d6-6ba571c98e15 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:04:67:e2", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/872af7c0-9880-4090-aa52-502b517ee1eb", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000c9", "OS-SRV-USG:launched_at": "2018-08-29T07:09:25.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "872af7c0-9880-4090-aa52-502b517ee1eb", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:09:26Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:09:22Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:31,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb used request id req-c0a1d2b9-9312-4c6b-99d6-6ba571c98e15 2018-08-29 07:09:31,614 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.12'. 2018-08-29 07:09:31,615 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-08-29 07:09:31,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:09:32,989 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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-43196b06-afda-4785-b32c-2ea8c22f2ee9 x-compute-request-id: req-43196b06-afda-4785-b32c-2ea8c22f2ee9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:09:32,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb/action used request id req-43196b06-afda-4785-b32c-2ea8c22f2ee9 2018-08-29 07:09:32,990 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-08-29 07:09:32,990 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=6aa39ee2-afe5-4e21-a308-96b7e1452905 network=abaea232-7787-4819-8f7d-714a4bd3575d secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:09:32,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:32,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:32,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:32,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:32,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:32,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:32,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:32,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:32,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:32,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:32,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:32,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:32,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:32,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:32,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:32,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:32,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:32,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:32,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:32,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:32,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:33,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:33,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c45f1d64-d3ce-4b64-aaa6-f6d91cc1dbc0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:33,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c45f1d64-d3ce-4b64-aaa6-f6d91cc1dbc0 2018-08-29 07:09:33,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:33,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["Zr2z70ARRS-V3bhw6KIFBQ"], "issued_at": "2018-08-29T07:09:33.000000Z"}} 2018-08-29 07:09:33,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" 2018-08-29 07:09:33,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-7a57fceb-0b9d-476e-a67e-056adf1e13e3 x-compute-request-id: req-7a57fceb-0b9d-476e-a67e-056adf1e13e3 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:09:33,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-7a57fceb-0b9d-476e-a67e-056adf1e13e3 2018-08-29 07:09:33,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" 2018-08-29 07:09:33,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-ae86db17-6198-4c07-a071-ed36db6bdfa6 x-compute-request-id: req-ae86db17-6198-4c07-a071-ed36db6bdfa6 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:09:33,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-ae86db17-6198-4c07-a071-ed36db6bdfa6 2018-08-29 07:09:33,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "abaea232-7787-4819-8f7d-714a4bd3575d"}]}}' 2018-08-29 07:09:35,096 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:09: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-a09bcdac-195a-4f20-9c12-e92ce2bbb2e1 x-compute-request-id: req-a09bcdac-195a-4f20-9c12-e92ce2bbb2e1 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "bookmark"}], "adminPass": "ny7ncShi3p7F"}} 2018-08-29 07:09:35,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-a09bcdac-195a-4f20-9c12-e92ce2bbb2e1 2018-08-29 07:09:35,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:35,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fc90145-667f-4d12-84de-7d7aadb8ce7b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:35,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8fc90145-667f-4d12-84de-7d7aadb8ce7b 2018-08-29 07:09:35,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:35,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["vXCePMyAQFS7t3Sa6sS4uA"], "issued_at": "2018-08-29T07:09:35.000000Z"}} 2018-08-29 07:09:35,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbbd8fc0723575d26f4b86924165de1d4db0073d" 2018-08-29 07:09:36,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7ae51af-dab9-4a56-8e01-4b76a209032a x-compute-request-id: req-e7ae51af-dab9-4a56-8e01-4b76a209032a 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.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:09:35Z", "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-3", "created": "2018-08-29T07:09:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:36,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 used request id req-e7ae51af-dab9-4a56-8e01-4b76a209032a 2018-08-29 07:09:39,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbbd8fc0723575d26f4b86924165de1d4db0073d" 2018-08-29 07:09:39,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-4f441e6c-2528-4567-bd53-4072c936635f x-compute-request-id: req-4f441e6c-2528-4567-bd53-4072c936635f 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.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:09:36Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:09:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:39,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 used request id req-4f441e6c-2528-4567-bd53-4072c936635f 2018-08-29 07:09:42,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbbd8fc0723575d26f4b86924165de1d4db0073d" 2018-08-29 07:09:43,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-9ecfd578-e5b1-48d3-af97-44bd8de76022 x-compute-request-id: req-9ecfd578-e5b1-48d3-af97-44bd8de76022 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:05:a8:d8", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": "2018-08-29T07:09:39.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:09:40Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:09:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:43,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 used request id req-9ecfd578-e5b1-48d3-af97-44bd8de76022 2018-08-29 07:09:43,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" 2018-08-29 07:09:43,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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,Accept-Encoding x-openstack-request-id: req-dbb41b87-1961-4763-98bc-cede2c5c2e43 x-compute-request-id: req-dbb41b87-1961-4763-98bc-cede2c5c2e43 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:05:a8:d8", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cc", "OS-SRV-USG:launched_at": "2018-08-29T07:09:39.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:09:40Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:09:35Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:43,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 used request id req-dbb41b87-1961-4763-98bc-cede2c5c2e43 2018-08-29 07:09:43,877 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.5'. 2018-08-29 07:09:43,877 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-08-29 07:09:43,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:09:45,194 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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-dca2dd85-1e78-44da-91f7-3ca824f81419 x-compute-request-id: req-dca2dd85-1e78-44da-91f7-3ca824f81419 Content-Length: 0 Content-Type: application/json 2018-08-29 07:09:45,194 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-dca2dd85-1e78-44da-91f7-3ca824f81419 2018-08-29 07:09:45,195 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-08-29 07:09:45,195 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=6aa39ee2-afe5-4e21-a308-96b7e1452905 network=c31af670-6036-45da-8dfd-51380d91d02f secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:09:45,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:45,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:45,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:45,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:45,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:45,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:45,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:45,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:45,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:45,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:45,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:45,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:45,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:45,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:45,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14798739-272e-4edc-919d-79322ec14aac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:45,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-14798739-272e-4edc-919d-79322ec14aac 2018-08-29 07:09:45,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:45,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["CROuZNi_Rx-8OwUsgxQzkw"], "issued_at": "2018-08-29T07:09:45.000000Z"}} 2018-08-29 07:09:45,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811d719f470de290b3034941729b355fe1e8f49a" 2018-08-29 07:09:45,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-efd727c0-d895-49d3-80c0-5c69504e09bf x-compute-request-id: req-efd727c0-d895-49d3-80c0-5c69504e09bf Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:09:45,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-efd727c0-d895-49d3-80c0-5c69504e09bf 2018-08-29 07:09:45,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811d719f470de290b3034941729b355fe1e8f49a" 2018-08-29 07:09:45,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-940fd516-82d9-42cd-bae4-ab828a7da5eb x-compute-request-id: req-940fd516-82d9-42cd-bae4-ab828a7da5eb Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:09:45,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-940fd516-82d9-42cd-bae4-ab828a7da5eb 2018-08-29 07:09:45,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811d719f470de290b3034941729b355fe1e8f49a" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c31af670-6036-45da-8dfd-51380d91d02f"}]}}' 2018-08-29 07:09:47,647 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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-31a19976-7c95-4fd7-97dd-2e683fa8c8b6 x-compute-request-id: req-31a19976-7c95-4fd7-97dd-2e683fa8c8b6 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8ddf92cc-5817-41fd-95f1-87392e24196b", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "bookmark"}], "adminPass": "zeG4nXdEBpc7"}} 2018-08-29 07:09:47,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-31a19976-7c95-4fd7-97dd-2e683fa8c8b6 2018-08-29 07:09:47,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:47,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70865819-4bca-4baa-9140-9c45d72d639c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:47,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-70865819-4bca-4baa-9140-9c45d72d639c 2018-08-29 07:09:47,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:48,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["SnVNFmI4SS-D_EwgOTORCg"], "issued_at": "2018-08-29T07:09:48.000000Z"}} 2018-08-29 07:09:48,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894591dac63a2cab2282add0cb36ec2db2816ee7" 2018-08-29 07:09:48,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-528180e9-fe02-415d-bf4f-ce8b1520a0d3 x-compute-request-id: req-528180e9-fe02-415d-bf4f-ce8b1520a0d3 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.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "8ddf92cc-5817-41fd-95f1-87392e24196b", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:09:48Z", "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-08-29T07:09:47Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:48,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b used request id req-528180e9-fe02-415d-bf4f-ce8b1520a0d3 2018-08-29 07:09:51,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894591dac63a2cab2282add0cb36ec2db2816ee7" 2018-08-29 07:09:52,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-77f857b7-bb9c-4153-af46-a27fa0f0b560 x-compute-request-id: req-77f857b7-bb9c-4153-af46-a27fa0f0b560 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:dc:65", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "8ddf92cc-5817-41fd-95f1-87392e24196b", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:09:48Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:09:47Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:52,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b used request id req-77f857b7-bb9c-4153-af46-a27fa0f0b560 2018-08-29 07:09:55,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894591dac63a2cab2282add0cb36ec2db2816ee7" 2018-08-29 07:09:56,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7d6b37c5-c81a-4f26-b91e-c0fe2e33669c x-compute-request-id: req-7d6b37c5-c81a-4f26-b91e-c0fe2e33669c Content-Encoding: gzip Content-Length: 781 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:33:dc:65", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-08-29T07:09:50.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "8ddf92cc-5817-41fd-95f1-87392e24196b", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:09:51Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:09:47Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:56,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b used request id req-7d6b37c5-c81a-4f26-b91e-c0fe2e33669c 2018-08-29 07:09:56,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811d719f470de290b3034941729b355fe1e8f49a" 2018-08-29 07:09:56,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-9db281f8-3fed-43bf-a8c8-e38e97b50bfd x-compute-request-id: req-9db281f8-3fed-43bf-a8c8-e38e97b50bfd Content-Encoding: gzip Content-Length: 781 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:33:dc:65", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/8ddf92cc-5817-41fd-95f1-87392e24196b", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000cf", "OS-SRV-USG:launched_at": "2018-08-29T07:09:50.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "8ddf92cc-5817-41fd-95f1-87392e24196b", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:09:51Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:09:47Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:09:56,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b used request id req-9db281f8-3fed-43bf-a8c8-e38e97b50bfd 2018-08-29 07:09:56,873 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.13'. 2018-08-29 07:09:56,873 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-08-29 07:09:56,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:09:58,623 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:09:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41ac301a-789c-484d-a731-f47984f1d012 x-compute-request-id: req-41ac301a-789c-484d-a731-f47984f1d012 Content-Length: 0 Content-Type: application/json 2018-08-29 07:09:58,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b/action used request id req-41ac301a-789c-484d-a731-f47984f1d012 2018-08-29 07:09:58,623 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-08-29 07:09:58,623 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=6aa39ee2-afe5-4e21-a308-96b7e1452905 network=c31af670-6036-45da-8dfd-51380d91d02f secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.13 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-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:58,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:58,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:58,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:58,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:58,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:09:58,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:09:58,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:09:58,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:09:58,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:09:58,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:09:58,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:09:58,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:09:58,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:09:58,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013f623e-61af-4e38-85b7-0b34fe2dd9e7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:09:58,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-013f623e-61af-4e38-85b7-0b34fe2dd9e7 2018-08-29 07:09:58,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:09:59,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:09:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["Dr5F96twQTaRZLt472tFRA"], "issued_at": "2018-08-29T07:09:59.000000Z"}} 2018-08-29 07:09:59,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" 2018-08-29 07:09:59,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-27a94a4d-695f-43bd-872c-b512507815a9 x-compute-request-id: req-27a94a4d-695f-43bd-872c-b512507815a9 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:09:59,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-27a94a4d-695f-43bd-872c-b512507815a9 2018-08-29 07:09:59,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" 2018-08-29 07:09:59,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:09: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-21618c53-6391-4835-8bd9-9d4f2e9bb0ca x-compute-request-id: req-21618c53-6391-4835-8bd9-9d4f2e9bb0ca Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:09:59,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-21618c53-6391-4835-8bd9-9d4f2e9bb0ca 2018-08-29 07:09:59,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMwp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c31af670-6036-45da-8dfd-51380d91d02f"}], "config_drive": true}}' 2018-08-29 07:10:01,181 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:09: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-2a140ab9-3f80-43c8-8708-221e3d70bfaa x-compute-request-id: req-2a140ab9-3f80-43c8-8708-221e3d70bfaa Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "bookmark"}], "adminPass": "4qbgc8U3Qmuy"}} 2018-08-29 07:10:01,181 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-2a140ab9-3f80-43c8-8708-221e3d70bfaa 2018-08-29 07:10:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:10:01,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5ccf5c-2b3d-4634-8729-9b7193389e4b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:10:01,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7e5ccf5c-2b3d-4634-8729-9b7193389e4b 2018-08-29 07:10:01,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:10:01,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:10:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["AGLhYHC-ShKRbpT_xcpXVQ"], "issued_at": "2018-08-29T07:10:01.000000Z"}} 2018-08-29 07:10:01,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b90af358d452c2ab9a86c84c6cb783c5bb0a6ea" 2018-08-29 07:10:02,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-96186df0-3c2b-4554-9970-b746f9255711 x-compute-request-id: req-96186df0-3c2b-4554-9970-b746f9255711 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.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:01Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:02,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af used request id req-96186df0-3c2b-4554-9970-b746f9255711 2018-08-29 07:10:05,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b90af358d452c2ab9a86c84c6cb783c5bb0a6ea" 2018-08-29 07:10:05,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-caf37f57-f1c9-4e6b-9191-ac6416f2ba43 x-compute-request-id: req-caf37f57-f1c9-4e6b-9191-ac6416f2ba43 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.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:02Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:05,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af used request id req-caf37f57-f1c9-4e6b-9191-ac6416f2ba43 2018-08-29 07:10:08,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b90af358d452c2ab9a86c84c6cb783c5bb0a6ea" 2018-08-29 07:10:09,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5477dc3b-5ac6-4e89-9ebd-e042cbd441f6 x-compute-request-id: req-5477dc3b-5ac6-4e89-9ebd-e042cbd441f6 Content-Encoding: gzip Content-Length: 784 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:e1:6f:ac", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-08-29T07:10:06.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:06Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:09,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af used request id req-5477dc3b-5ac6-4e89-9ebd-e042cbd441f6 2018-08-29 07:10:09,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" 2018-08-29 07:10:10,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-6b26a84b-cea0-4b4f-8e44-7c5fc29d3753 x-compute-request-id: req-6b26a84b-cea0-4b4f-8e44-7c5fc29d3753 Content-Encoding: gzip Content-Length: 784 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:e1:6f:ac", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d2", "OS-SRV-USG:launched_at": "2018-08-29T07:10:06.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "6f05c01f-f2c2-46cd-8bfb-6478bebe40af", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:06Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:01Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:10,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af used request id req-6b26a84b-cea0-4b4f-8e44-7c5fc29d3753 2018-08-29 07:10:10,159 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.10'. 2018-08-29 07:10:10,159 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-08-29 07:10:10,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:10:11,302 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:10: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-27e1f5f7-2ad7-4b5c-aa2f-894610c50ef9 x-compute-request-id: req-27e1f5f7-2ad7-4b5c-aa2f-894610c50ef9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:10:11,302 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action used request id req-27e1f5f7-2ad7-4b5c-aa2f-894610c50ef9 2018-08-29 07:10:11,303 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-08-29 07:10:11,303 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=6aa39ee2-afe5-4e21-a308-96b7e1452905 network=abaea232-7787-4819-8f7d-714a4bd3575d secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.12 10.10.10.5 10.10.11.10 10.10.11.13 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-08-29 07:10:11,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:10:11,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:10:11,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:10:11,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:10:11,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:10:11,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:10:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:10:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:10:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:10:11,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:10:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:10:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:10:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:10:11,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:10:11,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:10:11,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:10:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:10:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:10:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:10:11,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:10:11,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:10:11,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81348466-f833-4355-9de7-1e84155db919 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:10:11,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-81348466-f833-4355-9de7-1e84155db919 2018-08-29 07:10:11,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:10:11,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["U358UXyXRkm8YST4tzWzmA"], "issued_at": "2018-08-29T07:10:11.000000Z"}} 2018-08-29 07:10:11,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" 2018-08-29 07:10:11,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-c11a600a-984c-4299-ac43-f2ebb2af391e x-compute-request-id: req-c11a600a-984c-4299-ac43-f2ebb2af391e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:10:11,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-c11a600a-984c-4299-ac43-f2ebb2af391e 2018-08-29 07:10:11,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" 2018-08-29 07:10:11,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-48ea04a6-475f-4b95-b3ee-06f9a4039e54 x-compute-request-id: req-48ea04a6-475f-4b95-b3ee-06f9a4039e54 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:10:11,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-48ea04a6-475f-4b95-b3ee-06f9a4039e54 2018-08-29 07:10:11,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMiAxMC4xMC4xMC41IDEwLjEwLjExLjEwIDEwLjEwLjExLjEzCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "abaea232-7787-4819-8f7d-714a4bd3575d"}], "config_drive": true}}' 2018-08-29 07:10:13,952 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:10: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-c58000b0-846d-4753-be6f-68b40bcf6226 x-compute-request-id: req-c58000b0-846d-4753-be6f-68b40bcf6226 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d1e38ad8-da78-4073-ac83-a45675c31c24", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "bookmark"}], "adminPass": "CL2zbPgMT4WJ"}} 2018-08-29 07:10:13,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-c58000b0-846d-4753-be6f-68b40bcf6226 2018-08-29 07:10:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:10:13,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8875eb0-d2a8-43bb-a410-81147e749950 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:10:13,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b8875eb0-d2a8-43bb-a410-81147e749950 2018-08-29 07:10:13,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:10:14,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["oooYSxzRQVCWHB7x5e8Sag"], "issued_at": "2018-08-29T07:10:14.000000Z"}} 2018-08-29 07:10:14,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dfb137a07d4d182eee533ba8aee14f461c2b77" 2018-08-29 07:10:14,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-2bbd72bc-0c2e-45c3-8432-a877b60586ac x-compute-request-id: req-2bbd72bc-0c2e-45c3-8432-a877b60586ac Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d1e38ad8-da78-4073-ac83-a45675c31c24", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-08-29T07:10:13Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:14,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 used request id req-2bbd72bc-0c2e-45c3-8432-a877b60586ac 2018-08-29 07:10:17,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dfb137a07d4d182eee533ba8aee14f461c2b77" 2018-08-29 07:10:18,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-49eda52c-96ca-491b-a0af-c29878ad7cd2 x-compute-request-id: req-49eda52c-96ca-491b-a0af-c29878ad7cd2 Content-Encoding: gzip Content-Length: 779 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:69:c1:10", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d1e38ad8-da78-4073-ac83-a45675c31c24", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:15Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:13Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:18,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 used request id req-49eda52c-96ca-491b-a0af-c29878ad7cd2 2018-08-29 07:10:21,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dfb137a07d4d182eee533ba8aee14f461c2b77" 2018-08-29 07:10:22,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-9c5c143d-3e06-49cf-b5fe-e03b72cb3707 x-compute-request-id: req-9c5c143d-3e06-49cf-b5fe-e03b72cb3707 Content-Encoding: gzip Content-Length: 781 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:69:c1:10", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-08-29T07:10:19.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d1e38ad8-da78-4073-ac83-a45675c31c24", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:19Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:13Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:22,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 used request id req-9c5c143d-3e06-49cf-b5fe-e03b72cb3707 2018-08-29 07:10:22,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" 2018-08-29 07:10:23,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-87e7a147-5c95-40cb-b327-6bb1d8e2a8a5 x-compute-request-id: req-87e7a147-5c95-40cb-b327-6bb1d8e2a8a5 Content-Encoding: gzip Content-Length: 781 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:69:c1:10", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d1e38ad8-da78-4073-ac83-a45675c31c24", "rel": "bookmark"}], "image": {"id": "6aa39ee2-afe5-4e21-a308-96b7e1452905", "links": [{"href": "http://172.30.9.24:8774/images/6aa39ee2-afe5-4e21-a308-96b7e1452905", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d5", "OS-SRV-USG:launched_at": "2018-08-29T07:10:19.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d1e38ad8-da78-4073-ac83-a45675c31c24", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:10:19Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:10:13Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:10:23,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24 used request id req-87e7a147-5c95-40cb-b327-6bb1d8e2a8a5 2018-08-29 07:10:23,023 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.15'. 2018-08-29 07:10:23,023 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-08-29 07:10:23,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:10:24,455 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:10: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-d1d4ebfe-ca1b-454f-b1dc-82545cb7aaa9 x-compute-request-id: req-d1d4ebfe-ca1b-454f-b1dc-82545cb7aaa9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:10:24,455 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-d1d4ebfe-ca1b-454f-b1dc-82545cb7aaa9 2018-08-29 07:10:24,456 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-29 07:10:24,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-106139", "route_distinguishers": "11:11"}}' 2018-08-29 07:10:24,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-2a7b7332-d4d7-45a3-8220-3ceb77d06c59 Date: Wed, 29 Aug 2018 07:10:24 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "5da8b222-1904-4387-a079-92b942137dcf", "name": "sdnvpn-106139", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:10:24,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-2a7b7332-d4d7-45a3-8220-3ceb77d06c59 2018-08-29 07:10:24,785 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-106139', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'5da8b222-1904-4387-a079-92b942137dcf'}} 2018-08-29 07:10:24,785 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-29 07:10:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"network_association": {"network_id": "abaea232-7787-4819-8f7d-714a4bd3575d"}}' 2018-08-29 07:10:25,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-00d7d6b8-3d04-4978-bc80-1d169f20f115 Date: Wed, 29 Aug 2018 07:10:25 GMT RESP BODY: {"network_association": {"network_id": "abaea232-7787-4819-8f7d-714a4bd3575d", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "c60e2222-bef2-4916-a416-4b18d750ec97"}} 2018-08-29 07:10:25,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf/network_associations used request id req-00d7d6b8-3d04-4978-bc80-1d169f20f115 2018-08-29 07:10:25,830 - sdnvpn_test_utils - INFO - Waiting for instance 872af7c0-9880-4090-aa52-502b517ee1eb to boot up 2018-08-29 07:10:25,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab70b2ac0dcd98f0a23dbad6c9bd13fe00d2edaf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:26,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-5783aed7-9568-4631-bc8a-651bbbd78f22 x-compute-request-id: req-5783aed7-9568-4631-bc8a-651bbbd78f22 Content-Encoding: gzip Content-Length: 11129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 466118587 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134456] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136463] pid_max: default: 32768 minimum: 301\n[ 0.137547] ACPI: Core revision 20150930\n[ 0.139086] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140648] Security Framework initialized\n[ 0.141645] Yama: becoming mindful.\n[ 0.142514] AppArmor: AppArmor initialized\n[ 0.143533] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145136] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146684] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148144] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149819] Initializing cgroup subsys io\n[ 0.150794] Initializing cgroup subsys memory\n[ 0.151822] Initializing cgroup subsys devices\n[ 0.152858] Initializing cgroup subsys freezer\n[ 0.153945] Initializing cgroup subsys net_cls\n[ 0.154985] Initializing cgroup subsys perf_event\n[ 0.156079] Initializing cgroup subsys net_prio\n[ 0.157142] Initializing cgroup subsys hugetlb\n[ 0.158198] Initializing cgroup subsys pids\n[ 0.159233] CPU: Physical Processor ID: 0\n[ 0.160881] mce: CPU supports 10 MCE banks\n[ 0.161898] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163103] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180953] ftrace: allocating 31920 entries in 125 pages\n[ 0.208010] smpboot: Max logical packages: 1\n[ 0.209034] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210708] x2apic enabled\n[ 0.211644] Switched APIC routing to physical x2apic.\n[ 0.213636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215007] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217403] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219569] KVM setup paravirtual spinlock\n[ 0.221043] x86: Booted up 1 node, 1 CPUs\n[ 0.222041] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223730] devtmpfs: initialized\n[ 0.225584] evm: security.selinux\n[ 0.226431] evm: security.SMACK64\n[ 0.227250] evm: security.SMACK64EXEC\n[ 0.228122] evm: security.SMACK64TRANSMUTE\n[ 0.229096] evm: security.SMACK64MMAP\n[ 0.229992] evm: security.ima\n[ 0.230752] evm: security.capability\n[ 0.231941] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234894] pinctrl core: initialized pinctrl subsystem\n[ 0.236568] RTC time: 7:09:25, date: 08/29/18\n[ 0.238014] NET: Registered protocol family 16\n[ 0.239478] cpuidle: using governor ladder\n[ 0.240749] cpuidle: using governor menu\n[ 0.241961] PCCT header not found.\n[ 0.243120] ACPI: bus type PCI registered\n[ 0.244365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246324] PCI: Using configuration type 1 for base access\n[ 0.248724] ACPI: Added _OSI(Module Device)\n[ 0.250016] ACPI: Added _OSI(Processor Device)\n[ 0.251368] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252835] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255615] ACPI: Interpreter enabled\n[ 0.256768] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262461] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.265450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268300] ACPI: (supports S0 S5)\n[ 0.269379] ACPI: Using IOAPIC for interrupt routing\n[ 0.270865] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274064] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276474] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277675] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279923] acpiphp: Slot [3] registered\n[ 0.280728] acpiphp: Slot [4] registered\n[ 0.281528] acpiphp: Slot [5] registered\n[ 0.282331] acpiphp: Slot [6] registered\n[ 0.283134] acpiphp: Slot [7] registered\n[ 0.284086] acpiphp: Slot [8] registered\n[ 0.284836] acpiphp: Slot [9] registered\n[ 0.285821] acpiphp: Slot [10] registered\n[ 0.286809] acpiphp: Slot [11] registered\n[ 0.287793] acpiphp: Slot [12] registered\n[ 0.288779] acpiphp: Slot [13] registered\n[ 0.289776] acpiphp: Slot [14] registered\n[ 0.290750] acpiphp: Slot [15] registered\n[ 0.302038] acpiphp: Slot [16] registered\n[ 0.303057] acpiphp: Slot [17] registered\n[ 0.304050] acpiphp: Slot [18] registered\n[ 0.305030] acpiphp: Slot [19] registered\n[ 0.306012] acpiphp: Slot [20] registered\n[ 0.307009] acpiphp: Slot [21] registered\n[ 0.308002] acpiphp: Slot [22] registered\n[ 0.309019] acpiphp: Slot [23] registered\n[ 0.310040] acpiphp: Slot [24] registered\n[ 0.311010] acpiphp: Slot [25] registered\n[ 0.311984] acpiphp: Slot [26] registered\n[ 0.312948] acpiphp: Slot [27] registered\n[ 0.313918] acpiphp: Slot [28] registered\n[ 0.314877] acpiphp: Slot [29] registered\n[ 0.315844] acpiphp: Slot [30] registered\n[ 0.316807] acpiphp: Slot [31] registered\n[ 0.317766] PCI host bridge to bus 0000:00\n[ 0.318749] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.320241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.321741] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.323482] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325222] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331661] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333270] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334719] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336287] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344660] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.390816] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.392583] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.394312] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.396670] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.398186] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.399450] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.400614] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.401692] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.403256] vgaarb: loaded\n[ 0.403864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.405013] SCSI subsystem initialized\n[ 0.405838] ACPI: bus type USB registered\n[ 0.406658] usbcore: registered new interface driver usbfs\n[ 0.407704] usbcore: registered new interface driver hub\n[ 0.408726] usbcore: registered new device driver usb\n[ 0.409796] PCI: Using ACPI for IRQ routing\n[ 0.410825] NetLabel: Initializing\n[ 0.411544] NetLabel: domain hash size = 128\n[ 0.412420] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.413381] NetLabel: unlabeled traffic allowed by default\n[ 0.414493] clocksource: Switched to clocksource kvm-clock\n[ 0.419955] AppArmor: AppArmor Filesystem Enabled\n[ 0.420930] pnp: PnP ACPI init\n[ 0.421856] pnp: PnP ACPI: found 5 devices\n[ 0.428249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.429984] NET: Registered protocol family 2\n[ 0.430960] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.432249] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.433442] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434633] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435748] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436923] NET: Registered protocol family 1\n[ 0.437797] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.438912] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.439996] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454000] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.468237] Trying to unpack rootfs image as initramfs...\n[ 0.518282] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.532129] Scanning for low memory corruption every 60 seconds\n[ 0.533481] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534658] audit: initializing netlink subsys (disabled)\n[ 0.535700] audit: type=2000 audit(1535526566.693:1): initialized\n[ 0.537021] Initialise system trusted keyring\n[ 0.537959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.539156] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541125] zbud: loaded\n[ 0.541830] VFS: Disk quotas dquot_6.6.0\n[ 0.542665] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544188] fuse init (API version 7.23)\n[ 0.545092] Key type big_key registered\n[ 0.545900] Allocating IMA MOK and blacklist keyrings.\n[ 0.547018] Key type asymmetric registered\n[ 0.547853] Asymmetric key parser 'x509' registered\n[ 0.548814] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.550678] io scheduler noop registered\n[ 0.551495] io scheduler deadline registered (default)\n[ 0.552493] io scheduler cfq registered\n[ 0.553331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.554390] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557141] ACPI: Power Button [PWRF]\n[ 0.557977] GHES: HEST is not enabled!\n[ 0.571601] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599593] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627693] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629857] Linux agpgart interface v0.103\n[ 0.631867] brd: module loaded\n[ 0.633046] loop: module loaded\n[ 0.637316] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.638789] GPT:90111 != 2097151\n[ 0.639468] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640572] GPT:90111 != 2097151\n[ 0.641249] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642213] vda: vda1 vda15\n[ 0.643877] scsi host0: ata_piix\n[ 0.645654] scsi host1: ata_piix\n[ 0.647595] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650927] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.654900] libphy: Fixed MDIO Bus: probed\n[ 0.657020] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659627] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664242] PPP generic driver version 2.4.2\n[ 0.665332] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666791] ehci-pci: EHCI PCI platform driver\n[ 0.667848] ehci-platform: EHCI generic platform driver\n[ 0.669046] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670407] ohci-pci: OHCI PCI platform driver\n[ 0.671461] ohci-platform: OHCI generic platform driver\n[ 0.672657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687272] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688480] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690233] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692829] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694329] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695998] usb usb1: Product: UHCI Host Controller\n[ 0.697096] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698451] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699576] hub 1-0:1.0: USB hub found\n[ 0.700480] hub 1-0:1.0: 2 ports detected\n[ 0.701519] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.703940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705084] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706278] mousedev: PS/2 mouse device common for all mice\n[ 0.707753] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.709885] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.712564] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714021] i2c /dev entries driver\n[ 0.714904] device-mapper: uevent: version 1.0.3\n[ 0.716005] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.717944] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.719467] NET: Registered protocol family 10\n[ 0.720621] NET: Registered protocol family 17\n[ 0.721694] Key type dns_resolver registered\n[ 0.722788] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.724109] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.726167] registered taskstats version 1\n[ 0.727148] Loading compiled-in X.509 certificates\n[ 0.728738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.730994] zswap: loaded using pool lzo/zbud\n[ 0.732504] Key type trusted registered\n[ 0.734637] Key type encrypted registered\n[ 0.735637] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.736844] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738091] evm: HMAC attrs: 0x1\n[ 0.739138] Magic number: 14:548:168\n[ 0.740156] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:26 UTC (1535526566)\n[ 0.742015] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743366] EDD information not available.\n[ 0.811547] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.813346] Write protecting the kernel read-only data: 14336k\n[ 0.825117] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827238] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.869126] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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.01. iid=i-000000c6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC6XvW1MyS1rV+l1onuw/KrfLkadfk8lwPtl4/TLlv8oZ+AW4tnkx+UscqTp9VsqgWpIUya9jGybwKzDDYdQEqTc9D4AmS4/Y5k+xsKtfafreg+eK+K+oKF+aiEtSq0s0b20q+HYZzPG2TqLJuUVLQIpSqz+B/Bv2cfgG5SMKvArntf7MI8wWJIVWiJGizRmYjcnKpiA2s/v9pPNe/laVNAXUOL6KemRn3kHVDGN08Uq9383YEBH4EOJwDpXzLU9MOaB8mKXpQWpN1RPZbPcRYApSbqIgrbm5tN/ZAB8E90INptHGCi6yKWb2RQ/phmyQRGAnvjgdbB6oEf0qQJD0pR root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBALmaS1L2KtkjD8n7ACKrj/Pp7ZzZJLbUuoi1dWIYlCsFmamaPvBrZnm3cVB+gIDDwqlhXs7i028XME1YMU1T35rjNdudKr8RaCTHqG/jT2aYGliq73G261d5GE4L9OkdWbJfjDREQLPNfQyfecy20+VoekXdku5h0KvGBTmLpGyzAAAAFQClYG7iRY/OTwJLwekeWvTibqyfUwAAAIB9No6nWgmz4efQAooFtw7zXjFuswNx1ZssQfW/q2kUuGJ2MXaVO0dmuo0K4+TVlPDaeBx40tQ/I4C7PAnWI87OAzWmTBbv+106jxqh0jtn7NtplF21ecfNzLku9u+nrHwqJouakjwXhshAKxY0Jsby2q2HI7H7d+0/YDaW2qDWDgAAAIAtvRbRYeF7tg/7IH7hqPpMUeC74bL5+K4BXxl5yiIPvDbZCUqcBNIy91XPFjhs/nL6SXCbaKEHFuuSKR948quyVgm916Bwqhu2kGfzHIimNMmsQVVT3YBMLKuXNcB+ylL7o/ENN/vyiNY65Jw10xbYcKC6TvExQGp07ugxh5yXKw== root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.12,24,fe80::f816:3eff:fe04:67e2/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-000000c6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.87 ===\n/dev/root resized successfully [took 1.50s]\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:04:67:E2 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe04:67e2/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 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:8127 (7.9 KiB) TX bytes:9207 (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-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.078651] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.096804] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.170982] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.170988] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.170991] usb 1-1: Product: QEMU USB Tablet\n[ 1.170994] usb 1-1: Manufacturer: QEMU\n[ 1.170996] usb 1-1: SerialNumber: 42\n[ 1.530753] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 5.005182] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.377001] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:09:26 cirros kern.info kernel: [ 0.825117] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nAug 29 08:09:26 cirros kern.info kernel: [ 0.827238] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 29 08:09:26 cirros kern.info kernel: [ 0.838753] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 29 08:09:26 cirros kern.info kernel: [ 0.838755] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 29 08:09:26 cirros kern.info kernel: [ 0.840610] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 29 08:09:26 cirros kern.info kernel: [ 0.843930] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 29 08:09:26 cirros kern.info kernel: [ 0.845903] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 29 08:09:26 cirros kern.info kernel: [ 0.866664] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 29 08:09:26 cirros kern.info kernel: [ 0.867572] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 29 08:09:26 cirros kern.notice kernel: [ 0.869126] random: blkid urandom read with 2 bits of entropy available\nAug 29 08:09:26 cirros kern.info kernel: [ 0.871007] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 29 08:09:26 cirros kern.info kernel: [ 0.913205] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 29 08:09:26 cirros kern.info kernel: [ 1.010539] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 29 08:09:26 cirros kern.info kernel: [ 1.078651] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 29 08:09:26 cirros kern.info kernel: [ 1.096804] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 29 08:09:26 cirros kern.info kernel: [ 1.170982] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:09:26 cirros kern.info kernel: [ 1.170988] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:09:26 cirros kern.info kernel: [ 1.170991] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:09:26 cirros kern.info kernel: [ 1.170994] usb 1-1: Manufacturer: QEMU\nAug 29 08:09:26 cirros kern.info kernel: [ 1.170996] usb 1-1: SerialNumber: 42\nAug 29 08:09:27 cirros kern.info kernel: [ 1.530753] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:09:28 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:09:30 cirros authpriv.info dropbear[341]: Running in background\nAug 29 08:09:30 cirros kern.info kernel: [ 5.005182] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:09:31 cirros kern.info kernel: [ 5.377001] 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-08-29 07:10:26,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb/action used request id req-5783aed7-9568-4631-bc8a-651bbbd78f22 2018-08-29 07:10:28,937 - sdnvpn_test_utils - INFO - Waiting for instance c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2 to boot up 2018-08-29 07:10:28,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:30,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-f510001b-29ec-4e67-972f-3f279dbb6c38 x-compute-request-id: req-f510001b-29ec-4e67-972f-3f279dbb6c38 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 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] 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-08-29 07:10:30,012 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-f510001b-29ec-4e67-972f-3f279dbb6c38 2018-08-29 07:10:32,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:33,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-a4471b74-3fe4-42ee-90f8-9908489f4039 x-compute-request-id: req-a4471b74-3fe4-42ee-90f8-9908489f4039 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 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] 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-08-29 07:10:33,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-a4471b74-3fe4-42ee-90f8-9908489f4039 2018-08-29 07:10:35,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:36,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-229a3829-eb08-4750-bf95-087219fc7235 x-compute-request-id: req-229a3829-eb08-4750-bf95-087219fc7235 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 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] 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-08-29 07:10:36,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-229a3829-eb08-4750-bf95-087219fc7235 2018-08-29 07:10:38,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:39,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-c7dac847-e67f-4fb8-ab2b-6176b11857be x-compute-request-id: req-c7dac847-e67f-4fb8-ab2b-6176b11857be 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 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] 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-08-29 07:10:39,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-c7dac847-e67f-4fb8-ab2b-6176b11857be 2018-08-29 07:10:41,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:42,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-56f56bbd-23bf-4e6f-811e-99ed9ca35ff8 x-compute-request-id: req-56f56bbd-23bf-4e6f-811e-99ed9ca35ff8 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 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] 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-08-29 07:10:42,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-56f56bbd-23bf-4e6f-811e-99ed9ca35ff8 2018-08-29 07:10:44,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:45,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99da07ce-2f11-481c-ad05-709a322752a9 x-compute-request-id: req-99da07ce-2f11-481c-ad05-709a322752a9 Content-Encoding: gzip Content-Length: 9377 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n"} 2018-08-29 07:10:45,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-99da07ce-2f11-481c-ad05-709a322752a9 2018-08-29 07:10:47,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:48,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-c0a35f26-05ca-41eb-8e74-874378f6a996 x-compute-request-id: req-c0a35f26-05ca-41eb-8e74-874378f6a996 Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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\n"} 2018-08-29 07:10:48,542 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-c0a35f26-05ca-41eb-8e74-874378f6a996 2018-08-29 07:10:50,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:51,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-f7f0249c-0c87-4909-8805-a204f651c89d x-compute-request-id: req-f7f0249c-0c87-4909-8805-a204f651c89d Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1"} 2018-08-29 07:10:51,627 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-f7f0249c-0c87-4909-8805-a204f651c89d 2018-08-29 07:10:53,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:54,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-137e5ecc-68ce-42d5-a8bd-e7b76845caca x-compute-request-id: req-137e5ecc-68ce-42d5-a8bd-e7b76845caca Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1"} 2018-08-29 07:10:54,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-137e5ecc-68ce-42d5-a8bd-e7b76845caca 2018-08-29 07:10:56,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:10:57,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:10: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-5c405bb9-2422-466e-b0d4-1a366372547c x-compute-request-id: req-5c405bb9-2422-466e-b0d4-1a366372547c Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1"} 2018-08-29 07:10:57,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-5c405bb9-2422-466e-b0d4-1a366372547c 2018-08-29 07:11:00,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:01,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-258cc738-fa29-4dd3-b9d8-7c8a7cb683a2 x-compute-request-id: req-258cc738-fa29-4dd3-b9d8-7c8a7cb683a2 Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1"} 2018-08-29 07:11:01,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-258cc738-fa29-4dd3-b9d8-7c8a7cb683a2 2018-08-29 07:11:03,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:04,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-176dd459-195b-420b-955e-b023cee77209 x-compute-request-id: req-176dd459-195b-420b-955e-b023cee77209 Content-Encoding: gzip Content-Length: 10057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:04,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-176dd459-195b-420b-955e-b023cee77209 2018-08-29 07:11:06,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:07,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-526d45e3-db3c-48cc-af40-19f3c9227fe6 x-compute-request-id: req-526d45e3-db3c-48cc-af40-19f3c9227fe6 Content-Encoding: gzip Content-Length: 10057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:07,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-526d45e3-db3c-48cc-af40-19f3c9227fe6 2018-08-29 07:11:09,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:10,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-c642b67c-bd33-404d-b93c-103577960c66 x-compute-request-id: req-c642b67c-bd33-404d-b93c-103577960c66 Content-Encoding: gzip Content-Length: 10057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:10,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-c642b67c-bd33-404d-b93c-103577960c66 2018-08-29 07:11:12,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:13,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-9ba298e8-c095-48f4-87b0-3516f72b1171 x-compute-request-id: req-9ba298e8-c095-48f4-87b0-3516f72b1171 Content-Encoding: gzip Content-Length: 10057 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:13,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-9ba298e8-c095-48f4-87b0-3516f72b1171 2018-08-29 07:11:15,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:16,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-981bc89a-cb50-44bb-8e11-f37622262afe x-compute-request-id: req-981bc89a-cb50-44bb-8e11-f37622262afe Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:16,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-981bc89a-cb50-44bb-8e11-f37622262afe 2018-08-29 07:11:18,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:19,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-835af255-0839-4312-aadf-0731ca07ddd4 x-compute-request-id: req-835af255-0839-4312-aadf-0731ca07ddd4 Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:19,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-835af255-0839-4312-aadf-0731ca07ddd4 2018-08-29 07:11:21,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:22,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8cffcb09-f75f-47ac-9d93-96ae73f6e632 x-compute-request-id: req-8cffcb09-f75f-47ac-9d93-96ae73f6e632 Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:22,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-8cffcb09-f75f-47ac-9d93-96ae73f6e632 2018-08-29 07:11:24,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:25,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-15bf1984-7800-4b2d-a80a-24d24691d482 x-compute-request-id: req-15bf1984-7800-4b2d-a80a-24d24691d482 Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:25,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-15bf1984-7800-4b2d-a80a-24d24691d482 2018-08-29 07:11:27,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:28,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-95726570-a4ac-41f4-9dbd-99f314b6f879 x-compute-request-id: req-95726570-a4ac-41f4-9dbd-99f314b6f879 Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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-08-29 07:11:28,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-95726570-a4ac-41f4-9dbd-99f314b6f879 2018-08-29 07:11:30,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}664e12e2a3760e2a660d08ca33118ec748ddc073" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:32,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-fc57e596-c6c6-4609-8752-4d447e89c592 x-compute-request-id: req-fc57e596-c6c6-4609-8752-4d447e89c592 Content-Encoding: gzip Content-Length: 10895 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503881396 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134450] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136223] pid_max: default: 32768 minimum: 301\n[ 0.137175] ACPI: Core revision 20150930\n[ 0.138609] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140012] Security Framework initialized\n[ 0.140882] Yama: becoming mindful.\n[ 0.141700] AppArmor: AppArmor initialized\n[ 0.142631] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144044] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145362] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148131] Initializing cgroup subsys io\n[ 0.148974] Initializing cgroup subsys memory\n[ 0.149891] Initializing cgroup subsys devices\n[ 0.150831] Initializing cgroup subsys freezer\n[ 0.151747] Initializing cgroup subsys net_cls\n[ 0.152633] Initializing cgroup subsys perf_event\n[ 0.153620] Initializing cgroup subsys net_prio\n[ 0.154571] Initializing cgroup subsys hugetlb\n[ 0.155472] Initializing cgroup subsys pids\n[ 0.156392] CPU: Physical Processor ID: 0\n[ 0.157964] mce: CPU supports 10 MCE banks\n[ 0.158849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159893] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170689] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177099] ftrace: allocating 31920 entries in 125 pages\n[ 0.203287] smpboot: Max logical packages: 1\n[ 0.204192] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205609] x2apic enabled\n[ 0.206470] Switched APIC routing to physical x2apic.\n[ 0.208239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209392] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211443] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213262] KVM setup paravirtual spinlock\n[ 0.214621] x86: Booted up 1 node, 1 CPUs\n[ 0.215457] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.216890] devtmpfs: initialized\n[ 0.218617] evm: security.selinux\n[ 0.219357] evm: security.SMACK64\n[ 0.220078] evm: security.SMACK64EXEC\n[ 0.220852] evm: security.SMACK64TRANSMUTE\n[ 0.221694] evm: security.SMACK64MMAP\n[ 0.222460] evm: security.ima\n[ 0.223125] evm: security.capability\n[ 0.223975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225906] pinctrl core: initialized pinctrl subsystem\n[ 0.227079] RTC time: 7:09:39, date: 08/29/18\n[ 0.228088] NET: Registered protocol family 16\n[ 0.229081] cpuidle: using governor ladder\n[ 0.229946] cpuidle: using governor menu\n[ 0.230779] PCCT header not found.\n[ 0.231596] ACPI: bus type PCI registered\n[ 0.232466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233822] PCI: Using configuration type 1 for base access\n[ 0.235681] ACPI: Added _OSI(Module Device)\n[ 0.236587] ACPI: Added _OSI(Processor Device)\n[ 0.237502] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240677] ACPI: Interpreter enabled\n[ 0.241494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249189] ACPI: (supports S0 S5)\n[ 0.249915] ACPI: Using IOAPIC for interrupt routing\n[ 0.251040] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255455] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256748] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258013] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260363] acpiphp: Slot [3] registered\n[ 0.261235] acpiphp: Slot [4] registered\n[ 0.262095] acpiphp: Slot [5] registered\n[ 0.262938] acpiphp: Slot [6] registered\n[ 0.263779] acpiphp: Slot [7] registered\n[ 0.264660] acpiphp: Slot [8] registered\n[ 0.265523] acpiphp: Slot [9] registered\n[ 0.266371] acpiphp: Slot [10] registered\n[ 0.267212] acpiphp: Slot [11] registered\n[ 0.268065] acpiphp: Slot [12] registered\n[ 0.268901] acpiphp: Slot [13] registered\n[ 0.269761] acpiphp: Slot [14] registered\n[ 0.270616] acpiphp: Slot [15] registered\n[ 0.281507] acpiphp: Slot [16] registered\n[ 0.282397] acpiphp: Slot [17] registered\n[ 0.283280] acpiphp: Slot [18] registered\n[ 0.284183] acpiphp: Slot [19] registered\n[ 0.285028] acpiphp: Slot [20] registered\n[ 0.285952] acpiphp: Slot [21] registered\n[ 0.286831] acpiphp: Slot [22] registered\n[ 0.287705] acpiphp: Slot [23] registered\n[ 0.288555] acpiphp: Slot [24] registered\n[ 0.289430] acpiphp: Slot [25] registered\n[ 0.290286] acpiphp: Slot [26] registered\n[ 0.291151] acpiphp: Slot [27] registered\n[ 0.291992] acpiphp: Slot [28] registered\n[ 0.292839] acpiphp: Slot [29] registered\n[ 0.293678] acpiphp: Slot [30] registered\n[ 0.294560] acpiphp: Slot [31] registered\n[ 0.295447] PCI host bridge to bus 0000:00\n[ 0.296308] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297574] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301976] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308265] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310878] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312213] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319986] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364885] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367937] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370823] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372120] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374593] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376134] vgaarb: loaded\n[ 0.376734] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377864] SCSI subsystem initialized\n[ 0.378686] ACPI: bus type USB registered\n[ 0.379502] usbcore: registered new interface driver usbfs\n[ 0.380534] usbcore: registered new interface driver hub\n[ 0.381538] usbcore: registered new device driver usb\n[ 0.382589] PCI: Using ACPI for IRQ routing\n[ 0.383611] NetLabel: Initializing\n[ 0.384327] NetLabel: domain hash size = 128\n[ 0.385195] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386145] NetLabel: unlabeled traffic allowed by default\n[ 0.387239] clocksource: Switched to clocksource kvm-clock\n[ 0.392658] AppArmor: AppArmor Filesystem Enabled\n[ 0.393646] pnp: PnP ACPI init\n[ 0.394555] pnp: PnP ACPI: found 5 devices\n[ 0.400935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402638] NET: Registered protocol family 2\n[ 0.403595] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406038] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409450] NET: Registered protocol family 1\n[ 0.410316] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411415] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412491] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426515] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440755] Trying to unpack rootfs image as initramfs...\n[ 0.490452] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504339] Scanning for low memory corruption every 60 seconds\n[ 0.505814] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506951] audit: initializing netlink subsys (disabled)\n[ 0.507977] audit: type=2000 audit(1535526580.069:1): initialized\n[ 0.509280] Initialise system trusted keyring\n[ 0.510209] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511373] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513336] zbud: loaded\n[ 0.514035] VFS: Disk quotas dquot_6.6.0\n[ 0.514860] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516380] fuse init (API version 7.23)\n[ 0.517263] Key type big_key registered\n[ 0.518055] Allocating IMA MOK and blacklist keyrings.\n[ 0.519534] Key type asymmetric registered\n[ 0.520359] Asymmetric key parser 'x509' registered\n[ 0.521303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522755] io scheduler noop registered\n[ 0.523557] io scheduler deadline registered (default)\n[ 0.524546] io scheduler cfq registered\n[ 0.525374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529159] ACPI: Power Button [PWRF]\n[ 0.529981] GHES: HEST is not enabled!\n[ 0.543677] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600430] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602537] Linux agpgart interface v0.103\n[ 0.604559] brd: module loaded\n[ 0.605705] loop: module loaded\n[ 0.609669] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611108] GPT:90111 != 2097151\n[ 0.611781] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612856] GPT:90111 != 2097151\n[ 0.613528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614476] vda: vda1 vda15\n[ 0.615985] scsi host0: ata_piix\n[ 0.616723] scsi host1: ata_piix\n[ 0.617432] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618627] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620057] libphy: Fixed MDIO Bus: probed\n[ 0.620875] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621811] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624017] PPP generic driver version 2.4.2\n[ 0.624897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626140] ehci-pci: EHCI PCI platform driver\n[ 0.626995] ehci-platform: EHCI generic platform driver\n[ 0.627973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629101] ohci-pci: OHCI PCI platform driver\n[ 0.629951] ohci-platform: OHCI generic platform driver\n[ 0.630920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647678] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648685] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.649788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650989] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652403] usb usb1: Product: UHCI Host Controller\n[ 0.653323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654447] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655450] hub 1-0:1.0: USB hub found\n[ 0.656218] hub 1-0:1.0: 2 ports detected\n[ 0.657105] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659203] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660149] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661166] mousedev: PS/2 mouse device common for all mice\n[ 0.662404] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665298] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.666486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667678] i2c /dev entries driver\n[ 0.668441] device-mapper: uevent: version 1.0.3\n[ 0.669380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670986] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.672248] NET: Registered protocol family 10\n[ 0.673216] NET: Registered protocol family 17\n[ 0.674092] Key type dns_resolver registered\n[ 0.675007] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.676106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677828] registered taskstats version 1\n[ 0.678658] Loading compiled-in X.509 certificates\n[ 0.680107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681933] zswap: loaded using pool lzo/zbud\n[ 0.683309] Key type trusted registered\n[ 0.684838] Key type encrypted registered\n[ 0.685669] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686685] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687735] evm: HMAC attrs: 0x1\n[ 0.688680] Magic number: 14:548:168\n[ 0.689533] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:40 UTC (1535526580)\n[ 0.691111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692214] EDD information not available.\n[ 0.776298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777882] Write protecting the kernel read-only data: 14336k\n[ 0.789796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791622] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.256373] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000c9\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+rc9STl7le2WKWF1sYsIoERfDsrketm5PdZVBCU37Uo0zxPHGGb0AhcewypwZPA240HPku67pZnHWAGwfXrXPbxucBj0vJTzchhRqXhr4SVQ1jdzwl5hP3FgQZJPMInFIZVpWN06togQtRImgoyuOAW16k//bApXtmIyYa/mGFKNq2qA6SXXBTLdfOkIvIS7GPty6i18txNfNToTBLUnCemO1bBuZ1EHXWLMG5gSDLzEeD/cKmLTRn6qbbO/i8GFIub79NrzET6bk7Vy2leCDB8xt3XGQncKUQVAz25IE/XzIi2hinUZxrMGmTFfxqLSME0PSzMMP1Dgqx8UctKcz root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAP1KNUK4rhG7WWl4TEoj7Bmj1S3UH8QiDE41wGEScgKq2togUFCW2qmjTI5e27Y/SOC57GEiW5fAF3yNjVgfcPyNBJyb8TvM0eOgxhk07YglJiRTD1FEjM280E1dSEpiOKFRtUP7v8I/WWN4Vtx+/Q4N+OpW780+Y7lkFfeaXt9XAAAAFQDcQNB0ApL3xVMC1lNeuNMqeSV+QwAAAIEAkG+2PxpMV+rvg3w1oWOiY7AsjfhKw3Rqf5cQ4G7nJ21vUZzKDcr1EI4Pe3X4p8S5xQuKNXVDSGvLnmMPDZYfN4sRaZp9btE5zL0I3KBVWqSKQTpmt1EFM97QATRd3Gy0Sc0PwafumjF7a7eFY0IJGoAnBL6mX731mNb/l5zgpKcAAACBAKOCIk68TDKTZ33DqwKsF+OZtRpNMIJe2W/OP3W5wICM5Q6yYjH2P4vt8N28DFJGRJRR4BUFWCyyx2OIGIksTpvtG6K2GkwXo7e1ZY0YmuTXW1nPTb3sl45CsggXzv4XOVXzzfofKenJ81Nv1YmowiEnx5F63vS5MpiNKyHDI+/9 root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.5,24,fe80::f816:3eff:fe05:a8d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000c9\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.58 ===\n/dev/root resized successfully [took 1.90s]\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:05:A8:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe05:a8d8/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:9366 (9.1 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.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 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.1\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.128130] usb 1-1: Product: QEMU USB Tablet\n[ 1.128131] usb 1-1: Manufacturer: QEMU\n[ 1.128132] usb 1-1: SerialNumber: 42\n[ 1.220704] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.238543] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.256373] random: dd urandom read with 5 bits of entropy available\n[ 1.503302] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.503304] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 63.694702] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.066700] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:09:41 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:09:41 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:09:41 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)\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:09:41 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:09:41 cirros kern.notice kernel: [ 1.256373] random: dd urandom read with 5 bits of entropy available\nAug 29 08:09:41 cirros kern.info kernel: [ 1.503302] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nAug 29 08:09:41 cirros kern.info kernel: [ 1.503304] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nAug 29 08:10:42 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:10:43 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:10:43 cirros kern.info kernel: [ 63.694702] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:10:43 cirros kern.info kernel: [ 64.066700] 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-08-29 07:11:32,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-fc57e596-c6c6-4609-8752-4d447e89c592 2018-08-29 07:11:34,056 - sdnvpn_test_utils - INFO - Waiting for instance 8ddf92cc-5817-41fd-95f1-87392e24196b to boot up 2018-08-29 07:11:34,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}811d719f470de290b3034941729b355fe1e8f49a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:35,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-a2c1bc78-741b-4745-ac90-f12342cea9db x-compute-request-id: req-a2c1bc78-741b-4745-ac90-f12342cea9db Content-Encoding: gzip Content-Length: 11140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476108257 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.134584] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136474] pid_max: default: 32768 minimum: 301\n[ 0.137489] ACPI: Core revision 20150930\n[ 0.138994] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140442] Security Framework initialized\n[ 0.141341] Yama: becoming mindful.\n[ 0.142167] AppArmor: AppArmor initialized\n[ 0.143128] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144617] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147377] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149003] Initializing cgroup subsys io\n[ 0.149941] Initializing cgroup subsys memory\n[ 0.150922] Initializing cgroup subsys devices\n[ 0.151912] Initializing cgroup subsys freezer\n[ 0.152910] Initializing cgroup subsys net_cls\n[ 0.153931] Initializing cgroup subsys perf_event\n[ 0.154969] Initializing cgroup subsys net_prio\n[ 0.155999] Initializing cgroup subsys hugetlb\n[ 0.156978] Initializing cgroup subsys pids\n[ 0.157975] CPU: Physical Processor ID: 0\n[ 0.159581] mce: CPU supports 10 MCE banks\n[ 0.160534] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172766] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179634] ftrace: allocating 31920 entries in 125 pages\n[ 0.207380] smpboot: Max logical packages: 1\n[ 0.208369] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209940] x2apic enabled\n[ 0.210810] Switched APIC routing to physical x2apic.\n[ 0.212667] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213973] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216164] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218021] KVM setup paravirtual spinlock\n[ 0.219365] x86: Booted up 1 node, 1 CPUs\n[ 0.220190] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221613] devtmpfs: initialized\n[ 0.223348] evm: security.selinux\n[ 0.224146] evm: security.SMACK64\n[ 0.224920] evm: security.SMACK64EXEC\n[ 0.225770] evm: security.SMACK64TRANSMUTE\n[ 0.226676] evm: security.SMACK64MMAP\n[ 0.227508] evm: security.ima\n[ 0.228221] evm: security.capability\n[ 0.229116] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231222] pinctrl core: initialized pinctrl subsystem\n[ 0.232447] RTC time: 7:09:50, date: 08/29/18\n[ 0.233536] NET: Registered protocol family 16\n[ 0.234498] cpuidle: using governor ladder\n[ 0.235310] cpuidle: using governor menu\n[ 0.236088] PCCT header not found.\n[ 0.236820] ACPI: bus type PCI registered\n[ 0.237603] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238816] PCI: Using configuration type 1 for base access\n[ 0.240563] ACPI: Added _OSI(Module Device)\n[ 0.241389] ACPI: Added _OSI(Processor Device)\n[ 0.242231] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243111] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245242] ACPI: Interpreter enabled\n[ 0.245996] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249640] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251447] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253422] ACPI: (supports S0 S5)\n[ 0.254115] ACPI: Using IOAPIC for interrupt routing\n[ 0.255167] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258235] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259356] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260557] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263893] acpiphp: Slot [3] registered\n[ 0.264680] acpiphp: Slot [4] registered\n[ 0.265462] acpiphp: Slot [5] registered\n[ 0.266248] acpiphp: Slot [6] registered\n[ 0.267028] acpiphp: Slot [7] registered\n[ 0.267805] acpiphp: Slot [8] registered\n[ 0.268586] acpiphp: Slot [9] registered\n[ 0.269373] acpiphp: Slot [10] registered\n[ 0.270164] acpiphp: Slot [11] registered\n[ 0.270962] acpiphp: Slot [12] registered\n[ 0.271754] acpiphp: Slot [13] registered\n[ 0.272547] acpiphp: Slot [14] registered\n[ 0.273340] acpiphp: Slot [15] registered\n[ 0.284426] acpiphp: Slot [16] registered\n[ 0.285264] acpiphp: Slot [17] registered\n[ 0.286070] acpiphp: Slot [18] registered\n[ 0.286861] acpiphp: Slot [19] registered\n[ 0.287653] acpiphp: Slot [20] registered\n[ 0.288454] acpiphp: Slot [21] registered\n[ 0.289252] acpiphp: Slot [22] registered\n[ 0.290045] acpiphp: Slot [23] registered\n[ 0.290836] acpiphp: Slot [24] registered\n[ 0.291630] acpiphp: Slot [25] registered\n[ 0.292423] acpiphp: Slot [26] registered\n[ 0.293223] acpiphp: Slot [27] registered\n[ 0.294020] acpiphp: Slot [28] registered\n[ 0.294810] acpiphp: Slot [29] registered\n[ 0.295602] acpiphp: Slot [30] registered\n[ 0.296438] acpiphp: Slot [31] registered\n[ 0.297298] PCI host bridge to bus 0000:00\n[ 0.298091] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299274] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300458] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301878] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310796] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311941] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313178] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319558] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321122] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366752] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368238] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369653] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371060] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375159] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376203] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377726] vgaarb: loaded\n[ 0.378323] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379462] SCSI subsystem initialized\n[ 0.380280] ACPI: bus type USB registered\n[ 0.381089] usbcore: registered new interface driver usbfs\n[ 0.382110] usbcore: registered new interface driver hub\n[ 0.383124] usbcore: registered new device driver usb\n[ 0.384172] PCI: Using ACPI for IRQ routing\n[ 0.385197] NetLabel: Initializing\n[ 0.385900] NetLabel: domain hash size = 128\n[ 0.386746] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387696] NetLabel: unlabeled traffic allowed by default\n[ 0.388786] clocksource: Switched to clocksource kvm-clock\n[ 0.394578] AppArmor: AppArmor Filesystem Enabled\n[ 0.395547] pnp: PnP ACPI init\n[ 0.396467] pnp: PnP ACPI: found 5 devices\n[ 0.402870] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404575] NET: Registered protocol family 2\n[ 0.405541] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407957] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409112] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410178] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411330] NET: Registered protocol family 1\n[ 0.412184] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413273] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414331] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428510] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442749] Trying to unpack rootfs image as initramfs...\n[ 0.493337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507179] Scanning for low memory corruption every 60 seconds\n[ 0.508635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509774] audit: initializing netlink subsys (disabled)\n[ 0.510792] audit: type=2000 audit(1535526590.836:1): initialized\n[ 0.512110] Initialise system trusted keyring\n[ 0.513200] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514385] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516354] zbud: loaded\n[ 0.517076] VFS: Disk quotas dquot_6.6.0\n[ 0.517905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519449] fuse init (API version 7.23)\n[ 0.520348] Key type big_key registered\n[ 0.521172] Allocating IMA MOK and blacklist keyrings.\n[ 0.522658] Key type asymmetric registered\n[ 0.523491] Asymmetric key parser 'x509' registered\n[ 0.524452] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525933] io scheduler noop registered\n[ 0.526745] io scheduler deadline registered (default)\n[ 0.527741] io scheduler cfq registered\n[ 0.528584] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529654] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530936] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532419] ACPI: Power Button [PWRF]\n[ 0.533287] GHES: HEST is not enabled!\n[ 0.547094] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575288] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577588] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606868] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609763] Linux agpgart interface v0.103\n[ 0.611943] brd: module loaded\n[ 0.613224] loop: module loaded\n[ 0.618183] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.619649] GPT:90111 != 2097151\n[ 0.620330] GPT:Alternate GPT header not at the end of the disk.\n[ 0.621441] GPT:90111 != 2097151\n[ 0.622123] GPT: Use GNU Parted to correct GPT errors.\n[ 0.623094] vda: vda1 vda15\n[ 0.624799] scsi host0: ata_piix\n[ 0.625542] scsi host1: ata_piix\n[ 0.626265] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.627618] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.629087] libphy: Fixed MDIO Bus: probed\n[ 0.629917] tun: Universal TUN/TAP device driver, 1.6\n[ 0.630867] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.633252] PPP generic driver version 2.4.2\n[ 0.634484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636186] ehci-pci: EHCI PCI platform driver\n[ 0.637387] ehci-platform: EHCI generic platform driver\n[ 0.638472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639598] ohci-pci: OHCI PCI platform driver\n[ 0.640486] ohci-platform: OHCI generic platform driver\n[ 0.641499] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658735] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.660612] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.661927] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663436] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665555] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667235] usb usb1: Product: UHCI Host Controller\n[ 0.668150] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669299] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670247] hub 1-0:1.0: USB hub found\n[ 0.671005] hub 1-0:1.0: 2 ports detected\n[ 0.671883] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673964] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674946] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676039] mousedev: PS/2 mouse device common for all mice\n[ 0.677296] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679098] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682550] i2c /dev entries driver\n[ 0.683322] device-mapper: uevent: version 1.0.3\n[ 0.684304] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685917] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687172] NET: Registered protocol family 10\n[ 0.688145] NET: Registered protocol family 17\n[ 0.689018] Key type dns_resolver registered\n[ 0.689924] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691004] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692758] registered taskstats version 1\n[ 0.693624] Loading compiled-in X.509 certificates\n[ 0.695057] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696894] zswap: loaded using pool lzo/zbud\n[ 0.698700] Key type trusted registered\n[ 0.700653] Key type encrypted registered\n[ 0.701468] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702475] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703488] evm: HMAC attrs: 0x1\n[ 0.704418] Magic number: 14:548:168\n[ 0.705280] rtc_cmos 00:00: setting system clock to 2018-08-29 07:09:51 UTC (1535526591)\n[ 0.706839] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707915] EDD information not available.\n[ 0.785913] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787477] Write protecting the kernel read-only data: 14336k\n[ 0.799356] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801166] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.332152] random: dd 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.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-000000cc\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCek3vJZwbKDo8LoffnB+L1Ax0HonCGZ6WPMOEW3HHjLMTY/z4YJvSw2evqjCeclLteGMC8dkti0j3AZNhE6lKFRprqyR8A+Ib5cMUalEEe9TEAjRux/eBduAdrN9iF/GAzoPqQTNw2CuobpptckvRgMqeJs83zRt0/nXsxjuMfh5GlBMv5z3IHpExOZko8KXA0G/s6DTOxs93GMTvcLZuEbgqyaE+L3k4kMPr/owdFmdblvSnuuDl4nQVsCzveDmcLbQMfqRDr8nqXqGhdY5HTBWboBWk3t5186f2+w8IDRz3ZUUxgO+LEG0buZNxRrjIjNbRi/imnPPQy/sYENJ+P root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKcrW6ZDphydSf8Si3TROumLsPtDSDxqbsXLNbs6V4qK7+ExlYuh8tu2frMLbKv3DUuMP0mgBuLBjTKsbMcq/c2Zdng/GI+iGaO0qPErS3G3owVGSbBmdk8iY9+tx2Qf1WDFv+npDfgK6nNBVygkuDbJgcqlrSqbl1lAxxsyvWJbAAAAFQC9H5jbhUd8oV4nOsT59KbrgK475wAAAIBbyKQAJtlnR+rWoQGbojMdWDd6MptRoyk1NhKfcmmuwu+pIZi3dmjzxJYpK4LIdT/D31Eq/2+MWTkHT7EdqllIgy2/H51rpB6OCM3Fyb9Tu1FhYZUOAVou4KAbkg6adQu8wiZfGjV/xGYRq16f3gZQn+wR7GNBLDR/pJkd+GR3ggAAAIBT+TYOHyG3SG2qXzz6i9hpwP7xDC45ggd+k7qvbXyiHGMjdNgykS/AiiKZ5gm/8q1N1xxACxrTx0TBpdg4FsgG5o3PIeT5owKKM91ErJAJRTY58e2p90elr1OWjP0majUZ3cs3pzdQSZfgrX8iQJCh/WS+jLQSGcTJd0cAHAbxFg== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.13,24,fe80::f816:3eff:fe33:dc65/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.13 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000cc\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.26 ===\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:33:DC:65 \n inet addr:10.10.11.13 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe33:dc65/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:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8193 (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.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.145450] usb 1-1: Product: QEMU USB Tablet\n[ 1.145451] usb 1-1: Manufacturer: QEMU\n[ 1.145452] usb 1-1: SerialNumber: 42\n[ 1.289343] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.313349] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.332152] random: dd urandom read with 5 bits of entropy available\n[ 1.504854] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.504857] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 4.381812] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.758385] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:09:52 cirros kern.info kernel: [ 0.801166] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 29 08:09:52 cirros kern.info kernel: [ 0.812234] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 29 08:09:52 cirros kern.info kernel: [ 0.812235] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 29 08:09:52 cirros kern.info kernel: [ 0.813896] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 29 08:09:52 cirros kern.info kernel: [ 0.816835] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 29 08:09:52 cirros kern.info kernel: [ 0.818779] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 29 08:09:52 cirros kern.info kernel: [ 0.840525] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 29 08:09:52 cirros kern.info kernel: [ 0.841257] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 29 08:09:52 cirros kern.info kernel: [ 0.842375] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 29 08:09:52 cirros kern.info kernel: [ 0.896600] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 29 08:09:52 cirros kern.info kernel: [ 0.984834] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 29 08:09:52 cirros kern.info kernel: [ 1.145445] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:09:52 cirros kern.info kernel: [ 1.145448] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:09:52 cirros kern.info kernel: [ 1.145450] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:09:52 cirros kern.info kernel: [ 1.145451] usb 1-1: Manufacturer: QEMU\nAug 29 08:09:52 cirros kern.info kernel: [ 1.145452] usb 1-1: SerialNumber: 42\nAug 29 08:09:52 cirros kern.info kernel: [ 1.289343] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 29 08:09:52 cirros kern.info kernel: [ 1.313349] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 29 08:09:52 cirros kern.notice kernel: [ 1.332152] random: dd urandom read with 5 bits of entropy available\nAug 29 08:09:52 cirros kern.info kernel: [ 1.504854] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nAug 29 08:09:52 cirros kern.info kernel: [ 1.504857] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nAug 29 08:09:54 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:09:55 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:09:55 cirros kern.info kernel: [ 4.381812] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:09:55 cirros kern.info kernel: [ 4.758385] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-1-5 login: "} 2018-08-29 07:11:35,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b/action used request id req-a2c1bc78-741b-4745-ac90-f12342cea9db 2018-08-29 07:11:37,170 - sdnvpn_test_utils - INFO - Waiting for instance d1e38ad8-da78-4073-ac83-a45675c31c24 to boot up 2018-08-29 07:11:37,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:38,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-f446cc2a-8441-41bf-af69-7b7be921f2fc x-compute-request-id: req-f446cc2a-8441-41bf-af69-7b7be921f2fc Content-Encoding: gzip Content-Length: 8118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\n"} 2018-08-29 07:11:38,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-f446cc2a-8441-41bf-af69-7b7be921f2fc 2018-08-29 07:11:40,251 - sdnvpn_test_utils - INFO - Waiting for instance 6f05c01f-f2c2-46cd-8bfb-6478bebe40af to boot up 2018-08-29 07:11:40,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:41,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-dfb2476b-ac75-4310-9929-c7b76ad0292c x-compute-request-id: req-dfb2476b-ac75-4310-9929-c7b76ad0292c Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498530877 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.157141] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.158753] pid_max: default: 32768 minimum: 301\n[ 0.159625] ACPI: Core revision 20150930\n[ 0.160997] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162276] Security Framework initialized\n[ 0.163068] Yama: becoming mindful.\n[ 0.163879] AppArmor: AppArmor initialized\n[ 0.164733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167291] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170048] Initializing cgroup subsys io\n[ 0.171025] Initializing cgroup subsys memory\n[ 0.172051] Initializing cgroup subsys devices\n[ 0.173096] Initializing cgroup subsys freezer\n[ 0.174132] Initializing cgroup subsys net_cls\n[ 0.175168] Initializing cgroup subsys perf_event\n[ 0.176262] Initializing cgroup subsys net_prio\n[ 0.177316] Initializing cgroup subsys hugetlb\n[ 0.178347] Initializing cgroup subsys pids\n[ 0.179375] CPU: Physical Processor ID: 0\n[ 0.181029] mce: CPU supports 10 MCE banks\n[ 0.182036] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183225] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194488] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201480] ftrace: allocating 31920 entries in 125 pages\n[ 0.229033] smpboot: Max logical packages: 1\n[ 0.230085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231702] x2apic enabled\n[ 0.232627] Switched APIC routing to physical x2apic.\n[ 0.234588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235938] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238281] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240384] KVM setup paravirtual spinlock\n[ 0.241879] x86: Booted up 1 node, 1 CPUs\n[ 0.242833] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244461] devtmpfs: initialized\n[ 0.246290] evm: security.selinux\n[ 0.247115] evm: security.SMACK64\n[ 0.247934] evm: security.SMACK64EXEC\n[ 0.248815] evm: security.SMACK64TRANSMUTE\n[ 0.249762] evm: security.SMACK64MMAP\n[ 0.250620] evm: security.ima\n[ 0.251354] evm: security.capability\n[ 0.252290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.254478] pinctrl core: initialized pinctrl subsystem\n[ 0.255755] RTC time: 7:10:06, date: 08/29/18\n[ 0.256864] NET: Registered protocol family 16\n[ 0.257996] cpuidle: using governor ladder\n[ 0.258803] cpuidle: using governor menu\n[ 0.259567] PCCT header not found.\n[ 0.260294] ACPI: bus type PCI registered\n[ 0.261068] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262265] PCI: Using configuration type 1 for base access\n[ 0.264012] ACPI: Added _OSI(Module Device)\n[ 0.264826] ACPI: Added _OSI(Processor Device)\n[ 0.265656] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268645] ACPI: Interpreter enabled\n[ 0.269384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274713] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276491] ACPI: (supports S0 S5)\n[ 0.277171] ACPI: Using IOAPIC for interrupt routing\n[ 0.278082] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283626] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.284780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286916] acpiphp: Slot [3] registered\n[ 0.287695] acpiphp: Slot [4] registered\n[ 0.288467] acpiphp: Slot [5] registered\n[ 0.289265] acpiphp: Slot [6] registered\n[ 0.290044] acpiphp: Slot [7] registered\n[ 0.290815] acpiphp: Slot [8] registered\n[ 0.291595] acpiphp: Slot [9] registered\n[ 0.292361] acpiphp: Slot [10] registered\n[ 0.293145] acpiphp: Slot [11] registered\n[ 0.293937] acpiphp: Slot [12] registered\n[ 0.294729] acpiphp: Slot [13] registered\n[ 0.295512] acpiphp: Slot [14] registered\n[ 0.296293] acpiphp: Slot [15] registered\n[ 0.307226] acpiphp: Slot [16] registered\n[ 0.308034] acpiphp: Slot [17] registered\n[ 0.308826] acpiphp: Slot [18] registered\n[ 0.309607] acpiphp: Slot [19] registered\n[ 0.310382] acpiphp: Slot [20] registered\n[ 0.311164] acpiphp: Slot [21] registered\n[ 0.311949] acpiphp: Slot [22] registered\n[ 0.312732] acpiphp: Slot [23] registered\n[ 0.313529] acpiphp: Slot [24] registered\n[ 0.314306] acpiphp: Slot [25] registered\n[ 0.315085] acpiphp: Slot [26] registered\n[ 0.315866] acpiphp: Slot [27] registered\n[ 0.316654] acpiphp: Slot [28] registered\n[ 0.317438] acpiphp: Slot [29] registered\n[ 0.318215] acpiphp: Slot [30] registered\n[ 0.318996] acpiphp: Slot [31] registered\n[ 0.319774] PCI host bridge to bus 0000:00\n[ 0.320553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321720] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.322885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324283] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325677] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331963] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333191] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335537] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342952] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344328] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.396007] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398769] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401358] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403665] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405211] vgaarb: loaded\n[ 0.405949] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407379] SCSI subsystem initialized\n[ 0.408434] ACPI: bus type USB registered\n[ 0.409465] usbcore: registered new interface driver usbfs\n[ 0.410851] usbcore: registered new interface driver hub\n[ 0.412156] usbcore: registered new device driver usb\n[ 0.413502] PCI: Using ACPI for IRQ routing\n[ 0.414811] NetLabel: Initializing\n[ 0.415733] NetLabel: domain hash size = 128\n[ 0.416811] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417738] NetLabel: unlabeled traffic allowed by default\n[ 0.418810] clocksource: Switched to clocksource kvm-clock\n[ 0.424534] AppArmor: AppArmor Filesystem Enabled\n[ 0.425472] pnp: PnP ACPI init\n[ 0.426383] pnp: PnP ACPI: found 5 devices\n[ 0.432753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434410] NET: Registered protocol family 2\n[ 0.435354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436585] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437717] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.438854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439903] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441032] NET: Registered protocol family 1\n[ 0.441875] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442942] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443983] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458117] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.472316] Trying to unpack rootfs image as initramfs...\n[ 0.522457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536167] Scanning for low memory corruption every 60 seconds\n[ 0.537513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538627] audit: initializing netlink subsys (disabled)\n[ 0.539631] audit: type=2000 audit(1535526606.890:1): initialized\n[ 0.540921] Initialise system trusted keyring\n[ 0.541837] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542971] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544899] zbud: loaded\n[ 0.545592] VFS: Disk quotas dquot_6.6.0\n[ 0.546387] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547898] fuse init (API version 7.23)\n[ 0.548766] Key type big_key registered\n[ 0.549548] Allocating IMA MOK and blacklist keyrings.\n[ 0.551008] Key type asymmetric registered\n[ 0.551812] Asymmetric key parser 'x509' registered\n[ 0.552738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554154] io scheduler noop registered\n[ 0.554934] io scheduler deadline registered (default)\n[ 0.555897] io scheduler cfq registered\n[ 0.556711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.557727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560385] ACPI: Power Button [PWRF]\n[ 0.561201] GHES: HEST is not enabled!\n[ 0.574919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609931] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637380] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640309] Linux agpgart interface v0.103\n[ 0.643817] brd: module loaded\n[ 0.645665] loop: module loaded\n[ 0.650206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651629] GPT:90111 != 2097151\n[ 0.652288] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653423] GPT:90111 != 2097151\n[ 0.654154] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655101] vda: vda1 vda15\n[ 0.656646] scsi host0: ata_piix\n[ 0.657361] scsi host1: ata_piix\n[ 0.658062] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660677] libphy: Fixed MDIO Bus: probed\n[ 0.661481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662399] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664678] PPP generic driver version 2.4.2\n[ 0.665624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667137] ehci-pci: EHCI PCI platform driver\n[ 0.668012] ehci-platform: EHCI generic platform driver\n[ 0.669115] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670165] ohci-pci: OHCI PCI platform driver\n[ 0.671040] ohci-platform: OHCI generic platform driver\n[ 0.672021] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686437] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688813] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689793] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693453] usb usb1: Product: UHCI Host Controller\n[ 0.694361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695524] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696547] hub 1-0:1.0: USB hub found\n[ 0.697304] hub 1-0:1.0: 2 ports detected\n[ 0.698194] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700288] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701216] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702214] mousedev: PS/2 mouse device common for all mice\n[ 0.703452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705240] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708644] i2c /dev entries driver\n[ 0.709392] device-mapper: uevent: version 1.0.3\n[ 0.710318] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711906] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713164] NET: Registered protocol family 10\n[ 0.714135] NET: Registered protocol family 17\n[ 0.715005] Key type dns_resolver registered\n[ 0.715910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716978] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718685] registered taskstats version 1\n[ 0.719510] Loading compiled-in X.509 certificates\n[ 0.720932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722738] zswap: loaded using pool lzo/zbud\n[ 0.724576] Key type trusted registered\n[ 0.726106] Key type encrypted registered\n[ 0.726918] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727923] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728933] evm: HMAC attrs: 0x1\n[ 0.729872] Magic number: 14:548:168\n[ 0.730725] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:07 UTC (1535526607)\n[ 0.732295] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733383] EDD information not available.\n[ 0.815349] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816742] ata1.00: configured for MWDMA2\n[ 0.817925] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.830452] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.831647] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832875] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.836208] Write protecting the kernel read-only data: 14336k\n[ 0.837753] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839511] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.39\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.630047] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 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.89s]\nping 10.10.11.13 KO\n"} 2018-08-29 07:11:41,333 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action used request id req-dfb2476b-ac75-4310-9929-c7b76ad0292c 2018-08-29 07:11:43,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:44,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-923cb13d-9507-479e-9265-f22bc97e8322 x-compute-request-id: req-923cb13d-9507-479e-9265-f22bc97e8322 Content-Encoding: gzip Content-Length: 8118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\n"} 2018-08-29 07:11:44,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-923cb13d-9507-479e-9265-f22bc97e8322 2018-08-29 07:11:44,409 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.15) to 'sdnvpn-1-2' (10.10.10.12). -->Expected result: can ping. 2018-08-29 07:11:44,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:45,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-c769f269-4956-4f1a-a58d-ae6319dc13c1 x-compute-request-id: req-c769f269-4956-4f1a-a58d-ae6319dc13c1 Content-Encoding: gzip Content-Length: 8118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\n"} 2018-08-29 07:11:45,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-c769f269-4956-4f1a-a58d-ae6319dc13c1 2018-08-29 07:11:45,479 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-08-29 07:11:45,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:46,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-d0fbc06f-69bc-430d-8efe-be0841c19dcd x-compute-request-id: req-d0fbc06f-69bc-430d-8efe-be0841c19dcd Content-Encoding: gzip Content-Length: 8118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\n"} 2018-08-29 07:11:46,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-d0fbc06f-69bc-430d-8efe-be0841c19dcd 2018-08-29 07:11:46,559 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.15) to 'sdnvpn-1-3' (10.10.10.5). -->Expected result: can ping. 2018-08-29 07:11:46,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:47,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b9e93d68-4e67-4d69-9e31-2e67b61762aa x-compute-request-id: req-b9e93d68-4e67-4d69-9e31-2e67b61762aa Content-Encoding: gzip Content-Length: 8118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\n"} 2018-08-29 07:11:47,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-b9e93d68-4e67-4d69-9e31-2e67b61762aa 2018-08-29 07:11:48,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:49,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-8b329671-c145-4bb6-83c1-bcb0bbe5f585 x-compute-request-id: req-8b329671-c145-4bb6-83c1-bcb0bbe5f585 Content-Encoding: gzip Content-Length: 8118 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\n"} 2018-08-29 07:11:49,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-8b329671-c145-4bb6-83c1-bcb0bbe5f585 2018-08-29 07:11:50,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:51,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-47750d14-e51c-4f4e-af4b-16ba70c05866 x-compute-request-id: req-47750d14-e51c-4f4e-af4b-16ba70c05866 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:11:51,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-47750d14-e51c-4f4e-af4b-16ba70c05866 2018-08-29 07:11:51,853 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-3' 2018-08-29 07:11:51,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:52,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-f26624df-bdf2-435f-b91c-cd4a8772bbe6 x-compute-request-id: req-f26624df-bdf2-435f-b91c-cd4a8772bbe6 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:11:52,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-f26624df-bdf2-435f-b91c-cd4a8772bbe6 2018-08-29 07:11:52,934 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.15) to 'sdnvpn-1-4' (10.10.11.10). -->Expected result: cannot ping. 2018-08-29 07:11:52,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:54,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-a2ac79aa-82a5-4b67-9952-a872a25fd008 x-compute-request-id: req-a2ac79aa-82a5-4b67-9952-a872a25fd008 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:11:54,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-a2ac79aa-82a5-4b67-9952-a872a25fd008 2018-08-29 07:11:55,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:56,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8c41a0b4-c376-4477-857b-e2110424c294 x-compute-request-id: req-8c41a0b4-c376-4477-857b-e2110424c294 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:11:56,096 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-8c41a0b4-c376-4477-857b-e2110424c294 2018-08-29 07:11:57,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:11:58,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:11: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-964a18dc-a703-4497-815f-4fbdd1c06fb9 x-compute-request-id: req-964a18dc-a703-4497-815f-4fbdd1c06fb9 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:11:58,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-964a18dc-a703-4497-815f-4fbdd1c06fb9 2018-08-29 07:11:59,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:00,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-a578d6e1-9b5c-423c-b993-e458e689c515 x-compute-request-id: req-a578d6e1-9b5c-423c-b993-e458e689c515 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:12:00,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-a578d6e1-9b5c-423c-b993-e458e689c515 2018-08-29 07:12:01,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:02,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5681a06a-9ec2-43c7-a85c-d643ebf90101 x-compute-request-id: req-5681a06a-9ec2-43c7-a85c-d643ebf90101 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:12:02,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-5681a06a-9ec2-43c7-a85c-d643ebf90101 2018-08-29 07:12:03,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:04,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-ef7fe92f-6bf7-4fdc-b7e4-9201f60e0166 x-compute-request-id: req-ef7fe92f-6bf7-4fdc-b7e4-9201f60e0166 Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:12:04,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-ef7fe92f-6bf7-4fdc-b7e4-9201f60e0166 2018-08-29 07:12:05,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:06,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:12:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c17845d0-cef3-4f7e-a505-ca2952d9948b x-compute-request-id: req-c17845d0-cef3-4f7e-a505-ca2952d9948b Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:12:06,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-c17845d0-cef3-4f7e-a505-ca2952d9948b 2018-08-29 07:12:07,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:08,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-0c5a21fc-9354-46b3-acc2-9bc87a3156dd x-compute-request-id: req-0c5a21fc-9354-46b3-acc2-9bc87a3156dd Content-Encoding: gzip Content-Length: 8126 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\n"} 2018-08-29 07:12:08,551 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-0c5a21fc-9354-46b3-acc2-9bc87a3156dd 2018-08-29 07:12:09,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:10,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b35bd750-8fd9-4008-bca3-bb8c8ac5bee2 x-compute-request-id: req-b35bd750-8fd9-4008-bca3-bb8c8ac5bee2 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\n"} 2018-08-29 07:12:10,626 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-b35bd750-8fd9-4008-bca3-bb8c8ac5bee2 2018-08-29 07:12:10,628 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-08-29 07:12:10,628 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-08-29 07:12:10,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"network_association": {"network_id": "c31af670-6036-45da-8dfd-51380d91d02f"}}' 2018-08-29 07:12:11,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-5a4d0081-0f8e-4721-83a3-29335e47c4ac Date: Wed, 29 Aug 2018 07:12:11 GMT RESP BODY: {"network_association": {"network_id": "c31af670-6036-45da-8dfd-51380d91d02f", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "67ac3b63-f788-4886-8045-a24ca954359a"}} 2018-08-29 07:12:11,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf/network_associations used request id req-5a4d0081-0f8e-4721-83a3-29335e47c4ac 2018-08-29 07:12:11,333 - sdnvpn_test_utils - DEBUG - Waiting for network 5da8b222-1904-4387-a079-92b942137dcf to associate with BGPVPN abaea232-7787-4819-8f7d-714a4bd3575d 2018-08-29 07:12:11,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:12:11,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-07841509-0946-4bab-a351-ebcc0ef7e7a9 Date: Wed, 29 Aug 2018 07:12:11 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "5da8b222-1904-4387-a079-92b942137dcf", "name": "sdnvpn-106139", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["abaea232-7787-4819-8f7d-714a4bd3575d", "c31af670-6036-45da-8dfd-51380d91d02f"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:12:11,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf used request id req-07841509-0946-4bab-a351-ebcc0ef7e7a9 2018-08-29 07:12:12,793 - sdnvpn_test_utils - DEBUG - Waiting for network 5da8b222-1904-4387-a079-92b942137dcf to associate with BGPVPN c31af670-6036-45da-8dfd-51380d91d02f 2018-08-29 07:12:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:12:13,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-14ba39a6-1aba-4649-af40-4f448e568fcd Date: Wed, 29 Aug 2018 07:12:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "5da8b222-1904-4387-a079-92b942137dcf", "name": "sdnvpn-106139", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["abaea232-7787-4819-8f7d-714a4bd3575d", "c31af670-6036-45da-8dfd-51380d91d02f"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:12:13,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf used request id req-14ba39a6-1aba-4649-af40-4f448e568fcd 2018-08-29 07:12:14,113 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:12:44,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:45,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-2cecde0a-18d5-4c89-9680-2aa7295a6efd x-compute-request-id: req-2cecde0a-18d5-4c89-9680-2aa7295a6efd Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498530877 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.157141] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.158753] pid_max: default: 32768 minimum: 301\n[ 0.159625] ACPI: Core revision 20150930\n[ 0.160997] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162276] Security Framework initialized\n[ 0.163068] Yama: becoming mindful.\n[ 0.163879] AppArmor: AppArmor initialized\n[ 0.164733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167291] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170048] Initializing cgroup subsys io\n[ 0.171025] Initializing cgroup subsys memory\n[ 0.172051] Initializing cgroup subsys devices\n[ 0.173096] Initializing cgroup subsys freezer\n[ 0.174132] Initializing cgroup subsys net_cls\n[ 0.175168] Initializing cgroup subsys perf_event\n[ 0.176262] Initializing cgroup subsys net_prio\n[ 0.177316] Initializing cgroup subsys hugetlb\n[ 0.178347] Initializing cgroup subsys pids\n[ 0.179375] CPU: Physical Processor ID: 0\n[ 0.181029] mce: CPU supports 10 MCE banks\n[ 0.182036] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183225] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194488] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201480] ftrace: allocating 31920 entries in 125 pages\n[ 0.229033] smpboot: Max logical packages: 1\n[ 0.230085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231702] x2apic enabled\n[ 0.232627] Switched APIC routing to physical x2apic.\n[ 0.234588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235938] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238281] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240384] KVM setup paravirtual spinlock\n[ 0.241879] x86: Booted up 1 node, 1 CPUs\n[ 0.242833] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244461] devtmpfs: initialized\n[ 0.246290] evm: security.selinux\n[ 0.247115] evm: security.SMACK64\n[ 0.247934] evm: security.SMACK64EXEC\n[ 0.248815] evm: security.SMACK64TRANSMUTE\n[ 0.249762] evm: security.SMACK64MMAP\n[ 0.250620] evm: security.ima\n[ 0.251354] evm: security.capability\n[ 0.252290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.254478] pinctrl core: initialized pinctrl subsystem\n[ 0.255755] RTC time: 7:10:06, date: 08/29/18\n[ 0.256864] NET: Registered protocol family 16\n[ 0.257996] cpuidle: using governor ladder\n[ 0.258803] cpuidle: using governor menu\n[ 0.259567] PCCT header not found.\n[ 0.260294] ACPI: bus type PCI registered\n[ 0.261068] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262265] PCI: Using configuration type 1 for base access\n[ 0.264012] ACPI: Added _OSI(Module Device)\n[ 0.264826] ACPI: Added _OSI(Processor Device)\n[ 0.265656] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268645] ACPI: Interpreter enabled\n[ 0.269384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274713] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276491] ACPI: (supports S0 S5)\n[ 0.277171] ACPI: Using IOAPIC for interrupt routing\n[ 0.278082] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283626] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.284780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286916] acpiphp: Slot [3] registered\n[ 0.287695] acpiphp: Slot [4] registered\n[ 0.288467] acpiphp: Slot [5] registered\n[ 0.289265] acpiphp: Slot [6] registered\n[ 0.290044] acpiphp: Slot [7] registered\n[ 0.290815] acpiphp: Slot [8] registered\n[ 0.291595] acpiphp: Slot [9] registered\n[ 0.292361] acpiphp: Slot [10] registered\n[ 0.293145] acpiphp: Slot [11] registered\n[ 0.293937] acpiphp: Slot [12] registered\n[ 0.294729] acpiphp: Slot [13] registered\n[ 0.295512] acpiphp: Slot [14] registered\n[ 0.296293] acpiphp: Slot [15] registered\n[ 0.307226] acpiphp: Slot [16] registered\n[ 0.308034] acpiphp: Slot [17] registered\n[ 0.308826] acpiphp: Slot [18] registered\n[ 0.309607] acpiphp: Slot [19] registered\n[ 0.310382] acpiphp: Slot [20] registered\n[ 0.311164] acpiphp: Slot [21] registered\n[ 0.311949] acpiphp: Slot [22] registered\n[ 0.312732] acpiphp: Slot [23] registered\n[ 0.313529] acpiphp: Slot [24] registered\n[ 0.314306] acpiphp: Slot [25] registered\n[ 0.315085] acpiphp: Slot [26] registered\n[ 0.315866] acpiphp: Slot [27] registered\n[ 0.316654] acpiphp: Slot [28] registered\n[ 0.317438] acpiphp: Slot [29] registered\n[ 0.318215] acpiphp: Slot [30] registered\n[ 0.318996] acpiphp: Slot [31] registered\n[ 0.319774] PCI host bridge to bus 0000:00\n[ 0.320553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321720] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.322885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324283] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325677] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331963] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333191] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335537] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342952] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344328] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.396007] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398769] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401358] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403665] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405211] vgaarb: loaded\n[ 0.405949] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407379] SCSI subsystem initialized\n[ 0.408434] ACPI: bus type USB registered\n[ 0.409465] usbcore: registered new interface driver usbfs\n[ 0.410851] usbcore: registered new interface driver hub\n[ 0.412156] usbcore: registered new device driver usb\n[ 0.413502] PCI: Using ACPI for IRQ routing\n[ 0.414811] NetLabel: Initializing\n[ 0.415733] NetLabel: domain hash size = 128\n[ 0.416811] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417738] NetLabel: unlabeled traffic allowed by default\n[ 0.418810] clocksource: Switched to clocksource kvm-clock\n[ 0.424534] AppArmor: AppArmor Filesystem Enabled\n[ 0.425472] pnp: PnP ACPI init\n[ 0.426383] pnp: PnP ACPI: found 5 devices\n[ 0.432753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434410] NET: Registered protocol family 2\n[ 0.435354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436585] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437717] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.438854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439903] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441032] NET: Registered protocol family 1\n[ 0.441875] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442942] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443983] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458117] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.472316] Trying to unpack rootfs image as initramfs...\n[ 0.522457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536167] Scanning for low memory corruption every 60 seconds\n[ 0.537513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538627] audit: initializing netlink subsys (disabled)\n[ 0.539631] audit: type=2000 audit(1535526606.890:1): initialized\n[ 0.540921] Initialise system trusted keyring\n[ 0.541837] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542971] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544899] zbud: loaded\n[ 0.545592] VFS: Disk quotas dquot_6.6.0\n[ 0.546387] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547898] fuse init (API version 7.23)\n[ 0.548766] Key type big_key registered\n[ 0.549548] Allocating IMA MOK and blacklist keyrings.\n[ 0.551008] Key type asymmetric registered\n[ 0.551812] Asymmetric key parser 'x509' registered\n[ 0.552738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554154] io scheduler noop registered\n[ 0.554934] io scheduler deadline registered (default)\n[ 0.555897] io scheduler cfq registered\n[ 0.556711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.557727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560385] ACPI: Power Button [PWRF]\n[ 0.561201] GHES: HEST is not enabled!\n[ 0.574919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609931] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637380] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640309] Linux agpgart interface v0.103\n[ 0.643817] brd: module loaded\n[ 0.645665] loop: module loaded\n[ 0.650206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651629] GPT:90111 != 2097151\n[ 0.652288] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653423] GPT:90111 != 2097151\n[ 0.654154] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655101] vda: vda1 vda15\n[ 0.656646] scsi host0: ata_piix\n[ 0.657361] scsi host1: ata_piix\n[ 0.658062] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660677] libphy: Fixed MDIO Bus: probed\n[ 0.661481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662399] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664678] PPP generic driver version 2.4.2\n[ 0.665624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667137] ehci-pci: EHCI PCI platform driver\n[ 0.668012] ehci-platform: EHCI generic platform driver\n[ 0.669115] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670165] ohci-pci: OHCI PCI platform driver\n[ 0.671040] ohci-platform: OHCI generic platform driver\n[ 0.672021] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686437] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688813] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689793] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693453] usb usb1: Product: UHCI Host Controller\n[ 0.694361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695524] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696547] hub 1-0:1.0: USB hub found\n[ 0.697304] hub 1-0:1.0: 2 ports detected\n[ 0.698194] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700288] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701216] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702214] mousedev: PS/2 mouse device common for all mice\n[ 0.703452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705240] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708644] i2c /dev entries driver\n[ 0.709392] device-mapper: uevent: version 1.0.3\n[ 0.710318] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711906] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713164] NET: Registered protocol family 10\n[ 0.714135] NET: Registered protocol family 17\n[ 0.715005] Key type dns_resolver registered\n[ 0.715910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716978] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718685] registered taskstats version 1\n[ 0.719510] Loading compiled-in X.509 certificates\n[ 0.720932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722738] zswap: loaded using pool lzo/zbud\n[ 0.724576] Key type trusted registered\n[ 0.726106] Key type encrypted registered\n[ 0.726918] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727923] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728933] evm: HMAC attrs: 0x1\n[ 0.729872] Magic number: 14:548:168\n[ 0.730725] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:07 UTC (1535526607)\n[ 0.732295] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733383] EDD information not available.\n[ 0.815349] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816742] ata1.00: configured for MWDMA2\n[ 0.817925] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.830452] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.831647] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832875] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.836208] Write protecting the kernel read-only data: 14336k\n[ 0.837753] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839511] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.39\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.630047] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 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.89s]\nping 10.10.11.13 KO\nping 10.10.11.13 KO\nping 10.10.11.13 KO\nping 10.10.11.13 KO\n"} 2018-08-29 07:12:45,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action used request id req-2cecde0a-18d5-4c89-9680-2aa7295a6efd 2018-08-29 07:12:45,211 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.10) to 'sdnvpn-1-5' (10.10.11.13). -->Expected result: can ping. 2018-08-29 07:12:45,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9b451195c2ce7ad7a9573f2e05fe82e2016778" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:12:46,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-77585f50-5554-4be0-8f6e-8e6336646c4d x-compute-request-id: req-77585f50-5554-4be0-8f6e-8e6336646c4d Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498530877 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.157141] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.158753] pid_max: default: 32768 minimum: 301\n[ 0.159625] ACPI: Core revision 20150930\n[ 0.160997] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162276] Security Framework initialized\n[ 0.163068] Yama: becoming mindful.\n[ 0.163879] AppArmor: AppArmor initialized\n[ 0.164733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166047] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167291] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170048] Initializing cgroup subsys io\n[ 0.171025] Initializing cgroup subsys memory\n[ 0.172051] Initializing cgroup subsys devices\n[ 0.173096] Initializing cgroup subsys freezer\n[ 0.174132] Initializing cgroup subsys net_cls\n[ 0.175168] Initializing cgroup subsys perf_event\n[ 0.176262] Initializing cgroup subsys net_prio\n[ 0.177316] Initializing cgroup subsys hugetlb\n[ 0.178347] Initializing cgroup subsys pids\n[ 0.179375] CPU: Physical Processor ID: 0\n[ 0.181029] mce: CPU supports 10 MCE banks\n[ 0.182036] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183225] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.194488] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.201480] ftrace: allocating 31920 entries in 125 pages\n[ 0.229033] smpboot: Max logical packages: 1\n[ 0.230085] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231702] x2apic enabled\n[ 0.232627] Switched APIC routing to physical x2apic.\n[ 0.234588] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.235938] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238281] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240384] KVM setup paravirtual spinlock\n[ 0.241879] x86: Booted up 1 node, 1 CPUs\n[ 0.242833] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244461] devtmpfs: initialized\n[ 0.246290] evm: security.selinux\n[ 0.247115] evm: security.SMACK64\n[ 0.247934] evm: security.SMACK64EXEC\n[ 0.248815] evm: security.SMACK64TRANSMUTE\n[ 0.249762] evm: security.SMACK64MMAP\n[ 0.250620] evm: security.ima\n[ 0.251354] evm: security.capability\n[ 0.252290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.254478] pinctrl core: initialized pinctrl subsystem\n[ 0.255755] RTC time: 7:10:06, date: 08/29/18\n[ 0.256864] NET: Registered protocol family 16\n[ 0.257996] cpuidle: using governor ladder\n[ 0.258803] cpuidle: using governor menu\n[ 0.259567] PCCT header not found.\n[ 0.260294] ACPI: bus type PCI registered\n[ 0.261068] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262265] PCI: Using configuration type 1 for base access\n[ 0.264012] ACPI: Added _OSI(Module Device)\n[ 0.264826] ACPI: Added _OSI(Processor Device)\n[ 0.265656] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266519] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268645] ACPI: Interpreter enabled\n[ 0.269384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274713] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276491] ACPI: (supports S0 S5)\n[ 0.277171] ACPI: Using IOAPIC for interrupt routing\n[ 0.278082] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283626] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.284780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286916] acpiphp: Slot [3] registered\n[ 0.287695] acpiphp: Slot [4] registered\n[ 0.288467] acpiphp: Slot [5] registered\n[ 0.289265] acpiphp: Slot [6] registered\n[ 0.290044] acpiphp: Slot [7] registered\n[ 0.290815] acpiphp: Slot [8] registered\n[ 0.291595] acpiphp: Slot [9] registered\n[ 0.292361] acpiphp: Slot [10] registered\n[ 0.293145] acpiphp: Slot [11] registered\n[ 0.293937] acpiphp: Slot [12] registered\n[ 0.294729] acpiphp: Slot [13] registered\n[ 0.295512] acpiphp: Slot [14] registered\n[ 0.296293] acpiphp: Slot [15] registered\n[ 0.307226] acpiphp: Slot [16] registered\n[ 0.308034] acpiphp: Slot [17] registered\n[ 0.308826] acpiphp: Slot [18] registered\n[ 0.309607] acpiphp: Slot [19] registered\n[ 0.310382] acpiphp: Slot [20] registered\n[ 0.311164] acpiphp: Slot [21] registered\n[ 0.311949] acpiphp: Slot [22] registered\n[ 0.312732] acpiphp: Slot [23] registered\n[ 0.313529] acpiphp: Slot [24] registered\n[ 0.314306] acpiphp: Slot [25] registered\n[ 0.315085] acpiphp: Slot [26] registered\n[ 0.315866] acpiphp: Slot [27] registered\n[ 0.316654] acpiphp: Slot [28] registered\n[ 0.317438] acpiphp: Slot [29] registered\n[ 0.318215] acpiphp: Slot [30] registered\n[ 0.318996] acpiphp: Slot [31] registered\n[ 0.319774] PCI host bridge to bus 0000:00\n[ 0.320553] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321720] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.322885] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324283] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325677] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331963] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333191] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334316] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335537] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342952] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344328] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.396007] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398769] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401358] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403665] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405211] vgaarb: loaded\n[ 0.405949] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407379] SCSI subsystem initialized\n[ 0.408434] ACPI: bus type USB registered\n[ 0.409465] usbcore: registered new interface driver usbfs\n[ 0.410851] usbcore: registered new interface driver hub\n[ 0.412156] usbcore: registered new device driver usb\n[ 0.413502] PCI: Using ACPI for IRQ routing\n[ 0.414811] NetLabel: Initializing\n[ 0.415733] NetLabel: domain hash size = 128\n[ 0.416811] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.417738] NetLabel: unlabeled traffic allowed by default\n[ 0.418810] clocksource: Switched to clocksource kvm-clock\n[ 0.424534] AppArmor: AppArmor Filesystem Enabled\n[ 0.425472] pnp: PnP ACPI init\n[ 0.426383] pnp: PnP ACPI: found 5 devices\n[ 0.432753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.434410] NET: Registered protocol family 2\n[ 0.435354] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.436585] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.437717] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.438854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439903] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.441032] NET: Registered protocol family 1\n[ 0.441875] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.442942] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.443983] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458117] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.472316] Trying to unpack rootfs image as initramfs...\n[ 0.522457] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.536167] Scanning for low memory corruption every 60 seconds\n[ 0.537513] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.538627] audit: initializing netlink subsys (disabled)\n[ 0.539631] audit: type=2000 audit(1535526606.890:1): initialized\n[ 0.540921] Initialise system trusted keyring\n[ 0.541837] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542971] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544899] zbud: loaded\n[ 0.545592] VFS: Disk quotas dquot_6.6.0\n[ 0.546387] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547898] fuse init (API version 7.23)\n[ 0.548766] Key type big_key registered\n[ 0.549548] Allocating IMA MOK and blacklist keyrings.\n[ 0.551008] Key type asymmetric registered\n[ 0.551812] Asymmetric key parser 'x509' registered\n[ 0.552738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.554154] io scheduler noop registered\n[ 0.554934] io scheduler deadline registered (default)\n[ 0.555897] io scheduler cfq registered\n[ 0.556711] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.557727] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.558971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.560385] ACPI: Power Button [PWRF]\n[ 0.561201] GHES: HEST is not enabled!\n[ 0.574919] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609931] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.613139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.637380] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640309] Linux agpgart interface v0.103\n[ 0.643817] brd: module loaded\n[ 0.645665] loop: module loaded\n[ 0.650206] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.651629] GPT:90111 != 2097151\n[ 0.652288] GPT:Alternate GPT header not at the end of the disk.\n[ 0.653423] GPT:90111 != 2097151\n[ 0.654154] GPT: Use GNU Parted to correct GPT errors.\n[ 0.655101] vda: vda1 vda15\n[ 0.656646] scsi host0: ata_piix\n[ 0.657361] scsi host1: ata_piix\n[ 0.658062] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.659252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660677] libphy: Fixed MDIO Bus: probed\n[ 0.661481] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662399] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664678] PPP generic driver version 2.4.2\n[ 0.665624] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.667137] ehci-pci: EHCI PCI platform driver\n[ 0.668012] ehci-platform: EHCI generic platform driver\n[ 0.669115] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670165] ohci-pci: OHCI PCI platform driver\n[ 0.671040] ohci-platform: OHCI generic platform driver\n[ 0.672021] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686437] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688813] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689793] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.692069] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693453] usb usb1: Product: UHCI Host Controller\n[ 0.694361] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695524] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696547] hub 1-0:1.0: USB hub found\n[ 0.697304] hub 1-0:1.0: 2 ports detected\n[ 0.698194] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700288] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701216] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702214] mousedev: PS/2 mouse device common for all mice\n[ 0.703452] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705240] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707479] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708644] i2c /dev entries driver\n[ 0.709392] device-mapper: uevent: version 1.0.3\n[ 0.710318] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711906] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713164] NET: Registered protocol family 10\n[ 0.714135] NET: Registered protocol family 17\n[ 0.715005] Key type dns_resolver registered\n[ 0.715910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716978] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718685] registered taskstats version 1\n[ 0.719510] Loading compiled-in X.509 certificates\n[ 0.720932] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722738] zswap: loaded using pool lzo/zbud\n[ 0.724576] Key type trusted registered\n[ 0.726106] Key type encrypted registered\n[ 0.726918] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727923] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728933] evm: HMAC attrs: 0x1\n[ 0.729872] Magic number: 14:548:168\n[ 0.730725] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:07 UTC (1535526607)\n[ 0.732295] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733383] EDD information not available.\n[ 0.815349] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.816742] ata1.00: configured for MWDMA2\n[ 0.817925] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.830452] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.831647] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832875] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834716] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.836208] Write protecting the kernel read-only data: 14336k\n[ 0.837753] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839511] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.39\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.630047] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.10...\nLease of 10.10.11.10 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.89s]\nping 10.10.11.13 KO\nping 10.10.11.13 KO\nping 10.10.11.13 KO\nping 10.10.11.13 KO\n"} 2018-08-29 07:12:46,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action used request id req-77585f50-5554-4be0-8f6e-8e6336646c4d 2018-08-29 07:12:46,287 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-4' cannot ping 'sdnvpn-1-5' 2018-08-29 07:12:46,288 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-29 07:12:46,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:12:46,633 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a73fc64-919a-4005-8489-f9ec5d150e2f Content-Length: 0 Date: Wed, 29 Aug 2018 07:12:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:12:46,634 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/5da8b222-1904-4387-a079-92b942137dcf used request id req-0a73fc64-919a-4005-8489-f9ec5d150e2f 2018-08-29 07:13:16,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-106139", "route_distinguishers": "11:11"}}' 2018-08-29 07:13:17,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-9b5d2a33-de7d-4c9d-9c36-dfc76f39d302 Date: Wed, 29 Aug 2018 07:13:17 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "548aea4a-1ff7-4c71-8731-b95d94495cb5", "name": "sdnvpn-106139", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:13:17,185 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-9b5d2a33-de7d-4c9d-9c36-dfc76f39d302 2018-08-29 07:13:17,186 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-106139', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'548aea4a-1ff7-4c71-8731-b95d94495cb5'}} 2018-08-29 07:13:17,186 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-29 07:13:17,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"network_association": {"network_id": "abaea232-7787-4819-8f7d-714a4bd3575d"}}' 2018-08-29 07:13:17,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-20d2644b-ad0a-4eab-880d-ca8a8f54d4ed Date: Wed, 29 Aug 2018 07:13:17 GMT RESP BODY: {"network_association": {"network_id": "abaea232-7787-4819-8f7d-714a4bd3575d", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "08f40853-4050-4710-8b72-3430a1952a2e"}} 2018-08-29 07:13:17,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5/network_associations used request id req-20d2644b-ad0a-4eab-880d-ca8a8f54d4ed 2018-08-29 07:13:17,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" -d '{"network_association": {"network_id": "c31af670-6036-45da-8dfd-51380d91d02f"}}' 2018-08-29 07:13:18,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7bb107e5-dc0e-4724-abd9-c6fd39b0c801 Date: Wed, 29 Aug 2018 07:13:18 GMT RESP BODY: {"network_association": {"network_id": "c31af670-6036-45da-8dfd-51380d91d02f", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "a95ad8b8-db7a-40fe-a196-6175e2dd62c5"}} 2018-08-29 07:13:18,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5/network_associations used request id req-7bb107e5-dc0e-4724-abd9-c6fd39b0c801 2018-08-29 07:13:18,442 - sdnvpn_test_utils - DEBUG - Waiting for network 548aea4a-1ff7-4c71-8731-b95d94495cb5 to associate with BGPVPN abaea232-7787-4819-8f7d-714a4bd3575d 2018-08-29 07:13:18,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:13:18,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-af0129ef-cf21-47b3-848e-95dda8b0f979 Date: Wed, 29 Aug 2018 07:13:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "548aea4a-1ff7-4c71-8731-b95d94495cb5", "name": "sdnvpn-106139", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["abaea232-7787-4819-8f7d-714a4bd3575d", "c31af670-6036-45da-8dfd-51380d91d02f"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:13:18,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5 used request id req-af0129ef-cf21-47b3-848e-95dda8b0f979 2018-08-29 07:13:19,753 - sdnvpn_test_utils - DEBUG - Waiting for network 548aea4a-1ff7-4c71-8731-b95d94495cb5 to associate with BGPVPN c31af670-6036-45da-8dfd-51380d91d02f 2018-08-29 07:13:19,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:13:20,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-56fbfc94-d02f-4cc3-90a2-849462d85437 Date: Wed, 29 Aug 2018 07:13:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "548aea4a-1ff7-4c71-8731-b95d94495cb5", "name": "sdnvpn-106139", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["abaea232-7787-4819-8f7d-714a4bd3575d", "c31af670-6036-45da-8dfd-51380d91d02f"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:13:20,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5 used request id req-56fbfc94-d02f-4cc3-90a2-849462d85437 2018-08-29 07:13:21,057 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:13:51,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:13:52,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-bea23be9-2472-439b-976b-4e8c97cd2a86 x-compute-request-id: req-bea23be9-2472-439b-976b-4e8c97cd2a86 Content-Encoding: gzip Content-Length: 8137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\n"} 2018-08-29 07:13:52,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-bea23be9-2472-439b-976b-4e8c97cd2a86 2018-08-29 07:13:52,218 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.15) to 'sdnvpn-1-4' (10.10.11.10). -->Expected result: can ping. 2018-08-29 07:13:52,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:13:53,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-6965c13c-c553-432f-a193-9567222361eb x-compute-request-id: req-6965c13c-c553-432f-a193-9567222361eb Content-Encoding: gzip Content-Length: 8137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\n"} 2018-08-29 07:13:53,290 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-6965c13c-c553-432f-a193-9567222361eb 2018-08-29 07:13:53,291 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-08-29 07:13:53,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:13:54,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:13:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f19ae81-cb97-4904-988b-7d1379ffd74d x-compute-request-id: req-4f19ae81-cb97-4904-988b-7d1379ffd74d Content-Encoding: gzip Content-Length: 8137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\n"} 2018-08-29 07:13:54,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-4f19ae81-cb97-4904-988b-7d1379ffd74d 2018-08-29 07:13:54,371 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.15) to 'sdnvpn-1-5' (10.10.11.13). -->Expected result: can ping. 2018-08-29 07:13:54,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acbe2ce5d61668f3d8b1797bf2b3c483e5ca31e2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:13:55,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-52821759-6582-4c7b-b4cd-8261fd75adbc x-compute-request-id: req-52821759-6582-4c7b-b4cd-8261fd75adbc Content-Encoding: gzip Content-Length: 8137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 744111951 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135881] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137624] pid_max: default: 32768 minimum: 301\n[ 0.138563] ACPI: Core revision 20150930\n[ 0.139971] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141343] Security Framework initialized\n[ 0.142198] Yama: becoming mindful.\n[ 0.142960] AppArmor: AppArmor initialized\n[ 0.143855] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146567] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147833] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149287] Initializing cgroup subsys io\n[ 0.150131] Initializing cgroup subsys memory\n[ 0.151046] Initializing cgroup subsys devices\n[ 0.151955] Initializing cgroup subsys freezer\n[ 0.152866] Initializing cgroup subsys net_cls\n[ 0.153779] Initializing cgroup subsys perf_event\n[ 0.154743] Initializing cgroup subsys net_prio\n[ 0.155680] Initializing cgroup subsys hugetlb\n[ 0.156586] Initializing cgroup subsys pids\n[ 0.157510] CPU: Physical Processor ID: 0\n[ 0.159074] mce: CPU supports 10 MCE banks\n[ 0.159973] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173430] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179940] ftrace: allocating 31920 entries in 125 pages\n[ 0.206444] smpboot: Max logical packages: 1\n[ 0.207384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208815] x2apic enabled\n[ 0.209663] Switched APIC routing to physical x2apic.\n[ 0.211482] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212666] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214767] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216687] KVM setup paravirtual spinlock\n[ 0.218023] x86: Booted up 1 node, 1 CPUs\n[ 0.218999] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220487] devtmpfs: initialized\n[ 0.222239] evm: security.selinux\n[ 0.222987] evm: security.SMACK64\n[ 0.223768] evm: security.SMACK64EXEC\n[ 0.224664] evm: security.SMACK64TRANSMUTE\n[ 0.225678] evm: security.SMACK64MMAP\n[ 0.226596] evm: security.ima\n[ 0.227371] evm: security.capability\n[ 0.228353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230677] pinctrl core: initialized pinctrl subsystem\n[ 0.232012] RTC time: 7:10:19, date: 08/29/18\n[ 0.233202] NET: Registered protocol family 16\n[ 0.234384] cpuidle: using governor ladder\n[ 0.235406] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237299] ACPI: bus type PCI registered\n[ 0.238294] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239845] PCI: Using configuration type 1 for base access\n[ 0.241868] ACPI: Added _OSI(Module Device)\n[ 0.242908] ACPI: Added _OSI(Processor Device)\n[ 0.244009] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247495] ACPI: Interpreter enabled\n[ 0.248448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257518] ACPI: (supports S0 S5)\n[ 0.258356] ACPI: Using IOAPIC for interrupt routing\n[ 0.259500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265905] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267365] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270044] acpiphp: Slot [3] registered\n[ 0.271045] acpiphp: Slot [4] registered\n[ 0.272051] acpiphp: Slot [5] registered\n[ 0.273039] acpiphp: Slot [6] registered\n[ 0.274028] acpiphp: Slot [7] registered\n[ 0.275043] acpiphp: Slot [8] registered\n[ 0.276030] acpiphp: Slot [9] registered\n[ 0.277011] acpiphp: Slot [10] registered\n[ 0.278010] acpiphp: Slot [11] registered\n[ 0.279019] acpiphp: Slot [12] registered\n[ 0.280024] acpiphp: Slot [13] registered\n[ 0.281023] acpiphp: Slot [14] registered\n[ 0.282023] acpiphp: Slot [15] registered\n[ 0.293043] acpiphp: Slot [16] registered\n[ 0.294050] acpiphp: Slot [17] registered\n[ 0.295083] acpiphp: Slot [18] registered\n[ 0.296082] acpiphp: Slot [19] registered\n[ 0.297093] acpiphp: Slot [20] registered\n[ 0.298099] acpiphp: Slot [21] registered\n[ 0.299100] acpiphp: Slot [22] registered\n[ 0.300097] acpiphp: Slot [23] registered\n[ 0.301104] acpiphp: Slot [24] registered\n[ 0.302106] acpiphp: Slot [25] registered\n[ 0.303078] acpiphp: Slot [26] registered\n[ 0.304081] acpiphp: Slot [27] registered\n[ 0.305137] acpiphp: Slot [28] registered\n[ 0.306136] acpiphp: Slot [29] registered\n[ 0.307130] acpiphp: Slot [30] registered\n[ 0.308126] acpiphp: Slot [31] registered\n[ 0.309126] PCI host bridge to bus 0000:00\n[ 0.310127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311650] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313189] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.314968] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316753] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323192] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324800] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327878] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334923] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336689] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.384047] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.385807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.387494] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.389187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.391905] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.393399] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.394765] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.396074] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.397986] vgaarb: loaded\n[ 0.398718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400090] SCSI subsystem initialized\n[ 0.401085] ACPI: bus type USB registered\n[ 0.402090] usbcore: registered new interface driver usbfs\n[ 0.403380] usbcore: registered new interface driver hub\n[ 0.404627] usbcore: registered new device driver usb\n[ 0.405905] PCI: Using ACPI for IRQ routing\n[ 0.407124] NetLabel: Initializing\n[ 0.407996] NetLabel: domain hash size = 128\n[ 0.409053] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410230] NetLabel: unlabeled traffic allowed by default\n[ 0.411578] clocksource: Switched to clocksource kvm-clock\n[ 0.417248] AppArmor: AppArmor Filesystem Enabled\n[ 0.418423] pnp: PnP ACPI init\n[ 0.419472] pnp: PnP ACPI: found 5 devices\n[ 0.426041] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428176] NET: Registered protocol family 2\n[ 0.429336] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430931] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432409] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433856] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435199] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436652] NET: Registered protocol family 1\n[ 0.437722] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439080] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440427] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469211] Trying to unpack rootfs image as initramfs...\n[ 0.519072] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.533230] Scanning for low memory corruption every 60 seconds\n[ 0.534838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.536278] audit: initializing netlink subsys (disabled)\n[ 0.537556] audit: type=2000 audit(1535526620.270:1): initialized\n[ 0.539126] Initialise system trusted keyring\n[ 0.540260] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.541728] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.543964] zbud: loaded\n[ 0.544802] VFS: Disk quotas dquot_6.6.0\n[ 0.545782] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.547646] fuse init (API version 7.23)\n[ 0.548750] Key type big_key registered\n[ 0.549734] Allocating IMA MOK and blacklist keyrings.\n[ 0.551411] Key type asymmetric registered\n[ 0.552402] Asymmetric key parser 'x509' registered\n[ 0.553556] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.555315] io scheduler noop registered\n[ 0.556275] io scheduler deadline registered (default)\n[ 0.557475] io scheduler cfq registered\n[ 0.558515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.559811] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.561352] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563097] ACPI: Power Button [PWRF]\n[ 0.564089] GHES: HEST is not enabled!\n[ 0.577754] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.608054] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.611190] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.635463] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.637946] Linux agpgart interface v0.103\n[ 0.640213] brd: module loaded\n[ 0.641575] loop: module loaded\n[ 0.646546] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648346] GPT:90111 != 2097151\n[ 0.649173] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650535] GPT:90111 != 2097151\n[ 0.651348] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652553] vda: vda1 vda15\n[ 0.654123] scsi host0: ata_piix\n[ 0.655015] scsi host1: ata_piix\n[ 0.655892] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657420] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659171] libphy: Fixed MDIO Bus: probed\n[ 0.660354] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661533] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663925] PPP generic driver version 2.4.2\n[ 0.665012] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666506] ehci-pci: EHCI PCI platform driver\n[ 0.667575] ehci-platform: EHCI generic platform driver\n[ 0.668806] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.670217] ohci-pci: OHCI PCI platform driver\n[ 0.671285] ohci-platform: OHCI generic platform driver\n[ 0.672523] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.687141] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.688388] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690181] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691407] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696084] usb usb1: Product: UHCI Host Controller\n[ 0.697291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.698725] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699912] hub 1-0:1.0: USB hub found\n[ 0.700863] hub 1-0:1.0: 2 ports detected\n[ 0.701950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704459] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.705638] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.706893] mousedev: PS/2 mouse device common for all mice\n[ 0.708398] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.710610] rtc_cmos 00:00: RTC can wake from S4\n[ 0.711920] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.713397] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.714874] i2c /dev entries driver\n[ 0.715805] device-mapper: uevent: version 1.0.3\n[ 0.716963] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.718966] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.720518] NET: Registered protocol family 10\n[ 0.721720] NET: Registered protocol family 17\n[ 0.722808] Key type dns_resolver registered\n[ 0.723938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.725295] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.727431] registered taskstats version 1\n[ 0.728474] Loading compiled-in X.509 certificates\n[ 0.730129] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.732433] zswap: loaded using pool lzo/zbud\n[ 0.734020] Key type trusted registered\n[ 0.735759] Key type encrypted registered\n[ 0.736687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.737739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.738789] evm: HMAC attrs: 0x1\n[ 0.739751] Magic number: 14:548:168\n[ 0.740631] rtc_cmos 00:00: setting system clock to 2018-08-29 07:10:20 UTC (1535526620)\n[ 0.742247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.743394] EDD information not available.\n[ 0.812096] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813574] ata1.00: configured for MWDMA2\n[ 0.814776] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.827409] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.829907] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.831784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.833328] Write protecting the kernel read-only data: 14336k\n[ 0.834894] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.836717] 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.51\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.728058] 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=2078687,end=2097119\n/dev/root resized successfully [took 1.68s]\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\nping 10.10.10.5 KO\nping 10.10.11.10 KO\nping 10.10.11.13 KO\nping 10.10.10.12 OK\n"} 2018-08-29 07:13:55,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-52821759-6582-4c7b-b4cd-8261fd75adbc 2018-08-29 07:13:55,453 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-5' 2018-08-29 07:13:55,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"forceDelete": null}' 2018-08-29 07:13:55,628 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-2de28089-b530-4119-877e-efeea4c2edc2 x-compute-request-id: req-2de28089-b530-4119-877e-efeea4c2edc2 Content-Length: 0 Content-Type: application/json 2018-08-29 07:13:55,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d1e38ad8-da78-4073-ac83-a45675c31c24/action used request id req-2de28089-b530-4119-877e-efeea4c2edc2 2018-08-29 07:13:55,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"forceDelete": null}' 2018-08-29 07:13:55,790 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-7ba3f42a-326d-4f82-848a-8b92e48b659f x-compute-request-id: req-7ba3f42a-326d-4f82-848a-8b92e48b659f Content-Length: 0 Content-Type: application/json 2018-08-29 07:13:55,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/872af7c0-9880-4090-aa52-502b517ee1eb/action used request id req-7ba3f42a-326d-4f82-848a-8b92e48b659f 2018-08-29 07:13:55,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"forceDelete": null}' 2018-08-29 07:13:55,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-983ce2d1-34a0-4fd8-b9e5-de71855809e4 x-compute-request-id: req-983ce2d1-34a0-4fd8-b9e5-de71855809e4 Content-Length: 0 Content-Type: application/json 2018-08-29 07:13:55,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/c6abbe8f-1217-4007-8fe0-7e0cbc75f3e2/action used request id req-983ce2d1-34a0-4fd8-b9e5-de71855809e4 2018-08-29 07:13:56,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"forceDelete": null}' 2018-08-29 07:13:56,203 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:13:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d3b4346-dda4-4002-b9be-589e3e7eab10 x-compute-request-id: req-8d3b4346-dda4-4002-b9be-589e3e7eab10 Content-Length: 0 Content-Type: application/json 2018-08-29 07:13:56,203 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/6f05c01f-f2c2-46cd-8bfb-6478bebe40af/action used request id req-8d3b4346-dda4-4002-b9be-589e3e7eab10 2018-08-29 07:13:56,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4f1a6db4e00311a6eeb59dfaa459424a90879b9" -d '{"forceDelete": null}' 2018-08-29 07:13:56,414 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:13:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9857e2a3-8888-4e0c-8271-e07d544cbeb9 x-compute-request-id: req-9857e2a3-8888-4e0c-8271-e07d544cbeb9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:13:56,414 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/8ddf92cc-5817-41fd-95f1-87392e24196b/action used request id req-9857e2a3-8888-4e0c-8271-e07d544cbeb9 2018-08-29 07:13:56,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2dcf3e0ec65b0c49c6f21f9f30c9139412b2817a" 2018-08-29 07:13:57,591 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f26de41a-03ed-4466-898d-f3801077d894 Date: Wed, 29 Aug 2018 07:13:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:13:57,591 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/6aa39ee2-afe5-4e21-a308-96b7e1452905 used request id req-f26de41a-03ed-4466-898d-f3801077d894 2018-08-29 07:13:57,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:13:58,576 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c661ef5c-e86a-4bd1-abab-7aee80d39e90 Content-Length: 0 Date: Wed, 29 Aug 2018 07:13:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:13:58,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/548aea4a-1ff7-4c71-8731-b95d94495cb5 used request id req-c661ef5c-e86a-4bd1-abab-7aee80d39e90 2018-08-29 07:13:58,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/addd67a6-b428-45a0-ac64-c9ba5b680190 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:14:00,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-428105ed-03f3-4d47-ab3c-a58b556ae565 Date: Wed, 29 Aug 2018 07:14:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:14:00,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/addd67a6-b428-45a0-ac64-c9ba5b680190 used request id req-428105ed-03f3-4d47-ab3c-a58b556ae565 2018-08-29 07:14:00,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/30ac4646-428c-4f84-8fbb-5b1ebc07d4cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:14:03,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0fa8f8cc-a22e-4cbb-a640-7475b55556d7 Date: Wed, 29 Aug 2018 07:14:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:14:03,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/30ac4646-428c-4f84-8fbb-5b1ebc07d4cb used request id req-0fa8f8cc-a22e-4cbb-a640-7475b55556d7 2018-08-29 07:14:03,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/abaea232-7787-4819-8f7d-714a4bd3575d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:14:03,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ffca616-1bbb-43ec-bcd0-4f85a837a2e6 Date: Wed, 29 Aug 2018 07:14:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:14:03,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/abaea232-7787-4819-8f7d-714a4bd3575d used request id req-6ffca616-1bbb-43ec-bcd0-4f85a837a2e6 2018-08-29 07:14:03,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/c31af670-6036-45da-8dfd-51380d91d02f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbed87fce8102b15f7f9a49497a59f94fd0a5983" 2018-08-29 07:14:05,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcadb904-9453-4d2f-a669-364f68227ff6 Date: Wed, 29 Aug 2018 07:14:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:14:05,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/c31af670-6036-45da-8dfd-51380d91d02f used request id req-dcadb904-9453-4d2f-a669-364f68227ff6 2018-08-29 07:14:05,036 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-1-1' can ping 'sdnvpn-1-2' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-3' | | PASS | 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-4' can ping 'sdnvpn-1-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-1-1-net' to the VPN. | +----------------------------------------------------------------------------------------+ | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-4' | | FAIL | 'sdnvpn-1-1' can ping 'sdnvpn-1-5' | +========================================================================================+ 2018-08-29 07:14:05,036 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-29 07:14:05,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-29 07:14:05,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets': {'status': 'FAIL', 'details': [{u"'sdnvpn-1-1' can ping 'sdnvpn-1-2'": 'PASS'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-3'": 'FAIL'}, {u"'sdnvpn-1-1' cannot ping 'sdnvpn-1-4'": 'PASS'}, {u"'sdnvpn-1-4' can ping 'sdnvpn-1-5'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-4'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-08-29 07:14:05,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-29 07:14:05,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-29 07:14:05,038 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-29 07:14:05,110 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-29 07:14:05,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:05,110 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:05,111 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:05,112 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:05,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:05,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:05,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:05,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:05,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:05,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:05,119 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:14:05,122 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16b8290L 2018-08-29 07:14:05,122 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:05,151 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:05,151 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:05,156 - 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-08-29 07:14:05,157 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:05,157 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:05,157 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:05,157 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:05,158 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:05,166 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:05,166 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:05,186 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.107: 183c752f2bfe65f6771ba26cd7f6abf4 2018-08-29 07:14:05,187 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:05,206 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:05,353 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:05,388 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:05,577 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:05,577 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:05,617 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:05,617 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:05,629 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:10,363 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:10,364 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:10,366 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16d5a10L 2018-08-29 07:14:10,367 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:10,372 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:10,373 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:10,375 - 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-08-29 07:14:10,376 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:10,376 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:10,376 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:10,376 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:10,376 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:10,381 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:10,383 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:10,400 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 07:14:10,400 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:10,421 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:10,433 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:10,465 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:10,518 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:10,518 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:10,557 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:10,557 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:10,569 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:10,607 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:10,608 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:10,608 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:10,609 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:10,609 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:10,650 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:10,687 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:10,689 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:10,690 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:10,690 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:10,691 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:10,731 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:10,762 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:10,764 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:10,765 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16d5210L 2018-08-29 07:14:10,766 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:10,771 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:10,772 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:10,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-08-29 07:14:10,775 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:10,775 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:10,775 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:10,776 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:10,776 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:10,780 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:10,781 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:10,797 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 07:14:10,798 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:10,821 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:10,832 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:10,862 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:10,920 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:10,921 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:10,960 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:10,961 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:10,966 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:11,003 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:11,004 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:11,004 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:11,005 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:11,005 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:11,046 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:11,083 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:11,084 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:11,085 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:11,086 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:11,086 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:11,127 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:11,160 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:11,161 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:11,163 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16b8dd0L 2018-08-29 07:14:11,163 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:11,169 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:11,169 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:11,172 - 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-08-29 07:14:11,172 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:11,172 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:11,172 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:11,173 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:11,173 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:11,178 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:11,178 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:11,195 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 07:14:11,196 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:11,217 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:11,229 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:11,260 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:11,312 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:11,313 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:11,352 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:11,353 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:11,365 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:11,401 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:11,402 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:11,403 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:11,404 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:11,404 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:11,445 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:11,483 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:11,484 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:11,485 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:11,486 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:11,486 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:11,527 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:11,558 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:11,560 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:11,562 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1699f50L 2018-08-29 07:14:11,562 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:11,568 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:11,568 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:11,571 - 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-08-29 07:14:11,571 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:11,571 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:11,571 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:11,571 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:11,571 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:11,576 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:11,577 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:11,593 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 07:14:11,594 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:11,616 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:11,626 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:11,658 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:11,715 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:11,715 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:11,755 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:11,755 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:11,761 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:11,790 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:11,791 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:11,792 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:11,793 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:11,793 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:11,834 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:11,865 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:11,867 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:11,867 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:11,868 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:11,868 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:11,909 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:11,935 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:11,937 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:11,938 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1699910L 2018-08-29 07:14:11,939 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:11,944 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:11,944 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:11,947 - 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-08-29 07:14:11,948 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:11,948 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:11,948 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:11,948 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:11,948 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:11,953 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:11,953 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:11,955 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 07:14:11,956 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:11,993 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:12,004 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:12,020 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:12,108 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:12,108 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:12,147 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:12,148 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:12,156 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:12,185 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:12,186 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:12,186 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:12,188 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:12,188 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:12,229 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:12,263 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:12,264 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:12,265 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:12,266 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:12,266 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:12,307 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:12,335 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:12,336 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:12,337 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:12,337 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:12,337 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:12,342 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:16,879 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:16,880 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:16,882 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16d5e50L 2018-08-29 07:14:16,883 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:16,889 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:16,889 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:16,892 - 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-08-29 07:14:16,892 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:16,892 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:16,892 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:16,893 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:16,893 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:16,898 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:16,898 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:16,914 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 07:14:16,915 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:16,938 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:16,950 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:16,979 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:17,035 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:17,035 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:17,075 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:17,076 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:17,083 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:17,118 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:17,119 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:17,120 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:17,121 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:17,121 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:17,161 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:17,202 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:17,204 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:17,204 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:17,205 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:17,205 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:17,246 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:17,278 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:17,279 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:17,281 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16708d0L 2018-08-29 07:14:17,281 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:17,287 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:17,288 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:17,291 - 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-08-29 07:14:17,291 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:17,291 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:17,292 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:17,292 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:17,292 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:17,296 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:17,297 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:17,313 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 07:14:17,314 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:17,337 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:17,349 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:17,378 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:17,450 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:17,450 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:17,489 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:17,490 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:17,498 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:17,534 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:17,535 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:17,536 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:17,537 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:17,537 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:17,578 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:17,614 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:17,615 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:17,616 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:17,617 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:17,617 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:17,658 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:17,688 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:17,690 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:17,692 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1710950L 2018-08-29 07:14:17,692 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:17,699 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:17,699 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:17,702 - 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-08-29 07:14:17,703 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:17,703 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:17,703 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:17,703 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:17,703 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:17,708 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:17,708 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:17,724 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 07:14:17,724 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:17,748 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:17,761 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:17,789 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:17,858 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:17,858 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:17,897 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:17,898 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:17,909 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:17,947 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:17,947 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:17,948 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:17,949 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:17,949 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:17,990 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:18,029 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:18,030 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:18,030 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:18,031 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:18,032 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:18,073 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:18,106 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:18,107 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:18,109 - paramiko.transport - DEBUG - starting thread (client mode): 0xa171ae90L 2018-08-29 07:14:18,110 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:18,115 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:18,115 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:18,117 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 07:14:18,117 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:18,117 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:18,117 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:18,118 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:18,118 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:18,122 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:18,123 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:18,126 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 07:14:18,126 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:18,162 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:18,173 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:18,191 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:18,246 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:18,247 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:18,286 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:18,287 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:18,294 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:18,323 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:18,324 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:18,324 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:18,325 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:18,325 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:18,367 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:18,399 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:18,401 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:18,401 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:18,402 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:18,402 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:18,443 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:18,471 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:18,473 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:18,474 - paramiko.transport - DEBUG - starting thread (client mode): 0xa170df90L 2018-08-29 07:14:18,475 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:14:18,480 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:14:18,480 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:14:18,483 - 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-08-29 07:14:18,483 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:14:18,483 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:14:18,483 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:14:18,484 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:14:18,484 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:14:18,488 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:14:18,489 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:14:18,490 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 07:14:18,491 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:14:18,528 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:14:18,539 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:14:18,555 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:14:18,620 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:14:18,620 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:14:18,659 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:14:18,660 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:14:18,667 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:14:18,694 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:14:18,695 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:14:18,696 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:14:18,697 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:14:18,697 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:14:18,738 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:14:18,768 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:14:18,769 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:14:18,770 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:14:18,771 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:14:18,771 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:14:18,811 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:14:18,838 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:14:18,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:18,842 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:14:18,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bbef3d-f1e0-40c0-9dfa-25c604258e14 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:18,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c5bbef3d-f1e0-40c0-9dfa-25c604258e14 2018-08-29 07:14:18,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:19,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["jvOR_PENRTCHE1B1oxVV_w"], "issued_at": "2018-08-29T07:14:19.000000Z"}} 2018-08-29 07:14:19,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2e1d5836285de3a17bfac44bd7e556504a19c5b" 2018-08-29 07:14:19,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-2c57ecb5-eb9e-4484-9503-69d22847e969 Date: Wed, 29 Aug 2018 07:14:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:14:19,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-2c57ecb5-eb9e-4484-9503-69d22847e969 2018-08-29 07:14:19,784 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:14:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2e1d5836285de3a17bfac44bd7e556504a19c5b" 2018-08-29 07:14:20,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aa3180ff-aaa1-4a2f-951e-b93bfe77e9e8 Date: Wed, 29 Aug 2018 07:14: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-08-29 07:14:20,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-aa3180ff-aaa1-4a2f-951e-b93bfe77e9e8 2018-08-29 07:14:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2e1d5836285de3a17bfac44bd7e556504a19c5b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:14:20,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db X-Openstack-Request-Id: req-e67537e9-c2e5-4204-814d-6ccdbbb2432b Date: Wed, 29 Aug 2018 07:14:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:14:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:14:20Z", "visibility": "public", "locations": [], "self": "/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db", "min_disk": 0, "protected": false, "id": "8a644bdf-39be-45d5-ac4a-992476b118db", "file": "/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:14:20,557 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-e67537e9-c2e5-4204-814d-6ccdbbb2432b 2018-08-29 07:14:20,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2e1d5836285de3a17bfac44bd7e556504a19c5b" -d '' 2018-08-29 07:14:22,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4453e17c-e92a-4e71-a29f-2bfa221b30f8 Date: Wed, 29 Aug 2018 07:14:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:14:22,652 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db/file used request id req-4453e17c-e92a-4e71-a29f-2bfa221b30f8 2018-08-29 07:14:22,652 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-08-29 07:14:22,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:22,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17843f8-b471-4b0c-b099-38895343c591 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:22,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f17843f8-b471-4b0c-b099-38895343c591 2018-08-29 07:14:22,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:23,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["1iH0-8AUS3KvJiMEB8wxDg"], "issued_at": "2018-08-29T07:14:23.000000Z"}} 2018-08-29 07:14:23,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac2766770ffcb8ec6e06d5e204448c6ac15a15a" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-08-29 07:14:23,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e03326ca-b87b-4148-b03a-3aa34193abdd Date: Wed, 29 Aug 2018 07:14: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":"6dc62bd0-cec7-4313-8290-31551be04c54","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:14:23Z","is_default":false,"provider:segmentation_id":17,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","mtu":1450}} 2018-08-29 07:14:23,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-e03326ca-b87b-4148-b03a-3aa34193abdd 2018-08-29 07:14:23,421 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 6dc62bd0-cec7-4313-8290-31551be04c54 with cidr 10.10.10.0/24 2018-08-29 07:14:23,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac2766770ffcb8ec6e06d5e204448c6ac15a15a" -d '{"subnets": [{"ip_version": 4, "network_id": "6dc62bd0-cec7-4313-8290-31551be04c54", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-08-29 07:14:23,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-1ec15593-d566-4098-8ed7-50106ff18479 Date: Wed, 29 Aug 2018 07:14:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:14:23Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"8331fb80acb1488a84bc7cffea257dab","id":"3bf5605b-038c-4630-a16e-eee0f7b98810","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-08-29 07:14:23,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-1ec15593-d566-4098-8ed7-50106ff18479 2018-08-29 07:14:23,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac2766770ffcb8ec6e06d5e204448c6ac15a15a" 2018-08-29 07:14:24,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-f74ae6bb-3e48-4179-8570-04c545c71cc6 Date: Wed, 29 Aug 2018 07:14:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:14:24,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-f74ae6bb-3e48-4179-8570-04c545c71cc6 2018-08-29 07:14:24,204 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:14:24,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:24,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc454ec-9e7b-45bf-b429-379d35722908 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:24,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-1fc454ec-9e7b-45bf-b429-379d35722908 2018-08-29 07:14:24,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:24,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["4f7pYX6hQeS_sznddj1vwg"], "issued_at": "2018-08-29T07:14:24.000000Z"}} 2018-08-29 07:14:24,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737909da4d64f3f236314b2a18cd981613899943" 2018-08-29 07:14:24,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-12b6a77a-839b-4807-9194-b00439a4ae91 x-compute-request-id: req-12b6a77a-839b-4807-9194-b00439a4ae91 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:14:24,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-12b6a77a-839b-4807-9194-b00439a4ae91 2018-08-29 07:14:24,774 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:14:24,775 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:14:24,775 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:14:24,778 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:14:24,817 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 07:14:24,818 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:14:24,819 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:14:24,820 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:14:24,820 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:14:24,861 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:14:24,915 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:14:24,919 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:14:24,919 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:14:24,920 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:14:24,921 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:14:24,925 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:14:24,976 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 07:14:24,977 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:14:24,979 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:14:24,980 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:14:24,980 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:14:25,020 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:14:25,087 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:14:25,089 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:14:25,090 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:14:25,091 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:14:25,091 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:14:25,093 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:14:25,131 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-29 07:14:25,133 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-29 07:14:25,133 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-29 07:14:25,134 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-29 07:14:25,134 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-29 07:14:25,175 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-29 07:14:25,209 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-29 07:14:25,210 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:14:25,211 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-29 07:14:25,212 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:14:25,212 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:14:25,215 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:14:25,257 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-29 07:14:25,258 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-29 07:14:25,258 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-29 07:14:25,260 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-29 07:14:25,260 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-29 07:14:25,300 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-29 07:14:25,340 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-29 07:14:25,341 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-08-29 07:14:25,341 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=8a644bdf-39be-45d5-ac4a-992476b118db network=6dc62bd0-cec7-4313-8290-31551be04c54 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:14:25,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:25,342 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-29 07:14:25,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:25,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:25,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:25,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:25,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:25,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:25,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:25,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:25,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:25,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:25,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:25,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:25,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:25,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:25,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec6bdcf-580e-40b5-ae09-47de996bae6f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:25,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3ec6bdcf-580e-40b5-ae09-47de996bae6f 2018-08-29 07:14:25,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:25,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["i77M7pwXTYunUs5P2KIhJA"], "issued_at": "2018-08-29T07:14:25.000000Z"}} 2018-08-29 07:14:25,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218f4fe8adf857dbb5dc23815bdbbff994b61cd" 2018-08-29 07:14:25,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7170620e-7c06-41d8-b7ff-44505318937e x-compute-request-id: req-7170620e-7c06-41d8-b7ff-44505318937e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:14:25,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-7170620e-7c06-41d8-b7ff-44505318937e 2018-08-29 07:14:25,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218f4fe8adf857dbb5dc23815bdbbff994b61cd" 2018-08-29 07:14:26,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-e0c82940-71d6-49ba-acbd-061f21fcaab5 x-compute-request-id: req-e0c82940-71d6-49ba-acbd-061f21fcaab5 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:14:26,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-e0c82940-71d6-49ba-acbd-061f21fcaab5 2018-08-29 07:14:26,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218f4fe8adf857dbb5dc23815bdbbff994b61cd" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "8a644bdf-39be-45d5-ac4a-992476b118db", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6dc62bd0-cec7-4313-8290-31551be04c54"}]}}' 2018-08-29 07:14:27,672 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:14:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f60834fc-3516-46b3-94e6-d1f61cc5b295 x-compute-request-id: req-f60834fc-3516-46b3-94e6-d1f61cc5b295 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "bookmark"}], "adminPass": "K9gCXA2SM7Ws"}} 2018-08-29 07:14:27,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-f60834fc-3516-46b3-94e6-d1f61cc5b295 2018-08-29 07:14:27,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:27,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7ee75b-0366-432a-849c-8e3f77155b43 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:27,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8e7ee75b-0366-432a-849c-8e3f77155b43 2018-08-29 07:14:27,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:28,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["pwTn2LpJStWx9n7ER-sUYg"], "issued_at": "2018-08-29T07:14:28.000000Z"}} 2018-08-29 07:14:28,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb183b59782c25f8cf548c2c4efa52d018d6809c" 2018-08-29 07:14:28,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42236961-e964-488e-89d4-6849176560f9 x-compute-request-id: req-42236961-e964-488e-89d4-6849176560f9 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.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:14: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": "sdnvpn-12-2", "created": "2018-08-29T07:14:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:28,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d used request id req-42236961-e964-488e-89d4-6849176560f9 2018-08-29 07:14:31,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb183b59782c25f8cf548c2c4efa52d018d6809c" 2018-08-29 07:14:32,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72ce047e-1cb1-4659-ba26-337c234fd095 x-compute-request-id: req-72ce047e-1cb1-4659-ba26-337c234fd095 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.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:14:29Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:14:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:32,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d used request id req-72ce047e-1cb1-4659-ba26-337c234fd095 2018-08-29 07:14:35,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb183b59782c25f8cf548c2c4efa52d018d6809c" 2018-08-29 07:14:36,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-be1e9473-61b0-46c6-9d6f-36df7bb8c7b7 x-compute-request-id: req-be1e9473-61b0-46c6-9d6f-36df7bb8c7b7 Content-Encoding: gzip Content-Length: 780 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:0e:50:14", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-08-29T07:14:33.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:14:33Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:14:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:36,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d used request id req-be1e9473-61b0-46c6-9d6f-36df7bb8c7b7 2018-08-29 07:14:36,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218f4fe8adf857dbb5dc23815bdbbff994b61cd" 2018-08-29 07:14:37,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-c7b9824d-8003-49b9-9f55-678293fd0b79 x-compute-request-id: req-c7b9824d-8003-49b9-9f55-678293fd0b79 Content-Encoding: gzip Content-Length: 780 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:0e:50:14", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d8", "OS-SRV-USG:launched_at": "2018-08-29T07:14:33.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "b2497fc3-7e75-4974-8a13-7dc9a3ee575d", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:14:33Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:14:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:37,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d used request id req-c7b9824d-8003-49b9-9f55-678293fd0b79 2018-08-29 07:14:37,649 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.12'. 2018-08-29 07:14:37,649 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-08-29 07:14:37,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737909da4d64f3f236314b2a18cd981613899943" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:14:39,112 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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-97639aae-1a39-4524-bfa8-b2a26594ade9 x-compute-request-id: req-97639aae-1a39-4524-bfa8-b2a26594ade9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:14:39,112 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d/action used request id req-97639aae-1a39-4524-bfa8-b2a26594ade9 2018-08-29 07:14:39,113 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-08-29 07:14:39,113 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=8a644bdf-39be-45d5-ac4a-992476b118db network=6dc62bd0-cec7-4313-8290-31551be04c54 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:14:39,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:39,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:39,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:39,113 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:39,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:39,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:39,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:39,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:39,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:39,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:39,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:14:39,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:14:39,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:14:39,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:14:39,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:14:39,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:14:39,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:14:39,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:14:39,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:14:39,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:39,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-684dfb00-6410-404a-aefa-14419e22f0f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:39,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-684dfb00-6410-404a-aefa-14419e22f0f3 2018-08-29 07:14:39,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:39,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["SmSMcbHLQUCM63l_e9ZdQg"], "issued_at": "2018-08-29T07:14:39.000000Z"}} 2018-08-29 07:14:39,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" 2018-08-29 07:14:39,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-a630c86c-c498-457c-8ebb-ace41f1de85e x-compute-request-id: req-a630c86c-c498-457c-8ebb-ace41f1de85e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:14:39,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-a630c86c-c498-457c-8ebb-ace41f1de85e 2018-08-29 07:14:39,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" 2018-08-29 07:14:39,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-22567e2b-90a6-421c-9ab9-8d1c3e4d6ae1 x-compute-request-id: req-22567e2b-90a6-421c-9ab9-8d1c3e4d6ae1 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:14:39,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-22567e2b-90a6-421c-9ab9-8d1c3e4d6ae1 2018-08-29 07:14:39,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "8a644bdf-39be-45d5-ac4a-992476b118db", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6dc62bd0-cec7-4313-8290-31551be04c54"}]}}' 2018-08-29 07:14:40,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-b5901b32-6a16-499c-b80a-7ab412c944b3 x-compute-request-id: req-b5901b32-6a16-499c-b80a-7ab412c944b3 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "142f4491-2b5a-455b-9720-57a5961bf7fc", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "bookmark"}], "adminPass": "Gvf8xd3YNpe4"}} 2018-08-29 07:14:40,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-b5901b32-6a16-499c-b80a-7ab412c944b3 2018-08-29 07:14:41,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:14:41,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b39bd34-e34f-4c60-a7a1-bbe0fc3e5136 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:14:41,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9b39bd34-e34f-4c60-a7a1-bbe0fc3e5136 2018-08-29 07:14:41,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:14:41,394 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:14:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["2C09ZqWoSQGMwrmO6OTB4Q"], "issued_at": "2018-08-29T07:14:41.000000Z"}} 2018-08-29 07:14:41,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679369e5ec7d8a842ca69be8c9a3d6d8df2fd2f1" 2018-08-29 07:14:41,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14: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-d4405827-1d56-40a3-8e1c-e56c65f1fb05 x-compute-request-id: req-d4405827-1d56-40a3-8e1c-e56c65f1fb05 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "142f4491-2b5a-455b-9720-57a5961bf7fc", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:14:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-08-29T07:14:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:41,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc used request id req-d4405827-1d56-40a3-8e1c-e56c65f1fb05 2018-08-29 07:14:44,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679369e5ec7d8a842ca69be8c9a3d6d8df2fd2f1" 2018-08-29 07:14:45,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14: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-08bb7a94-0a43-4332-a5f3-0638a96fa2d3 x-compute-request-id: req-08bb7a94-0a43-4332-a5f3-0638a96fa2d3 Content-Encoding: gzip Content-Length: 775 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:7a:6a:0c", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "142f4491-2b5a-455b-9720-57a5961bf7fc", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:14:42Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:14:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:45,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc used request id req-08bb7a94-0a43-4332-a5f3-0638a96fa2d3 2018-08-29 07:14:48,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679369e5ec7d8a842ca69be8c9a3d6d8df2fd2f1" 2018-08-29 07:14:49,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-185cf082-61f0-4bff-b8ed-60766e2e1716 x-compute-request-id: req-185cf082-61f0-4bff-b8ed-60766e2e1716 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:7a:6a:0c", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-08-29T07:14:44.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "142f4491-2b5a-455b-9720-57a5961bf7fc", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:14:45Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:14:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:49,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc used request id req-185cf082-61f0-4bff-b8ed-60766e2e1716 2018-08-29 07:14:49,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" 2018-08-29 07:14:49,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14: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-36f116f5-056a-4c92-98b5-10a7657d63b8 x-compute-request-id: req-36f116f5-056a-4c92-98b5-10a7657d63b8 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:7a:6a:0c", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/142f4491-2b5a-455b-9720-57a5961bf7fc", "rel": "bookmark"}], "image": {"id": "8a644bdf-39be-45d5-ac4a-992476b118db", "links": [{"href": "http://172.30.9.24:8774/images/8a644bdf-39be-45d5-ac4a-992476b118db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000db", "OS-SRV-USG:launched_at": "2018-08-29T07:14:44.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "142f4491-2b5a-455b-9720-57a5961bf7fc", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:14:45Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:14:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:14:49,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc used request id req-36f116f5-056a-4c92-98b5-10a7657d63b8 2018-08-29 07:14:49,964 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.9'. 2018-08-29 07:14:49,964 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-08-29 07:14:49,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737909da4d64f3f236314b2a18cd981613899943" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:14:51,500 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:14: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-c419f9d9-a649-42e3-b4f6-c783fb0ca306 x-compute-request-id: req-c419f9d9-a649-42e3-b4f6-c783fb0ca306 Content-Length: 0 Content-Type: application/json 2018-08-29 07:14:51,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-c419f9d9-a649-42e3-b4f6-c783fb0ca306 2018-08-29 07:14:51,501 - sdnvpn_test_utils - INFO - Waiting for instance 142f4491-2b5a-455b-9720-57a5961bf7fc to boot up 2018-08-29 07:14:51,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:14:52,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-91578b1b-e1de-464a-85af-83beffd7a41e x-compute-request-id: req-91578b1b-e1de-464a-85af-83beffd7a41e 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:14:52,571 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-91578b1b-e1de-464a-85af-83beffd7a41e 2018-08-29 07:14:54,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:14:55,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-d3cf988a-1c22-4a34-8005-8809bc6124aa x-compute-request-id: req-d3cf988a-1c22-4a34-8005-8809bc6124aa 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:14:55,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-d3cf988a-1c22-4a34-8005-8809bc6124aa 2018-08-29 07:14:57,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:14:58,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:14: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-21bc65c9-3593-40e8-abf7-35748218af9c x-compute-request-id: req-21bc65c9-3593-40e8-abf7-35748218af9c 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:14:58,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-21bc65c9-3593-40e8-abf7-35748218af9c 2018-08-29 07:15:00,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:01,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-be2b85ac-9aea-495c-b51e-6a6d5762a047 x-compute-request-id: req-be2b85ac-9aea-495c-b51e-6a6d5762a047 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:01,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-be2b85ac-9aea-495c-b51e-6a6d5762a047 2018-08-29 07:15:03,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:04,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-4f302d9a-0442-4f03-a17d-ce8587f8bf88 x-compute-request-id: req-4f302d9a-0442-4f03-a17d-ce8587f8bf88 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:04,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-4f302d9a-0442-4f03-a17d-ce8587f8bf88 2018-08-29 07:15:06,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:08,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-e6022079-7c3f-4234-9012-9ae0236b0d85 x-compute-request-id: req-e6022079-7c3f-4234-9012-9ae0236b0d85 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:08,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-e6022079-7c3f-4234-9012-9ae0236b0d85 2018-08-29 07:15:10,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:11,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-7c0c1eba-f966-424c-8984-d211b0b838c2 x-compute-request-id: req-7c0c1eba-f966-424c-8984-d211b0b838c2 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:11,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-7c0c1eba-f966-424c-8984-d211b0b838c2 2018-08-29 07:15:13,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:14,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-42c2b33e-a328-424b-a0c6-44b2b897206f x-compute-request-id: req-42c2b33e-a328-424b-a0c6-44b2b897206f 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:14,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-42c2b33e-a328-424b-a0c6-44b2b897206f 2018-08-29 07:15:16,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:17,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-84c7c6ca-4c48-46a1-8a7c-38702e3a8d7c x-compute-request-id: req-84c7c6ca-4c48-46a1-8a7c-38702e3a8d7c 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:17,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-84c7c6ca-4c48-46a1-8a7c-38702e3a8d7c 2018-08-29 07:15:19,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:20,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-917d7e78-d335-45f7-bb20-8958d9e03fa2 x-compute-request-id: req-917d7e78-d335-45f7-bb20-8958d9e03fa2 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:20,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-917d7e78-d335-45f7-bb20-8958d9e03fa2 2018-08-29 07:15:22,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:23,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-9b7625f7-e78a-4d23-9c2d-94e0c53629cb x-compute-request-id: req-9b7625f7-e78a-4d23-9c2d-94e0c53629cb 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:23,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-9b7625f7-e78a-4d23-9c2d-94e0c53629cb 2018-08-29 07:15:25,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:26,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-6abe7418-7492-4b12-8ca2-8983845a6795 x-compute-request-id: req-6abe7418-7492-4b12-8ca2-8983845a6795 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:26,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-6abe7418-7492-4b12-8ca2-8983845a6795 2018-08-29 07:15:28,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:29,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-1757e55a-0817-4c78-9782-61376235371b x-compute-request-id: req-1757e55a-0817-4c78-9782-61376235371b 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:29,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-1757e55a-0817-4c78-9782-61376235371b 2018-08-29 07:15:31,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:32,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5465ef4a-1ecd-4aab-9d31-a3a4d69fbf5f x-compute-request-id: req-5465ef4a-1ecd-4aab-9d31-a3a4d69fbf5f 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:32,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-5465ef4a-1ecd-4aab-9d31-a3a4d69fbf5f 2018-08-29 07:15:34,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:36,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-051bc7e3-c268-40ee-87de-a5ef0e02557a x-compute-request-id: req-051bc7e3-c268-40ee-87de-a5ef0e02557a 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:36,054 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-051bc7e3-c268-40ee-87de-a5ef0e02557a 2018-08-29 07:15:38,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:39,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-3d3b1724-b44a-4eef-962c-8a2e965b6153 x-compute-request-id: req-3d3b1724-b44a-4eef-962c-8a2e965b6153 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:39,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-3d3b1724-b44a-4eef-962c-8a2e965b6153 2018-08-29 07:15:41,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:42,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-f7374bbf-eb72-4552-9e27-1da28fbd362f x-compute-request-id: req-f7374bbf-eb72-4552-9e27-1da28fbd362f 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:42,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-f7374bbf-eb72-4552-9e27-1da28fbd362f 2018-08-29 07:15:44,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:45,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-f86cc847-b9a7-4920-b884-f6af68d1e49e x-compute-request-id: req-f86cc847-b9a7-4920-b884-f6af68d1e49e 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-08-29 07:15:45,322 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-f86cc847-b9a7-4920-b884-f6af68d1e49e 2018-08-29 07:15:47,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:48,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-210fbc2b-d48c-4a63-809d-122ca0046091 x-compute-request-id: req-210fbc2b-d48c-4a63-809d-122ca0046091 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:15:48,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-210fbc2b-d48c-4a63-809d-122ca0046091 2018-08-29 07:15:50,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:51,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-f1aa0c7c-0ddb-48fb-b7b0-02f6982c3feb x-compute-request-id: req-f1aa0c7c-0ddb-48fb-b7b0-02f6982c3feb Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:15:51,492 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-f1aa0c7c-0ddb-48fb-b7b0-02f6982c3feb 2018-08-29 07:15:53,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:54,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7737d646-e63b-4d73-b82f-1c7ee01fc20c x-compute-request-id: req-7737d646-e63b-4d73-b82f-1c7ee01fc20c Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:15:54,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-7737d646-e63b-4d73-b82f-1c7ee01fc20c 2018-08-29 07:15:56,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:15:57,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-3723a647-964c-4bd7-bc70-5ec3ef94e215 x-compute-request-id: req-3723a647-964c-4bd7-bc70-5ec3ef94e215 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:15:57,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-3723a647-964c-4bd7-bc70-5ec3ef94e215 2018-08-29 07:15:59,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:00,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:15: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-86f84799-893a-4bfe-a24f-8b3af49d204a x-compute-request-id: req-86f84799-893a-4bfe-a24f-8b3af49d204a Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:00,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-86f84799-893a-4bfe-a24f-8b3af49d204a 2018-08-29 07:16:02,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:03,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-acc67371-ac10-4e44-b3da-23c018e83292 x-compute-request-id: req-acc67371-ac10-4e44-b3da-23c018e83292 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:03,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-acc67371-ac10-4e44-b3da-23c018e83292 2018-08-29 07:16:05,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:06,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8eac921c-4a53-4412-935a-58dee4fa5bbb x-compute-request-id: req-8eac921c-4a53-4412-935a-58dee4fa5bbb Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:06,938 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-8eac921c-4a53-4412-935a-58dee4fa5bbb 2018-08-29 07:16:08,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:10,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b0061237-2c97-4c6b-970c-cb5e04cbfe95 x-compute-request-id: req-b0061237-2c97-4c6b-970c-cb5e04cbfe95 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:10,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-b0061237-2c97-4c6b-970c-cb5e04cbfe95 2018-08-29 07:16:12,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:13,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-85d32a10-584b-421d-b176-120a0c721283 x-compute-request-id: req-85d32a10-584b-421d-b176-120a0c721283 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:13,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-85d32a10-584b-421d-b176-120a0c721283 2018-08-29 07:16:15,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:16,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-318a23e9-bf91-4746-ba0b-dfa74b445192 x-compute-request-id: req-318a23e9-bf91-4746-ba0b-dfa74b445192 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:16,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-318a23e9-bf91-4746-ba0b-dfa74b445192 2018-08-29 07:16:18,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:19,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-ddbe8ca8-b47d-4380-b21f-d8412e0faeb8 x-compute-request-id: req-ddbe8ca8-b47d-4380-b21f-d8412e0faeb8 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:19,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-ddbe8ca8-b47d-4380-b21f-d8412e0faeb8 2018-08-29 07:16:21,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:22,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-65f0add3-176a-40a5-b9e0-6c2e9e450911 x-compute-request-id: req-65f0add3-176a-40a5-b9e0-6c2e9e450911 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:22,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-65f0add3-176a-40a5-b9e0-6c2e9e450911 2018-08-29 07:16:24,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:25,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b7deb43d-840b-4dd6-bebd-c964286dabb3 x-compute-request-id: req-b7deb43d-840b-4dd6-bebd-c964286dabb3 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:25,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-b7deb43d-840b-4dd6-bebd-c964286dabb3 2018-08-29 07:16:27,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:28,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-a6856d1a-a737-464b-bcca-caf1f8468e1e x-compute-request-id: req-a6856d1a-a737-464b-bcca-caf1f8468e1e Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:28,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-a6856d1a-a737-464b-bcca-caf1f8468e1e 2018-08-29 07:16:30,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:31,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-9cb9d357-ae42-4497-8585-09f67bc605f0 x-compute-request-id: req-9cb9d357-ae42-4497-8585-09f67bc605f0 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:31,853 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-9cb9d357-ae42-4497-8585-09f67bc605f0 2018-08-29 07:16:33,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:34,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-bf4e228a-b4ca-47bf-bdc4-e291a9b95428 x-compute-request-id: req-bf4e228a-b4ca-47bf-bdc4-e291a9b95428 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:34,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-bf4e228a-b4ca-47bf-bdc4-e291a9b95428 2018-08-29 07:16:36,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:38,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-bed0f619-a76f-49cb-a5dd-52ffb14e91bc x-compute-request-id: req-bed0f619-a76f-49cb-a5dd-52ffb14e91bc Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:38,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-bed0f619-a76f-49cb-a5dd-52ffb14e91bc 2018-08-29 07:16:40,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:41,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-e37b8569-a148-4834-a977-795fbba7d7e6 x-compute-request-id: req-e37b8569-a148-4834-a977-795fbba7d7e6 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:41,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-e37b8569-a148-4834-a977-795fbba7d7e6 2018-08-29 07:16:43,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:44,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-728f3055-c411-4d0c-93d1-80f128d29f50 x-compute-request-id: req-728f3055-c411-4d0c-93d1-80f128d29f50 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:44,213 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-728f3055-c411-4d0c-93d1-80f128d29f50 2018-08-29 07:16:46,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:47,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-cd5c352c-800c-4174-bb86-741ea1f4ec02 x-compute-request-id: req-cd5c352c-800c-4174-bb86-741ea1f4ec02 Content-Encoding: gzip Content-Length: 7713 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:47,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-cd5c352c-800c-4174-bb86-741ea1f4ec02 2018-08-29 07:16:49,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:50,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:16: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-c4c5cb55-32c7-47bc-80ca-1dbddf0c4b2d x-compute-request-id: req-c4c5cb55-32c7-47bc-80ca-1dbddf0c4b2d 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:50,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-c4c5cb55-32c7-47bc-80ca-1dbddf0c4b2d 2018-08-29 07:16:52,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f336e8b590c443434ecb505068fa7d336018f50" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:53,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-d0dbcc76-9a9a-48ae-8e72-0b2103017e9d x-compute-request-id: req-d0dbcc76-9a9a-48ae-8e72-0b2103017e9d 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 542583754 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.160030] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.162071] pid_max: default: 32768 minimum: 301\n[ 0.163206] ACPI: Core revision 20150930\n[ 0.164765] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.166462] Security Framework initialized\n[ 0.167501] Yama: becoming mindful.\n[ 0.168449] AppArmor: AppArmor initialized\n[ 0.169542] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.171291] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.172934] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.174479] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.176231] Initializing cgroup subsys io\n[ 0.177253] Initializing cgroup subsys memory\n[ 0.178328] Initializing cgroup subsys devices\n[ 0.179437] Initializing cgroup subsys freezer\n[ 0.180528] Initializing cgroup subsys net_cls\n[ 0.181618] Initializing cgroup subsys perf_event\n[ 0.182768] Initializing cgroup subsys net_prio\n[ 0.183895] Initializing cgroup subsys hugetlb\n[ 0.184992] Initializing cgroup subsys pids\n[ 0.186080] CPU: Physical Processor ID: 0\n[ 0.187825] mce: CPU supports 10 MCE banks\n[ 0.188893] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.190176] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.201209] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207977] ftrace: allocating 31920 entries in 125 pages\n[ 0.234515] smpboot: Max logical packages: 1\n[ 0.235594] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237290] x2apic enabled\n[ 0.238233] Switched APIC routing to physical x2apic.\n[ 0.240242] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244150] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246424] KVM setup paravirtual spinlock\n[ 0.247934] x86: Booted up 1 node, 1 CPUs\n[ 0.248952] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250705] devtmpfs: initialized\n[ 0.252596] evm: security.selinux\n[ 0.253465] evm: security.SMACK64\n[ 0.254354] evm: security.SMACK64EXEC\n[ 0.255302] evm: security.SMACK64TRANSMUTE\n[ 0.256330] evm: security.SMACK64MMAP\n[ 0.257266] evm: security.ima\n[ 0.258054] evm: security.capability\n[ 0.259050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.261400] pinctrl core: initialized pinctrl subsystem\n[ 0.262754] RTC time: 7:14:44, date: 08/29/18\n[ 0.263925] NET: Registered protocol family 16\n[ 0.265134] cpuidle: using governor ladder\n[ 0.266181] cpuidle: using governor menu\n[ 0.267173] PCCT header not found.\n[ 0.268092] ACPI: bus type PCI registered\n[ 0.269093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270688] PCI: Using configuration type 1 for base access\n[ 0.272726] ACPI: Added _OSI(Module Device)\n[ 0.273782] ACPI: Added _OSI(Processor Device)\n[ 0.274872] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276015] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278400] ACPI: Interpreter enabled\n[ 0.279353] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288903] ACPI: (supports S0 S5)\n[ 0.289792] ACPI: Using IOAPIC for interrupt routing\n[ 0.290956] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297563] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299090] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301886] acpiphp: Slot [3] registered\n[ 0.302906] acpiphp: Slot [4] registered\n[ 0.303907] acpiphp: Slot [5] registered\n[ 0.304912] acpiphp: Slot [6] registered\n[ 0.305918] acpiphp: Slot [7] registered\n[ 0.306920] acpiphp: Slot [8] registered\n[ 0.307919] acpiphp: Slot [9] registered\n[ 0.308914] acpiphp: Slot [10] registered\n[ 0.309932] acpiphp: Slot [11] registered\n[ 0.310950] acpiphp: Slot [12] registered\n[ 0.311966] acpiphp: Slot [13] registered\n[ 0.312979] acpiphp: Slot [14] registered\n[ 0.313998] acpiphp: Slot [15] registered\n[ 0.324971] acpiphp: Slot [16] registered\n[ 0.326008] acpiphp: Slot [17] registered\n[ 0.327036] acpiphp: Slot [18] registered\n[ 0.328049] acpiphp: Slot [19] registered\n[ 0.329066] acpiphp: Slot [20] registered\n[ 0.330082] acpiphp: Slot [21] registered\n[ 0.331094] acpiphp: Slot [22] registered\n[ 0.332105] acpiphp: Slot [23] registered\n[ 0.333126] acpiphp: Slot [24] registered\n[ 0.334143] acpiphp: Slot [25] registered\n[ 0.335156] acpiphp: Slot [26] registered\n[ 0.336166] acpiphp: Slot [27] registered\n[ 0.337185] acpiphp: Slot [28] registered\n[ 0.338202] acpiphp: Slot [29] registered\n[ 0.339214] acpiphp: Slot [30] registered\n[ 0.340226] acpiphp: Slot [31] registered\n[ 0.341241] PCI host bridge to bus 0000:00\n[ 0.342259] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345376] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.349087] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355566] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.357406] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367433] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369323] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.414228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416154] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.417928] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420508] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422258] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424002] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425518] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427120] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429469] vgaarb: loaded\n[ 0.430355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431804] SCSI subsystem initialized\n[ 0.432637] ACPI: bus type USB registered\n[ 0.433464] usbcore: registered new interface driver usbfs\n[ 0.434525] usbcore: registered new interface driver hub\n[ 0.435543] usbcore: registered new device driver usb\n[ 0.436607] PCI: Using ACPI for IRQ routing\n[ 0.437639] NetLabel: Initializing\n[ 0.438363] NetLabel: domain hash size = 128\n[ 0.439229] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440279] NetLabel: unlabeled traffic allowed by default\n[ 0.441449] clocksource: Switched to clocksource kvm-clock\n[ 0.446866] AppArmor: AppArmor Filesystem Enabled\n[ 0.447860] pnp: PnP ACPI init\n[ 0.448784] pnp: PnP ACPI: found 5 devices\n[ 0.455170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457063] NET: Registered protocol family 2\n[ 0.458215] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.459790] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462674] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464002] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465427] NET: Registered protocol family 1\n[ 0.466480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.467807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469132] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.483853] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498849] Trying to unpack rootfs image as initramfs...\n[ 0.552650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.569217] Scanning for low memory corruption every 60 seconds\n[ 0.571286] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.573064] audit: initializing netlink subsys (disabled)\n[ 0.574670] audit: type=2000 audit(1535526885.719:1): initialized\n[ 0.576635] Initialise system trusted keyring\n[ 0.578021] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579855] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582491] zbud: loaded\n[ 0.583466] VFS: Disk quotas dquot_6.6.0\n[ 0.584697] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587041] fuse init (API version 7.23)\n[ 0.588342] Key type big_key registered\n[ 0.589556] Allocating IMA MOK and blacklist keyrings.\n[ 0.591223] Key type asymmetric registered\n[ 0.592478] Asymmetric key parser 'x509' registered\n[ 0.593959] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.596225] io scheduler noop registered\n[ 0.597431] io scheduler deadline registered (default)\n[ 0.599083] io scheduler cfq registered\n[ 0.600869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.602559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.604532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.606766] ACPI: Power Button [PWRF]\n[ 0.607991] GHES: HEST is not enabled!\n[ 0.622140] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681695] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685235] Linux agpgart interface v0.103\n[ 0.687691] brd: module loaded\n[ 0.689217] loop: module loaded\n[ 0.693922] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696080] GPT:90111 != 2097151\n[ 0.697060] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698709] GPT:90111 != 2097151\n[ 0.699664] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701125] vda: vda1 vda15\n[ 0.703439] scsi host0: ata_piix\n[ 0.704539] scsi host1: ata_piix\n[ 0.705603] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709136] libphy: Fixed MDIO Bus: probed\n[ 0.710160] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711115] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713225] PPP generic driver version 2.4.2\n[ 0.714147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715339] ehci-pci: EHCI PCI platform driver\n[ 0.716212] ehci-platform: EHCI generic platform driver\n[ 0.717202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718348] ohci-pci: OHCI PCI platform driver\n[ 0.719222] ohci-platform: OHCI generic platform driver\n[ 0.720216] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734794] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735808] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737268] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738282] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742072] usb usb1: Product: UHCI Host Controller\n[ 0.743010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744160] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745208] hub 1-0:1.0: USB hub found\n[ 0.745995] hub 1-0:1.0: 2 ports detected\n[ 0.746915] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749043] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750008] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751053] mousedev: PS/2 mouse device common for all mice\n[ 0.752330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754191] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756486] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757693] i2c /dev entries driver\n[ 0.758458] device-mapper: uevent: version 1.0.3\n[ 0.759405] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761051] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762376] NET: Registered protocol family 10\n[ 0.763392] NET: Registered protocol family 17\n[ 0.764291] Key type dns_resolver registered\n[ 0.765237] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766350] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768119] registered taskstats version 1\n[ 0.768964] Loading compiled-in X.509 certificates\n[ 0.770424] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772295] zswap: loaded using pool lzo/zbud\n[ 0.774213] Key type trusted registered\n[ 0.775772] Key type encrypted registered\n[ 0.776600] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777657] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778712] evm: HMAC attrs: 0x1\n[ 0.779675] Magic number: 14:101:219\n[ 0.780549] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:45 UTC (1535526885)\n[ 0.782175] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783300] EDD information not available.\n[ 0.866499] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.868110] Write protecting the kernel read-only data: 14336k\n[ 0.879831] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881704] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.927297] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-08-29 07:16:53,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-d0dbcc76-9a9a-48ae-8e72-0b2103017e9d 2018-08-29 07:16:55,499 - sdnvpn_test_utils - ERROR - Instance 142f4491-2b5a-455b-9720-57a5961bf7fc does not boot up properly. 2018-08-29 07:16:55,500 - sdnvpn_test_utils - INFO - Waiting for instance b2497fc3-7e75-4974-8a13-7dc9a3ee575d to boot up 2018-08-29 07:16:55,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e218f4fe8adf857dbb5dc23815bdbbff994b61cd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:16:56,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-a7401c79-fb66-4f23-acde-bb8abe904ec1 x-compute-request-id: req-a7401c79-fb66-4f23-acde-bb8abe904ec1 Content-Encoding: gzip Content-Length: 10914 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503485654 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.158707] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.160855] pid_max: default: 32768 minimum: 301\n[ 0.162029] ACPI: Core revision 20150930\n[ 0.163620] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.165302] Security Framework initialized\n[ 0.166359] Yama: becoming mindful.\n[ 0.167297] AppArmor: AppArmor initialized\n[ 0.168398] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.171829] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173415] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.175205] Initializing cgroup subsys io\n[ 0.176254] Initializing cgroup subsys memory\n[ 0.177388] Initializing cgroup subsys devices\n[ 0.178529] Initializing cgroup subsys freezer\n[ 0.179655] Initializing cgroup subsys net_cls\n[ 0.180791] Initializing cgroup subsys perf_event\n[ 0.181985] Initializing cgroup subsys net_prio\n[ 0.183137] Initializing cgroup subsys hugetlb\n[ 0.184268] Initializing cgroup subsys pids\n[ 0.185392] CPU: Physical Processor ID: 0\n[ 0.187112] mce: CPU supports 10 MCE banks\n[ 0.188203] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.189529] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200702] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207432] ftrace: allocating 31920 entries in 125 pages\n[ 0.233500] smpboot: Max logical packages: 1\n[ 0.234602] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236345] x2apic enabled\n[ 0.237310] Switched APIC routing to physical x2apic.\n[ 0.239344] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.240806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.243341] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.245634] KVM setup paravirtual spinlock\n[ 0.247143] x86: Booted up 1 node, 1 CPUs\n[ 0.248181] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.249964] devtmpfs: initialized\n[ 0.251828] evm: security.selinux\n[ 0.252718] evm: security.SMACK64\n[ 0.253599] evm: security.SMACK64EXEC\n[ 0.254557] evm: security.SMACK64TRANSMUTE\n[ 0.255617] evm: security.SMACK64MMAP\n[ 0.256581] evm: security.ima\n[ 0.257399] evm: security.capability\n[ 0.258424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.260831] pinctrl core: initialized pinctrl subsystem\n[ 0.262220] RTC time: 7:14:33, date: 08/29/18\n[ 0.263428] NET: Registered protocol family 16\n[ 0.264646] cpuidle: using governor ladder\n[ 0.265706] cpuidle: using governor menu\n[ 0.266718] PCCT header not found.\n[ 0.267656] ACPI: bus type PCI registered\n[ 0.268684] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270291] PCI: Using configuration type 1 for base access\n[ 0.272336] ACPI: Added _OSI(Module Device)\n[ 0.273415] ACPI: Added _OSI(Processor Device)\n[ 0.274531] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.275700] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278102] ACPI: Interpreter enabled\n[ 0.279077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281439] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.283789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286141] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288674] ACPI: (supports S0 S5)\n[ 0.289567] ACPI: Using IOAPIC for interrupt routing\n[ 0.290784] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294346] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295849] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297495] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299100] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301955] acpiphp: Slot [3] registered\n[ 0.302977] acpiphp: Slot [4] registered\n[ 0.304002] acpiphp: Slot [5] registered\n[ 0.305021] acpiphp: Slot [6] registered\n[ 0.306045] acpiphp: Slot [7] registered\n[ 0.307060] acpiphp: Slot [8] registered\n[ 0.308080] acpiphp: Slot [9] registered\n[ 0.309098] acpiphp: Slot [10] registered\n[ 0.310141] acpiphp: Slot [11] registered\n[ 0.311182] acpiphp: Slot [12] registered\n[ 0.312219] acpiphp: Slot [13] registered\n[ 0.313247] acpiphp: Slot [14] registered\n[ 0.314285] acpiphp: Slot [15] registered\n[ 0.325565] acpiphp: Slot [16] registered\n[ 0.326620] acpiphp: Slot [17] registered\n[ 0.327677] acpiphp: Slot [18] registered\n[ 0.328730] acpiphp: Slot [19] registered\n[ 0.329789] acpiphp: Slot [20] registered\n[ 0.330846] acpiphp: Slot [21] registered\n[ 0.331896] acpiphp: Slot [22] registered\n[ 0.332945] acpiphp: Slot [23] registered\n[ 0.334002] acpiphp: Slot [24] registered\n[ 0.335059] acpiphp: Slot [25] registered\n[ 0.336108] acpiphp: Slot [26] registered\n[ 0.337159] acpiphp: Slot [27] registered\n[ 0.338222] acpiphp: Slot [28] registered\n[ 0.339277] acpiphp: Slot [29] registered\n[ 0.340329] acpiphp: Slot [30] registered\n[ 0.341389] acpiphp: Slot [31] registered\n[ 0.342445] PCI host bridge to bus 0000:00\n[ 0.343499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.345115] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.346755] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.348591] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.350405] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.356841] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.358466] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.359964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.361670] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.368094] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.369902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415158] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.416916] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418615] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420347] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422097] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424034] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425413] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426736] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428671] vgaarb: loaded\n[ 0.429419] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430832] SCSI subsystem initialized\n[ 0.431825] ACPI: bus type USB registered\n[ 0.432840] usbcore: registered new interface driver usbfs\n[ 0.434136] usbcore: registered new interface driver hub\n[ 0.435406] usbcore: registered new device driver usb\n[ 0.436710] PCI: Using ACPI for IRQ routing\n[ 0.437939] NetLabel: Initializing\n[ 0.438817] NetLabel: domain hash size = 128\n[ 0.439875] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.441064] NetLabel: unlabeled traffic allowed by default\n[ 0.442436] clocksource: Switched to clocksource kvm-clock\n[ 0.448033] AppArmor: AppArmor Filesystem Enabled\n[ 0.449229] pnp: PnP ACPI init\n[ 0.450288] pnp: PnP ACPI: found 5 devices\n[ 0.456854] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.459082] NET: Registered protocol family 2\n[ 0.460294] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.461929] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.463443] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.464924] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466302] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.467811] NET: Registered protocol family 1\n[ 0.468902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.470302] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.471499] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500372] Trying to unpack rootfs image as initramfs...\n[ 0.551325] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.570929] Scanning for low memory corruption every 60 seconds\n[ 0.573670] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.574861] audit: initializing netlink subsys (disabled)\n[ 0.575912] audit: type=2000 audit(1535526873.948:1): initialized\n[ 0.577687] Initialise system trusted keyring\n[ 0.578645] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579827] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582150] zbud: loaded\n[ 0.583025] VFS: Disk quotas dquot_6.6.0\n[ 0.584084] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.586011] fuse init (API version 7.23)\n[ 0.587151] Key type big_key registered\n[ 0.588198] Allocating IMA MOK and blacklist keyrings.\n[ 0.590009] Key type asymmetric registered\n[ 0.591107] Asymmetric key parser 'x509' registered\n[ 0.592373] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.594313] io scheduler noop registered\n[ 0.595371] io scheduler deadline registered (default)\n[ 0.596695] io scheduler cfq registered\n[ 0.597777] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.599189] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.600891] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.602826] ACPI: Power Button [PWRF]\n[ 0.603980] GHES: HEST is not enabled!\n[ 0.618450] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.650078] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.652908] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.676874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.679104] Linux agpgart interface v0.103\n[ 0.681193] brd: module loaded\n[ 0.682401] loop: module loaded\n[ 0.686893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.688402] GPT:90111 != 2097151\n[ 0.689102] GPT:Alternate GPT header not at the end of the disk.\n[ 0.690237] GPT:90111 != 2097151\n[ 0.690946] GPT: Use GNU Parted to correct GPT errors.\n[ 0.692067] vda: vda1 vda15\n[ 0.693686] scsi host0: ata_piix\n[ 0.694457] scsi host1: ata_piix\n[ 0.695189] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.696457] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697946] libphy: Fixed MDIO Bus: probed\n[ 0.698809] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699803] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.702183] PPP generic driver version 2.4.2\n[ 0.703466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.705266] ehci-pci: EHCI PCI platform driver\n[ 0.706486] ehci-platform: EHCI generic platform driver\n[ 0.707521] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708737] ohci-pci: OHCI PCI platform driver\n[ 0.709676] ohci-platform: OHCI generic platform driver\n[ 0.710771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.725368] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.726407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727926] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.728977] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.730135] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731389] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.732832] usb usb1: Product: UHCI Host Controller\n[ 0.733786] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.734953] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.736176] hub 1-0:1.0: USB hub found\n[ 0.736968] hub 1-0:1.0: 2 ports detected\n[ 0.737900] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.740061] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.741041] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742104] mousedev: PS/2 mouse device common for all mice\n[ 0.743408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.745270] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.747605] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.748815] i2c /dev entries driver\n[ 0.749592] device-mapper: uevent: version 1.0.3\n[ 0.750560] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.752215] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.753581] NET: Registered protocol family 10\n[ 0.754600] NET: Registered protocol family 17\n[ 0.755499] Key type dns_resolver registered\n[ 0.756440] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.757615] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.759477] registered taskstats version 1\n[ 0.760330] Loading compiled-in X.509 certificates\n[ 0.761795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.764068] zswap: loaded using pool lzo/zbud\n[ 0.766002] Key type trusted registered\n[ 0.767597] Key type encrypted registered\n[ 0.768434] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.769477] ima: No TPM chip found, activating TPM-bypass!\n[ 0.770544] evm: HMAC attrs: 0x1\n[ 0.771502] Magic number: 14:101:219\n[ 0.772375] rtc_cmos 00:00: setting system clock to 2018-08-29 07:14:34 UTC (1535526874)\n[ 0.773999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.775297] EDD information not available.\n[ 0.855619] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857265] Write protecting the kernel read-only data: 14336k\n[ 0.869207] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.871078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.02\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.275075] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.19. iid=i-000000d5\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQClbPLK1V48s2fvkZSj+DmjwGAbwZs2YK9DZB7+CcnO7vpmgvdreQ7X5R62w9Q0T4f55OBZHBcXmD88w0ocGahCdicV0SakYJZ1IjM6/OA0c8M5z+XO7X69iOe2CKDBhCbdqS7Pp2l/pOzRto6SyqL2RGxszccWOVn+Gy/NBdZ4fBqFtWrb+KkcVS7QJ0tZbb2EQ7KF1VmoW1WE4TDx5ycKcm0RmkUHctF/NUTVzpwHlFXqTmsGEC5aZXAS7PoqJ7Bm6qRoCtmJePm6mbDZygjt8kl5QFI/rw650RGnC6ZOMPLYjuRyLNE0NjFDFU/e60ljflHkb1WEKVH+hxIAeUId root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJuMc7N8/QJW0jQoCb91qoKww60cVm9FJmVJ+mmTOlu12RwoKB3q8Yj4ZfaoU926CZe1QmfgbfEug1fTgZavHNHgTuJPvQa70g/M3EWLZAoZ9dK0HoLgbSdyyuxXmuysar5SrGSDROuAjiPv8ykvlLuAdNkfwEaoH5fYP2iCEup1AAAAFQDO0ngRP866qMM0FviD/1hAbTR5OwAAAIEAkX1rebavDYiRvkZ1KKUGiIFE9mjddDsLcOjmdqL7o25X2VYgmw8SLmMXtKES2Sa0I9zqSKvsmZqlP+vkvtoMUIHSSkH+8zMpzfHvASUck48MFnTvp7Cs8iwAgo0IxEdXhzbEFhIag6e7L4rENhXb/3YDanzpMKvVApwoYgpyaUwAAACBAIDvBu9qP35ffro9ahNU2qMAl7qegw7aN17SrjXEQvlWLpYKvg5wgx24PKorVvHSV6U6COslmD6xY5mh6mq69izhXvFU7DLhyCyZ+N3mZ6MPRsPgQyIm936nqZlV0cMIRAdRUMQYrH+gWQshY/kyVFb8o8mmO6enOQj84SV9HW6K 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.12,24,fe80::f816:3eff:fe0e:5014/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: ec2 net ===\ninstance-id: i-000000d5\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.77 ===\n/dev/root resized successfully [took 2.51s]\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:0E:50:14 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0e:5014/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:9395 (9.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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.206567] usb 1-1: Product: QEMU USB Tablet\n[ 1.206569] usb 1-1: Manufacturer: QEMU\n[ 1.206572] usb 1-1: SerialNumber: 42\n[ 1.215327] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.257283] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.275075] random: dd urandom read with 5 bits of entropy available\n[ 1.562575] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.562578] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.911942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.299762] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:14:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:14:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:14:34 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)\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:14:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:14:35 cirros kern.notice kernel: [ 1.275075] random: dd urandom read with 5 bits of entropy available\nAug 29 08:14:35 cirros kern.info kernel: [ 1.562575] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:14:35 cirros kern.info kernel: [ 1.562578] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:15:36 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:15:36 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:15:36 cirros kern.info kernel: [ 62.911942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:15:37 cirros kern.info kernel: [ 63.299762] 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-08-29 07:16:56,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d/action used request id req-a7401c79-fb66-4f23-acde-bb8abe904ec1 2018-08-29 07:16:58,773 - sdnvpn.test.functest.testcase_12 - ERROR - One or more instances is down 2018-08-29 07:16:58,774 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-29 07:17:28,791 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-29 07:17:28,792 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-29 07:17:28,792 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-29 07:17:28,798 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-29 07:17:28,839 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-29 07:17:28,841 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-29 07:17:28,841 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-29 07:17:28,843 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-29 07:17:28,843 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-29 07:17:28,884 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-29 07:17:28,923 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-29 07:17:28,928 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-29 07:17:28,928 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-29 07:17:28,929 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-29 07:17:28,929 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-29 07:17:28,933 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-29 07:17:28,970 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-29 07:17:28,972 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-29 07:17:28,972 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-29 07:17:28,973 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-29 07:17:28,973 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-29 07:17:29,014 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-29 07:17:29,047 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-29 07:17:29,050 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-29 07:17:29,051 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-29 07:17:29,051 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-29 07:17:29,052 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-29 07:17:29,054 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-29 07:17:29,096 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-29 07:17:29,098 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-29 07:17:29,098 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-29 07:17:29,099 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-29 07:17:29,099 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-29 07:17:29,140 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-29 07:17:29,182 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-29 07:17:29,183 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-29 07:17:29,184 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-29 07:17:29,184 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-29 07:17:29,185 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-29 07:17:29,187 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-29 07:17:29,220 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-29 07:17:29,222 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-29 07:17:29,222 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-29 07:17:29,223 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-29 07:17:29,223 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-29 07:17:29,264 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-29 07:17:29,296 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-29 07:17:29,297 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-08-29 07:17:29,298 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-29 07:17:29,299 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-29 07:17:29,299 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-29 07:17:29,300 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-29 07:17:29,302 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-29 07:17:29,338 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-29 07:17:29,339 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-29 07:17:29,339 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-29 07:17:29,340 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-29 07:17:29,340 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-29 07:17:29,381 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-29 07:17:29,443 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-29 07:17:29,444 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-29 07:17:59,447 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-29 07:17:59,448 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-29 07:17:59,449 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-29 07:17:59,451 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-29 07:17:59,531 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-29 07:17:59,532 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-29 07:17:59,532 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-29 07:17:59,533 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-29 07:17:59,533 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-29 07:17:59,536 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-29 07:17:59,596 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-29 07:17:59,596 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-29 07:18:29,626 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-29 07:18:29,627 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-29 07:18:29,628 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-29 07:18:29,630 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-29 07:18:29,709 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-29 07:18:29,710 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-29 07:18:29,710 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-29 07:18:59,730 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-29 07:18:59,731 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-29 07:18:59,731 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-29 07:18:59,734 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-29 07:18:59,777 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-29 07:18:59,779 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-29 07:18:59,780 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-29 07:18:59,781 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-29 07:18:59,781 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-29 07:18:59,822 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-29 07:18:59,865 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-29 07:18:59,869 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-29 07:18:59,871 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-29 07:18:59,872 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-29 07:18:59,872 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-29 07:18:59,874 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-29 07:18:59,917 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-29 07:18:59,919 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-29 07:18:59,920 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-29 07:18:59,921 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-29 07:18:59,921 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-29 07:18:59,962 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-29 07:19:00,003 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-29 07:19:00,006 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-08-29 07:19:00,007 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-29 07:19:00,007 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-08-29 07:19:00,008 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-08-29 07:19:00,011 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-08-29 07:19:00,054 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-08-29 07:19:00,055 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-08-29 07:19:00,056 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-08-29 07:19:00,057 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-08-29 07:19:00,057 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-08-29 07:19:00,097 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-08-29 07:19:00,139 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-08-29 07:19:00,140 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-29 07:19:00,141 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-08-29 07:19:00,141 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-29 07:19:00,142 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-29 07:19:00,144 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-29 07:19:00,184 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-29 07:19:00,185 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-08-29 07:19:00,186 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-29 07:19:00,187 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-08-29 07:19:00,187 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-08-29 07:19:00,228 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-08-29 07:19:00,269 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-08-29 07:19:00,270 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-08-29 07:19:00,271 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-08-29 07:19:00,272 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-08-29 07:19:00,272 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-08-29 07:19:00,272 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-08-29 07:19:00,277 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-08-29 07:19:00,320 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-08-29 07:19:00,321 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-08-29 07:19:30,322 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-08-29 07:19:30,323 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-08-29 07:19:30,324 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-08-29 07:19:30,326 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-08-29 07:19:30,358 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-08-29 07:19:30,359 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-08-29 07:19:30,359 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-08-29 07:19:30,360 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-08-29 07:19:30,360 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-08-29 07:19:30,364 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-08-29 07:19:30,415 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-08-29 07:19:30,415 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-08-29 07:20:00,437 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-08-29 07:20:00,439 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-08-29 07:20:00,439 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-08-29 07:20:00,441 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-08-29 07:20:00,481 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-08-29 07:20:00,482 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-29 07:20:00,483 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-08-29 07:20:30,513 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-08-29 07:20:30,514 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-08-29 07:20:30,514 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-08-29 07:20:30,516 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-08-29 07:20:30,551 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-08-29 07:20:30,553 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-08-29 07:20:30,554 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-08-29 07:20:30,555 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-08-29 07:20:30,555 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-08-29 07:20:30,595 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-08-29 07:20:30,632 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-08-29 07:20:30,637 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-08-29 07:20:30,637 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-08-29 07:20:30,638 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-08-29 07:20:30,638 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-08-29 07:20:30,642 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-08-29 07:20:30,685 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-08-29 07:20:30,686 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-08-29 07:20:30,687 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-08-29 07:20:30,688 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-08-29 07:20:30,688 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-08-29 07:20:30,729 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-08-29 07:20:30,768 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-08-29 07:20:30,771 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-08-29 07:20:30,772 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-08-29 07:20:30,772 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-08-29 07:20:30,773 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-08-29 07:20:30,775 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-08-29 07:20:30,813 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-08-29 07:20:30,815 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-08-29 07:20:30,815 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-08-29 07:20:30,816 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-08-29 07:20:30,816 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-08-29 07:20:30,857 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-08-29 07:20:30,893 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-08-29 07:20:30,894 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-08-29 07:20:30,895 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-08-29 07:20:30,895 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-08-29 07:20:30,896 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-08-29 07:20:30,899 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-08-29 07:20:30,939 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-08-29 07:20:30,940 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-08-29 07:20:30,941 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-08-29 07:20:30,941 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-08-29 07:20:30,942 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-08-29 07:20:30,983 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-08-29 07:20:31,024 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-08-29 07:20:31,025 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-08-29 07:20:31,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737909da4d64f3f236314b2a18cd981613899943" -d '{"forceDelete": null}' 2018-08-29 07:20:31,030 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-08-29 07:20:31,785 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-c7b1d5e3-9491-49ec-a9ec-a8a3f4e9a376 x-compute-request-id: req-c7b1d5e3-9491-49ec-a9ec-a8a3f4e9a376 Content-Length: 0 Content-Type: application/json 2018-08-29 07:20:31,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/142f4491-2b5a-455b-9720-57a5961bf7fc/action used request id req-c7b1d5e3-9491-49ec-a9ec-a8a3f4e9a376 2018-08-29 07:20:31,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737909da4d64f3f236314b2a18cd981613899943" -d '{"forceDelete": null}' 2018-08-29 07:20:31,963 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-19ab21f3-66a3-43c4-9eef-421e76888374 x-compute-request-id: req-19ab21f3-66a3-43c4-9eef-421e76888374 Content-Length: 0 Content-Type: application/json 2018-08-29 07:20:31,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/b2497fc3-7e75-4974-8a13-7dc9a3ee575d/action used request id req-19ab21f3-66a3-43c4-9eef-421e76888374 2018-08-29 07:20:31,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2e1d5836285de3a17bfac44bd7e556504a19c5b" 2018-08-29 07:20:33,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47b745ac-0d81-44e7-8bbd-627fd54dacc3 Date: Wed, 29 Aug 2018 07:20:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:20:33,333 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/8a644bdf-39be-45d5-ac4a-992476b118db used request id req-47b745ac-0d81-44e7-8bbd-627fd54dacc3 2018-08-29 07:20:33,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/3bf5605b-038c-4630-a16e-eee0f7b98810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac2766770ffcb8ec6e06d5e204448c6ac15a15a" 2018-08-29 07:20:33,580 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-5df012b3-f496-4967-a5da-baffbacdfebd Date: Wed, 29 Aug 2018 07:20:33 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 3bf5605b-038c-4630-a16e-eee0f7b98810: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-29 07:20:33,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/3bf5605b-038c-4630-a16e-eee0f7b98810 used request id req-5df012b3-f496-4967-a5da-baffbacdfebd 2018-08-29 07:20:33,580 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 3bf5605b-038c-4630-a16e-eee0f7b98810: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-29 07:20:33,581 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '3bf5605b-038c-4630-a16e-eee0f7b98810')]: Unable to complete operation on subnet 3bf5605b-038c-4630-a16e-eee0f7b98810: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-5df012b3-f496-4967-a5da-baffbacdfebd'] 2018-08-29 07:20:33,581 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 3bf5605b-038c-4630-a16e-eee0f7b98810 was not deleted. 2018-08-29 07:20:33,581 - 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 276, actual flow count 278| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 27, actual group count 27| +========================================================================================+ | 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 276, actual flow count 284| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 27, actual group count 27| +========================================================================================+ +========================================================================================+ 2018-08-29 07:20:33,581 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-29 07:20:33,582 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-29 07:20:33,582 - 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 276, actual flow count 278': 'PASS'}, {'OVS groups are programmed after resync expected group count 27, actual group count 27': 'PASS'}, {'OVS flows are programmed after resync expected flow count 276, actual flow count 284': 'PASS'}, {'OVS groups are programmed after resync expected group count 27, actual group count 27': 'PASS'}]} 2018-08-29 07:20:33,582 - 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-08-29 07:20:33,582 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-29 07:20:33,583 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-29 07:20:33,663 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-29 07:20:33,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:20:33,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:20:33,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:20:33,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:20:33,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:20:33,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:20:33,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:20:33,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:20:33,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:20:33,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:20:33,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:20:33,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:20:33,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:20:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:20:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:20:33,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:20:33,672 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:20:33,674 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16d5750L 2018-08-29 07:20:33,674 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:33,698 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:33,699 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:33,703 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 07:20:33,703 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:33,704 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:33,704 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:33,704 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:33,704 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:33,711 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:33,712 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:33,738 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.107: 183c752f2bfe65f6771ba26cd7f6abf4 2018-08-29 07:20:33,739 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:33,751 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:33,783 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:33,803 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:34,023 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:34,023 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:34,063 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:34,063 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:34,076 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:39,299 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:39,300 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:39,303 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16263d0L 2018-08-29 07:20:39,303 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:39,310 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:39,310 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:39,313 - 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-08-29 07:20:39,313 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:39,313 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:39,314 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:39,314 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:39,314 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:39,319 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:39,319 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:39,335 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 07:20:39,335 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:39,359 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:39,372 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:39,400 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:39,470 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:39,470 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:39,509 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:39,510 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:39,519 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:39,557 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:39,558 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:39,559 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:39,559 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:39,560 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:39,600 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:39,638 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:39,640 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:39,640 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:39,641 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:39,641 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:39,682 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:39,721 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:39,723 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:39,725 - paramiko.transport - DEBUG - starting thread (client mode): 0xa163a7d0L 2018-08-29 07:20:39,726 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:39,730 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:39,730 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:39,733 - 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-08-29 07:20:39,733 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:39,734 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:39,734 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:39,734 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:39,734 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:39,739 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:39,739 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:39,742 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 07:20:39,742 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:39,779 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:39,791 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:39,807 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:39,889 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:39,889 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:39,928 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:39,929 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:39,942 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:39,978 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:39,979 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:39,980 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:39,981 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:39,981 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:40,022 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:40,058 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:40,059 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:40,060 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:40,061 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:40,061 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:40,102 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:40,133 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:40,134 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:40,136 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16c0c10L 2018-08-29 07:20:40,136 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:40,143 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:40,143 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:40,146 - 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-08-29 07:20:40,146 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:40,146 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:40,146 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:40,147 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:40,147 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:40,151 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:40,152 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:40,168 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 07:20:40,169 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:40,191 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:40,204 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:40,233 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:40,311 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:40,311 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:40,350 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:40,351 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:40,370 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:40,405 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:40,406 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:40,407 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:40,408 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:40,408 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:40,448 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:40,486 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:40,487 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:40,488 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:40,489 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:40,489 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:40,530 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:40,564 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:40,565 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:40,567 - paramiko.transport - DEBUG - starting thread (client mode): 0xa168c390L 2018-08-29 07:20:40,567 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:40,572 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:40,572 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:40,574 - 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-08-29 07:20:40,574 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:40,575 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:40,575 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:40,575 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:40,575 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:40,580 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:40,580 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:40,583 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 07:20:40,583 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:40,619 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:40,630 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:40,648 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:40,708 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:40,709 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:40,748 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:40,749 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:40,752 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:40,781 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:40,782 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:40,783 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:40,783 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:40,784 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:40,824 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:40,855 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:40,856 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:40,856 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:40,858 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:40,858 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:40,898 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:40,924 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:40,925 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:40,927 - paramiko.transport - DEBUG - starting thread (client mode): 0xa16cd750L 2018-08-29 07:20:40,928 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:40,934 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:40,934 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:40,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-08-29 07:20:40,936 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:40,937 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:40,937 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:40,937 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:40,937 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:40,942 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:40,942 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:40,943 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 07:20:40,944 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:40,982 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:40,992 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:41,008 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:41,067 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:41,067 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:41,106 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:41,107 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:41,111 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:41,141 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:41,142 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:41,142 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:41,143 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:41,143 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:41,184 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:41,216 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:41,217 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:41,218 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:41,219 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:41,219 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:41,259 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:41,286 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:41,287 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:41,287 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:41,289 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:41,289 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:41,296 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:45,809 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:45,811 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:45,813 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1626b50L 2018-08-29 07:20:45,813 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:45,819 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:45,820 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:45,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-08-29 07:20:45,823 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:45,823 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:45,823 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:45,824 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:45,824 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:45,829 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:45,829 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:45,845 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 07:20:45,845 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:45,869 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:45,881 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:45,910 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:45,977 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:45,978 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:46,017 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:46,018 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:46,022 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:46,056 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:46,057 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:46,058 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:46,059 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:46,059 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:46,100 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:46,138 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:46,139 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:46,139 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:46,140 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:46,140 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:46,181 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:46,212 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:46,214 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:46,215 - paramiko.transport - DEBUG - starting thread (client mode): 0xa167e190L 2018-08-29 07:20:46,216 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:46,223 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:46,223 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:46,225 - 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-08-29 07:20:46,226 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:46,226 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:46,226 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:46,226 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:46,226 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:46,231 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:46,232 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:46,248 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 07:20:46,249 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:46,271 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:46,283 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:46,313 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:46,377 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:46,378 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:46,417 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:46,418 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:46,425 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:46,460 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:46,461 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:46,462 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:46,463 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:46,463 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:46,504 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:46,540 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:46,542 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:46,542 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:46,543 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:46,543 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:46,584 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:46,614 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:46,616 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:46,618 - paramiko.transport - DEBUG - starting thread (client mode): 0xa167ef50L 2018-08-29 07:20:46,618 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:46,623 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:46,624 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:46,626 - 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-08-29 07:20:46,626 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:46,626 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:46,626 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:46,627 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:46,627 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:46,631 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:46,632 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:46,634 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 07:20:46,634 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:46,671 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:46,682 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:46,699 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:46,758 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:46,759 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:46,798 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:46,799 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:46,803 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:46,836 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:46,837 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:46,838 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:46,839 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:46,839 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:46,880 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:46,916 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:46,917 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:46,918 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:46,919 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:46,919 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:46,960 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:46,990 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:46,992 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:46,993 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1675910L 2018-08-29 07:20:46,994 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:46,999 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:46,999 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:47,001 - 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-08-29 07:20:47,002 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:47,002 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:47,002 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:47,002 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:47,002 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:47,007 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:47,007 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:47,009 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 07:20:47,010 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:47,047 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:47,058 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:47,075 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:47,135 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:47,135 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:47,174 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:47,175 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:47,179 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:47,209 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:47,210 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:47,211 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:47,213 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:47,213 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:47,252 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:47,284 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:47,286 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:47,287 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:47,288 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:47,288 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:47,329 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:47,355 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:47,357 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:47,358 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1697690L 2018-08-29 07:20:47,359 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:20:47,365 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:20:47,365 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:20:47,369 - 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-08-29 07:20:47,369 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:20:47,369 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:20:47,369 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:20:47,369 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:20:47,370 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:20:47,374 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:20:47,375 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:20:47,390 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 07:20:47,391 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:20:47,414 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:20:47,426 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:20:47,455 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:20:47,524 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:20:47,524 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:20:47,563 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:20:47,564 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:20:47,575 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:20:47,608 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:20:47,609 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:20:47,610 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:20:47,611 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:20:47,611 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:20:47,652 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:20:47,687 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:20:47,688 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:20:47,688 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:20:47,690 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:20:47,690 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:20:47,730 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:20:47,760 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:20:47,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:20:47,763 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:20:47,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde59afb-cebe-4deb-9664-6886e3e9f86d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:20:47,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fde59afb-cebe-4deb-9664-6886e3e9f86d 2018-08-29 07:20:47,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:20:48,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["6L1H44WURsu0g2EFGlbMPA"], "issued_at": "2018-08-29T07:20:48.000000Z"}} 2018-08-29 07:20:48,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a8a4f448b718c7edfefc2bac179bac8a5bfe2a" 2018-08-29 07:20:48,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-98695a52-041a-406d-bdfa-619350da7cb2 Date: Wed, 29 Aug 2018 07:20:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:20:48,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-98695a52-041a-406d-bdfa-619350da7cb2 2018-08-29 07:20:48,718 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:20:48,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a8a4f448b718c7edfefc2bac179bac8a5bfe2a" 2018-08-29 07:20:49,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49aa54f1-1e98-4629-9cb7-26a36c360119 Date: Wed, 29 Aug 2018 07:20: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-08-29 07:20:49,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-49aa54f1-1e98-4629-9cb7-26a36c360119 2018-08-29 07:20:49,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81a8a4f448b718c7edfefc2bac179bac8a5bfe2a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:20:49,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf X-Openstack-Request-Id: req-793a485b-4ecd-4243-bf50-8a61f8b797fd Date: Wed, 29 Aug 2018 07:20:49 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:20:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:20:49Z", "visibility": "public", "locations": [], "self": "/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "min_disk": 0, "protected": false, "id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "file": "/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:20:49,945 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-793a485b-4ecd-4243-bf50-8a61f8b797fd 2018-08-29 07:20:49,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a8a4f448b718c7edfefc2bac179bac8a5bfe2a" -d '' 2018-08-29 07:20:51,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3da2c42f-6b4c-49e0-9b4f-e782457a45a9 Date: Wed, 29 Aug 2018 07:20:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:20:51,434 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf/file used request id req-3da2c42f-6b4c-49e0-9b4f-e782457a45a9 2018-08-29 07:20:51,434 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-08-29 07:20:51,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:20:51,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4659eec5-73a7-494d-85ed-b980ad4c300e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:20:51,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4659eec5-73a7-494d-85ed-b980ad4c300e 2018-08-29 07:20:51,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:20:51,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["FjFCdbQVTWeNHOiLfXlMlw"], "issued_at": "2018-08-29T07:20:51.000000Z"}} 2018-08-29 07:20:51,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815cf6c64eba0a67c2b7c36a2dd5785925d8c4b8" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-08-29 07:20:52,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-5cce0627-d855-4bcb-acb6-371e57f196a1 Date: Wed, 29 Aug 2018 07:20:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:20:52Z","is_default":false,"provider:segmentation_id":97,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","mtu":1450}} 2018-08-29 07:20:52,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-5cce0627-d855-4bcb-acb6-371e57f196a1 2018-08-29 07:20:52,210 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network a8f28373-780c-4783-b0e6-5f7b0333adbf with cidr 10.10.10.0/24 2018-08-29 07:20:52,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815cf6c64eba0a67c2b7c36a2dd5785925d8c4b8" -d '{"subnets": [{"ip_version": 4, "network_id": "a8f28373-780c-4783-b0e6-5f7b0333adbf", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-08-29 07:20:52,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-37bad562-605b-4000-8cd1-a95f9652a71f Date: Wed, 29 Aug 2018 07:20:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:20:52Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"8331fb80acb1488a84bc7cffea257dab","id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-29 07:20:52,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-37bad562-605b-4000-8cd1-a95f9652a71f 2018-08-29 07:20:52,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815cf6c64eba0a67c2b7c36a2dd5785925d8c4b8" 2018-08-29 07:20:53,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-a76ff674-000a-4a25-b8d1-3d3c3093e6ad Date: Wed, 29 Aug 2018 07:20:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:20:53,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-a76ff674-000a-4a25-b8d1-3d3c3093e6ad 2018-08-29 07:20:53,017 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:20:53,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:20:53,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0e4978-9e59-4886-b48b-024c3f0798f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:20:53,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ee0e4978-9e59-4886-b48b-024c3f0798f3 2018-08-29 07:20:53,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:20:53,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:20:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["GdMKooDgRjaoCVLKM0ypug"], "issued_at": "2018-08-29T07:20:53.000000Z"}} 2018-08-29 07:20:53,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee460cdd004f4ec923271d23924c369afe221cc" 2018-08-29 07:20:53,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-aeba0ddb-3200-48ff-871d-ccb2f3ebdaee x-compute-request-id: req-aeba0ddb-3200-48ff-871d-ccb2f3ebdaee 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": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:20:53,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-aeba0ddb-3200-48ff-871d-ccb2f3ebdaee 2018-08-29 07:20:53,596 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:20:53,597 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:20:53,597 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:20:53,599 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:20:53,639 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 07:20:53,641 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:20:53,642 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:20:53,643 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:20:53,643 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:20:53,684 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:20:53,718 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:20:53,719 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:20:53,720 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:20:53,721 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:20:53,721 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:20:53,726 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:20:53,771 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-29 07:20:53,773 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:20:53,774 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:20:53,774 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:20:53,775 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:20:53,815 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:20:53,850 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:20:53,851 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-08-29 07:20:53,851 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=5ccfc92e-8202-4e0a-a0ac-31c23d419ccf network=a8f28373-780c-4783-b0e6-5f7b0333adbf secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:20:53,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:20:53,852 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:20:53,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:20:53,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:20:53,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:20:53,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:20:53,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:20:53,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:20:53,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:20:53,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:20:53,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:20:53,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:20:53,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:20:53,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:20:53,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:20:53,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:20:53,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:20:53,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:20:53,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:20:53,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:20:53,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:20:53,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:20:53,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:20:53,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:20:53,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:20:53,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:20:53,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c12bef99-853a-41f2-81e2-fed7bf30e44f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:20:53,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-c12bef99-853a-41f2-81e2-fed7bf30e44f 2018-08-29 07:20:53,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:20:54,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["Q7jjxBqVTBCv0MNGEezf8w"], "issued_at": "2018-08-29T07:20:54.000000Z"}} 2018-08-29 07:20:54,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c9e947321988b1eeaefb2444c0beeb399eaf97" 2018-08-29 07:20:54,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20: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-9b1351cc-88e9-493b-a84a-1928e0222d70 x-compute-request-id: req-9b1351cc-88e9-493b-a84a-1928e0222d70 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:20:54,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9b1351cc-88e9-493b-a84a-1928e0222d70 2018-08-29 07:20:54,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c9e947321988b1eeaefb2444c0beeb399eaf97" 2018-08-29 07:20:54,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20: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-b8885808-7d49-4df4-bc66-c0ca54e77c57 x-compute-request-id: req-b8885808-7d49-4df4-bc66-c0ca54e77c57 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:20:54,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-b8885808-7d49-4df4-bc66-c0ca54e77c57 2018-08-29 07:20:54,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c9e947321988b1eeaefb2444c0beeb399eaf97" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a8f28373-780c-4783-b0e6-5f7b0333adbf"}]}}' 2018-08-29 07:20:55,992 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:20: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-940d2b29-0f6f-4574-9b71-16af6a7526c3 x-compute-request-id: req-940d2b29-0f6f-4574-9b71-16af6a7526c3 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a2fa581e-b0f7-49df-ac61-494f870b35bb", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "bookmark"}], "adminPass": "KNbmzAa8L6zX"}} 2018-08-29 07:20:55,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-940d2b29-0f6f-4574-9b71-16af6a7526c3 2018-08-29 07:20:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:20:56,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2b3c101-86a7-4ddb-93e7-99545a7de2bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:20:56,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d2b3c101-86a7-4ddb-93e7-99545a7de2bc 2018-08-29 07:20:56,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:20:56,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:20:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["fUqky8i2RxKBjAU2uqEgZw"], "issued_at": "2018-08-29T07:20:56.000000Z"}} 2018-08-29 07:20:56,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c46cc7c05464da73c8da6f3fc4cddf800d98e85" 2018-08-29 07:20:56,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-34875c45-b4af-4fc2-ad4d-63b30c3282f5 x-compute-request-id: req-34875c45-b4af-4fc2-ad4d-63b30c3282f5 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "a2fa581e-b0f7-49df-ac61-494f870b35bb", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:20: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-11-2", "created": "2018-08-29T07:20:55Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:20:56,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb used request id req-34875c45-b4af-4fc2-ad4d-63b30c3282f5 2018-08-29 07:20:59,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c46cc7c05464da73c8da6f3fc4cddf800d98e85" 2018-08-29 07:21:00,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-21bc53c1-fed2-49f5-92bc-cbfa6f02b8c5 x-compute-request-id: req-21bc53c1-fed2-49f5-92bc-cbfa6f02b8c5 Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "a2fa581e-b0f7-49df-ac61-494f870b35bb", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:20:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:20:55Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:00,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb used request id req-21bc53c1-fed2-49f5-92bc-cbfa6f02b8c5 2018-08-29 07:21:03,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c46cc7c05464da73c8da6f3fc4cddf800d98e85" 2018-08-29 07:21:04,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-403f5f3a-616e-4ea8-b023-c1d9dcdd0a1f x-compute-request-id: req-403f5f3a-616e-4ea8-b023-c1d9dcdd0a1f 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:37:fa:48", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-08-29T07:21:00.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "a2fa581e-b0f7-49df-ac61-494f870b35bb", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:21:00Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:20:55Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:04,350 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb used request id req-403f5f3a-616e-4ea8-b023-c1d9dcdd0a1f 2018-08-29 07:21:04,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c9e947321988b1eeaefb2444c0beeb399eaf97" 2018-08-29 07:21:05,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-dd7245f1-13ba-4321-b742-22f779fbdc0f x-compute-request-id: req-dd7245f1-13ba-4321-b742-22f779fbdc0f 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:37:fa:48", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000de", "OS-SRV-USG:launched_at": "2018-08-29T07:21:00.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "a2fa581e-b0f7-49df-ac61-494f870b35bb", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:21:00Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:20:55Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:05,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb used request id req-dd7245f1-13ba-4321-b742-22f779fbdc0f 2018-08-29 07:21:05,029 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.14'. 2018-08-29 07:21:05,029 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-08-29 07:21:05,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee460cdd004f4ec923271d23924c369afe221cc" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:21:06,526 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-65ffab46-5894-40b9-809a-b3531faa56fa x-compute-request-id: req-65ffab46-5894-40b9-809a-b3531faa56fa Content-Length: 0 Content-Type: application/json 2018-08-29 07:21:06,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb/action used request id req-65ffab46-5894-40b9-809a-b3531faa56fa 2018-08-29 07:21:06,526 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-08-29 07:21:06,526 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=5ccfc92e-8202-4e0a-a0ac-31c23d419ccf network=a8f28373-780c-4783-b0e6-5f7b0333adbf secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:21:06,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:21:06,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:21:06,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:21:06,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:21:06,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:21:06,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:21:06,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:21:06,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:21:06,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:21:06,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:21:06,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:21:06,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:21:06,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:21:06,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:21:06,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e4bd96-ef1c-48b7-bbd6-ac6e5137f850 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:21:06,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-96e4bd96-ef1c-48b7-bbd6-ac6e5137f850 2018-08-29 07:21:06,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:21:06,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:21:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["dM0WHuP6T5iR7TcvqfBtig"], "issued_at": "2018-08-29T07:21:06.000000Z"}} 2018-08-29 07:21:06,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" 2018-08-29 07:21:07,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-7a81b50c-5fb8-4fe0-abb1-c1471e9ce3f2 x-compute-request-id: req-7a81b50c-5fb8-4fe0-abb1-c1471e9ce3f2 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:21:07,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-7a81b50c-5fb8-4fe0-abb1-c1471e9ce3f2 2018-08-29 07:21:07,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" 2018-08-29 07:21:07,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-d7ed76a3-8c08-4b9b-a606-d17060cc6679 x-compute-request-id: req-d7ed76a3-8c08-4b9b-a606-d17060cc6679 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:21:07,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-d7ed76a3-8c08-4b9b-a606-d17060cc6679 2018-08-29 07:21:07,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a8f28373-780c-4783-b0e6-5f7b0333adbf"}]}}' 2018-08-29 07:21:09,118 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:21: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-d8d0d5b6-5d28-4df3-a837-892d58e57a45 x-compute-request-id: req-d8d0d5b6-5d28-4df3-a837-892d58e57a45 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83d32a58-740a-4e1c-8e18-0fde707ed0c2", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "bookmark"}], "adminPass": "doDneQG7MxKq"}} 2018-08-29 07:21:09,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-d8d0d5b6-5d28-4df3-a837-892d58e57a45 2018-08-29 07:21:09,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:21:09,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8498a6-718c-4324-94af-26a79bb0a933 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:21:09,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7f8498a6-718c-4324-94af-26a79bb0a933 2018-08-29 07:21:09,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:21:09,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["yoJC0sJhQlOcqCZX1ehJyw"], "issued_at": "2018-08-29T07:21:09.000000Z"}} 2018-08-29 07:21:09,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}decc50a9340a20f3c9216ad21c6fdd529668fc0b" 2018-08-29 07:21:10,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-6625768e-b44d-41b1-8172-09fff591c67c x-compute-request-id: req-6625768e-b44d-41b1-8172-09fff591c67c 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.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "83d32a58-740a-4e1c-8e18-0fde707ed0c2", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:21:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-08-29T07:21:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:10,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 used request id req-6625768e-b44d-41b1-8172-09fff591c67c 2018-08-29 07:21:13,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}decc50a9340a20f3c9216ad21c6fdd529668fc0b" 2018-08-29 07:21:14,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9d8f6d3-5c07-4ae4-916b-fc048459b431 x-compute-request-id: req-f9d8f6d3-5c07-4ae4-916b-fc048459b431 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.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "83d32a58-740a-4e1c-8e18-0fde707ed0c2", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:21:11Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:21:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:14,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 used request id req-f9d8f6d3-5c07-4ae4-916b-fc048459b431 2018-08-29 07:21:17,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}decc50a9340a20f3c9216ad21c6fdd529668fc0b" 2018-08-29 07:21:17,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d1318d0-64fa-4cb0-89f1-a914f9daadd0 x-compute-request-id: req-5d1318d0-64fa-4cb0-89f1-a914f9daadd0 Content-Encoding: gzip Content-Length: 774 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:dc:f1:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-08-29T07:21:14.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "83d32a58-740a-4e1c-8e18-0fde707ed0c2", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:21:14Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:21:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:17,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 used request id req-5d1318d0-64fa-4cb0-89f1-a914f9daadd0 2018-08-29 07:21:17,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" 2018-08-29 07:21:18,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8000077-aee0-466b-a444-338ac6f55667 x-compute-request-id: req-d8000077-aee0-466b-a444-338ac6f55667 Content-Encoding: gzip Content-Length: 774 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:dc:f1:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2", "rel": "bookmark"}], "image": {"id": "5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "links": [{"href": "http://172.30.9.24:8774/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e1", "OS-SRV-USG:launched_at": "2018-08-29T07:21:14.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "83d32a58-740a-4e1c-8e18-0fde707ed0c2", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:21:14Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:21:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:21:18,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2 used request id req-d8000077-aee0-466b-a444-338ac6f55667 2018-08-29 07:21:18,056 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.5'. 2018-08-29 07:21:18,056 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-08-29 07:21:18,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee460cdd004f4ec923271d23924c369afe221cc" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:21:19,116 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-3de36089-ecf6-4541-a603-5eaa275fe16d x-compute-request-id: req-3de36089-ecf6-4541-a603-5eaa275fe16d Content-Length: 0 Content-Type: application/json 2018-08-29 07:21:19,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-3de36089-ecf6-4541-a603-5eaa275fe16d 2018-08-29 07:21:19,117 - sdnvpn_test_utils - INFO - Waiting for instance 83d32a58-740a-4e1c-8e18-0fde707ed0c2 to boot up 2018-08-29 07:21:19,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:20,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-849bdcbc-4a98-41b6-a2c3-52f6fbcde7f7 x-compute-request-id: req-849bdcbc-4a98-41b6-a2c3-52f6fbcde7f7 Content-Encoding: gzip Content-Length: 9379 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n"} 2018-08-29 07:21:20,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-849bdcbc-4a98-41b6-a2c3-52f6fbcde7f7 2018-08-29 07:21:22,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:23,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-db3975ec-6bb1-4477-b03c-d50724d931cf x-compute-request-id: req-db3975ec-6bb1-4477-b03c-d50724d931cf Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:23,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-db3975ec-6bb1-4477-b03c-d50724d931cf 2018-08-29 07:21:25,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:26,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-b33cdfb4-6305-4cc1-9fda-2b8e77a8e715 x-compute-request-id: req-b33cdfb4-6305-4cc1-9fda-2b8e77a8e715 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:26,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-b33cdfb4-6305-4cc1-9fda-2b8e77a8e715 2018-08-29 07:21:28,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:29,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-d09b5494-cce0-4809-97b6-f579ce375e44 x-compute-request-id: req-d09b5494-cce0-4809-97b6-f579ce375e44 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:29,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-d09b5494-cce0-4809-97b6-f579ce375e44 2018-08-29 07:21:31,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:32,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-c5b41f9b-0abb-4037-8cc2-80a75ea23c7f x-compute-request-id: req-c5b41f9b-0abb-4037-8cc2-80a75ea23c7f Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:32,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-c5b41f9b-0abb-4037-8cc2-80a75ea23c7f 2018-08-29 07:21:34,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:35,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-7b363327-d392-4aa6-8317-abc8edbb8bc5 x-compute-request-id: req-7b363327-d392-4aa6-8317-abc8edbb8bc5 Content-Encoding: gzip Content-Length: 9982 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:35,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-7b363327-d392-4aa6-8317-abc8edbb8bc5 2018-08-29 07:21:37,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:38,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2469ca2c-4088-4825-86af-d11e1587d4a3 x-compute-request-id: req-2469ca2c-4088-4825-86af-d11e1587d4a3 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 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:38,791 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-2469ca2c-4088-4825-86af-d11e1587d4a3 2018-08-29 07:21:40,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:41,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-1e3469e2-907a-4af7-82df-1d508a69df26 x-compute-request-id: req-1e3469e2-907a-4af7-82df-1d508a69df26 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 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:41,883 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-1e3469e2-907a-4af7-82df-1d508a69df26 2018-08-29 07:21:43,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:44,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-fcd249e0-f412-4ce4-8d45-508e86cf8eff x-compute-request-id: req-fcd249e0-f412-4ce4-8d45-508e86cf8eff 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 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:44,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-fcd249e0-f412-4ce4-8d45-508e86cf8eff 2018-08-29 07:21:46,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:48,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b5bc26b-3ff9-4b8d-a945-d28b6aefea10 x-compute-request-id: req-1b5bc26b-3ff9-4b8d-a945-d28b6aefea10 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 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:48,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-1b5bc26b-3ff9-4b8d-a945-d28b6aefea10 2018-08-29 07:21:50,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:51,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a89ebc08-7a97-490a-a27c-42e50f5bb8ec x-compute-request-id: req-a89ebc08-7a97-490a-a27c-42e50f5bb8ec Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:51,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-a89ebc08-7a97-490a-a27c-42e50f5bb8ec 2018-08-29 07:21:53,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:54,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-3d3ed25c-d756-4d09-bb7c-26d2db2d8007 x-compute-request-id: req-3d3ed25c-d756-4d09-bb7c-26d2db2d8007 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:54,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-3d3ed25c-d756-4d09-bb7c-26d2db2d8007 2018-08-29 07:21:56,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:21:57,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ecafea8-dcb2-428d-8cce-58f2e19621ac x-compute-request-id: req-0ecafea8-dcb2-428d-8cce-58f2e19621ac Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:21:57,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-0ecafea8-dcb2-428d-8cce-58f2e19621ac 2018-08-29 07:21:59,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:22:00,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:21: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-aa92c865-0aa4-482b-bf7f-ad62829d9ce3 x-compute-request-id: req-aa92c865-0aa4-482b-bf7f-ad62829d9ce3 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:22:00,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-aa92c865-0aa4-482b-bf7f-ad62829d9ce3 2018-08-29 07:22:02,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:22:03,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:22:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7729109c-a522-46e3-be9b-a68960c50a56 x-compute-request-id: req-7729109c-a522-46e3-be9b-a68960c50a56 Content-Encoding: gzip Content-Length: 10074 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-08-29 07:22:03,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-7729109c-a522-46e3-be9b-a68960c50a56 2018-08-29 07:22:05,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}458f29bd1c54cc909dc5294618d57f3f2b8385b2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:22:06,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:22: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-56628d24-52b0-4877-a78c-3bfb0426a7fc x-compute-request-id: req-56628d24-52b0-4877-a78c-3bfb0426a7fc Content-Encoding: gzip Content-Length: 10883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486508513 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129409] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131034] pid_max: default: 32768 minimum: 301\n[ 0.131912] ACPI: Core revision 20150930\n[ 0.133277] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134561] Security Framework initialized\n[ 0.135356] Yama: becoming mindful.\n[ 0.136072] AppArmor: AppArmor initialized\n[ 0.136928] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138239] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139498] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140683] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142045] Initializing cgroup subsys io\n[ 0.142845] Initializing cgroup subsys memory\n[ 0.143686] Initializing cgroup subsys devices\n[ 0.144548] Initializing cgroup subsys freezer\n[ 0.145395] Initializing cgroup subsys net_cls\n[ 0.146243] Initializing cgroup subsys perf_event\n[ 0.147135] Initializing cgroup subsys net_prio\n[ 0.147998] Initializing cgroup subsys hugetlb\n[ 0.148858] Initializing cgroup subsys pids\n[ 0.149713] CPU: Physical Processor ID: 0\n[ 0.151179] mce: CPU supports 10 MCE banks\n[ 0.152010] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170223] ftrace: allocating 31920 entries in 125 pages\n[ 0.196418] smpboot: Max logical packages: 1\n[ 0.197285] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198625] x2apic enabled\n[ 0.199425] Switched APIC routing to physical x2apic.\n[ 0.201160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202255] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204206] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205957] KVM setup paravirtual spinlock\n[ 0.207231] x86: Booted up 1 node, 1 CPUs\n[ 0.208022] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209386] devtmpfs: initialized\n[ 0.211091] evm: security.selinux\n[ 0.211783] evm: security.SMACK64\n[ 0.212464] evm: security.SMACK64EXEC\n[ 0.213193] evm: security.SMACK64TRANSMUTE\n[ 0.213988] evm: security.SMACK64MMAP\n[ 0.214724] evm: security.ima\n[ 0.215352] evm: security.capability\n[ 0.216143] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217960] pinctrl core: initialized pinctrl subsystem\n[ 0.219034] RTC time: 7:21:14, date: 08/29/18\n[ 0.219985] NET: Registered protocol family 16\n[ 0.220941] cpuidle: using governor ladder\n[ 0.221742] cpuidle: using governor menu\n[ 0.222513] PCCT header not found.\n[ 0.223243] ACPI: bus type PCI registered\n[ 0.224039] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225272] PCI: Using configuration type 1 for base access\n[ 0.227006] ACPI: Added _OSI(Module Device)\n[ 0.227832] ACPI: Added _OSI(Processor Device)\n[ 0.228674] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229549] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231675] ACPI: Interpreter enabled\n[ 0.232414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237792] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239577] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241297] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244341] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245458] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246655] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247812] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249977] acpiphp: Slot [3] registered\n[ 0.250763] acpiphp: Slot [4] registered\n[ 0.251543] acpiphp: Slot [5] registered\n[ 0.252319] acpiphp: Slot [6] registered\n[ 0.253096] acpiphp: Slot [7] registered\n[ 0.253880] acpiphp: Slot [8] registered\n[ 0.254665] acpiphp: Slot [9] registered\n[ 0.255442] acpiphp: Slot [10] registered\n[ 0.256225] acpiphp: Slot [11] registered\n[ 0.257019] acpiphp: Slot [12] registered\n[ 0.257816] acpiphp: Slot [13] registered\n[ 0.258609] acpiphp: Slot [14] registered\n[ 0.259394] acpiphp: Slot [15] registered\n[ 0.270240] acpiphp: Slot [16] registered\n[ 0.271034] acpiphp: Slot [17] registered\n[ 0.271822] acpiphp: Slot [18] registered\n[ 0.272607] acpiphp: Slot [19] registered\n[ 0.273389] acpiphp: Slot [20] registered\n[ 0.274181] acpiphp: Slot [21] registered\n[ 0.274973] acpiphp: Slot [22] registered\n[ 0.275763] acpiphp: Slot [23] registered\n[ 0.276550] acpiphp: Slot [24] registered\n[ 0.277344] acpiphp: Slot [25] registered\n[ 0.278141] acpiphp: Slot [26] registered\n[ 0.278930] acpiphp: Slot [27] registered\n[ 0.279725] acpiphp: Slot [28] registered\n[ 0.280516] acpiphp: Slot [29] registered\n[ 0.281299] acpiphp: Slot [30] registered\n[ 0.282089] acpiphp: Slot [31] registered\n[ 0.282874] PCI host bridge to bus 0000:00\n[ 0.283662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284840] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288827] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296264] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305149] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306542] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354029] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355410] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356829] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360544] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363136] vgaarb: loaded\n[ 0.363720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364823] SCSI subsystem initialized\n[ 0.365620] ACPI: bus type USB registered\n[ 0.366409] usbcore: registered new interface driver usbfs\n[ 0.367403] usbcore: registered new interface driver hub\n[ 0.368381] usbcore: registered new device driver usb\n[ 0.369406] PCI: Using ACPI for IRQ routing\n[ 0.370402] NetLabel: Initializing\n[ 0.371098] NetLabel: domain hash size = 128\n[ 0.371932] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372858] NetLabel: unlabeled traffic allowed by default\n[ 0.373923] clocksource: Switched to clocksource kvm-clock\n[ 0.379312] AppArmor: AppArmor Filesystem Enabled\n[ 0.380280] pnp: PnP ACPI init\n[ 0.381170] pnp: PnP ACPI: found 5 devices\n[ 0.387515] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389177] NET: Registered protocol family 2\n[ 0.390112] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.391339] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.392469] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.393585] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394629] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395765] NET: Registered protocol family 1\n[ 0.396606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397691] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398762] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412774] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427039] Trying to unpack rootfs image as initramfs...\n[ 0.477132] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490949] Scanning for low memory corruption every 60 seconds\n[ 0.492310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493465] audit: initializing netlink subsys (disabled)\n[ 0.494491] audit: type=2000 audit(1535527275.193:1): initialized\n[ 0.495788] Initialise system trusted keyring\n[ 0.496708] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499826] zbud: loaded\n[ 0.500530] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502856] fuse init (API version 7.23)\n[ 0.503737] Key type big_key registered\n[ 0.504534] Allocating IMA MOK and blacklist keyrings.\n[ 0.505625] Key type asymmetric registered\n[ 0.506455] Asymmetric key parser 'x509' registered\n[ 0.507410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508866] io scheduler noop registered\n[ 0.509656] io scheduler deadline registered (default)\n[ 0.510647] io scheduler cfq registered\n[ 0.511480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512516] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515597] ACPI: Power Button [PWRF]\n[ 0.516418] GHES: HEST is not enabled!\n[ 0.530087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.560479] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585901] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588139] Linux agpgart interface v0.103\n[ 0.590205] brd: module loaded\n[ 0.591401] loop: module loaded\n[ 0.596287] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597813] GPT:90111 != 2097151\n[ 0.598530] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599675] GPT:90111 != 2097151\n[ 0.600328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601259] vda: vda1 vda15\n[ 0.602904] scsi host0: ata_piix\n[ 0.603623] scsi host1: ata_piix\n[ 0.604301] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.605456] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.606843] libphy: Fixed MDIO Bus: probed\n[ 0.607627] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608530] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610718] PPP generic driver version 2.4.2\n[ 0.611568] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612857] ehci-pci: EHCI PCI platform driver\n[ 0.613682] ehci-platform: EHCI generic platform driver\n[ 0.614628] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.615697] ohci-pci: OHCI PCI platform driver\n[ 0.616522] ohci-platform: OHCI generic platform driver\n[ 0.617458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.631786] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.632741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.634129] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.635108] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.636170] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.637331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638691] usb usb1: Product: UHCI Host Controller\n[ 0.639587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640675] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641647] hub 1-0:1.0: USB hub found\n[ 0.642390] hub 1-0:1.0: 2 ports detected\n[ 0.643255] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645305] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646218] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647196] mousedev: PS/2 mouse device common for all mice\n[ 0.648393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650170] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651216] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652340] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653454] i2c /dev entries driver\n[ 0.654180] device-mapper: uevent: version 1.0.3\n[ 0.655085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656628] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657849] NET: Registered protocol family 10\n[ 0.658830] NET: Registered protocol family 17\n[ 0.659686] Key type dns_resolver registered\n[ 0.660565] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661604] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663265] registered taskstats version 1\n[ 0.664064] Loading compiled-in X.509 certificates\n[ 0.665462] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667220] zswap: loaded using pool lzo/zbud\n[ 0.668636] Key type trusted registered\n[ 0.670180] Key type encrypted registered\n[ 0.670974] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671946] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672927] evm: HMAC attrs: 0x1\n[ 0.673843] Magic number: 14:754:370\n[ 0.674679] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:15 UTC (1535527275)\n[ 0.676196] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677255] EDD information not available.\n[ 0.763082] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764639] Write protecting the kernel read-only data: 14336k\n[ 0.776413] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.778365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.344028] random: dd 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-000000de\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCL9xjBePjNZtdXbALnGNHAfOZgNPtbcKPXF7cMdSeaCAbRvZMWQOI4hcnM2eonpwdKKNyifVRG4aJpxZL00lFLZymzNVmf204DJWhKOO+jN7TXSLNzyfvxBCK1jpcB8+EazcBjPJddxEUguaLVY+l0Vv0wa0wPZjgT2CGFEGGtBUfiK5OaSCF/XY6bvIBCbIbnSwPZyugCL9+5snuiOOsyx2q4Klm7kEkpz6TYTaHhIi2m3pZICKXiwdoTnF86xFXfUM+lnOHiC5XIZt0rgsSvTT8VWp0nZxxfSxsJlr1Wm2m9/DL+arJFWl0QMYPwL9rZR4Q01KOjHAGMOukMmgjv root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAJkp2uJEZ7MFvjFlnDhl84J809pT/18HnoeIo0Ye0unK6Uf5O+d9tIhBQAtxsCkWAenjoUaJcm7ADenrpSWIF1ikZRinn6l30rsBkk3VfWI/kFqv7kQpqsBQQA52aIqYpcRk9ZkYXzM4uLZK+AAGmr3nFsD/WnYN7smBj6ahFOsHAAAAFQDYGRsQf1j9Loz5U/9EVsr25aY5aQAAAIEAhgT59qpOnHRQ4KSqQmTMkmygpcxu1DzZUmIQsuzInFJcWtibtg6XvjT/XXGCo55vFoAhIZ1wq7b0TmsHfBf2L593nEIAVhVedM8W/XDkV1ahBFsZJlFF1brze+QiaDk3T+4KDppiFeSrO5FuZxATOWCx3r+uOIrLkxmAkroI3jkAAACAHFn9aU0kpzO7r0d1nvS+N1Z8jjSBkIpbp2nzqPeOIpcLNOBzGDqgaW33VvOGoFt4BliJLaessES0iDzf3v94jn+lCBNap1OcBnW+N8Lxp8ldkLsDb+fGYHKNaJdggI+pgItqu8OltlUVFN8qry7Uv7zdFqUyMw4qQ79BmgsJmk4= 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:fedc:f1ae/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000de\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.16 ===\n/dev/root resized successfully [took 2.54s]\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:DC:F1:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedc:f1ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7851 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.115131] usb 1-1: Product: QEMU USB Tablet\n[ 1.115132] usb 1-1: Manufacturer: QEMU\n[ 1.115132] usb 1-1: SerialNumber: 42\n[ 1.282696] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.324700] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.344028] random: dd urandom read with 5 bits of entropy available\n[ 1.489986] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.489988] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.284096] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.614381] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:21:16 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:21:16 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:21:16 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)\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:21:16 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:21:16 cirros kern.notice kernel: [ 1.344028] random: dd urandom read with 5 bits of entropy available\nAug 29 08:21:16 cirros kern.info kernel: [ 1.489986] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nAug 29 08:21:16 cirros kern.info kernel: [ 1.489988] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nAug 29 08:21:17 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:21:17 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:21:18 cirros kern.info kernel: [ 3.284096] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:21:18 cirros kern.info kernel: [ 3.614381] 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-08-29 07:22:06,656 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-56628d24-52b0-4877-a78c-3bfb0426a7fc 2018-08-29 07:22:08,692 - sdnvpn_test_utils - INFO - Waiting for instance a2fa581e-b0f7-49df-ac61-494f870b35bb to boot up 2018-08-29 07:22:08,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c9e947321988b1eeaefb2444c0beeb399eaf97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:22:09,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:22:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9dd81af-cd8a-43be-abe2-d00d6e07984a x-compute-request-id: req-b9dd81af-cd8a-43be-abe2-d00d6e07984a Content-Encoding: gzip Content-Length: 10893 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 479219806 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.147295] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.148947] pid_max: default: 32768 minimum: 301\n[ 0.149828] ACPI: Core revision 20150930\n[ 0.151214] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152514] Security Framework initialized\n[ 0.153320] Yama: becoming mindful.\n[ 0.154040] AppArmor: AppArmor initialized\n[ 0.154915] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156226] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157491] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158688] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160079] Initializing cgroup subsys io\n[ 0.160887] Initializing cgroup subsys memory\n[ 0.161740] Initializing cgroup subsys devices\n[ 0.162616] Initializing cgroup subsys freezer\n[ 0.163477] Initializing cgroup subsys net_cls\n[ 0.164343] Initializing cgroup subsys perf_event\n[ 0.165241] Initializing cgroup subsys net_prio\n[ 0.166113] Initializing cgroup subsys hugetlb\n[ 0.166976] Initializing cgroup subsys pids\n[ 0.167864] CPU: Physical Processor ID: 0\n[ 0.169368] mce: CPU supports 10 MCE banks\n[ 0.170198] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183348] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189936] ftrace: allocating 31920 entries in 125 pages\n[ 0.217208] smpboot: Max logical packages: 1\n[ 0.218061] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219399] x2apic enabled\n[ 0.220196] Switched APIC routing to physical x2apic.\n[ 0.221937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223045] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225027] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226795] KVM setup paravirtual spinlock\n[ 0.228117] x86: Booted up 1 node, 1 CPUs\n[ 0.228925] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230307] devtmpfs: initialized\n[ 0.232018] evm: security.selinux\n[ 0.232711] evm: security.SMACK64\n[ 0.233393] evm: security.SMACK64EXEC\n[ 0.234123] evm: security.SMACK64TRANSMUTE\n[ 0.234920] evm: security.SMACK64MMAP\n[ 0.235660] evm: security.ima\n[ 0.236291] evm: security.capability\n[ 0.237092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238920] pinctrl core: initialized pinctrl subsystem\n[ 0.240014] RTC time: 7:21:00, date: 08/29/18\n[ 0.240968] NET: Registered protocol family 16\n[ 0.241931] cpuidle: using governor ladder\n[ 0.242735] cpuidle: using governor menu\n[ 0.243507] PCCT header not found.\n[ 0.244251] ACPI: bus type PCI registered\n[ 0.245048] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246267] PCI: Using configuration type 1 for base access\n[ 0.248014] ACPI: Added _OSI(Module Device)\n[ 0.248848] ACPI: Added _OSI(Processor Device)\n[ 0.249695] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250578] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252641] ACPI: Interpreter enabled\n[ 0.253407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257031] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260677] ACPI: (supports S0 S5)\n[ 0.261376] ACPI: Using IOAPIC for interrupt routing\n[ 0.262416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266623] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267837] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269011] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271203] acpiphp: Slot [3] registered\n[ 0.271997] acpiphp: Slot [4] registered\n[ 0.272791] acpiphp: Slot [5] registered\n[ 0.273581] acpiphp: Slot [6] registered\n[ 0.274367] acpiphp: Slot [7] registered\n[ 0.275157] acpiphp: Slot [8] registered\n[ 0.275949] acpiphp: Slot [9] registered\n[ 0.276735] acpiphp: Slot [10] registered\n[ 0.277534] acpiphp: Slot [11] registered\n[ 0.278342] acpiphp: Slot [12] registered\n[ 0.279140] acpiphp: Slot [13] registered\n[ 0.279948] acpiphp: Slot [14] registered\n[ 0.280752] acpiphp: Slot [15] registered\n[ 0.291484] acpiphp: Slot [16] registered\n[ 0.292286] acpiphp: Slot [17] registered\n[ 0.293091] acpiphp: Slot [18] registered\n[ 0.293895] acpiphp: Slot [19] registered\n[ 0.294699] acpiphp: Slot [20] registered\n[ 0.295509] acpiphp: Slot [21] registered\n[ 0.296312] acpiphp: Slot [22] registered\n[ 0.297109] acpiphp: Slot [23] registered\n[ 0.297913] acpiphp: Slot [24] registered\n[ 0.298718] acpiphp: Slot [25] registered\n[ 0.299527] acpiphp: Slot [26] registered\n[ 0.300332] acpiphp: Slot [27] registered\n[ 0.301134] acpiphp: Slot [28] registered\n[ 0.301942] acpiphp: Slot [29] registered\n[ 0.302745] acpiphp: Slot [30] registered\n[ 0.303554] acpiphp: Slot [31] registered\n[ 0.304355] PCI host bridge to bus 0000:00\n[ 0.305155] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306365] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307571] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309007] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310447] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316640] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317905] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319055] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320304] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327195] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328622] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377399] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378879] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380323] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381715] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383077] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385126] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386309] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388867] vgaarb: loaded\n[ 0.389463] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390604] SCSI subsystem initialized\n[ 0.391422] ACPI: bus type USB registered\n[ 0.392219] usbcore: registered new interface driver usbfs\n[ 0.393244] usbcore: registered new interface driver hub\n[ 0.394234] usbcore: registered new device driver usb\n[ 0.395285] PCI: Using ACPI for IRQ routing\n[ 0.396317] NetLabel: Initializing\n[ 0.397016] NetLabel: domain hash size = 128\n[ 0.397855] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398795] NetLabel: unlabeled traffic allowed by default\n[ 0.399879] clocksource: Switched to clocksource kvm-clock\n[ 0.405842] AppArmor: AppArmor Filesystem Enabled\n[ 0.406809] pnp: PnP ACPI init\n[ 0.407726] pnp: PnP ACPI: found 5 devices\n[ 0.414107] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415784] NET: Registered protocol family 2\n[ 0.416745] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417993] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.419137] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420287] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421347] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422493] NET: Registered protocol family 1\n[ 0.423340] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424421] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425477] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439512] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453770] Trying to unpack rootfs image as initramfs...\n[ 0.503661] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.517495] Scanning for low memory corruption every 60 seconds\n[ 0.519155] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520663] audit: initializing netlink subsys (disabled)\n[ 0.521987] audit: type=2000 audit(1535527260.990:1): initialized\n[ 0.523671] Initialise system trusted keyring\n[ 0.524854] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526382] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528720] zbud: loaded\n[ 0.529558] VFS: Disk quotas dquot_6.6.0\n[ 0.530606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532533] fuse init (API version 7.23)\n[ 0.533643] Key type big_key registered\n[ 0.534682] Allocating IMA MOK and blacklist keyrings.\n[ 0.536075] Key type asymmetric registered\n[ 0.537129] Asymmetric key parser 'x509' registered\n[ 0.538369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.540635] io scheduler noop registered\n[ 0.541655] io scheduler deadline registered (default)\n[ 0.542927] io scheduler cfq registered\n[ 0.543991] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545362] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.547006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548899] ACPI: Power Button [PWRF]\n[ 0.549941] GHES: HEST is not enabled!\n[ 0.563781] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592173] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594704] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.624497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628570] Linux agpgart interface v0.103\n[ 0.630939] brd: module loaded\n[ 0.632199] loop: module loaded\n[ 0.637573] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.638981] GPT:90111 != 2097151\n[ 0.639640] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640703] GPT:90111 != 2097151\n[ 0.641359] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642288] vda: vda1 vda15\n[ 0.643793] scsi host0: ata_piix\n[ 0.644525] scsi host1: ata_piix\n[ 0.645211] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646391] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.647789] libphy: Fixed MDIO Bus: probed\n[ 0.648600] tun: Universal TUN/TAP device driver, 1.6\n[ 0.649529] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651624] PPP generic driver version 2.4.2\n[ 0.652499] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.653886] ehci-pci: EHCI PCI platform driver\n[ 0.654737] ehci-platform: EHCI generic platform driver\n[ 0.655693] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656791] ohci-pci: OHCI PCI platform driver\n[ 0.657641] ohci-platform: OHCI generic platform driver\n[ 0.658598] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672965] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673934] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.675346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.676339] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677424] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679991] usb usb1: Product: UHCI Host Controller\n[ 0.680900] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.682009] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682954] hub 1-0:1.0: USB hub found\n[ 0.683719] hub 1-0:1.0: 2 ports detected\n[ 0.684604] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686660] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687580] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688580] mousedev: PS/2 mouse device common for all mice\n[ 0.689790] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.691582] rtc_cmos 00:00: RTC can wake from S4\n[ 0.692650] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693820] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694976] i2c /dev entries driver\n[ 0.695710] device-mapper: uevent: version 1.0.3\n[ 0.696620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.698194] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.699464] NET: Registered protocol family 10\n[ 0.700434] NET: Registered protocol family 17\n[ 0.701297] Key type dns_resolver registered\n[ 0.702199] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.703264] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704971] registered taskstats version 1\n[ 0.705788] Loading compiled-in X.509 certificates\n[ 0.707194] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708997] zswap: loaded using pool lzo/zbud\n[ 0.710817] Key type trusted registered\n[ 0.712815] Key type encrypted registered\n[ 0.713623] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714621] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715625] evm: HMAC attrs: 0x1\n[ 0.716560] Magic number: 14:754:370\n[ 0.717407] rtc_cmos 00:00: setting system clock to 2018-08-29 07:21:01 UTC (1535527261)\n[ 0.718950] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720036] EDD information not available.\n[ 0.804864] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.806358] Write protecting the kernel read-only data: 14336k\n[ 0.817977] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819743] 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 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.192284] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.07. iid=i-000000db\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCbjYNoaMyVIYmj7wxObRdpJJNtmPoNHm0Tx63+8bYGEEQsPxdZxcqT1tmHOUHIu4oBJHe/0wGhOY09vobYrPKbg26JR7YF+cUFqO6Oai6LHHm0g71TI8rnaonsTHd+cbrl3vh4Sqm/7Y9f/TtMvvkn40J7jOghBOwOsSKtpEgtCt349DB5MTxX9WMuV6kS/OfXcYQjNA3ff/WTIxSTwwF3hltyMsFrffK4jkgtCuOxjoawjOqlroKp5SQEBnCOwFk0OyP+K+AlhTdSnb0LanpFMHiw6MT0I8mXWDLwdQfTGfM5eLBHSERjN/A2dFzOfcKH6qbWfrBT6JdKjpBwzUST root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALKfFvKERiyPYphg2GrF2lW4b7EbJItdbO6ttLZ0WXd8vhltfOVip1eV/AXinPTbVunR98TwUmxTF0SD3XMFYotn5Qma/Km16RkJpL2KYHtq5SZAlVetVGQ8dgWzAXh2I9c5nn+t733cV9NOWZnN+ZrOUenLjC6TUm1+3/PBT/mjAAAAFQD0PvptLztJN4R8BLSydAsCqSamrQAAAIAMGOTfhL8gqZ3kPh5RxOCCan6EyDlyRM56vtgo07DrAlkEjXMXsBTLEE8JBXW+nJ8ScHBvXyzS/XvarckQvbRrkqUYGdYOYuXTWqJIqkVZU47oYNTPqxRCMV8wnGgkbhKAP3snb26aASo5r9GwZMspUjGTV5IIq+z4uwHOtGOWagAAAIBkSQKlrccrIcdCwjgIiHk8/8kQOMF9Dmt6jz6h4Vxg24OmKlXAy7PEwH8mF6tsO6lF7GywT+saypEcqgAdj0LwaPM+SgXzkCYTMGvqnFV5KuoE8k82P1xjzyI9IV8UAu5AHi47mu727cz4zqwD10EspIEwrfrkSnpxEKXoZG7asw== 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:fe37:fa48/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-000000db\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.66 ===\n/dev/root resized successfully [took 1.95s]\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:37:FA:48 \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe37:fa48/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:62 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7883 (7.6 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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.155610] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.155611] usb 1-1: Product: QEMU USB Tablet\n[ 1.155612] usb 1-1: Manufacturer: QEMU\n[ 1.155613] usb 1-1: SerialNumber: 42\n[ 1.173140] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.192284] random: dd urandom read with 5 bits of entropy available\n[ 1.516058] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.516061] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.799761] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.083094] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:21:01 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:21:01 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:21:01 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:21:01 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:21:01 cirros kern.notice kernel: [ 1.192284] random: dd urandom read with 5 bits of entropy available\nAug 29 08:21:02 cirros kern.info kernel: [ 1.516058] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nAug 29 08:21:02 cirros kern.info kernel: [ 1.516061] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 29 08:21:03 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:21:03 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:21:03 cirros kern.info kernel: [ 2.799761] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:21:03 cirros kern.info kernel: [ 3.083094] 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-08-29 07:22:09,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb/action used request id req-b9dd81af-cd8a-43be-abe2-d00d6e07984a 2018-08-29 07:22:11,864 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-29 07:22:41,884 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:22:41,886 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:22:41,886 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:22:41,889 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:22:41,930 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-29 07:22:41,931 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-29 07:22:41,932 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-29 07:22:41,933 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-29 07:22:41,933 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-29 07:22:41,974 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-29 07:22:42,008 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-29 07:22:42,009 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:22:42,010 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:22:42,011 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:22:42,011 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-29 07:22:42,013 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:22:42,049 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-29 07:22:42,050 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-29 07:22:42,051 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-29 07:22:42,052 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-29 07:22:42,052 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-29 07:22:42,093 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-29 07:22:42,126 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-29 07:22:42,127 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-08-29 07:22:42,128 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-29 07:22:42,128 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-29 07:22:42,129 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-29 07:22:42,129 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-29 07:22:42,133 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-29 07:22:42,167 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-29 07:22:42,167 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-29 07:22:42,168 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-29 07:22:42,169 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-29 07:22:42,169 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-29 07:22:42,209 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-29 07:22:42,269 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-29 07:22:42,270 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-29 07:22:42,271 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-29 07:22:42,272 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-29 07:22:42,272 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-29 07:22:42,274 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-29 07:22:42,339 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-29 07:22:42,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee460cdd004f4ec923271d23924c369afe221cc" -d '{"forceDelete": null}' 2018-08-29 07:22:42,346 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-29 07:22:42,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0940bd8e-69c4-4ed0-9a09-0de03ea4b646 x-compute-request-id: req-0940bd8e-69c4-4ed0-9a09-0de03ea4b646 Content-Length: 0 Content-Type: application/json 2018-08-29 07:22:42,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/83d32a58-740a-4e1c-8e18-0fde707ed0c2/action used request id req-0940bd8e-69c4-4ed0-9a09-0de03ea4b646 2018-08-29 07:22:42,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee460cdd004f4ec923271d23924c369afe221cc" -d '{"forceDelete": null}' 2018-08-29 07:22:42,698 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-129592da-0633-457f-bc84-05181fc824b9 x-compute-request-id: req-129592da-0633-457f-bc84-05181fc824b9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:22:42,698 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/a2fa581e-b0f7-49df-ac61-494f870b35bb/action used request id req-129592da-0633-457f-bc84-05181fc824b9 2018-08-29 07:22:42,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a8a4f448b718c7edfefc2bac179bac8a5bfe2a" 2018-08-29 07:22:43,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fdf40461-205a-45a3-898a-ac346e54847a Date: Wed, 29 Aug 2018 07:22:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:22:43,768 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/5ccfc92e-8202-4e0a-a0ac-31c23d419ccf used request id req-fdf40461-205a-45a3-898a-ac346e54847a 2018-08-29 07:22:43,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/bbe1a0bf-c842-41a9-903b-ffcf3a950e39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}815cf6c64eba0a67c2b7c36a2dd5785925d8c4b8" 2018-08-29 07:22:44,038 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-beb6fb45-a578-4bae-b7de-53a3c5a78665 Date: Wed, 29 Aug 2018 07:22:44 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet bbe1a0bf-c842-41a9-903b-ffcf3a950e39: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-29 07:22:44,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/bbe1a0bf-c842-41a9-903b-ffcf3a950e39 used request id req-beb6fb45-a578-4bae-b7de-53a3c5a78665 2018-08-29 07:22:44,038 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet bbe1a0bf-c842-41a9-903b-ffcf3a950e39: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-29 07:22:44,039 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'bbe1a0bf-c842-41a9-903b-ffcf3a950e39')]: Unable to complete operation on subnet bbe1a0bf-c842-41a9-903b-ffcf3a950e39: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-beb6fb45-a578-4bae-b7de-53a3c5a78665'] 2018-08-29 07:22:44,039 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id bbe1a0bf-c842-41a9-903b-ffcf3a950e39 was not deleted. 2018-08-29 07:22:44,039 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-29 07:22:44,040 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-29 07:22:44,040 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-29 07:22:44,043 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-29 07:22:44,104 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-29 07:22:44,105 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-29 07:22:44,106 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-29 07:22:44,107 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-29 07:22:44,107 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-29 07:22:44,111 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-29 07:22:44,173 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-29 07:22:44,173 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-29 07:22:44,174 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-29 07:23:14,179 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-29 07:23:14,180 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-29 07:23:14,180 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-29 07:23:14,182 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-29 07:23:14,217 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-29 07:23:14,219 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-29 07:23:14,219 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-29 07:23:14,220 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-29 07:23:14,220 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-29 07:23:14,261 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-29 07:23:14,295 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-29 07:23:14,296 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-29 07:23:14,297 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-29 07:23:14,298 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-29 07:23:14,298 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-29 07:23:14,302 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-29 07:23:14,340 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-29 07:23:14,341 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-29 07:23:14,342 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-29 07:23:14,343 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-29 07:23:14,343 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-29 07:23:14,384 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-29 07:23:14,421 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-29 07:23:14,421 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-08-29 07:23:14,422 - 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-08-29 07:23:14,422 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-29 07:23:14,422 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-29 07:23:14,423 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-29 07:23:14,423 - 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-08-29 07:23:14,424 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-29 07:23:14,424 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-29 07:23:14,424 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-29 07:23:14,501 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-29 07:23:14,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:14,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:14,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:14,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:14,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:14,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:14,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:14,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:14,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:14,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:14,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:14,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:14,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:14,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:14,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:14,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:14,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:14,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:14,510 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:23:14,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:14,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e580022-f86c-456a-851b-7e1658b612d6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:14,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5e580022-f86c-456a-851b-7e1658b612d6 2018-08-29 07:23:14,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:14,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["0dF3_hDRR7mcITkOGfC1Ig"], "issued_at": "2018-08-29T07:23:14.000000Z"}} 2018-08-29 07:23:14,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c92fe1ed191b38a9e906629896d27ffef271bca" 2018-08-29 07:23:15,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-0b1fbb44-b554-4a7d-9da6-c8f507c7e222 Date: Wed, 29 Aug 2018 07:23:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:23:15,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-0b1fbb44-b554-4a7d-9da6-c8f507c7e222 2018-08-29 07:23:15,069 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:23:15,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c92fe1ed191b38a9e906629896d27ffef271bca" 2018-08-29 07:23:15,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eb154adb-27a7-41f2-9148-70e8a15ad05e Date: Wed, 29 Aug 2018 07:23: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-08-29 07:23:15,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-eb154adb-27a7-41f2-9148-70e8a15ad05e 2018-08-29 07:23:15,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c92fe1ed191b38a9e906629896d27ffef271bca" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:23:15,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41 X-Openstack-Request-Id: req-5ca83fc5-e8b9-437b-a7bd-c02d8dc6bb7a Date: Wed, 29 Aug 2018 07:23:15 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:23:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:23:15Z", "visibility": "public", "locations": [], "self": "/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "min_disk": 0, "protected": false, "id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "file": "/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:23:15,850 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-5ca83fc5-e8b9-437b-a7bd-c02d8dc6bb7a 2018-08-29 07:23:15,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c92fe1ed191b38a9e906629896d27ffef271bca" -d '' 2018-08-29 07:23:16,864 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30999a62-0d9d-49d1-ac44-cd1e2fdf5fcd Date: Wed, 29 Aug 2018 07:23:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:23:16,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41/file used request id req-30999a62-0d9d-49d1-ac44-cd1e2fdf5fcd 2018-08-29 07:23:16,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:16,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af578c4b-bdd1-49da-b17e-33b23c36bbde Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:16,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-af578c4b-bdd1-49da-b17e-33b23c36bbde 2018-08-29 07:23:16,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:17,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["cIedwJwaS9S08EUzOuPAhg"], "issued_at": "2018-08-29T07:23:17.000000Z"}} 2018-08-29 07:23:17,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:23:17,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7660 X-Openstack-Request-Id: req-0b428f50-3448-4f10-99be-50a00c2072bf Date: Wed, 29 Aug 2018 07:23:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6dc62bd0-cec7-4313-8290-31551be04c54","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["3bf5605b-038c-4630-a16e-eee0f7b98810"],"description":"","tags":[],"updated_at":"2018-08-29T07:14:23Z","provider:segmentation_id":17,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["bbe1a0bf-c842-41a9-903b-ffcf3a950e39"],"description":"","tags":[],"updated_at":"2018-08-29T07:20:52Z","provider:segmentation_id":97,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 07:23:17,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-0b428f50-3448-4f10-99be-50a00c2072bf 2018-08-29 07:23:17,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:23:17,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-d2c806d1-3fec-49f7-aca1-a5a400fc3452 Date: Wed, 29 Aug 2018 07:23:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:14:23Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"3bf5605b-038c-4630-a16e-eee0f7b98810","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:20:52Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-29 07:23:17,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-d2c806d1-3fec-49f7-aca1-a5a400fc3452 2018-08-29 07:23:17,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:23:17,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-84c0f36f-8f0c-4c96-b56a-7d997931a1d6 Date: Wed, 29 Aug 2018 07:23:17 GMT RESP BODY: {"routers": []} 2018-08-29 07:23:17,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-84c0f36f-8f0c-4c96-b56a-7d997931a1d6 2018-08-29 07:23:17,914 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-29 07:23:17,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-08-29 07:23:18,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-23321312-ee85-4230-9966-791f9fc04b66 Date: Wed, 29 Aug 2018 07:23:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9c42d3bd-b378-43e1-a8c5-1e687073df5d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:23:18Z","is_default":false,"provider:segmentation_id":77,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:23:18Z","mtu":1450}} 2018-08-29 07:23:18,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-23321312-ee85-4230-9966-791f9fc04b66 2018-08-29 07:23:18,299 - sdnvpn.lib.openstack_utils - DEBUG - Network '9c42d3bd-b378-43e1-a8c5-1e687073df5d' created successfully 2018-08-29 07:23:18,300 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-29 07:23:18,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"subnets": [{"ip_version": 4, "network_id": "9c42d3bd-b378-43e1-a8c5-1e687073df5d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-08-29 07:23:19,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-68710e95-8720-467f-ad99-226eb6d85456 Date: Wed, 29 Aug 2018 07:23:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c42d3bd-b378-43e1-a8c5-1e687073df5d","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:23:18Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:23:18Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"8aca78a1-bf13-491d-be61-9e79f1f2e1f7","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-08-29 07:23:19,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-68710e95-8720-467f-ad99-226eb6d85456 2018-08-29 07:23:19,066 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '8aca78a1-bf13-491d-be61-9e79f1f2e1f7' created successfully 2018-08-29 07:23:19,067 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-29 07:23:19,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-08-29 07:23:19,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-851f8eed-a137-45b8-a0ba-c667533c09cf Date: Wed, 29 Aug 2018 07:23:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:23:19Z", "revision_number": 0, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9", "name": "sdnvpn-4-1-router"}} 2018-08-29 07:23:19,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-851f8eed-a137-45b8-a0ba-c667533c09cf 2018-08-29 07:23:19,386 - sdnvpn.lib.openstack_utils - DEBUG - Router '9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9' created successfully 2018-08-29 07:23:19,386 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-29 07:23:19,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"subnet_id": "8aca78a1-bf13-491d-be61-9e79f1f2e1f7"}' 2018-08-29 07:23:21,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5b4d5159-215d-4979-b63e-e933610ddc03 Date: Wed, 29 Aug 2018 07:23:21 GMT RESP BODY: {"network_id": "9c42d3bd-b378-43e1-a8c5-1e687073df5d", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "8aca78a1-bf13-491d-be61-9e79f1f2e1f7", "subnet_ids": ["8aca78a1-bf13-491d-be61-9e79f1f2e1f7"], "port_id": "fe4302a5-11de-46bd-b916-5ec8be1958f6", "id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"} 2018-08-29 07:23:21,073 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9/add_router_interface used request id req-5b4d5159-215d-4979-b63e-e933610ddc03 2018-08-29 07:23:21,074 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-29 07:23:21,074 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-29 07:23:21,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:23:21,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8320 X-Openstack-Request-Id: req-584edd55-1892-46cf-b718-c89e8f8b3ec2 Date: Wed, 29 Aug 2018 07:23:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6dc62bd0-cec7-4313-8290-31551be04c54","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["3bf5605b-038c-4630-a16e-eee0f7b98810"],"description":"","tags":[],"updated_at":"2018-08-29T07:14:23Z","provider:segmentation_id":17,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c42d3bd-b378-43e1-a8c5-1e687073df5d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["8aca78a1-bf13-491d-be61-9e79f1f2e1f7"],"description":"","tags":[],"updated_at":"2018-08-29T07:23:18Z","provider:segmentation_id":77,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:23:18Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["bbe1a0bf-c842-41a9-903b-ffcf3a950e39"],"description":"","tags":[],"updated_at":"2018-08-29T07:20:52Z","provider:segmentation_id":97,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"}]} 2018-08-29 07:23:21,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-584edd55-1892-46cf-b718-c89e8f8b3ec2 2018-08-29 07:23:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}}' 2018-08-29 07:23:23,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-a0226c55-40db-4026-bda4-1229798dd850 Date: Wed, 29 Aug 2018 07:23:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:23:22Z", "revision_number": 4, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9", "name": "sdnvpn-4-1-router"}} 2018-08-29 07:23:23,115 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 used request id req-a0226c55-40db-4026-bda4-1229798dd850 2018-08-29 07:23:23,115 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-29 07:23:23,115 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-08-29 07:23:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-08-29 07:23:23,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-ac75164b-413c-4f75-854c-40bcf543b93d Date: Wed, 29 Aug 2018 07:23: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":"54189ca3-a15f-4797-a206-e1b671115af5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:23:23Z","is_default":false,"provider:segmentation_id":1,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:23:23Z","mtu":1450}} 2018-08-29 07:23:23,371 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-ac75164b-413c-4f75-854c-40bcf543b93d 2018-08-29 07:23:23,372 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 54189ca3-a15f-4797-a206-e1b671115af5 with cidr 10.10.11.0/24 2018-08-29 07:23:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"subnets": [{"ip_version": 4, "network_id": "54189ca3-a15f-4797-a206-e1b671115af5", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-08-29 07:23:23,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-494d17c6-6037-464c-b6f8-61ed2c0143a2 Date: Wed, 29 Aug 2018 07:23:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54189ca3-a15f-4797-a206-e1b671115af5","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:23:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:23:23Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"ad35493f-a78b-477e-80ce-9518ef7ee21c","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-29 07:23:23,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-494d17c6-6037-464c-b6f8-61ed2c0143a2 2018-08-29 07:23:23,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:23:24,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-66c6b16f-97c2-40c1-b1f1-26a63360a1c8 Date: Wed, 29 Aug 2018 07:23:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:23:24,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-66c6b16f-97c2-40c1-b1f1-26a63360a1c8 2018-08-29 07:23:24,050 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:23:24,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:24,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c10e7d-d02d-4faa-a842-086760ba6206 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:24,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-e7c10e7d-d02d-4faa-a842-086760ba6206 2018-08-29 07:23:24,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:24,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["x4yvTHifS36YkfoOKHZRQQ"], "issued_at": "2018-08-29T07:23:24.000000Z"}} 2018-08-29 07:23:24,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" 2018-08-29 07:23:24,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7002f803-cbee-4ef5-b7f7-de68ffa32797 x-compute-request-id: req-7002f803-cbee-4ef5-b7f7-de68ffa32797 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:23:24,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-7002f803-cbee-4ef5-b7f7-de68ffa32797 2018-08-29 07:23:24,634 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-29 07:23:24,635 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-08-29 07:23:24,635 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=9b449185-fca7-4365-8db8-8b48ef6d9f41 network=9c42d3bd-b378-43e1-a8c5-1e687073df5d secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:23:24,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:24,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:24,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:24,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:24,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:24,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:24,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:24,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:24,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:24,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:24,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:24,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:24,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa0b0446-87d8-4434-90fe-9499e2682f98 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:24,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-fa0b0446-87d8-4434-90fe-9499e2682f98 2018-08-29 07:23:24,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:25,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["2zIu2_mxQtGiycbuz--aqQ"], "issued_at": "2018-08-29T07:23:25.000000Z"}} 2018-08-29 07:23:25,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" 2018-08-29 07:23:25,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-63145c48-c6ab-4b46-84e4-b7439ccd62ea x-compute-request-id: req-63145c48-c6ab-4b46-84e4-b7439ccd62ea Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:23:25,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-63145c48-c6ab-4b46-84e4-b7439ccd62ea 2018-08-29 07:23:25,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" 2018-08-29 07:23:25,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-04abbb68-1ef3-4b95-b500-1a793a452a14 x-compute-request-id: req-04abbb68-1ef3-4b95-b500-1a793a452a14 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:23:25,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-04abbb68-1ef3-4b95-b500-1a793a452a14 2018-08-29 07:23:25,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9c42d3bd-b378-43e1-a8c5-1e687073df5d"}]}}' 2018-08-29 07:23:27,272 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:23: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-9f0e142a-8b2e-4fe9-bcec-31219a61a9c2 x-compute-request-id: req-9f0e142a-8b2e-4fe9-bcec-31219a61a9c2 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "17d38abc-5400-4bb4-9728-d27e988e9195", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "bookmark"}], "adminPass": "yznvsq6airjF"}} 2018-08-29 07:23:27,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-9f0e142a-8b2e-4fe9-bcec-31219a61a9c2 2018-08-29 07:23:27,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:27,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7ee0b8-4b23-4bdf-9ddf-e0b4a755b87c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:27,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-dd7ee0b8-4b23-4bdf-9ddf-e0b4a755b87c 2018-08-29 07:23:27,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:27,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["L6Mr5kDbTKWm5oDzOhBnUg"], "issued_at": "2018-08-29T07:23:27.000000Z"}} 2018-08-29 07:23:27,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a63e038511fa07e69ff06a9ae59e81d936914ad" 2018-08-29 07:23:28,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-991baac9-f063-440c-8e51-7e4dcef25eef x-compute-request-id: req-991baac9-f063-440c-8e51-7e4dcef25eef 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.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "17d38abc-5400-4bb4-9728-d27e988e9195", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:23: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": "sdnvpn-4-2", "created": "2018-08-29T07:23:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:28,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 used request id req-991baac9-f063-440c-8e51-7e4dcef25eef 2018-08-29 07:23:31,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a63e038511fa07e69ff06a9ae59e81d936914ad" 2018-08-29 07:23:32,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47e792c9-a7e6-4589-9e6b-b428b9e57017 x-compute-request-id: req-47e792c9-a7e6-4589-9e6b-b428b9e57017 Content-Encoding: gzip Content-Length: 706 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "17d38abc-5400-4bb4-9728-d27e988e9195", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:23:28Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:23:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:32,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 used request id req-47e792c9-a7e6-4589-9e6b-b428b9e57017 2018-08-29 07:23:35,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a63e038511fa07e69ff06a9ae59e81d936914ad" 2018-08-29 07:23:36,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-bea97b1e-17e7-4387-b9f6-e4fe1bc71425 x-compute-request-id: req-bea97b1e-17e7-4387-b9f6-e4fe1bc71425 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:a4:e6:50", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-08-29T07:23:31.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "17d38abc-5400-4bb4-9728-d27e988e9195", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:23:32Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:23:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:36,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 used request id req-bea97b1e-17e7-4387-b9f6-e4fe1bc71425 2018-08-29 07:23:36,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" 2018-08-29 07:23:37,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82a5e262-2dff-41fb-836d-51a38d10163e x-compute-request-id: req-82a5e262-2dff-41fb-836d-51a38d10163e 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:a4:e6:50", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/17d38abc-5400-4bb4-9728-d27e988e9195", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e4", "OS-SRV-USG:launched_at": "2018-08-29T07:23:31.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "17d38abc-5400-4bb4-9728-d27e988e9195", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:23:32Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:23:27Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:37,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195 used request id req-82a5e262-2dff-41fb-836d-51a38d10163e 2018-08-29 07:23:37,049 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.11'. 2018-08-29 07:23:37,049 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-08-29 07:23:37,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:23:38,498 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:23: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-9b11dada-65e1-41e3-b9d0-4e2d2b8ddd43 x-compute-request-id: req-9b11dada-65e1-41e3-b9d0-4e2d2b8ddd43 Content-Length: 0 Content-Type: application/json 2018-08-29 07:23:38,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action used request id req-9b11dada-65e1-41e3-b9d0-4e2d2b8ddd43 2018-08-29 07:23:38,498 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-08-29 07:23:38,498 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=9b449185-fca7-4365-8db8-8b48ef6d9f41 network=9c42d3bd-b378-43e1-a8c5-1e687073df5d secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:38,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:38,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:38,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:38,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:38,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:38,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:38,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:38,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:38,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:38,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31407b9-a696-4e8f-baf1-411cd458ecb0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:38,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f31407b9-a696-4e8f-baf1-411cd458ecb0 2018-08-29 07:23:38,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:38,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["-GLt0EG-R6ah42VWRFUNnA"], "issued_at": "2018-08-29T07:23:38.000000Z"}} 2018-08-29 07:23:38,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" 2018-08-29 07:23:39,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d792368e-51f0-4e2d-8eca-b0b6ae5ed2a5 x-compute-request-id: req-d792368e-51f0-4e2d-8eca-b0b6ae5ed2a5 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:23:39,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-d792368e-51f0-4e2d-8eca-b0b6ae5ed2a5 2018-08-29 07:23:39,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" 2018-08-29 07:23:39,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-a70bef59-eb20-42cd-926b-f59872baa98a x-compute-request-id: req-a70bef59-eb20-42cd-926b-f59872baa98a Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:23:39,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-a70bef59-eb20-42cd-926b-f59872baa98a 2018-08-29 07:23:39,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9c42d3bd-b378-43e1-a8c5-1e687073df5d"}]}}' 2018-08-29 07:23:40,536 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:23: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-b4fc17df-54e8-4395-97cd-5b12d5b0068e x-compute-request-id: req-b4fc17df-54e8-4395-97cd-5b12d5b0068e Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab5714b0-88cb-49f2-8a97-326d3cd08463", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "bookmark"}], "adminPass": "K8oxKPkcGH5V"}} 2018-08-29 07:23:40,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-b4fc17df-54e8-4395-97cd-5b12d5b0068e 2018-08-29 07:23:40,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:40,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d266fbd-ba0f-4fa1-b387-75b435a408e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:40,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-0d266fbd-ba0f-4fa1-b387-75b435a408e5 2018-08-29 07:23:40,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:40,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["gEAThfuhTWed_NN1Jiam4Q"], "issued_at": "2018-08-29T07:23:40.000000Z"}} 2018-08-29 07:23:40,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d85049f459a130af30051095e3967fd79a820f" 2018-08-29 07:23:41,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e55d34be-a1ad-4759-84b8-fdccf6d41e00 x-compute-request-id: req-e55d34be-a1ad-4759-84b8-fdccf6d41e00 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ab5714b0-88cb-49f2-8a97-326d3cd08463", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:23:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2018-08-29T07:23:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:41,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 used request id req-e55d34be-a1ad-4759-84b8-fdccf6d41e00 2018-08-29 07:23:44,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d85049f459a130af30051095e3967fd79a820f" 2018-08-29 07:23:45,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-c96e8cbb-ddc9-4b41-a9bd-164d4489abb6 x-compute-request-id: req-c96e8cbb-ddc9-4b41-a9bd-164d4489abb6 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:94:d9:ef", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ab5714b0-88cb-49f2-8a97-326d3cd08463", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:23:41Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:45,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 used request id req-c96e8cbb-ddc9-4b41-a9bd-164d4489abb6 2018-08-29 07:23:48,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62d85049f459a130af30051095e3967fd79a820f" 2018-08-29 07:23:49,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-76321766-3423-41bb-aac7-a00db98c5c3f x-compute-request-id: req-76321766-3423-41bb-aac7-a00db98c5c3f Content-Encoding: gzip Content-Length: 778 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:94:d9:ef", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-08-29T07:23:44.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ab5714b0-88cb-49f2-8a97-326d3cd08463", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:23:45Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:49,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 used request id req-76321766-3423-41bb-aac7-a00db98c5c3f 2018-08-29 07:23:49,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" 2018-08-29 07:23:49,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee25aa3e-8806-4683-850e-9eee6af573d8 x-compute-request-id: req-ee25aa3e-8806-4683-850e-9eee6af573d8 Content-Encoding: gzip Content-Length: 778 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:94:d9:ef", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e7", "OS-SRV-USG:launched_at": "2018-08-29T07:23:44.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ab5714b0-88cb-49f2-8a97-326d3cd08463", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:23:45Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:40Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:49,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463 used request id req-ee25aa3e-8806-4683-850e-9eee6af573d8 2018-08-29 07:23:49,553 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.5'. 2018-08-29 07:23:49,553 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-08-29 07:23:49,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:23:50,804 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8dd6adb-3927-413d-88ab-291844c36caa x-compute-request-id: req-c8dd6adb-3927-413d-88ab-291844c36caa Content-Length: 0 Content-Type: application/json 2018-08-29 07:23:50,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action used request id req-c8dd6adb-3927-413d-88ab-291844c36caa 2018-08-29 07:23:50,804 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-08-29 07:23:50,804 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=9b449185-fca7-4365-8db8-8b48ef6d9f41 network=54189ca3-a15f-4797-a206-e1b671115af5 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:23:50,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:50,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:50,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:50,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:50,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:50,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:50,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:50,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:50,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:50,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:23:50,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:23:50,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:23:50,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:23:50,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:23:50,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:23:50,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:23:50,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:23:50,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:23:50,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:50,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff1485b-d79a-45bb-a994-c15ebaf9cb07 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:50,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7ff1485b-d79a-45bb-a994-c15ebaf9cb07 2018-08-29 07:23:50,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:51,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["4XUqYpOcTYS3uxZ9FR5Oeg"], "issued_at": "2018-08-29T07:23:51.000000Z"}} 2018-08-29 07:23:51,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b6b81e5455f8c902709b92dc16dfcab9687bd3" 2018-08-29 07:23:51,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-1bab2efd-623b-4b0d-8e8e-c94de6159b1c x-compute-request-id: req-1bab2efd-623b-4b0d-8e8e-c94de6159b1c Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:23:51,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-1bab2efd-623b-4b0d-8e8e-c94de6159b1c 2018-08-29 07:23:51,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b6b81e5455f8c902709b92dc16dfcab9687bd3" 2018-08-29 07:23:51,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-a2ebe375-621e-465d-95dd-ba940478a488 x-compute-request-id: req-a2ebe375-621e-465d-95dd-ba940478a488 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:23:51,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-a2ebe375-621e-465d-95dd-ba940478a488 2018-08-29 07:23:51,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b6b81e5455f8c902709b92dc16dfcab9687bd3" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "54189ca3-a15f-4797-a206-e1b671115af5"}]}}' 2018-08-29 07:23:53,237 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:23: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-00ba250c-e471-4adb-933d-18c134531cf1 x-compute-request-id: req-00ba250c-e471-4adb-933d-18c134531cf1 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "bookmark"}], "adminPass": "5kf2S3kz6LBY"}} 2018-08-29 07:23:53,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-00ba250c-e471-4adb-933d-18c134531cf1 2018-08-29 07:23:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:23:53,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d919314-9f19-40c3-b0df-d85bc1f9a64a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:23:53,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-4d919314-9f19-40c3-b0df-d85bc1f9a64a 2018-08-29 07:23:53,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:23:53,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["FbEQhd2DTlqtgx8swaRvGg"], "issued_at": "2018-08-29T07:23:53.000000Z"}} 2018-08-29 07:23:53,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}911d373492f077d0e5a98116434bb7df9685ddf7" 2018-08-29 07:23:54,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-9663527e-0dd0-4b4f-9172-13c628bda904 x-compute-request-id: req-9663527e-0dd0-4b4f-9172-13c628bda904 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:23:53Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:53Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:54,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 used request id req-9663527e-0dd0-4b4f-9172-13c628bda904 2018-08-29 07:23:57,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}911d373492f077d0e5a98116434bb7df9685ddf7" 2018-08-29 07:23:57,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:23: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-15f789e5-6e11-4026-bbaa-eb3ee3d064cc x-compute-request-id: req-15f789e5-6e11-4026-bbaa-eb3ee3d064cc Content-Encoding: gzip Content-Length: 776 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:da:d0:db", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:23:54Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:53Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:23:57,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 used request id req-15f789e5-6e11-4026-bbaa-eb3ee3d064cc 2018-08-29 07:24:00,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}911d373492f077d0e5a98116434bb7df9685ddf7" 2018-08-29 07:24:01,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-67fc51c2-b7b2-44d5-a905-c6d11cba57cf x-compute-request-id: req-67fc51c2-b7b2-44d5-a905-c6d11cba57cf 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:da:d0:db", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-08-29T07:23:55.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:23:57Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:53Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:01,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 used request id req-67fc51c2-b7b2-44d5-a905-c6d11cba57cf 2018-08-29 07:24:01,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b6b81e5455f8c902709b92dc16dfcab9687bd3" 2018-08-29 07:24:02,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-08aea2cb-c601-4947-9a1a-25a2cee74ded x-compute-request-id: req-08aea2cb-c601-4947-9a1a-25a2cee74ded 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:da:d0:db", "version": 4, "addr": "10.10.11.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ea", "OS-SRV-USG:launched_at": "2018-08-29T07:23:55.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "27c0c9c6-4b6d-476e-ba18-9c2ed5971a83", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:23:57Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:23:53Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:02,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 used request id req-08aea2cb-c601-4947-9a1a-25a2cee74ded 2018-08-29 07:24:02,009 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.13'. 2018-08-29 07:24:02,009 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-08-29 07:24:02,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:24:03,586 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:24: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-d59995db-9629-4932-a744-bf3f0c8d2699 x-compute-request-id: req-d59995db-9629-4932-a744-bf3f0c8d2699 Content-Length: 0 Content-Type: application/json 2018-08-29 07:24:03,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83/action used request id req-d59995db-9629-4932-a744-bf3f0c8d2699 2018-08-29 07:24:03,587 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-08-29 07:24:03,587 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=9b449185-fca7-4365-8db8-8b48ef6d9f41 network=54189ca3-a15f-4797-a206-e1b671115af5 secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.13 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-08-29 07:24:03,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:24:03,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:24:03,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:24:03,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:24:03,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:24:03,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:24:03,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:24:03,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:24:03,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:24:03,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:24:03,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:24:03,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:24:03,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:24:03,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:24:03,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:24:03,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:24:03,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:24:03,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:24:03,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:24:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:24:03,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705ee7fc-765d-45ec-9007-46053de8dece Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:24:03,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-705ee7fc-765d-45ec-9007-46053de8dece 2018-08-29 07:24:03,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:24:03,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["ib20nXsUQL2H5VOGK5l_WA"], "issued_at": "2018-08-29T07:24:03.000000Z"}} 2018-08-29 07:24:03,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" 2018-08-29 07:24:04,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5414797-500f-4fa4-885e-555355a2452b x-compute-request-id: req-b5414797-500f-4fa4-885e-555355a2452b Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:24:04,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-b5414797-500f-4fa4-885e-555355a2452b 2018-08-29 07:24:04,157 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" 2018-08-29 07:24:04,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-3c63f4e2-f119-4a71-921d-d3f8a3641872 x-compute-request-id: req-3c63f4e2-f119-4a71-921d-d3f8a3641872 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:24:04,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-3c63f4e2-f119-4a71-921d-d3f8a3641872 2018-08-29 07:24:04,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS4xMwp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "54189ca3-a15f-4797-a206-e1b671115af5"}], "config_drive": true}}' 2018-08-29 07:24:06,124 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:24: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-375aa7eb-d21a-4480-845f-19523a6aa374 x-compute-request-id: req-375aa7eb-d21a-4480-845f-19523a6aa374 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ca016677-e28a-4d7e-886f-b2679b560fe0", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "bookmark"}], "adminPass": "8fY6Ga7aFErR"}} 2018-08-29 07:24:06,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-375aa7eb-d21a-4480-845f-19523a6aa374 2018-08-29 07:24:06,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:24:06,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c009f9f-850c-4ea5-a272-628bf7c56abf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:24:06,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-8c009f9f-850c-4ea5-a272-628bf7c56abf 2018-08-29 07:24:06,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:24:06,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["7_1r_wYRSfGuXkFTcMLTgg"], "issued_at": "2018-08-29T07:24:06.000000Z"}} 2018-08-29 07:24:06,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785a6864858e389b5d8778a36a7d5c60fb120f8c" 2018-08-29 07:24:07,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-352aafe5-c1ca-44be-8518-7aaee55c405b x-compute-request-id: req-352aafe5-c1ca-44be-8518-7aaee55c405b Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ca016677-e28a-4d7e-886f-b2679b560fe0", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:06Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:07,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 used request id req-352aafe5-c1ca-44be-8518-7aaee55c405b 2018-08-29 07:24:10,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785a6864858e389b5d8778a36a7d5c60fb120f8c" 2018-08-29 07:24:10,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-43724287-356f-4596-b521-19dd57dcd48e x-compute-request-id: req-43724287-356f-4596-b521-19dd57dcd48e Content-Encoding: gzip Content-Length: 782 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:f4:f7:62", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ca016677-e28a-4d7e-886f-b2679b560fe0", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:07Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:10,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 used request id req-43724287-356f-4596-b521-19dd57dcd48e 2018-08-29 07:24:13,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785a6864858e389b5d8778a36a7d5c60fb120f8c" 2018-08-29 07:24:14,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-87c57d5c-befa-4ffa-ac4b-7051b860d815 x-compute-request-id: req-87c57d5c-befa-4ffa-ac4b-7051b860d815 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:f4:f7:62", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-08-29T07:24:10.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ca016677-e28a-4d7e-886f-b2679b560fe0", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:14,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 used request id req-87c57d5c-befa-4ffa-ac4b-7051b860d815 2018-08-29 07:24:14,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" 2018-08-29 07:24:14,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-c961f6e1-b13d-4e64-a0a1-266cf0c76d73 x-compute-request-id: req-c961f6e1-b13d-4e64-a0a1-266cf0c76d73 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:f4:f7:62", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ca016677-e28a-4d7e-886f-b2679b560fe0", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ed", "OS-SRV-USG:launched_at": "2018-08-29T07:24:10.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ca016677-e28a-4d7e-886f-b2679b560fe0", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:14,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0 used request id req-c961f6e1-b13d-4e64-a0a1-266cf0c76d73 2018-08-29 07:24:14,763 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.7'. 2018-08-29 07:24:14,763 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-08-29 07:24:14,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:24:16,063 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:24: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-811ceae0-d201-4baf-8563-fa4000e3d63b x-compute-request-id: req-811ceae0-d201-4baf-8563-fa4000e3d63b Content-Length: 0 Content-Type: application/json 2018-08-29 07:24:16,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-811ceae0-d201-4baf-8563-fa4000e3d63b 2018-08-29 07:24:16,064 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-08-29 07:24:16,064 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=9b449185-fca7-4365-8db8-8b48ef6d9f41 network=9c42d3bd-b378-43e1-a8c5-1e687073df5d secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.5 10.10.11.7 10.10.11.13 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-08-29 07:24:16,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:24:16,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:24:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:24:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:24:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:24:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:24:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:24:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:24:16,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:24:16,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:24:16,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:24:16,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:24:16,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:24:16,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:24:16,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:24:16,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:24:16,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:24:16,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:24:16,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0599ef35-787b-4054-9544-374620df4eef Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:24:16,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-0599ef35-787b-4054-9544-374620df4eef 2018-08-29 07:24:16,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:24:16,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["rjm4d-MyRS-WgIqieVwAxQ"], "issued_at": "2018-08-29T07:24:16.000000Z"}} 2018-08-29 07:24:16,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" 2018-08-29 07:24:17,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-c88ed75c-92db-46f9-b2eb-190141cf3a53 x-compute-request-id: req-c88ed75c-92db-46f9-b2eb-190141cf3a53 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:24:17,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-c88ed75c-92db-46f9-b2eb-190141cf3a53 2018-08-29 07:24:17,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" 2018-08-29 07:24:17,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7f5e5f46-3b8d-4f82-97c4-22d38fb4be91 x-compute-request-id: req-7f5e5f46-3b8d-4f82-97c4-22d38fb4be91 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:24:17,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-7f5e5f46-3b8d-4f82-97c4-22d38fb4be91 2018-08-29 07:24:17,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC41IDEwLjEwLjExLjcgMTAuMTAuMTEuMTMKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9c42d3bd-b378-43e1-a8c5-1e687073df5d"}], "config_drive": true}}' 2018-08-29 07:24:18,900 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-d0221a4a-fe1f-413d-adba-af91f3810361 x-compute-request-id: req-d0221a4a-fe1f-413d-adba-af91f3810361 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ecd95b6f-05e7-446e-9b12-448f900eb15f", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "bookmark"}], "adminPass": "axGH7bs7vTkz"}} 2018-08-29 07:24:18,900 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-d0221a4a-fe1f-413d-adba-af91f3810361 2018-08-29 07:24:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:24:18,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04598e8-785a-4de7-b208-1dd409a8d13e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:24:18,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-a04598e8-785a-4de7-b208-1dd409a8d13e 2018-08-29 07:24:18,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:24:19,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["QyQ22IsCSeia0JcPLzaqDQ"], "issued_at": "2018-08-29T07:24:19.000000Z"}} 2018-08-29 07:24:19,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}432d3358bac56aba3d0e4a0d5076a1e04e7fc0c5" 2018-08-29 07:24:19,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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,Accept-Encoding x-openstack-request-id: req-650846ee-c2f5-42df-ac8d-05e3285a02a4 x-compute-request-id: req-650846ee-c2f5-42df-ac8d-05e3285a02a4 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ecd95b6f-05e7-446e-9b12-448f900eb15f", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:19Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:19,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f used request id req-650846ee-c2f5-42df-ac8d-05e3285a02a4 2018-08-29 07:24:22,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}432d3358bac56aba3d0e4a0d5076a1e04e7fc0c5" 2018-08-29 07:24:23,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-65be93fb-6701-4d58-8973-d3d562aba085 x-compute-request-id: req-65be93fb-6701-4d58-8973-d3d562aba085 Content-Encoding: gzip Content-Length: 779 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:2c:0a:ad", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ecd95b6f-05e7-446e-9b12-448f900eb15f", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:19Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:23,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f used request id req-65be93fb-6701-4d58-8973-d3d562aba085 2018-08-29 07:24:26,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}432d3358bac56aba3d0e4a0d5076a1e04e7fc0c5" 2018-08-29 07:24:27,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-4ff29665-652b-4a7b-b189-375d0eef1c80 x-compute-request-id: req-4ff29665-652b-4a7b-b189-375d0eef1c80 Content-Encoding: gzip Content-Length: 783 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:2c:0a:ad", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-08-29T07:24:22.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ecd95b6f-05e7-446e-9b12-448f900eb15f", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:23Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:27,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f used request id req-4ff29665-652b-4a7b-b189-375d0eef1c80 2018-08-29 07:24:27,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" 2018-08-29 07:24:28,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-f3e20835-371b-4421-b2a3-702f5cb74b2f x-compute-request-id: req-f3e20835-371b-4421-b2a3-702f5cb74b2f Content-Encoding: gzip Content-Length: 783 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:2c:0a:ad", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f", "rel": "bookmark"}], "image": {"id": "9b449185-fca7-4365-8db8-8b48ef6d9f41", "links": [{"href": "http://172.30.9.24:8774/images/9b449185-fca7-4365-8db8-8b48ef6d9f41", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f0", "OS-SRV-USG:launched_at": "2018-08-29T07:24:22.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "ecd95b6f-05e7-446e-9b12-448f900eb15f", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:24:23Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:24:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:24:28,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f used request id req-f3e20835-371b-4421-b2a3-702f5cb74b2f 2018-08-29 07:24:28,088 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.12'. 2018-08-29 07:24:28,088 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-08-29 07:24:28,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:24:29,396 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:24:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfc6e79d-a24d-40e4-bfb4-ea20a1ac7129 x-compute-request-id: req-bfc6e79d-a24d-40e4-bfb4-ea20a1ac7129 Content-Length: 0 Content-Type: application/json 2018-08-29 07:24:29,396 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-bfc6e79d-a24d-40e4-bfb4-ea20a1ac7129 2018-08-29 07:24:29,397 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-29 07:24:29,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-582094", "route_distinguishers": "12:12"}}' 2018-08-29 07:24:29,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-53aa2e05-25aa-4e41-8d5e-749816c21a3e Date: Wed, 29 Aug 2018 07:24:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "a7a22267-6116-4cc8-ab45-b1cc5fc3724a", "name": "sdnvpn-582094", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:24:29,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-53aa2e05-25aa-4e41-8d5e-749816c21a3e 2018-08-29 07:24:29,729 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-582094', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'a7a22267-6116-4cc8-ab45-b1cc5fc3724a'}} 2018-08-29 07:24:29,729 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-08-29 07:24:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"router_association": {"router_id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"}}' 2018-08-29 07:24:30,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-00005517-d0d9-4464-8ec4-1ab02a7dd1f7 Date: Wed, 29 Aug 2018 07:24:30 GMT RESP BODY: {"router_association": {"router_id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "f2dc4193-88f6-4dd0-9d98-68a3886c2013"}} 2018-08-29 07:24:30,420 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a/router_associations used request id req-00005517-d0d9-4464-8ec4-1ab02a7dd1f7 2018-08-29 07:24:30,420 - sdnvpn_test_utils - INFO - Waiting for instance 17d38abc-5400-4bb4-9728-d27e988e9195 to boot up 2018-08-29 07:24:30,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:31,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-448063f0-df7e-48a7-b4cf-f02b6ac0b74b x-compute-request-id: req-448063f0-df7e-48a7-b4cf-f02b6ac0b74b Content-Encoding: gzip Content-Length: 7692 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 516446103 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133757] pid_max: default: 32768 minimum: 301\n[ 0.134653] ACPI: Core revision 20150930\n[ 0.136040] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137356] Security Framework initialized\n[ 0.138166] Yama: becoming mindful.\n[ 0.138901] AppArmor: AppArmor initialized\n[ 0.139769] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142383] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143595] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144998] Initializing cgroup subsys io\n[ 0.145816] Initializing cgroup subsys memory\n[ 0.146676] Initializing cgroup subsys devices\n[ 0.147561] Initializing cgroup subsys freezer\n[ 0.148428] Initializing cgroup subsys net_cls\n[ 0.149293] Initializing cgroup subsys perf_event\n[ 0.150197] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151949] Initializing cgroup subsys pids\n[ 0.152829] CPU: Physical Processor ID: 0\n[ 0.154340] mce: CPU supports 10 MCE banks\n[ 0.155199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156202] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168404] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174996] ftrace: allocating 31920 entries in 125 pages\n[ 0.202611] smpboot: Max logical packages: 1\n[ 0.203492] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204844] x2apic enabled\n[ 0.205655] Switched APIC routing to physical x2apic.\n[ 0.207418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208541] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210553] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212347] KVM setup paravirtual spinlock\n[ 0.213690] x86: Booted up 1 node, 1 CPUs\n[ 0.214499] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215897] devtmpfs: initialized\n[ 0.217628] evm: security.selinux\n[ 0.218330] evm: security.SMACK64\n[ 0.219021] evm: security.SMACK64EXEC\n[ 0.219769] evm: security.SMACK64TRANSMUTE\n[ 0.220580] evm: security.SMACK64MMAP\n[ 0.221329] evm: security.ima\n[ 0.221972] evm: security.capability\n[ 0.222786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224645] pinctrl core: initialized pinctrl subsystem\n[ 0.225755] RTC time: 7:23:31, date: 08/29/18\n[ 0.226722] NET: Registered protocol family 16\n[ 0.227705] cpuidle: using governor ladder\n[ 0.228525] cpuidle: using governor menu\n[ 0.229313] PCCT header not found.\n[ 0.230074] ACPI: bus type PCI registered\n[ 0.230881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232127] PCI: Using configuration type 1 for base access\n[ 0.233901] ACPI: Added _OSI(Module Device)\n[ 0.234754] ACPI: Added _OSI(Processor Device)\n[ 0.235619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238651] ACPI: Interpreter enabled\n[ 0.239434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246829] ACPI: (supports S0 S5)\n[ 0.247536] ACPI: Using IOAPIC for interrupt routing\n[ 0.248597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255306] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257552] acpiphp: Slot [3] registered\n[ 0.258361] acpiphp: Slot [4] registered\n[ 0.259160] acpiphp: Slot [5] registered\n[ 0.259962] acpiphp: Slot [6] registered\n[ 0.260764] acpiphp: Slot [7] registered\n[ 0.261574] acpiphp: Slot [8] registered\n[ 0.262375] acpiphp: Slot [9] registered\n[ 0.263171] acpiphp: Slot [10] registered\n[ 0.263988] acpiphp: Slot [11] registered\n[ 0.264803] acpiphp: Slot [12] registered\n[ 0.265625] acpiphp: Slot [13] registered\n[ 0.266439] acpiphp: Slot [14] registered\n[ 0.267248] acpiphp: Slot [15] registered\n[ 0.278017] acpiphp: Slot [16] registered\n[ 0.278835] acpiphp: Slot [17] registered\n[ 0.279653] acpiphp: Slot [18] registered\n[ 0.280466] acpiphp: Slot [19] registered\n[ 0.281277] acpiphp: Slot [20] registered\n[ 0.282092] acpiphp: Slot [21] registered\n[ 0.282907] acpiphp: Slot [22] registered\n[ 0.283718] acpiphp: Slot [23] registered\n[ 0.284530] acpiphp: Slot [24] registered\n[ 0.285345] acpiphp: Slot [25] registered\n[ 0.286158] acpiphp: Slot [26] registered\n[ 0.286972] acpiphp: Slot [27] registered\n[ 0.287790] acpiphp: Slot [28] registered\n[ 0.288606] acpiphp: Slot [29] registered\n[ 0.289416] acpiphp: Slot [30] registered\n[ 0.290231] acpiphp: Slot [31] registered\n[ 0.291047] PCI host bridge to bus 0000:00\n[ 0.291859] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293073] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294303] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297218] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306064] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307343] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313776] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362096] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363626] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369359] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370864] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371938] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373511] vgaarb: loaded\n[ 0.374119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375298] SCSI subsystem initialized\n[ 0.376130] ACPI: bus type USB registered\n[ 0.376956] usbcore: registered new interface driver usbfs\n[ 0.378007] usbcore: registered new interface driver hub\n[ 0.379029] usbcore: registered new device driver usb\n[ 0.380106] PCI: Using ACPI for IRQ routing\n[ 0.381157] NetLabel: Initializing\n[ 0.381886] NetLabel: domain hash size = 128\n[ 0.382755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383722] NetLabel: unlabeled traffic allowed by default\n[ 0.384855] clocksource: Switched to clocksource kvm-clock\n[ 0.390664] AppArmor: AppArmor Filesystem Enabled\n[ 0.391666] pnp: PnP ACPI init\n[ 0.392595] pnp: PnP ACPI: found 5 devices\n[ 0.398992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400763] NET: Registered protocol family 2\n[ 0.401745] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403034] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404220] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405415] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407696] NET: Registered protocol family 1\n[ 0.408577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409694] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410785] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439004] Trying to unpack rootfs image as initramfs...\n[ 0.490246] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504121] Scanning for low memory corruption every 60 seconds\n[ 0.505518] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506619] audit: initializing netlink subsys (disabled)\n[ 0.507596] audit: type=2000 audit(1535527412.504:1): initialized\n[ 0.508871] Initialise system trusted keyring\n[ 0.509758] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510870] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512773] zbud: loaded\n[ 0.513468] VFS: Disk quotas dquot_6.6.0\n[ 0.514253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515722] fuse init (API version 7.23)\n[ 0.516570] Key type big_key registered\n[ 0.517348] Allocating IMA MOK and blacklist keyrings.\n[ 0.518411] Key type asymmetric registered\n[ 0.519193] Asymmetric key parser 'x509' registered\n[ 0.520107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521892] io scheduler noop registered\n[ 0.522660] io scheduler deadline registered (default)\n[ 0.523657] io scheduler cfq registered\n[ 0.524436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525450] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526710] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528499] ACPI: Power Button [PWRF]\n[ 0.529340] GHES: HEST is not enabled!\n[ 0.543087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575488] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599420] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601576] Linux agpgart interface v0.103\n[ 0.603651] brd: module loaded\n[ 0.604873] loop: module loaded\n[ 0.609242] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610684] GPT:90111 != 2097151\n[ 0.611356] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612445] GPT:90111 != 2097151\n[ 0.613120] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614079] vda: vda1 vda15\n[ 0.615684] scsi host0: ata_piix\n[ 0.616442] scsi host1: ata_piix\n[ 0.617156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618370] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619809] libphy: Fixed MDIO Bus: probed\n[ 0.620626] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621579] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644431] PPP generic driver version 2.4.2\n[ 0.645341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646532] ehci-pci: EHCI PCI platform driver\n[ 0.647441] ehci-platform: EHCI generic platform driver\n[ 0.648682] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650095] ohci-pci: OHCI PCI platform driver\n[ 0.651170] ohci-platform: OHCI generic platform driver\n[ 0.652399] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667179] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668424] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670211] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672864] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676089] usb usb1: Product: UHCI Host Controller\n[ 0.677328] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678729] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679886] hub 1-0:1.0: USB hub found\n[ 0.680830] hub 1-0:1.0: 2 ports detected\n[ 0.681933] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684429] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685615] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686851] mousedev: PS/2 mouse device common for all mice\n[ 0.688341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690541] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694791] i2c /dev entries driver\n[ 0.695722] device-mapper: uevent: version 1.0.3\n[ 0.696864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.698846] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700388] NET: Registered protocol family 10\n[ 0.701590] NET: Registered protocol family 17\n[ 0.702662] Key type dns_resolver registered\n[ 0.703614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704713] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706469] registered taskstats version 1\n[ 0.707300] Loading compiled-in X.509 certificates\n[ 0.708730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710591] zswap: loaded using pool lzo/zbud\n[ 0.711978] Key type trusted registered\n[ 0.713553] Key type encrypted registered\n[ 0.714375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715389] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716415] evm: HMAC attrs: 0x1\n[ 0.717361] Magic number: 14:754:370\n[ 0.718219] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:32 UTC (1535527412)\n[ 0.719818] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720939] EDD information not available.\n[ 0.793816] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795387] Write protecting the kernel read-only data: 14336k\n[ 0.807456] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809279] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.105810] 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-08-29 07:24:31,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action used request id req-448063f0-df7e-48a7-b4cf-f02b6ac0b74b 2018-08-29 07:24:33,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:34,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-d5f69878-5afd-4db2-ae3d-b827860f7f83 x-compute-request-id: req-d5f69878-5afd-4db2-ae3d-b827860f7f83 Content-Encoding: gzip Content-Length: 7900 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 516446103 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133757] pid_max: default: 32768 minimum: 301\n[ 0.134653] ACPI: Core revision 20150930\n[ 0.136040] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137356] Security Framework initialized\n[ 0.138166] Yama: becoming mindful.\n[ 0.138901] AppArmor: AppArmor initialized\n[ 0.139769] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142383] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143595] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144998] Initializing cgroup subsys io\n[ 0.145816] Initializing cgroup subsys memory\n[ 0.146676] Initializing cgroup subsys devices\n[ 0.147561] Initializing cgroup subsys freezer\n[ 0.148428] Initializing cgroup subsys net_cls\n[ 0.149293] Initializing cgroup subsys perf_event\n[ 0.150197] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151949] Initializing cgroup subsys pids\n[ 0.152829] CPU: Physical Processor ID: 0\n[ 0.154340] mce: CPU supports 10 MCE banks\n[ 0.155199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156202] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168404] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174996] ftrace: allocating 31920 entries in 125 pages\n[ 0.202611] smpboot: Max logical packages: 1\n[ 0.203492] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204844] x2apic enabled\n[ 0.205655] Switched APIC routing to physical x2apic.\n[ 0.207418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208541] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210553] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212347] KVM setup paravirtual spinlock\n[ 0.213690] x86: Booted up 1 node, 1 CPUs\n[ 0.214499] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215897] devtmpfs: initialized\n[ 0.217628] evm: security.selinux\n[ 0.218330] evm: security.SMACK64\n[ 0.219021] evm: security.SMACK64EXEC\n[ 0.219769] evm: security.SMACK64TRANSMUTE\n[ 0.220580] evm: security.SMACK64MMAP\n[ 0.221329] evm: security.ima\n[ 0.221972] evm: security.capability\n[ 0.222786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224645] pinctrl core: initialized pinctrl subsystem\n[ 0.225755] RTC time: 7:23:31, date: 08/29/18\n[ 0.226722] NET: Registered protocol family 16\n[ 0.227705] cpuidle: using governor ladder\n[ 0.228525] cpuidle: using governor menu\n[ 0.229313] PCCT header not found.\n[ 0.230074] ACPI: bus type PCI registered\n[ 0.230881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232127] PCI: Using configuration type 1 for base access\n[ 0.233901] ACPI: Added _OSI(Module Device)\n[ 0.234754] ACPI: Added _OSI(Processor Device)\n[ 0.235619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238651] ACPI: Interpreter enabled\n[ 0.239434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246829] ACPI: (supports S0 S5)\n[ 0.247536] ACPI: Using IOAPIC for interrupt routing\n[ 0.248597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255306] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257552] acpiphp: Slot [3] registered\n[ 0.258361] acpiphp: Slot [4] registered\n[ 0.259160] acpiphp: Slot [5] registered\n[ 0.259962] acpiphp: Slot [6] registered\n[ 0.260764] acpiphp: Slot [7] registered\n[ 0.261574] acpiphp: Slot [8] registered\n[ 0.262375] acpiphp: Slot [9] registered\n[ 0.263171] acpiphp: Slot [10] registered\n[ 0.263988] acpiphp: Slot [11] registered\n[ 0.264803] acpiphp: Slot [12] registered\n[ 0.265625] acpiphp: Slot [13] registered\n[ 0.266439] acpiphp: Slot [14] registered\n[ 0.267248] acpiphp: Slot [15] registered\n[ 0.278017] acpiphp: Slot [16] registered\n[ 0.278835] acpiphp: Slot [17] registered\n[ 0.279653] acpiphp: Slot [18] registered\n[ 0.280466] acpiphp: Slot [19] registered\n[ 0.281277] acpiphp: Slot [20] registered\n[ 0.282092] acpiphp: Slot [21] registered\n[ 0.282907] acpiphp: Slot [22] registered\n[ 0.283718] acpiphp: Slot [23] registered\n[ 0.284530] acpiphp: Slot [24] registered\n[ 0.285345] acpiphp: Slot [25] registered\n[ 0.286158] acpiphp: Slot [26] registered\n[ 0.286972] acpiphp: Slot [27] registered\n[ 0.287790] acpiphp: Slot [28] registered\n[ 0.288606] acpiphp: Slot [29] registered\n[ 0.289416] acpiphp: Slot [30] registered\n[ 0.290231] acpiphp: Slot [31] registered\n[ 0.291047] PCI host bridge to bus 0000:00\n[ 0.291859] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293073] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294303] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297218] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306064] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307343] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313776] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362096] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363626] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369359] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370864] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371938] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373511] vgaarb: loaded\n[ 0.374119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375298] SCSI subsystem initialized\n[ 0.376130] ACPI: bus type USB registered\n[ 0.376956] usbcore: registered new interface driver usbfs\n[ 0.378007] usbcore: registered new interface driver hub\n[ 0.379029] usbcore: registered new device driver usb\n[ 0.380106] PCI: Using ACPI for IRQ routing\n[ 0.381157] NetLabel: Initializing\n[ 0.381886] NetLabel: domain hash size = 128\n[ 0.382755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383722] NetLabel: unlabeled traffic allowed by default\n[ 0.384855] clocksource: Switched to clocksource kvm-clock\n[ 0.390664] AppArmor: AppArmor Filesystem Enabled\n[ 0.391666] pnp: PnP ACPI init\n[ 0.392595] pnp: PnP ACPI: found 5 devices\n[ 0.398992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400763] NET: Registered protocol family 2\n[ 0.401745] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403034] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404220] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405415] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407696] NET: Registered protocol family 1\n[ 0.408577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409694] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410785] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439004] Trying to unpack rootfs image as initramfs...\n[ 0.490246] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504121] Scanning for low memory corruption every 60 seconds\n[ 0.505518] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506619] audit: initializing netlink subsys (disabled)\n[ 0.507596] audit: type=2000 audit(1535527412.504:1): initialized\n[ 0.508871] Initialise system trusted keyring\n[ 0.509758] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510870] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512773] zbud: loaded\n[ 0.513468] VFS: Disk quotas dquot_6.6.0\n[ 0.514253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515722] fuse init (API version 7.23)\n[ 0.516570] Key type big_key registered\n[ 0.517348] Allocating IMA MOK and blacklist keyrings.\n[ 0.518411] Key type asymmetric registered\n[ 0.519193] Asymmetric key parser 'x509' registered\n[ 0.520107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521892] io scheduler noop registered\n[ 0.522660] io scheduler deadline registered (default)\n[ 0.523657] io scheduler cfq registered\n[ 0.524436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525450] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526710] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528499] ACPI: Power Button [PWRF]\n[ 0.529340] GHES: HEST is not enabled!\n[ 0.543087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575488] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599420] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601576] Linux agpgart interface v0.103\n[ 0.603651] brd: module loaded\n[ 0.604873] loop: module loaded\n[ 0.609242] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610684] GPT:90111 != 2097151\n[ 0.611356] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612445] GPT:90111 != 2097151\n[ 0.613120] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614079] vda: vda1 vda15\n[ 0.615684] scsi host0: ata_piix\n[ 0.616442] scsi host1: ata_piix\n[ 0.617156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618370] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619809] libphy: Fixed MDIO Bus: probed\n[ 0.620626] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621579] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644431] PPP generic driver version 2.4.2\n[ 0.645341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646532] ehci-pci: EHCI PCI platform driver\n[ 0.647441] ehci-platform: EHCI generic platform driver\n[ 0.648682] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650095] ohci-pci: OHCI PCI platform driver\n[ 0.651170] ohci-platform: OHCI generic platform driver\n[ 0.652399] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667179] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668424] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670211] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672864] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676089] usb usb1: Product: UHCI Host Controller\n[ 0.677328] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678729] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679886] hub 1-0:1.0: USB hub found\n[ 0.680830] hub 1-0:1.0: 2 ports detected\n[ 0.681933] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684429] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685615] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686851] mousedev: PS/2 mouse device common for all mice\n[ 0.688341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690541] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694791] i2c /dev entries driver\n[ 0.695722] device-mapper: uevent: version 1.0.3\n[ 0.696864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.698846] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700388] NET: Registered protocol family 10\n[ 0.701590] NET: Registered protocol family 17\n[ 0.702662] Key type dns_resolver registered\n[ 0.703614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704713] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706469] registered taskstats version 1\n[ 0.707300] Loading compiled-in X.509 certificates\n[ 0.708730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710591] zswap: loaded using pool lzo/zbud\n[ 0.711978] Key type trusted registered\n[ 0.713553] Key type encrypted registered\n[ 0.714375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715389] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716415] evm: HMAC attrs: 0x1\n[ 0.717361] Magic number: 14:754:370\n[ 0.718219] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:32 UTC (1535527412)\n[ 0.719818] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720939] EDD information not available.\n[ 0.793816] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795387] Write protecting the kernel read-only data: 14336k\n[ 0.807456] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809279] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.105810] random: dd urandom read 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.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 61.04. iid=i-000000e1\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-08-29 07:24:34,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action used request id req-d5f69878-5afd-4db2-ae3d-b827860f7f83 2018-08-29 07:24:36,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e0cc333feba4c7a8ce936011be30390d64913" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:37,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-1369d870-2b91-4905-8dbe-76726092f866 x-compute-request-id: req-1369d870-2b91-4905-8dbe-76726092f866 Content-Encoding: gzip Content-Length: 9538 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 516446103 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132095] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133757] pid_max: default: 32768 minimum: 301\n[ 0.134653] ACPI: Core revision 20150930\n[ 0.136040] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137356] Security Framework initialized\n[ 0.138166] Yama: becoming mindful.\n[ 0.138901] AppArmor: AppArmor initialized\n[ 0.139769] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141101] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142383] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143595] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144998] Initializing cgroup subsys io\n[ 0.145816] Initializing cgroup subsys memory\n[ 0.146676] Initializing cgroup subsys devices\n[ 0.147561] Initializing cgroup subsys freezer\n[ 0.148428] Initializing cgroup subsys net_cls\n[ 0.149293] Initializing cgroup subsys perf_event\n[ 0.150197] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151949] Initializing cgroup subsys pids\n[ 0.152829] CPU: Physical Processor ID: 0\n[ 0.154340] mce: CPU supports 10 MCE banks\n[ 0.155199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156202] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168404] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174996] ftrace: allocating 31920 entries in 125 pages\n[ 0.202611] smpboot: Max logical packages: 1\n[ 0.203492] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204844] x2apic enabled\n[ 0.205655] Switched APIC routing to physical x2apic.\n[ 0.207418] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208541] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210553] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212347] KVM setup paravirtual spinlock\n[ 0.213690] x86: Booted up 1 node, 1 CPUs\n[ 0.214499] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215897] devtmpfs: initialized\n[ 0.217628] evm: security.selinux\n[ 0.218330] evm: security.SMACK64\n[ 0.219021] evm: security.SMACK64EXEC\n[ 0.219769] evm: security.SMACK64TRANSMUTE\n[ 0.220580] evm: security.SMACK64MMAP\n[ 0.221329] evm: security.ima\n[ 0.221972] evm: security.capability\n[ 0.222786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224645] pinctrl core: initialized pinctrl subsystem\n[ 0.225755] RTC time: 7:23:31, date: 08/29/18\n[ 0.226722] NET: Registered protocol family 16\n[ 0.227705] cpuidle: using governor ladder\n[ 0.228525] cpuidle: using governor menu\n[ 0.229313] PCCT header not found.\n[ 0.230074] ACPI: bus type PCI registered\n[ 0.230881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232127] PCI: Using configuration type 1 for base access\n[ 0.233901] ACPI: Added _OSI(Module Device)\n[ 0.234754] ACPI: Added _OSI(Processor Device)\n[ 0.235619] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236520] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238651] ACPI: Interpreter enabled\n[ 0.239434] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244984] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246829] ACPI: (supports S0 S5)\n[ 0.247536] ACPI: Using IOAPIC for interrupt routing\n[ 0.248597] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252847] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254098] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255306] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257552] acpiphp: Slot [3] registered\n[ 0.258361] acpiphp: Slot [4] registered\n[ 0.259160] acpiphp: Slot [5] registered\n[ 0.259962] acpiphp: Slot [6] registered\n[ 0.260764] acpiphp: Slot [7] registered\n[ 0.261574] acpiphp: Slot [8] registered\n[ 0.262375] acpiphp: Slot [9] registered\n[ 0.263171] acpiphp: Slot [10] registered\n[ 0.263988] acpiphp: Slot [11] registered\n[ 0.264803] acpiphp: Slot [12] registered\n[ 0.265625] acpiphp: Slot [13] registered\n[ 0.266439] acpiphp: Slot [14] registered\n[ 0.267248] acpiphp: Slot [15] registered\n[ 0.278017] acpiphp: Slot [16] registered\n[ 0.278835] acpiphp: Slot [17] registered\n[ 0.279653] acpiphp: Slot [18] registered\n[ 0.280466] acpiphp: Slot [19] registered\n[ 0.281277] acpiphp: Slot [20] registered\n[ 0.282092] acpiphp: Slot [21] registered\n[ 0.282907] acpiphp: Slot [22] registered\n[ 0.283718] acpiphp: Slot [23] registered\n[ 0.284530] acpiphp: Slot [24] registered\n[ 0.285345] acpiphp: Slot [25] registered\n[ 0.286158] acpiphp: Slot [26] registered\n[ 0.286972] acpiphp: Slot [27] registered\n[ 0.287790] acpiphp: Slot [28] registered\n[ 0.288606] acpiphp: Slot [29] registered\n[ 0.289416] acpiphp: Slot [30] registered\n[ 0.290231] acpiphp: Slot [31] registered\n[ 0.291047] PCI host bridge to bus 0000:00\n[ 0.291859] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293073] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294303] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297218] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303588] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.306064] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307343] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313776] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315213] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362096] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363626] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.365092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366583] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368025] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.369359] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.370864] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371938] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.373511] vgaarb: loaded\n[ 0.374119] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375298] SCSI subsystem initialized\n[ 0.376130] ACPI: bus type USB registered\n[ 0.376956] usbcore: registered new interface driver usbfs\n[ 0.378007] usbcore: registered new interface driver hub\n[ 0.379029] usbcore: registered new device driver usb\n[ 0.380106] PCI: Using ACPI for IRQ routing\n[ 0.381157] NetLabel: Initializing\n[ 0.381886] NetLabel: domain hash size = 128\n[ 0.382755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.383722] NetLabel: unlabeled traffic allowed by default\n[ 0.384855] clocksource: Switched to clocksource kvm-clock\n[ 0.390664] AppArmor: AppArmor Filesystem Enabled\n[ 0.391666] pnp: PnP ACPI init\n[ 0.392595] pnp: PnP ACPI: found 5 devices\n[ 0.398992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400763] NET: Registered protocol family 2\n[ 0.401745] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403034] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404220] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405415] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407696] NET: Registered protocol family 1\n[ 0.408577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409694] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410785] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424665] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439004] Trying to unpack rootfs image as initramfs...\n[ 0.490246] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504121] Scanning for low memory corruption every 60 seconds\n[ 0.505518] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506619] audit: initializing netlink subsys (disabled)\n[ 0.507596] audit: type=2000 audit(1535527412.504:1): initialized\n[ 0.508871] Initialise system trusted keyring\n[ 0.509758] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510870] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512773] zbud: loaded\n[ 0.513468] VFS: Disk quotas dquot_6.6.0\n[ 0.514253] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515722] fuse init (API version 7.23)\n[ 0.516570] Key type big_key registered\n[ 0.517348] Allocating IMA MOK and blacklist keyrings.\n[ 0.518411] Key type asymmetric registered\n[ 0.519193] Asymmetric key parser 'x509' registered\n[ 0.520107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.521892] io scheduler noop registered\n[ 0.522660] io scheduler deadline registered (default)\n[ 0.523657] io scheduler cfq registered\n[ 0.524436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525450] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526710] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528499] ACPI: Power Button [PWRF]\n[ 0.529340] GHES: HEST is not enabled!\n[ 0.543087] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575488] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599420] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601576] Linux agpgart interface v0.103\n[ 0.603651] brd: module loaded\n[ 0.604873] loop: module loaded\n[ 0.609242] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610684] GPT:90111 != 2097151\n[ 0.611356] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612445] GPT:90111 != 2097151\n[ 0.613120] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614079] vda: vda1 vda15\n[ 0.615684] scsi host0: ata_piix\n[ 0.616442] scsi host1: ata_piix\n[ 0.617156] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618370] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619809] libphy: Fixed MDIO Bus: probed\n[ 0.620626] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621579] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.644431] PPP generic driver version 2.4.2\n[ 0.645341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.646532] ehci-pci: EHCI PCI platform driver\n[ 0.647441] ehci-platform: EHCI generic platform driver\n[ 0.648682] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650095] ohci-pci: OHCI PCI platform driver\n[ 0.651170] ohci-platform: OHCI generic platform driver\n[ 0.652399] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667179] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668424] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670211] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672864] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676089] usb usb1: Product: UHCI Host Controller\n[ 0.677328] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678729] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679886] hub 1-0:1.0: USB hub found\n[ 0.680830] hub 1-0:1.0: 2 ports detected\n[ 0.681933] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684429] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685615] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686851] mousedev: PS/2 mouse device common for all mice\n[ 0.688341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690541] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691842] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.693338] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.694791] i2c /dev entries driver\n[ 0.695722] device-mapper: uevent: version 1.0.3\n[ 0.696864] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.698846] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700388] NET: Registered protocol family 10\n[ 0.701590] NET: Registered protocol family 17\n[ 0.702662] Key type dns_resolver registered\n[ 0.703614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704713] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706469] registered taskstats version 1\n[ 0.707300] Loading compiled-in X.509 certificates\n[ 0.708730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710591] zswap: loaded using pool lzo/zbud\n[ 0.711978] Key type trusted registered\n[ 0.713553] Key type encrypted registered\n[ 0.714375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715389] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716415] evm: HMAC attrs: 0x1\n[ 0.717361] Magic number: 14:754:370\n[ 0.718219] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:32 UTC (1535527412)\n[ 0.719818] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720939] EDD information not available.\n[ 0.793816] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795387] Write protecting the kernel read-only data: 14336k\n[ 0.807456] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809279] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.105810] random: dd urandom read 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.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 61.04. iid=i-000000e1\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDb9uyxZlgKQflZKpAUOgf1pZrji7YjbdQMBFz+yKJOFTuUTBUObbnmOWiFFx07wAoYNOVg7rdio+CvgXrk20t5TT5Jy+yr75gi/LTXiFRvtTBVx95Lf2slIYEgj7PKQIA9wbwfLVgZr9imsMUZQceTZ2Y7T5xc2D2j4xkOIpU+DL27NCwTeIgy3oGykvZ223rznoWtbF8GAsvGdcO+KAIz3FsgKFVe9Ou6W+sHlTKRNh774qHPAWU3CBlIUtLkzcOgC76CZU1Ly+sMQTqjRYjY2DwnZ7+Izwr0wc1F7MPcenvU62ZvGA2/V8pUKdqhsSMzYt3VaVtJeCj5IAeDYRRH root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAP2QtufkZVE29LNbXtsD4erVoY/lLOR2EVwrnM/e1Ej1UHFzz/46S1rli0APlQuv4xVwUgDNI4dxzmni2z6eUJu/o3rAytnrPVESVnqJhmz/D1a3q2do4YHX6HSOgqVInYWMTtbdpoBAfv/Kg2aeRXcRhelrMMCt3sNQz0tBQQFnAAAAFQDSBBhP3kBUV8D0AEjSiZ8ZX+AFsQAAAIEAwmM9Ky7HRfWQPa3I895IO0i92KZ8RJ6ZVubpdcTjaQ7mzAAGk+TEiSGaThSpmHZmuBMB0NZuzZf09fd/BAr9B7flM+i6O+j/CCakDn0n0Rd7SEdiSpxaRvfQIMaNaMpCyOdPrJnIVF4hkOi6MVzX1n/Kv1LJVfJ37ExE67DCSCYAAACBAMzWK7PG3PXSL4i7JJoqXNYzLPA4pdQ2VI466fNaldB7VofiVQDXmBPEYedbuboOrui6KlIws1gH7THeJv1TW0OgrLBnjbo+vVtuA/c46D2CQ5ZP59D5/CcRtpclTewHiBbmizetwuET6Cdt8hyPnJD6T+jBvOBUrEqd4LDwgzRN 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:fea4:e650/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.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-000000e1\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.56 ===\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: /dev/root resized successfully [took 1.89s]\n"} 2018-08-29 07:24:37,662 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action used request id req-1369d870-2b91-4905-8dbe-76726092f866 2018-08-29 07:24:39,691 - sdnvpn_test_utils - INFO - Waiting for instance ab5714b0-88cb-49f2-8a97-326d3cd08463 to boot up 2018-08-29 07:24:39,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:40,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8e2ae35-a68e-4b07-9664-3d267da9100b x-compute-request-id: req-b8e2ae35-a68e-4b07-9664-3d267da9100b Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522596379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142388] pid_max: default: 32768 minimum: 301\n[ 0.143415] ACPI: Core revision 20150930\n[ 0.144848] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146376] Security Framework initialized\n[ 0.147324] Yama: becoming mindful.\n[ 0.148182] AppArmor: AppArmor initialized\n[ 0.149126] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152208] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155216] Initializing cgroup subsys io\n[ 0.156154] Initializing cgroup subsys memory\n[ 0.157168] Initializing cgroup subsys devices\n[ 0.158161] Initializing cgroup subsys freezer\n[ 0.159153] Initializing cgroup subsys net_cls\n[ 0.160147] Initializing cgroup subsys perf_event\n[ 0.161173] Initializing cgroup subsys net_prio\n[ 0.162198] Initializing cgroup subsys hugetlb\n[ 0.163180] Initializing cgroup subsys pids\n[ 0.164198] CPU: Physical Processor ID: 0\n[ 0.165804] mce: CPU supports 10 MCE banks\n[ 0.166777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185172] ftrace: allocating 31920 entries in 125 pages\n[ 0.211794] smpboot: Max logical packages: 1\n[ 0.212681] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214052] x2apic enabled\n[ 0.214860] Switched APIC routing to physical x2apic.\n[ 0.216621] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217759] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219764] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221549] KVM setup paravirtual spinlock\n[ 0.222854] x86: Booted up 1 node, 1 CPUs\n[ 0.223672] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225071] devtmpfs: initialized\n[ 0.226787] evm: security.selinux\n[ 0.227485] evm: security.SMACK64\n[ 0.228168] evm: security.SMACK64EXEC\n[ 0.228902] evm: security.SMACK64TRANSMUTE\n[ 0.229696] evm: security.SMACK64MMAP\n[ 0.230430] evm: security.ima\n[ 0.231096] evm: security.capability\n[ 0.232010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234130] pinctrl core: initialized pinctrl subsystem\n[ 0.235413] RTC time: 7:23:44, date: 08/29/18\n[ 0.236523] NET: Registered protocol family 16\n[ 0.237644] cpuidle: using governor ladder\n[ 0.238575] cpuidle: using governor menu\n[ 0.239506] PCCT header not found.\n[ 0.240373] ACPI: bus type PCI registered\n[ 0.241289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242741] PCI: Using configuration type 1 for base access\n[ 0.244691] ACPI: Added _OSI(Module Device)\n[ 0.245711] ACPI: Added _OSI(Processor Device)\n[ 0.246689] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250036] ACPI: Interpreter enabled\n[ 0.250910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259419] ACPI: (supports S0 S5)\n[ 0.260337] ACPI: Using IOAPIC for interrupt routing\n[ 0.261411] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264764] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266120] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267654] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271450] acpiphp: Slot [3] registered\n[ 0.272302] acpiphp: Slot [4] registered\n[ 0.273165] acpiphp: Slot [5] registered\n[ 0.274048] acpiphp: Slot [6] registered\n[ 0.274921] acpiphp: Slot [7] registered\n[ 0.275792] acpiphp: Slot [8] registered\n[ 0.276661] acpiphp: Slot [9] registered\n[ 0.277518] acpiphp: Slot [10] registered\n[ 0.278395] acpiphp: Slot [11] registered\n[ 0.279291] acpiphp: Slot [12] registered\n[ 0.280186] acpiphp: Slot [13] registered\n[ 0.280978] acpiphp: Slot [14] registered\n[ 0.281768] acpiphp: Slot [15] registered\n[ 0.292985] acpiphp: Slot [16] registered\n[ 0.293775] acpiphp: Slot [17] registered\n[ 0.294560] acpiphp: Slot [18] registered\n[ 0.295349] acpiphp: Slot [19] registered\n[ 0.296135] acpiphp: Slot [20] registered\n[ 0.296925] acpiphp: Slot [21] registered\n[ 0.297718] acpiphp: Slot [22] registered\n[ 0.298502] acpiphp: Slot [23] registered\n[ 0.299291] acpiphp: Slot [24] registered\n[ 0.300083] acpiphp: Slot [25] registered\n[ 0.300873] acpiphp: Slot [26] registered\n[ 0.301660] acpiphp: Slot [27] registered\n[ 0.302452] acpiphp: Slot [28] registered\n[ 0.303244] acpiphp: Slot [29] registered\n[ 0.304033] acpiphp: Slot [30] registered\n[ 0.304819] acpiphp: Slot [31] registered\n[ 0.305606] PCI host bridge to bus 0000:00\n[ 0.306390] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307573] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308747] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310151] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.320208] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377450] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382870] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386639] vgaarb: loaded\n[ 0.387233] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388362] SCSI subsystem initialized\n[ 0.389173] ACPI: bus type USB registered\n[ 0.389982] usbcore: registered new interface driver usbfs\n[ 0.390997] usbcore: registered new interface driver hub\n[ 0.391990] usbcore: registered new device driver usb\n[ 0.393039] PCI: Using ACPI for IRQ routing\n[ 0.394054] NetLabel: Initializing\n[ 0.394764] NetLabel: domain hash size = 128\n[ 0.395607] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396544] NetLabel: unlabeled traffic allowed by default\n[ 0.397636] clocksource: Switched to clocksource kvm-clock\n[ 0.403022] AppArmor: AppArmor Filesystem Enabled\n[ 0.403977] pnp: PnP ACPI init\n[ 0.404877] pnp: PnP ACPI: found 5 devices\n[ 0.411243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412928] NET: Registered protocol family 2\n[ 0.413874] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415129] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416281] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417420] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419643] NET: Registered protocol family 1\n[ 0.420494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421572] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450839] Trying to unpack rootfs image as initramfs...\n[ 0.500606] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514432] Scanning for low memory corruption every 60 seconds\n[ 0.515800] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516936] audit: initializing netlink subsys (disabled)\n[ 0.517951] audit: type=2000 audit(1535527424.960:1): initialized\n[ 0.519248] Initialise system trusted keyring\n[ 0.520161] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521303] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523248] zbud: loaded\n[ 0.523946] VFS: Disk quotas dquot_6.6.0\n[ 0.524752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526236] fuse init (API version 7.23)\n[ 0.527118] Key type big_key registered\n[ 0.527903] Allocating IMA MOK and blacklist keyrings.\n[ 0.529348] Key type asymmetric registered\n[ 0.530217] Asymmetric key parser 'x509' registered\n[ 0.531163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532603] io scheduler noop registered\n[ 0.533380] io scheduler deadline registered (default)\n[ 0.534362] io scheduler cfq registered\n[ 0.535188] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537460] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538908] ACPI: Power Button [PWRF]\n[ 0.541149] GHES: HEST is not enabled!\n[ 0.555503] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586743] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612914] Linux agpgart interface v0.103\n[ 0.614938] brd: module loaded\n[ 0.616128] loop: module loaded\n[ 0.620745] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622174] GPT:90111 != 2097151\n[ 0.622848] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623920] GPT:90111 != 2097151\n[ 0.624579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625518] vda: vda1 vda15\n[ 0.626979] scsi host0: ata_piix\n[ 0.627700] scsi host1: ata_piix\n[ 0.628388] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630994] libphy: Fixed MDIO Bus: probed\n[ 0.631798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632725] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634799] PPP generic driver version 2.4.2\n[ 0.635672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636898] ehci-pci: EHCI PCI platform driver\n[ 0.637759] ehci-platform: EHCI generic platform driver\n[ 0.638732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639832] ohci-pci: OHCI PCI platform driver\n[ 0.640680] ohci-platform: OHCI generic platform driver\n[ 0.641655] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655933] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656912] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658331] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663027] usb usb1: Product: UHCI Host Controller\n[ 0.663940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665056] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665991] hub 1-0:1.0: USB hub found\n[ 0.666754] hub 1-0:1.0: 2 ports detected\n[ 0.667635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670654] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671652] mousedev: PS/2 mouse device common for all mice\n[ 0.672872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674673] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676902] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678069] i2c /dev entries driver\n[ 0.678818] device-mapper: uevent: version 1.0.3\n[ 0.679725] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682572] NET: Registered protocol family 10\n[ 0.683527] NET: Registered protocol family 17\n[ 0.684393] Key type dns_resolver registered\n[ 0.685307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688098] registered taskstats version 1\n[ 0.688919] Loading compiled-in X.509 certificates\n[ 0.690340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692157] zswap: loaded using pool lzo/zbud\n[ 0.693491] Key type trusted registered\n[ 0.695028] Key type encrypted registered\n[ 0.695840] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697908] evm: HMAC attrs: 0x1\n[ 0.698832] Magic number: 14:754:370\n[ 0.699663] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:45 UTC (1535527425)\n[ 0.701216] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702310] EDD information not available.\n[ 0.790628] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792149] Write protecting the kernel read-only data: 14336k\n[ 0.804260] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309798] 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-08-29 07:24:40,772 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action used request id req-b8e2ae35-a68e-4b07-9664-3d267da9100b 2018-08-29 07:24:42,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:43,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb7344e9-74bc-4478-ae21-ddd1027fa360 x-compute-request-id: req-eb7344e9-74bc-4478-ae21-ddd1027fa360 Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522596379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142388] pid_max: default: 32768 minimum: 301\n[ 0.143415] ACPI: Core revision 20150930\n[ 0.144848] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146376] Security Framework initialized\n[ 0.147324] Yama: becoming mindful.\n[ 0.148182] AppArmor: AppArmor initialized\n[ 0.149126] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152208] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155216] Initializing cgroup subsys io\n[ 0.156154] Initializing cgroup subsys memory\n[ 0.157168] Initializing cgroup subsys devices\n[ 0.158161] Initializing cgroup subsys freezer\n[ 0.159153] Initializing cgroup subsys net_cls\n[ 0.160147] Initializing cgroup subsys perf_event\n[ 0.161173] Initializing cgroup subsys net_prio\n[ 0.162198] Initializing cgroup subsys hugetlb\n[ 0.163180] Initializing cgroup subsys pids\n[ 0.164198] CPU: Physical Processor ID: 0\n[ 0.165804] mce: CPU supports 10 MCE banks\n[ 0.166777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185172] ftrace: allocating 31920 entries in 125 pages\n[ 0.211794] smpboot: Max logical packages: 1\n[ 0.212681] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214052] x2apic enabled\n[ 0.214860] Switched APIC routing to physical x2apic.\n[ 0.216621] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217759] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219764] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221549] KVM setup paravirtual spinlock\n[ 0.222854] x86: Booted up 1 node, 1 CPUs\n[ 0.223672] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225071] devtmpfs: initialized\n[ 0.226787] evm: security.selinux\n[ 0.227485] evm: security.SMACK64\n[ 0.228168] evm: security.SMACK64EXEC\n[ 0.228902] evm: security.SMACK64TRANSMUTE\n[ 0.229696] evm: security.SMACK64MMAP\n[ 0.230430] evm: security.ima\n[ 0.231096] evm: security.capability\n[ 0.232010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234130] pinctrl core: initialized pinctrl subsystem\n[ 0.235413] RTC time: 7:23:44, date: 08/29/18\n[ 0.236523] NET: Registered protocol family 16\n[ 0.237644] cpuidle: using governor ladder\n[ 0.238575] cpuidle: using governor menu\n[ 0.239506] PCCT header not found.\n[ 0.240373] ACPI: bus type PCI registered\n[ 0.241289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242741] PCI: Using configuration type 1 for base access\n[ 0.244691] ACPI: Added _OSI(Module Device)\n[ 0.245711] ACPI: Added _OSI(Processor Device)\n[ 0.246689] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250036] ACPI: Interpreter enabled\n[ 0.250910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259419] ACPI: (supports S0 S5)\n[ 0.260337] ACPI: Using IOAPIC for interrupt routing\n[ 0.261411] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264764] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266120] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267654] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271450] acpiphp: Slot [3] registered\n[ 0.272302] acpiphp: Slot [4] registered\n[ 0.273165] acpiphp: Slot [5] registered\n[ 0.274048] acpiphp: Slot [6] registered\n[ 0.274921] acpiphp: Slot [7] registered\n[ 0.275792] acpiphp: Slot [8] registered\n[ 0.276661] acpiphp: Slot [9] registered\n[ 0.277518] acpiphp: Slot [10] registered\n[ 0.278395] acpiphp: Slot [11] registered\n[ 0.279291] acpiphp: Slot [12] registered\n[ 0.280186] acpiphp: Slot [13] registered\n[ 0.280978] acpiphp: Slot [14] registered\n[ 0.281768] acpiphp: Slot [15] registered\n[ 0.292985] acpiphp: Slot [16] registered\n[ 0.293775] acpiphp: Slot [17] registered\n[ 0.294560] acpiphp: Slot [18] registered\n[ 0.295349] acpiphp: Slot [19] registered\n[ 0.296135] acpiphp: Slot [20] registered\n[ 0.296925] acpiphp: Slot [21] registered\n[ 0.297718] acpiphp: Slot [22] registered\n[ 0.298502] acpiphp: Slot [23] registered\n[ 0.299291] acpiphp: Slot [24] registered\n[ 0.300083] acpiphp: Slot [25] registered\n[ 0.300873] acpiphp: Slot [26] registered\n[ 0.301660] acpiphp: Slot [27] registered\n[ 0.302452] acpiphp: Slot [28] registered\n[ 0.303244] acpiphp: Slot [29] registered\n[ 0.304033] acpiphp: Slot [30] registered\n[ 0.304819] acpiphp: Slot [31] registered\n[ 0.305606] PCI host bridge to bus 0000:00\n[ 0.306390] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307573] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308747] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310151] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.320208] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377450] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382870] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386639] vgaarb: loaded\n[ 0.387233] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388362] SCSI subsystem initialized\n[ 0.389173] ACPI: bus type USB registered\n[ 0.389982] usbcore: registered new interface driver usbfs\n[ 0.390997] usbcore: registered new interface driver hub\n[ 0.391990] usbcore: registered new device driver usb\n[ 0.393039] PCI: Using ACPI for IRQ routing\n[ 0.394054] NetLabel: Initializing\n[ 0.394764] NetLabel: domain hash size = 128\n[ 0.395607] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396544] NetLabel: unlabeled traffic allowed by default\n[ 0.397636] clocksource: Switched to clocksource kvm-clock\n[ 0.403022] AppArmor: AppArmor Filesystem Enabled\n[ 0.403977] pnp: PnP ACPI init\n[ 0.404877] pnp: PnP ACPI: found 5 devices\n[ 0.411243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412928] NET: Registered protocol family 2\n[ 0.413874] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415129] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416281] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417420] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419643] NET: Registered protocol family 1\n[ 0.420494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421572] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450839] Trying to unpack rootfs image as initramfs...\n[ 0.500606] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514432] Scanning for low memory corruption every 60 seconds\n[ 0.515800] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516936] audit: initializing netlink subsys (disabled)\n[ 0.517951] audit: type=2000 audit(1535527424.960:1): initialized\n[ 0.519248] Initialise system trusted keyring\n[ 0.520161] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521303] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523248] zbud: loaded\n[ 0.523946] VFS: Disk quotas dquot_6.6.0\n[ 0.524752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526236] fuse init (API version 7.23)\n[ 0.527118] Key type big_key registered\n[ 0.527903] Allocating IMA MOK and blacklist keyrings.\n[ 0.529348] Key type asymmetric registered\n[ 0.530217] Asymmetric key parser 'x509' registered\n[ 0.531163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532603] io scheduler noop registered\n[ 0.533380] io scheduler deadline registered (default)\n[ 0.534362] io scheduler cfq registered\n[ 0.535188] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537460] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538908] ACPI: Power Button [PWRF]\n[ 0.541149] GHES: HEST is not enabled!\n[ 0.555503] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586743] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612914] Linux agpgart interface v0.103\n[ 0.614938] brd: module loaded\n[ 0.616128] loop: module loaded\n[ 0.620745] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622174] GPT:90111 != 2097151\n[ 0.622848] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623920] GPT:90111 != 2097151\n[ 0.624579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625518] vda: vda1 vda15\n[ 0.626979] scsi host0: ata_piix\n[ 0.627700] scsi host1: ata_piix\n[ 0.628388] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630994] libphy: Fixed MDIO Bus: probed\n[ 0.631798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632725] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634799] PPP generic driver version 2.4.2\n[ 0.635672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636898] ehci-pci: EHCI PCI platform driver\n[ 0.637759] ehci-platform: EHCI generic platform driver\n[ 0.638732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639832] ohci-pci: OHCI PCI platform driver\n[ 0.640680] ohci-platform: OHCI generic platform driver\n[ 0.641655] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655933] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656912] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658331] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663027] usb usb1: Product: UHCI Host Controller\n[ 0.663940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665056] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665991] hub 1-0:1.0: USB hub found\n[ 0.666754] hub 1-0:1.0: 2 ports detected\n[ 0.667635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670654] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671652] mousedev: PS/2 mouse device common for all mice\n[ 0.672872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674673] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676902] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678069] i2c /dev entries driver\n[ 0.678818] device-mapper: uevent: version 1.0.3\n[ 0.679725] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682572] NET: Registered protocol family 10\n[ 0.683527] NET: Registered protocol family 17\n[ 0.684393] Key type dns_resolver registered\n[ 0.685307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688098] registered taskstats version 1\n[ 0.688919] Loading compiled-in X.509 certificates\n[ 0.690340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692157] zswap: loaded using pool lzo/zbud\n[ 0.693491] Key type trusted registered\n[ 0.695028] Key type encrypted registered\n[ 0.695840] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697908] evm: HMAC attrs: 0x1\n[ 0.698832] Magic number: 14:754:370\n[ 0.699663] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:45 UTC (1535527425)\n[ 0.701216] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702310] EDD information not available.\n[ 0.790628] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792149] Write protecting the kernel read-only data: 14336k\n[ 0.804260] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309798] 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-08-29 07:24:43,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action used request id req-eb7344e9-74bc-4478-ae21-ddd1027fa360 2018-08-29 07:24:45,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:46,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24: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-edb14a54-678e-441f-8cf3-3f73943f9f3e x-compute-request-id: req-edb14a54-678e-441f-8cf3-3f73943f9f3e Content-Encoding: gzip Content-Length: 7709 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522596379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142388] pid_max: default: 32768 minimum: 301\n[ 0.143415] ACPI: Core revision 20150930\n[ 0.144848] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146376] Security Framework initialized\n[ 0.147324] Yama: becoming mindful.\n[ 0.148182] AppArmor: AppArmor initialized\n[ 0.149126] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152208] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155216] Initializing cgroup subsys io\n[ 0.156154] Initializing cgroup subsys memory\n[ 0.157168] Initializing cgroup subsys devices\n[ 0.158161] Initializing cgroup subsys freezer\n[ 0.159153] Initializing cgroup subsys net_cls\n[ 0.160147] Initializing cgroup subsys perf_event\n[ 0.161173] Initializing cgroup subsys net_prio\n[ 0.162198] Initializing cgroup subsys hugetlb\n[ 0.163180] Initializing cgroup subsys pids\n[ 0.164198] CPU: Physical Processor ID: 0\n[ 0.165804] mce: CPU supports 10 MCE banks\n[ 0.166777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185172] ftrace: allocating 31920 entries in 125 pages\n[ 0.211794] smpboot: Max logical packages: 1\n[ 0.212681] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214052] x2apic enabled\n[ 0.214860] Switched APIC routing to physical x2apic.\n[ 0.216621] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217759] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219764] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221549] KVM setup paravirtual spinlock\n[ 0.222854] x86: Booted up 1 node, 1 CPUs\n[ 0.223672] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225071] devtmpfs: initialized\n[ 0.226787] evm: security.selinux\n[ 0.227485] evm: security.SMACK64\n[ 0.228168] evm: security.SMACK64EXEC\n[ 0.228902] evm: security.SMACK64TRANSMUTE\n[ 0.229696] evm: security.SMACK64MMAP\n[ 0.230430] evm: security.ima\n[ 0.231096] evm: security.capability\n[ 0.232010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234130] pinctrl core: initialized pinctrl subsystem\n[ 0.235413] RTC time: 7:23:44, date: 08/29/18\n[ 0.236523] NET: Registered protocol family 16\n[ 0.237644] cpuidle: using governor ladder\n[ 0.238575] cpuidle: using governor menu\n[ 0.239506] PCCT header not found.\n[ 0.240373] ACPI: bus type PCI registered\n[ 0.241289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242741] PCI: Using configuration type 1 for base access\n[ 0.244691] ACPI: Added _OSI(Module Device)\n[ 0.245711] ACPI: Added _OSI(Processor Device)\n[ 0.246689] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250036] ACPI: Interpreter enabled\n[ 0.250910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259419] ACPI: (supports S0 S5)\n[ 0.260337] ACPI: Using IOAPIC for interrupt routing\n[ 0.261411] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264764] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266120] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267654] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271450] acpiphp: Slot [3] registered\n[ 0.272302] acpiphp: Slot [4] registered\n[ 0.273165] acpiphp: Slot [5] registered\n[ 0.274048] acpiphp: Slot [6] registered\n[ 0.274921] acpiphp: Slot [7] registered\n[ 0.275792] acpiphp: Slot [8] registered\n[ 0.276661] acpiphp: Slot [9] registered\n[ 0.277518] acpiphp: Slot [10] registered\n[ 0.278395] acpiphp: Slot [11] registered\n[ 0.279291] acpiphp: Slot [12] registered\n[ 0.280186] acpiphp: Slot [13] registered\n[ 0.280978] acpiphp: Slot [14] registered\n[ 0.281768] acpiphp: Slot [15] registered\n[ 0.292985] acpiphp: Slot [16] registered\n[ 0.293775] acpiphp: Slot [17] registered\n[ 0.294560] acpiphp: Slot [18] registered\n[ 0.295349] acpiphp: Slot [19] registered\n[ 0.296135] acpiphp: Slot [20] registered\n[ 0.296925] acpiphp: Slot [21] registered\n[ 0.297718] acpiphp: Slot [22] registered\n[ 0.298502] acpiphp: Slot [23] registered\n[ 0.299291] acpiphp: Slot [24] registered\n[ 0.300083] acpiphp: Slot [25] registered\n[ 0.300873] acpiphp: Slot [26] registered\n[ 0.301660] acpiphp: Slot [27] registered\n[ 0.302452] acpiphp: Slot [28] registered\n[ 0.303244] acpiphp: Slot [29] registered\n[ 0.304033] acpiphp: Slot [30] registered\n[ 0.304819] acpiphp: Slot [31] registered\n[ 0.305606] PCI host bridge to bus 0000:00\n[ 0.306390] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307573] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308747] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310151] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.320208] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377450] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382870] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386639] vgaarb: loaded\n[ 0.387233] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388362] SCSI subsystem initialized\n[ 0.389173] ACPI: bus type USB registered\n[ 0.389982] usbcore: registered new interface driver usbfs\n[ 0.390997] usbcore: registered new interface driver hub\n[ 0.391990] usbcore: registered new device driver usb\n[ 0.393039] PCI: Using ACPI for IRQ routing\n[ 0.394054] NetLabel: Initializing\n[ 0.394764] NetLabel: domain hash size = 128\n[ 0.395607] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396544] NetLabel: unlabeled traffic allowed by default\n[ 0.397636] clocksource: Switched to clocksource kvm-clock\n[ 0.403022] AppArmor: AppArmor Filesystem Enabled\n[ 0.403977] pnp: PnP ACPI init\n[ 0.404877] pnp: PnP ACPI: found 5 devices\n[ 0.411243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412928] NET: Registered protocol family 2\n[ 0.413874] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415129] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416281] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417420] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419643] NET: Registered protocol family 1\n[ 0.420494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421572] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450839] Trying to unpack rootfs image as initramfs...\n[ 0.500606] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514432] Scanning for low memory corruption every 60 seconds\n[ 0.515800] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516936] audit: initializing netlink subsys (disabled)\n[ 0.517951] audit: type=2000 audit(1535527424.960:1): initialized\n[ 0.519248] Initialise system trusted keyring\n[ 0.520161] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521303] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523248] zbud: loaded\n[ 0.523946] VFS: Disk quotas dquot_6.6.0\n[ 0.524752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526236] fuse init (API version 7.23)\n[ 0.527118] Key type big_key registered\n[ 0.527903] Allocating IMA MOK and blacklist keyrings.\n[ 0.529348] Key type asymmetric registered\n[ 0.530217] Asymmetric key parser 'x509' registered\n[ 0.531163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532603] io scheduler noop registered\n[ 0.533380] io scheduler deadline registered (default)\n[ 0.534362] io scheduler cfq registered\n[ 0.535188] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537460] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538908] ACPI: Power Button [PWRF]\n[ 0.541149] GHES: HEST is not enabled!\n[ 0.555503] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586743] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612914] Linux agpgart interface v0.103\n[ 0.614938] brd: module loaded\n[ 0.616128] loop: module loaded\n[ 0.620745] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622174] GPT:90111 != 2097151\n[ 0.622848] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623920] GPT:90111 != 2097151\n[ 0.624579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625518] vda: vda1 vda15\n[ 0.626979] scsi host0: ata_piix\n[ 0.627700] scsi host1: ata_piix\n[ 0.628388] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630994] libphy: Fixed MDIO Bus: probed\n[ 0.631798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632725] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634799] PPP generic driver version 2.4.2\n[ 0.635672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636898] ehci-pci: EHCI PCI platform driver\n[ 0.637759] ehci-platform: EHCI generic platform driver\n[ 0.638732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639832] ohci-pci: OHCI PCI platform driver\n[ 0.640680] ohci-platform: OHCI generic platform driver\n[ 0.641655] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655933] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656912] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658331] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663027] usb usb1: Product: UHCI Host Controller\n[ 0.663940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665056] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665991] hub 1-0:1.0: USB hub found\n[ 0.666754] hub 1-0:1.0: 2 ports detected\n[ 0.667635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670654] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671652] mousedev: PS/2 mouse device common for all mice\n[ 0.672872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674673] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676902] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678069] i2c /dev entries driver\n[ 0.678818] device-mapper: uevent: version 1.0.3\n[ 0.679725] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682572] NET: Registered protocol family 10\n[ 0.683527] NET: Registered protocol family 17\n[ 0.684393] Key type dns_resolver registered\n[ 0.685307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688098] registered taskstats version 1\n[ 0.688919] Loading compiled-in X.509 certificates\n[ 0.690340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692157] zswap: loaded using pool lzo/zbud\n[ 0.693491] Key type trusted registered\n[ 0.695028] Key type encrypted registered\n[ 0.695840] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697908] evm: HMAC attrs: 0x1\n[ 0.698832] Magic number: 14:754:370\n[ 0.699663] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:45 UTC (1535527425)\n[ 0.701216] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702310] EDD information not available.\n[ 0.790628] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792149] Write protecting the kernel read-only data: 14336k\n[ 0.804260] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309798] 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-08-29 07:24:46,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action used request id req-edb14a54-678e-441f-8cf3-3f73943f9f3e 2018-08-29 07:24:48,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e01c2b475547ef844c6de3d82b2fc31d19e12897" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:50,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-2d056bda-3492-4409-aae4-5edb4acd139f x-compute-request-id: req-2d056bda-3492-4409-aae4-5edb4acd139f Content-Encoding: gzip Content-Length: 9532 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522596379 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142388] pid_max: default: 32768 minimum: 301\n[ 0.143415] ACPI: Core revision 20150930\n[ 0.144848] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146376] Security Framework initialized\n[ 0.147324] Yama: becoming mindful.\n[ 0.148182] AppArmor: AppArmor initialized\n[ 0.149126] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150745] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152208] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153583] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155216] Initializing cgroup subsys io\n[ 0.156154] Initializing cgroup subsys memory\n[ 0.157168] Initializing cgroup subsys devices\n[ 0.158161] Initializing cgroup subsys freezer\n[ 0.159153] Initializing cgroup subsys net_cls\n[ 0.160147] Initializing cgroup subsys perf_event\n[ 0.161173] Initializing cgroup subsys net_prio\n[ 0.162198] Initializing cgroup subsys hugetlb\n[ 0.163180] Initializing cgroup subsys pids\n[ 0.164198] CPU: Physical Processor ID: 0\n[ 0.165804] mce: CPU supports 10 MCE banks\n[ 0.166777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167888] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178639] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185172] ftrace: allocating 31920 entries in 125 pages\n[ 0.211794] smpboot: Max logical packages: 1\n[ 0.212681] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214052] x2apic enabled\n[ 0.214860] Switched APIC routing to physical x2apic.\n[ 0.216621] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217759] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219764] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221549] KVM setup paravirtual spinlock\n[ 0.222854] x86: Booted up 1 node, 1 CPUs\n[ 0.223672] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225071] devtmpfs: initialized\n[ 0.226787] evm: security.selinux\n[ 0.227485] evm: security.SMACK64\n[ 0.228168] evm: security.SMACK64EXEC\n[ 0.228902] evm: security.SMACK64TRANSMUTE\n[ 0.229696] evm: security.SMACK64MMAP\n[ 0.230430] evm: security.ima\n[ 0.231096] evm: security.capability\n[ 0.232010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234130] pinctrl core: initialized pinctrl subsystem\n[ 0.235413] RTC time: 7:23:44, date: 08/29/18\n[ 0.236523] NET: Registered protocol family 16\n[ 0.237644] cpuidle: using governor ladder\n[ 0.238575] cpuidle: using governor menu\n[ 0.239506] PCCT header not found.\n[ 0.240373] ACPI: bus type PCI registered\n[ 0.241289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242741] PCI: Using configuration type 1 for base access\n[ 0.244691] ACPI: Added _OSI(Module Device)\n[ 0.245711] ACPI: Added _OSI(Processor Device)\n[ 0.246689] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247724] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250036] ACPI: Interpreter enabled\n[ 0.250910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255217] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257309] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.259419] ACPI: (supports S0 S5)\n[ 0.260337] ACPI: Using IOAPIC for interrupt routing\n[ 0.261411] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.264764] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266120] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267654] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.268986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271450] acpiphp: Slot [3] registered\n[ 0.272302] acpiphp: Slot [4] registered\n[ 0.273165] acpiphp: Slot [5] registered\n[ 0.274048] acpiphp: Slot [6] registered\n[ 0.274921] acpiphp: Slot [7] registered\n[ 0.275792] acpiphp: Slot [8] registered\n[ 0.276661] acpiphp: Slot [9] registered\n[ 0.277518] acpiphp: Slot [10] registered\n[ 0.278395] acpiphp: Slot [11] registered\n[ 0.279291] acpiphp: Slot [12] registered\n[ 0.280186] acpiphp: Slot [13] registered\n[ 0.280978] acpiphp: Slot [14] registered\n[ 0.281768] acpiphp: Slot [15] registered\n[ 0.292985] acpiphp: Slot [16] registered\n[ 0.293775] acpiphp: Slot [17] registered\n[ 0.294560] acpiphp: Slot [18] registered\n[ 0.295349] acpiphp: Slot [19] registered\n[ 0.296135] acpiphp: Slot [20] registered\n[ 0.296925] acpiphp: Slot [21] registered\n[ 0.297718] acpiphp: Slot [22] registered\n[ 0.298502] acpiphp: Slot [23] registered\n[ 0.299291] acpiphp: Slot [24] registered\n[ 0.300083] acpiphp: Slot [25] registered\n[ 0.300873] acpiphp: Slot [26] registered\n[ 0.301660] acpiphp: Slot [27] registered\n[ 0.302452] acpiphp: Slot [28] registered\n[ 0.303244] acpiphp: Slot [29] registered\n[ 0.304033] acpiphp: Slot [30] registered\n[ 0.304819] acpiphp: Slot [31] registered\n[ 0.305606] PCI host bridge to bus 0000:00\n[ 0.306390] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307573] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308747] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310151] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311557] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319067] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.320208] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321435] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329246] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377450] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378859] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382870] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386639] vgaarb: loaded\n[ 0.387233] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388362] SCSI subsystem initialized\n[ 0.389173] ACPI: bus type USB registered\n[ 0.389982] usbcore: registered new interface driver usbfs\n[ 0.390997] usbcore: registered new interface driver hub\n[ 0.391990] usbcore: registered new device driver usb\n[ 0.393039] PCI: Using ACPI for IRQ routing\n[ 0.394054] NetLabel: Initializing\n[ 0.394764] NetLabel: domain hash size = 128\n[ 0.395607] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396544] NetLabel: unlabeled traffic allowed by default\n[ 0.397636] clocksource: Switched to clocksource kvm-clock\n[ 0.403022] AppArmor: AppArmor Filesystem Enabled\n[ 0.403977] pnp: PnP ACPI init\n[ 0.404877] pnp: PnP ACPI: found 5 devices\n[ 0.411243] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412928] NET: Registered protocol family 2\n[ 0.413874] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415129] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416281] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417420] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418485] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419643] NET: Registered protocol family 1\n[ 0.420494] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421572] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422633] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450839] Trying to unpack rootfs image as initramfs...\n[ 0.500606] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514432] Scanning for low memory corruption every 60 seconds\n[ 0.515800] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516936] audit: initializing netlink subsys (disabled)\n[ 0.517951] audit: type=2000 audit(1535527424.960:1): initialized\n[ 0.519248] Initialise system trusted keyring\n[ 0.520161] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521303] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523248] zbud: loaded\n[ 0.523946] VFS: Disk quotas dquot_6.6.0\n[ 0.524752] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526236] fuse init (API version 7.23)\n[ 0.527118] Key type big_key registered\n[ 0.527903] Allocating IMA MOK and blacklist keyrings.\n[ 0.529348] Key type asymmetric registered\n[ 0.530217] Asymmetric key parser 'x509' registered\n[ 0.531163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.532603] io scheduler noop registered\n[ 0.533380] io scheduler deadline registered (default)\n[ 0.534362] io scheduler cfq registered\n[ 0.535188] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.536220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.537460] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538908] ACPI: Power Button [PWRF]\n[ 0.541149] GHES: HEST is not enabled!\n[ 0.555503] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.584338] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586743] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610791] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612914] Linux agpgart interface v0.103\n[ 0.614938] brd: module loaded\n[ 0.616128] loop: module loaded\n[ 0.620745] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622174] GPT:90111 != 2097151\n[ 0.622848] GPT:Alternate GPT header not at the end of the disk.\n[ 0.623920] GPT:90111 != 2097151\n[ 0.624579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.625518] vda: vda1 vda15\n[ 0.626979] scsi host0: ata_piix\n[ 0.627700] scsi host1: ata_piix\n[ 0.628388] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.629578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.630994] libphy: Fixed MDIO Bus: probed\n[ 0.631798] tun: Universal TUN/TAP device driver, 1.6\n[ 0.632725] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634799] PPP generic driver version 2.4.2\n[ 0.635672] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.636898] ehci-pci: EHCI PCI platform driver\n[ 0.637759] ehci-platform: EHCI generic platform driver\n[ 0.638732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.639832] ohci-pci: OHCI PCI platform driver\n[ 0.640680] ohci-platform: OHCI generic platform driver\n[ 0.641655] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.655933] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656912] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658331] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659333] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663027] usb usb1: Product: UHCI Host Controller\n[ 0.663940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665056] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665991] hub 1-0:1.0: USB hub found\n[ 0.666754] hub 1-0:1.0: 2 ports detected\n[ 0.667635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669721] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670654] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.671652] mousedev: PS/2 mouse device common for all mice\n[ 0.672872] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674673] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675738] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676902] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678069] i2c /dev entries driver\n[ 0.678818] device-mapper: uevent: version 1.0.3\n[ 0.679725] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.681308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682572] NET: Registered protocol family 10\n[ 0.683527] NET: Registered protocol family 17\n[ 0.684393] Key type dns_resolver registered\n[ 0.685307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686385] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688098] registered taskstats version 1\n[ 0.688919] Loading compiled-in X.509 certificates\n[ 0.690340] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692157] zswap: loaded using pool lzo/zbud\n[ 0.693491] Key type trusted registered\n[ 0.695028] Key type encrypted registered\n[ 0.695840] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696876] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697908] evm: HMAC attrs: 0x1\n[ 0.698832] Magic number: 14:754:370\n[ 0.699663] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:45 UTC (1535527425)\n[ 0.701216] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702310] EDD information not available.\n[ 0.790628] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792149] Write protecting the kernel read-only data: 14336k\n[ 0.804260] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806088] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.08\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.309798] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.25. iid=i-000000e4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCC2y+mavN8Mn2mzZXdNU55PUsQO67sq9/Ribt+48AS22yGayfC4C6hlIPIOv2/w5qV7aoNyD9gmsTe1iV3GY6Vt0FcGsCRraGoPplxvCd2J+7rkjfitiPBjtPbh4xEqf8AxP4JNo6YykpI3czqxlzBGZxO9pmvN/R4quAbk8hwQsZ+AORwzAvyZluDdSLe004gM44Benn93CjeXEU7ct99naXugDh1xOiar1ZyM+83rxkTynHHPniQZHdL4tHGepqOe8lxUtVfewEeEwEN3DOSEGRqJVvHrsR6lg7HkjGU2dUXLL0WAVKUJYiL+Jw+u439i+NJOKNryPBWsERSlntr root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOEk6ENikU5d1vZWCxeVDuoYy/PqQ1orXiIr1OhlrTCyvfbgCCjZyLmuomDNs7/cd7XVGXcTdeGASYEHRuI6Xp0CeNIY+JkBGYdUA3ym5J2qMLns550rruklun8QyJebwkLudOlRkf/ca7iip9IIYu6EFSi8iRB1IhUQoK3tzLR5AAAAFQDwFPxAgslETkWby5QciQkU6QkLGwAAAIAz+YDdKFzCkeE7wdk3dFr/00P+Y6S/K52lRuMXBKtr+8xmdKD69h5XJTJ6IZtv5zQqkpWv/ne0V+hVZoh6vpYU+XkGtU5mGYdq5gS61FO6d2KN642Nd2pnrkINVmgd0EyPnmQ65yih/kkIFF/YMpcUPuxdlUAwF29H/h04a//6OwAAAIACLDkqRD6WpMs3s5NF2S+ujWDjmbKXHT+1NhjbytJ9XhOFI9jgTYfdAAtfm8wNr5ngffwzRuNFnfmzdwgBhlW5kTsjl7rfUWRcV0mPxQELlE1ojX+Vt5ePwhs8o2xKXYnMEfj3lnoq55YSOjYuSpJIwCkb/97yrjpipvW4fEZrSg== 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.5,24,fe80::f816:3eff:fe94:d9ef/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000e4\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.15 ===\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-08-29 07:24:50,036 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action used request id req-2d056bda-3492-4409-aae4-5edb4acd139f 2018-08-29 07:24:52,064 - sdnvpn_test_utils - INFO - Waiting for instance 27c0c9c6-4b6d-476e-ba18-9c2ed5971a83 to boot up 2018-08-29 07:24:52,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62b6b81e5455f8c902709b92dc16dfcab9687bd3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:53,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:24:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1ad2c84-4e5b-4f9e-9a7c-81b5e8b6df9b x-compute-request-id: req-e1ad2c84-4e5b-4f9e-9a7c-81b5e8b6df9b Content-Encoding: gzip Content-Length: 11163 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487301453 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144886] pid_max: default: 32768 minimum: 301\n[ 0.145878] ACPI: Core revision 20150930\n[ 0.147337] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148771] Security Framework initialized\n[ 0.149682] Yama: becoming mindful.\n[ 0.150490] AppArmor: AppArmor initialized\n[ 0.151429] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152892] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154316] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155642] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157163] Initializing cgroup subsys io\n[ 0.158064] Initializing cgroup subsys memory\n[ 0.159011] Initializing cgroup subsys devices\n[ 0.159972] Initializing cgroup subsys freezer\n[ 0.160929] Initializing cgroup subsys net_cls\n[ 0.161883] Initializing cgroup subsys perf_event\n[ 0.162887] Initializing cgroup subsys net_prio\n[ 0.163864] Initializing cgroup subsys hugetlb\n[ 0.164812] Initializing cgroup subsys pids\n[ 0.165761] CPU: Physical Processor ID: 0\n[ 0.167356] mce: CPU supports 10 MCE banks\n[ 0.168277] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169372] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181245] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187702] ftrace: allocating 31920 entries in 125 pages\n[ 0.213845] smpboot: Max logical packages: 1\n[ 0.214786] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216263] x2apic enabled\n[ 0.217121] Switched APIC routing to physical x2apic.\n[ 0.218965] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220200] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222381] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224350] KVM setup paravirtual spinlock\n[ 0.225707] x86: Booted up 1 node, 1 CPUs\n[ 0.226587] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228089] devtmpfs: initialized\n[ 0.229862] evm: security.selinux\n[ 0.230628] evm: security.SMACK64\n[ 0.231377] evm: security.SMACK64EXEC\n[ 0.232182] evm: security.SMACK64TRANSMUTE\n[ 0.233067] evm: security.SMACK64MMAP\n[ 0.233879] evm: security.ima\n[ 0.234573] evm: security.capability\n[ 0.235441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237470] pinctrl core: initialized pinctrl subsystem\n[ 0.238654] RTC time: 7:23:55, date: 08/29/18\n[ 0.239684] NET: Registered protocol family 16\n[ 0.240733] cpuidle: using governor ladder\n[ 0.241630] cpuidle: using governor menu\n[ 0.242492] PCCT header not found.\n[ 0.243301] ACPI: bus type PCI registered\n[ 0.244167] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245523] PCI: Using configuration type 1 for base access\n[ 0.247380] ACPI: Added _OSI(Module Device)\n[ 0.248298] ACPI: Added _OSI(Processor Device)\n[ 0.249244] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250232] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252467] ACPI: Interpreter enabled\n[ 0.253311] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255334] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261404] ACPI: (supports S0 S5)\n[ 0.262166] ACPI: Using IOAPIC for interrupt routing\n[ 0.263193] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267682] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269029] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270337] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272755] acpiphp: Slot [3] registered\n[ 0.273630] acpiphp: Slot [4] registered\n[ 0.274504] acpiphp: Slot [5] registered\n[ 0.275382] acpiphp: Slot [6] registered\n[ 0.276251] acpiphp: Slot [7] registered\n[ 0.277122] acpiphp: Slot [8] registered\n[ 0.278000] acpiphp: Slot [9] registered\n[ 0.278877] acpiphp: Slot [10] registered\n[ 0.279763] acpiphp: Slot [11] registered\n[ 0.280660] acpiphp: Slot [12] registered\n[ 0.281544] acpiphp: Slot [13] registered\n[ 0.282423] acpiphp: Slot [14] registered\n[ 0.283317] acpiphp: Slot [15] registered\n[ 0.294746] acpiphp: Slot [16] registered\n[ 0.295639] acpiphp: Slot [17] registered\n[ 0.296520] acpiphp: Slot [18] registered\n[ 0.297403] acpiphp: Slot [19] registered\n[ 0.298275] acpiphp: Slot [20] registered\n[ 0.299159] acpiphp: Slot [21] registered\n[ 0.300040] acpiphp: Slot [22] registered\n[ 0.300921] acpiphp: Slot [23] registered\n[ 0.301799] acpiphp: Slot [24] registered\n[ 0.302679] acpiphp: Slot [25] registered\n[ 0.303561] acpiphp: Slot [26] registered\n[ 0.304439] acpiphp: Slot [27] registered\n[ 0.305318] acpiphp: Slot [28] registered\n[ 0.306192] acpiphp: Slot [29] registered\n[ 0.307071] acpiphp: Slot [30] registered\n[ 0.307956] acpiphp: Slot [31] registered\n[ 0.308832] PCI host bridge to bus 0000:00\n[ 0.309717] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.311040] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312379] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313956] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315539] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321848] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323260] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324561] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.325958] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.332404] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333946] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.379715] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.381326] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.382853] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.384386] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.385888] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.387221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.388812] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.389965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.391647] vgaarb: loaded\n[ 0.392292] vgaarb: bridge control possible 0000:00:02.0\n[ 0.393524] SCSI subsystem initialized\n[ 0.394409] ACPI: bus type USB registered\n[ 0.395300] usbcore: registered new interface driver usbfs\n[ 0.396422] usbcore: registered new interface driver hub\n[ 0.397523] usbcore: registered new device driver usb\n[ 0.398661] PCI: Using ACPI for IRQ routing\n[ 0.399753] NetLabel: Initializing\n[ 0.400525] NetLabel: domain hash size = 128\n[ 0.401450] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402496] NetLabel: unlabeled traffic allowed by default\n[ 0.403692] clocksource: Switched to clocksource kvm-clock\n[ 0.409204] AppArmor: AppArmor Filesystem Enabled\n[ 0.410251] pnp: PnP ACPI init\n[ 0.411217] pnp: PnP ACPI: found 5 devices\n[ 0.417670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419544] NET: Registered protocol family 2\n[ 0.420580] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421982] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423274] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424559] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425748] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427027] NET: Registered protocol family 1\n[ 0.427984] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.429192] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.430386] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.444685] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.459434] Trying to unpack rootfs image as initramfs...\n[ 0.510184] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.524240] Scanning for low memory corruption every 60 seconds\n[ 0.525675] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.526920] audit: initializing netlink subsys (disabled)\n[ 0.528070] audit: type=2000 audit(1535527436.285:1): initialized\n[ 0.529493] Initialise system trusted keyring\n[ 0.530513] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.531795] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533896] zbud: loaded\n[ 0.534671] VFS: Disk quotas dquot_6.6.0\n[ 0.535547] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537204] fuse init (API version 7.23)\n[ 0.538188] Key type big_key registered\n[ 0.539098] Allocating IMA MOK and blacklist keyrings.\n[ 0.540357] Key type asymmetric registered\n[ 0.541272] Asymmetric key parser 'x509' registered\n[ 0.542371] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.543997] io scheduler noop registered\n[ 0.544885] io scheduler deadline registered (default)\n[ 0.545996] io scheduler cfq registered\n[ 0.546929] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548121] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549549] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551170] ACPI: Power Button [PWRF]\n[ 0.552461] GHES: HEST is not enabled!\n[ 0.566247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.596203] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622344] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624489] Linux agpgart interface v0.103\n[ 0.626526] brd: module loaded\n[ 0.627700] loop: module loaded\n[ 0.632874] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.634363] GPT:90111 != 2097151\n[ 0.635049] GPT:Alternate GPT header not at the end of the disk.\n[ 0.636168] GPT:90111 != 2097151\n[ 0.636860] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637845] vda: vda1 vda15\n[ 0.639254] scsi host0: ata_piix\n[ 0.640017] scsi host1: ata_piix\n[ 0.640747] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643460] libphy: Fixed MDIO Bus: probed\n[ 0.644308] tun: Universal TUN/TAP device driver, 1.6\n[ 0.645282] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647471] PPP generic driver version 2.4.2\n[ 0.648390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649671] ehci-pci: EHCI PCI platform driver\n[ 0.650559] ehci-platform: EHCI generic platform driver\n[ 0.651565] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652722] ohci-pci: OHCI PCI platform driver\n[ 0.653616] ohci-platform: OHCI generic platform driver\n[ 0.654622] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668941] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669963] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671441] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.672517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673669] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674918] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676368] usb usb1: Product: UHCI Host Controller\n[ 0.677323] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678489] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679504] hub 1-0:1.0: USB hub found\n[ 0.680308] hub 1-0:1.0: 2 ports detected\n[ 0.681229] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683392] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684380] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685431] mousedev: PS/2 mouse device common for all mice\n[ 0.686704] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688590] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690929] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692157] i2c /dev entries driver\n[ 0.692928] device-mapper: uevent: version 1.0.3\n[ 0.693873] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696833] NET: Registered protocol family 10\n[ 0.697834] NET: Registered protocol family 17\n[ 0.698734] Key type dns_resolver registered\n[ 0.699677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700803] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702578] registered taskstats version 1\n[ 0.703433] Loading compiled-in X.509 certificates\n[ 0.704900] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706792] zswap: loaded using pool lzo/zbud\n[ 0.708182] Key type trusted registered\n[ 0.709737] Key type encrypted registered\n[ 0.710588] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711636] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712706] evm: HMAC attrs: 0x1\n[ 0.713648] Magic number: 14:754:370\n[ 0.714538] rtc_cmos 00:00: setting system clock to 2018-08-29 07:23:56 UTC (1535527436)\n[ 0.716170] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717316] EDD information not available.\n[ 0.800687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.802250] Write protecting the kernel read-only data: 14336k\n[ 0.814677] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189876] random: dd 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.11.13...\nLease of 10.10.11.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.08. iid=i-000000e7\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCDHGPQJ0G7jH9lEiU+U/nsukqNsPZqEehDIt4+/0XxScKVmqKNk4kk30v7FMTk2PDrP1QmuTWWRACEmGGWJoHZ9G13tmT+k0hDI8D6Ks4WdcKeV1IolKUlhiu1lEl4iWI1dCTgpr0VbSfB+265NEjXR9rsjEnLo+Ctb3FxmuB1xF7TzxIDoW3crS/P1umc5ObN1YmPdzUHm+HqcUNx8C7QKJaeCTJY0G0binYKNd8kg3cv/ibBYCqX8ePBParx2d4UOYzxORlhWkOnke8vSbwDeJQsiCVLISgegD6pvEiphGbAZR0iwN2ZHfghmLSxWtQPiF5fneJddocTt8PDdAcp root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAJ0wFFaf9f+3Lne5UmsHuj9wERJBcKPLloplCwAihWPpHrdreekH80Xd2HmJ/UEdedLuAXgoKUJRedt6/lUkXSUq5iNIq+1MjREmn6fPFKzdWts75i/69bK3qXuvYpWxUT5y39k34PSK/ekv/t4iXzvAEA+vmii0DWpUj2pWudv/AAAAFQDr09XpmGhU68GwkoORbEJquW8FYwAAAIByreUj65QIGbj624TzHCqrPQXA62eKC28WGOvl3wuJtRluCprBKzucQIxWjAXkpuMNC4wRgAIIZk1k9+w1ffLU1SqkXuVeJAD2blbuh+LxY8lVR7KfrmXqjeRaSnVQZFedTmdIaSTu73XPFKa/e5HnqkqG277oZVen/pQmtW+aDQAAAIEAhVZI1FKJYcZCa3MDl+9SbUKGij1kVk2po0JXtM2dezbYnk/rBmttnP4C0lFuzj2j2c5Y9qtyWkdDNCkie186JKpUE0RK+rjf/aWjqyM/9aWz/Z4/TOtLF/MFLBcloCKqFYcY8M9QjkGGr7m8eUlQHmlal2fQ3zwP/v26QmkjP1w= 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.13,24,fe80::f816:3eff:feda:d0db/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.13 \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-000000e7\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.68 ===\n/dev/root resized successfully [took 1.57s]\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:DA:D0:DB \n inet addr:10.10.11.13 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feda:d0db/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 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:7995 (7.8 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.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.152564] usb 1-1: Product: QEMU USB Tablet\n[ 1.152567] usb 1-1: Manufacturer: QEMU\n[ 1.152569] usb 1-1: SerialNumber: 42\n[ 1.153411] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.171766] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.189876] random: dd urandom read with 5 bits of entropy available\n[ 1.523753] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.523756] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.816178] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.159514] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:23:56 cirros kern.info kernel: [ 0.816536] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 29 08:23:56 cirros kern.info kernel: [ 0.827855] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 29 08:23:56 cirros kern.info kernel: [ 0.827857] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 29 08:23:56 cirros kern.info kernel: [ 0.829559] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 29 08:23:56 cirros kern.info kernel: [ 0.832629] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 29 08:23:56 cirros kern.info kernel: [ 0.834608] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 29 08:23:56 cirros kern.info kernel: [ 0.855977] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 29 08:23:56 cirros kern.info kernel: [ 0.856955] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 29 08:23:56 cirros kern.info kernel: [ 0.858136] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 29 08:23:56 cirros kern.info kernel: [ 0.897945] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 29 08:23:56 cirros kern.info kernel: [ 0.991752] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 29 08:23:56 cirros kern.info kernel: [ 1.152555] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:23:56 cirros kern.info kernel: [ 1.152561] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:23:56 cirros kern.info kernel: [ 1.152564] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:23:56 cirros kern.info kernel: [ 1.152567] usb 1-1: Manufacturer: QEMU\nAug 29 08:23:56 cirros kern.info kernel: [ 1.152569] usb 1-1: SerialNumber: 42\nAug 29 08:23:56 cirros kern.info kernel: [ 1.153411] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 29 08:23:56 cirros kern.info kernel: [ 1.171766] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 29 08:23:56 cirros kern.notice kernel: [ 1.189876] random: dd urandom read with 5 bits of entropy available\nAug 29 08:23:57 cirros kern.info kernel: [ 1.523753] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nAug 29 08:23:57 cirros kern.info kernel: [ 1.523756] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 29 08:23:58 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:23:59 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:23:59 cirros kern.info kernel: [ 3.816178] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:23:59 cirros kern.info kernel: [ 4.159514] 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-08-29 07:24:53,138 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83/action used request id req-e1ad2c84-4e5b-4f9e-9a7c-81b5e8b6df9b 2018-08-29 07:24:55,174 - sdnvpn_test_utils - INFO - Waiting for instance ecd95b6f-05e7-446e-9b12-448f900eb15f to boot up 2018-08-29 07:24:55,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:56,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-bda26389-9056-4fcb-9d71-5ae5c0c4e948 x-compute-request-id: req-bda26389-9056-4fcb-9d71-5ae5c0c4e948 Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:24:56,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-bda26389-9056-4fcb-9d71-5ae5c0c4e948 2018-08-29 07:24:58,298 - sdnvpn_test_utils - INFO - Waiting for instance ca016677-e28a-4d7e-886f-b2679b560fe0 to boot up 2018-08-29 07:24:58,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:24:59,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-384102b0-1f0b-490a-a3b1-60e9863ccb4f x-compute-request-id: req-384102b0-1f0b-490a-a3b1-60e9863ccb4f Content-Encoding: gzip Content-Length: 7871 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] 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-08-29 07:24:59,373 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-384102b0-1f0b-490a-a3b1-60e9863ccb4f 2018-08-29 07:25:01,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:02,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-0e88e862-8f82-4e41-841e-b90f25c85a2e x-compute-request-id: req-0e88e862-8f82-4e41-841e-b90f25c85a2e Content-Encoding: gzip Content-Length: 7871 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] 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-08-29 07:25:02,452 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-0e88e862-8f82-4e41-841e-b90f25c85a2e 2018-08-29 07:25:04,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:05,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5c08e5e7-ea5f-45c2-9ec7-d2febe43cd5c x-compute-request-id: req-5c08e5e7-ea5f-45c2-9ec7-d2febe43cd5c Content-Encoding: gzip Content-Length: 7871 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] 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-08-29 07:25:05,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-5c08e5e7-ea5f-45c2-9ec7-d2febe43cd5c 2018-08-29 07:25:07,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:08,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-4f3d4933-10ce-488b-be2c-24375faff618 x-compute-request-id: req-4f3d4933-10ce-488b-be2c-24375faff618 Content-Encoding: gzip Content-Length: 7871 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] 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-08-29 07:25:08,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-4f3d4933-10ce-488b-be2c-24375faff618 2018-08-29 07:25:10,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:11,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-d4de8535-3c35-44d6-af16-30c7f9411548 x-compute-request-id: req-d4de8535-3c35-44d6-af16-30c7f9411548 Content-Encoding: gzip Content-Length: 7871 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] 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-08-29 07:25:11,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-d4de8535-3c35-44d6-af16-30c7f9411548 2018-08-29 07:25:13,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:14,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-791faec1-203b-4508-a488-b491f8baaf83 x-compute-request-id: req-791faec1-203b-4508-a488-b491f8baaf83 Content-Encoding: gzip Content-Length: 8063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of 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-08-29 07:25:14,829 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-791faec1-203b-4508-a488-b491f8baaf83 2018-08-29 07:25:16,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:17,910 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18b1b60c-9182-4959-a38d-028fd9231b62 x-compute-request-id: req-18b1b60c-9182-4959-a38d-028fd9231b62 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\nping 10.10.10.5 KO\nping 10.10.11.7 KO\n"} 2018-08-29 07:25:17,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-18b1b60c-9182-4959-a38d-028fd9231b62 2018-08-29 07:25:17,912 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.12) to 'sdnvpn-4-2' (10.10.10.11). -->Expected result: can ping. 2018-08-29 07:25:17,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:18,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-bddcccef-f06b-4f95-8640-7896c1e7474d x-compute-request-id: req-bddcccef-f06b-4f95-8640-7896c1e7474d Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\nping 10.10.10.5 KO\nping 10.10.11.7 KO\n"} 2018-08-29 07:25:18,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-bddcccef-f06b-4f95-8640-7896c1e7474d 2018-08-29 07:25:18,990 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-08-29 07:25:18,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:20,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48bbb5af-c009-4f65-b89d-daa0de7ede3e x-compute-request-id: req-48bbb5af-c009-4f65-b89d-daa0de7ede3e Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\nping 10.10.10.5 KO\nping 10.10.11.7 KO\n"} 2018-08-29 07:25:20,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-48bbb5af-c009-4f65-b89d-daa0de7ede3e 2018-08-29 07:25:20,062 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.12) to 'sdnvpn-4-3' (10.10.10.5). -->Expected result: can ping. 2018-08-29 07:25:20,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:21,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-d4af7e80-a7a8-410d-b380-cf3f25d37e43 x-compute-request-id: req-d4af7e80-a7a8-410d-b380-cf3f25d37e43 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\nping 10.10.10.5 KO\nping 10.10.11.7 KO\n"} 2018-08-29 07:25:21,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-d4af7e80-a7a8-410d-b380-cf3f25d37e43 2018-08-29 07:25:21,137 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-3' 2018-08-29 07:25:21,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:22,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-950f4153-7c4a-4012-be2d-9a304f97bc4e x-compute-request-id: req-950f4153-7c4a-4012-be2d-9a304f97bc4e Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\nping 10.10.10.5 KO\nping 10.10.11.7 KO\n"} 2018-08-29 07:25:22,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-950f4153-7c4a-4012-be2d-9a304f97bc4e 2018-08-29 07:25:22,217 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.12) to 'sdnvpn-4-4' (10.10.11.7). -->Expected result: cannot ping. 2018-08-29 07:25:22,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}946755a70840de93b892b7f0ed294b7a42fc5bf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:23,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-06c7b2bb-fd61-4969-8edf-aa5d337b74b5 x-compute-request-id: req-06c7b2bb-fd61-4969-8edf-aa5d337b74b5 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 504607133 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130884] pid_max: default: 32768 minimum: 301\n[ 0.131755] ACPI: Core revision 20150930\n[ 0.133135] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134416] Security Framework initialized\n[ 0.135210] Yama: becoming mindful.\n[ 0.135926] AppArmor: AppArmor initialized\n[ 0.136771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139307] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140483] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141852] Initializing cgroup subsys io\n[ 0.142639] Initializing cgroup subsys memory\n[ 0.143474] Initializing cgroup subsys devices\n[ 0.144340] Initializing cgroup subsys freezer\n[ 0.145194] Initializing cgroup subsys net_cls\n[ 0.146035] Initializing cgroup subsys perf_event\n[ 0.146916] Initializing cgroup subsys net_prio\n[ 0.147768] Initializing cgroup subsys hugetlb\n[ 0.148619] Initializing cgroup subsys pids\n[ 0.149476] CPU: Physical Processor ID: 0\n[ 0.150955] mce: CPU supports 10 MCE banks\n[ 0.151776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152753] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170288] ftrace: allocating 31920 entries in 125 pages\n[ 0.197542] smpboot: Max logical packages: 1\n[ 0.198387] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199702] x2apic enabled\n[ 0.200507] Switched APIC routing to physical x2apic.\n[ 0.202237] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203332] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205278] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207026] KVM setup paravirtual spinlock\n[ 0.208346] x86: Booted up 1 node, 1 CPUs\n[ 0.209139] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210499] devtmpfs: initialized\n[ 0.212212] evm: security.selinux\n[ 0.212899] evm: security.SMACK64\n[ 0.213571] evm: security.SMACK64EXEC\n[ 0.214302] evm: security.SMACK64TRANSMUTE\n[ 0.215090] evm: security.SMACK64MMAP\n[ 0.215812] evm: security.ima\n[ 0.216447] evm: security.capability\n[ 0.217243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219055] pinctrl core: initialized pinctrl subsystem\n[ 0.220123] RTC time: 7:24:22, date: 08/29/18\n[ 0.221071] NET: Registered protocol family 16\n[ 0.222030] cpuidle: using governor ladder\n[ 0.222825] cpuidle: using governor menu\n[ 0.223595] PCCT header not found.\n[ 0.224330] ACPI: bus type PCI registered\n[ 0.225120] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226342] PCI: Using configuration type 1 for base access\n[ 0.228091] ACPI: Added _OSI(Module Device)\n[ 0.228907] ACPI: Added _OSI(Processor Device)\n[ 0.229746] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230624] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232685] ACPI: Interpreter enabled\n[ 0.233445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240704] ACPI: (supports S0 S5)\n[ 0.241402] ACPI: Using IOAPIC for interrupt routing\n[ 0.242355] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245420] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246534] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251105] acpiphp: Slot [3] registered\n[ 0.251889] acpiphp: Slot [4] registered\n[ 0.252667] acpiphp: Slot [5] registered\n[ 0.253449] acpiphp: Slot [6] registered\n[ 0.254224] acpiphp: Slot [7] registered\n[ 0.254997] acpiphp: Slot [8] registered\n[ 0.255769] acpiphp: Slot [9] registered\n[ 0.256542] acpiphp: Slot [10] registered\n[ 0.257329] acpiphp: Slot [11] registered\n[ 0.258125] acpiphp: Slot [12] registered\n[ 0.258921] acpiphp: Slot [13] registered\n[ 0.259704] acpiphp: Slot [14] registered\n[ 0.260493] acpiphp: Slot [15] registered\n[ 0.271281] acpiphp: Slot [16] registered\n[ 0.272073] acpiphp: Slot [17] registered\n[ 0.272861] acpiphp: Slot [18] registered\n[ 0.273643] acpiphp: Slot [19] registered\n[ 0.274433] acpiphp: Slot [20] registered\n[ 0.275220] acpiphp: Slot [21] registered\n[ 0.276014] acpiphp: Slot [22] registered\n[ 0.276797] acpiphp: Slot [23] registered\n[ 0.277582] acpiphp: Slot [24] registered\n[ 0.278372] acpiphp: Slot [25] registered\n[ 0.279160] acpiphp: Slot [26] registered\n[ 0.279944] acpiphp: Slot [27] registered\n[ 0.280733] acpiphp: Slot [28] registered\n[ 0.281526] acpiphp: Slot [29] registered\n[ 0.282313] acpiphp: Slot [30] registered\n[ 0.283100] acpiphp: Slot [31] registered\n[ 0.283884] PCI host bridge to bus 0000:00\n[ 0.284669] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288429] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289837] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295948] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297189] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299542] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305937] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307318] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353377] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354870] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356249] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357629] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360211] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361344] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362374] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363944] vgaarb: loaded\n[ 0.364526] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365645] SCSI subsystem initialized\n[ 0.366451] ACPI: bus type USB registered\n[ 0.367240] usbcore: registered new interface driver usbfs\n[ 0.368228] usbcore: registered new interface driver hub\n[ 0.369215] usbcore: registered new device driver usb\n[ 0.370250] PCI: Using ACPI for IRQ routing\n[ 0.371248] NetLabel: Initializing\n[ 0.371938] NetLabel: domain hash size = 128\n[ 0.372755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373666] NetLabel: unlabeled traffic allowed by default\n[ 0.374731] clocksource: Switched to clocksource kvm-clock\n[ 0.380378] AppArmor: AppArmor Filesystem Enabled\n[ 0.381310] pnp: PnP ACPI init\n[ 0.382206] pnp: PnP ACPI: found 5 devices\n[ 0.388561] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390208] NET: Registered protocol family 2\n[ 0.391149] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392377] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393526] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394654] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395729] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396882] NET: Registered protocol family 1\n[ 0.397728] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398807] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399862] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427954] Trying to unpack rootfs image as initramfs...\n[ 0.477270] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491107] Scanning for low memory corruption every 60 seconds\n[ 0.492450] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493585] audit: initializing netlink subsys (disabled)\n[ 0.494598] audit: type=2000 audit(1535527463.627:1): initialized\n[ 0.495914] Initialise system trusted keyring\n[ 0.496822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499896] zbud: loaded\n[ 0.500587] VFS: Disk quotas dquot_6.6.0\n[ 0.501399] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502901] fuse init (API version 7.23)\n[ 0.503780] Key type big_key registered\n[ 0.504565] Allocating IMA MOK and blacklist keyrings.\n[ 0.506014] Key type asymmetric registered\n[ 0.506829] Asymmetric key parser 'x509' registered\n[ 0.507770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509221] io scheduler noop registered\n[ 0.510008] io scheduler deadline registered (default)\n[ 0.511017] io scheduler cfq registered\n[ 0.511855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512892] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515623] ACPI: Power Button [PWRF]\n[ 0.516461] GHES: HEST is not enabled!\n[ 0.529938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557552] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559771] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593345] Linux agpgart interface v0.103\n[ 0.595529] brd: module loaded\n[ 0.596779] loop: module loaded\n[ 0.601789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603224] GPT:90111 != 2097151\n[ 0.603892] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604962] GPT:90111 != 2097151\n[ 0.605620] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606567] vda: vda1 vda15\n[ 0.608089] scsi host0: ata_piix\n[ 0.608829] scsi host1: ata_piix\n[ 0.609527] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612152] libphy: Fixed MDIO Bus: probed\n[ 0.612961] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613894] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616032] PPP generic driver version 2.4.2\n[ 0.616925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618184] ehci-pci: EHCI PCI platform driver\n[ 0.619047] ehci-platform: EHCI generic platform driver\n[ 0.620019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621125] ohci-pci: OHCI PCI platform driver\n[ 0.621981] ohci-platform: OHCI generic platform driver\n[ 0.622963] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637344] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639742] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640733] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644419] usb usb1: Product: UHCI Host Controller\n[ 0.645336] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646455] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647462] hub 1-0:1.0: USB hub found\n[ 0.648241] hub 1-0:1.0: 2 ports detected\n[ 0.649129] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652179] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653192] mousedev: PS/2 mouse device common for all mice\n[ 0.654423] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656253] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657327] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658507] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659687] i2c /dev entries driver\n[ 0.660455] device-mapper: uevent: version 1.0.3\n[ 0.661380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664251] NET: Registered protocol family 10\n[ 0.665238] NET: Registered protocol family 17\n[ 0.666108] Key type dns_resolver registered\n[ 0.667031] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668111] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669833] registered taskstats version 1\n[ 0.670652] Loading compiled-in X.509 certificates\n[ 0.672091] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673915] zswap: loaded using pool lzo/zbud\n[ 0.675299] Key type trusted registered\n[ 0.677282] Key type encrypted registered\n[ 0.678117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679134] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680157] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 14:307:421\n[ 0.682301] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:23 UTC (1535527463)\n[ 0.683881] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684978] EDD information not available.\n[ 0.767286] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768755] ata1.00: configured for MWDMA2\n[ 0.769940] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782402] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783620] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784868] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786710] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788217] Write protecting the kernel read-only data: 14336k\n[ 0.789759] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module 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.849129] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.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.13s]\nping 10.10.10.11 OK\nping 10.10.10.5 KO\nping 10.10.11.7 KO\n"} 2018-08-29 07:25:23,289 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-06c7b2bb-fd61-4969-8edf-aa5d337b74b5 2018-08-29 07:25:23,290 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-08-29 07:25:23,290 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-08-29 07:25:23,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"network_association": {"network_id": "54189ca3-a15f-4797-a206-e1b671115af5"}}' 2018-08-29 07:25:23,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-3bb3d6f0-f27e-4b77-a989-535ab9a22f99 Date: Wed, 29 Aug 2018 07:25:23 GMT RESP BODY: {"network_association": {"network_id": "54189ca3-a15f-4797-a206-e1b671115af5", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "a88d13b2-b4ff-40e1-9007-bf25fa720dbd"}} 2018-08-29 07:25:23,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a/network_associations used request id req-3bb3d6f0-f27e-4b77-a989-535ab9a22f99 2018-08-29 07:25:23,824 - sdnvpn_test_utils - DEBUG - Waiting for router a7a22267-6116-4cc8-ab45-b1cc5fc3724a to associate with BGPVPN 9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 2018-08-29 07:25:23,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:25:24,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-3fda85c3-1abd-4f38-999b-6ccfb55f0c3a Date: Wed, 29 Aug 2018 07:25:24 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"], "id": "a7a22267-6116-4cc8-ab45-b1cc5fc3724a", "name": "sdnvpn-582094", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["54189ca3-a15f-4797-a206-e1b671115af5"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:25:24,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a used request id req-3fda85c3-1abd-4f38-999b-6ccfb55f0c3a 2018-08-29 07:25:25,025 - sdnvpn_test_utils - DEBUG - Waiting for network a7a22267-6116-4cc8-ab45-b1cc5fc3724a to associate with BGPVPN 54189ca3-a15f-4797-a206-e1b671115af5 2018-08-29 07:25:25,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:25:25,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-76ccd8ad-a14b-4abe-93ef-e3c818fbe891 Date: Wed, 29 Aug 2018 07:25:25 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"], "id": "a7a22267-6116-4cc8-ab45-b1cc5fc3724a", "name": "sdnvpn-582094", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["54189ca3-a15f-4797-a206-e1b671115af5"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:25:25,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a used request id req-76ccd8ad-a14b-4abe-93ef-e3c818fbe891 2018-08-29 07:25:26,351 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:25:56,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:57,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-72720646-2f66-446e-a288-a1959881eb23 x-compute-request-id: req-72720646-2f66-446e-a288-a1959881eb23 Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear 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.70s]\nping 10.10.11.13 KO\nping 10.10.11.13 KO\n"} 2018-08-29 07:25:57,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-72720646-2f66-446e-a288-a1959881eb23 2018-08-29 07:25:57,451 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.7) to 'sdnvpn-4-5' (10.10.11.13). -->Expected result: can ping. 2018-08-29 07:25:57,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79cf9e39956029bd3eee5071fba2f1cc07b0cf11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:25:58,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:25: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-33504e67-88bf-43ed-883d-e50be184378e x-compute-request-id: req-33504e67-88bf-43ed-883d-e50be184378e Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512458867 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128733] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130357] pid_max: default: 32768 minimum: 301\n[ 0.131240] ACPI: Core revision 20150930\n[ 0.132610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133895] Security Framework initialized\n[ 0.134711] Yama: becoming mindful.\n[ 0.135425] AppArmor: AppArmor initialized\n[ 0.136279] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137588] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138839] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140024] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141387] Initializing cgroup subsys io\n[ 0.142188] Initializing cgroup subsys memory\n[ 0.143030] Initializing cgroup subsys devices\n[ 0.143899] Initializing cgroup subsys freezer\n[ 0.144767] Initializing cgroup subsys net_cls\n[ 0.145622] Initializing cgroup subsys perf_event\n[ 0.146512] Initializing cgroup subsys net_prio\n[ 0.147378] Initializing cgroup subsys hugetlb\n[ 0.148250] Initializing cgroup subsys pids\n[ 0.149113] CPU: Physical Processor ID: 0\n[ 0.150621] mce: CPU supports 10 MCE banks\n[ 0.151452] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152443] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164270] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170627] ftrace: allocating 31920 entries in 125 pages\n[ 0.196819] smpboot: Max logical packages: 1\n[ 0.197658] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198986] x2apic enabled\n[ 0.199785] Switched APIC routing to physical x2apic.\n[ 0.201514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202615] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204575] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206342] KVM setup paravirtual spinlock\n[ 0.207628] x86: Booted up 1 node, 1 CPUs\n[ 0.208421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209798] devtmpfs: initialized\n[ 0.211500] evm: security.selinux\n[ 0.212194] evm: security.SMACK64\n[ 0.212874] evm: security.SMACK64EXEC\n[ 0.213605] evm: security.SMACK64TRANSMUTE\n[ 0.214396] evm: security.SMACK64MMAP\n[ 0.215142] evm: security.ima\n[ 0.215780] evm: security.capability\n[ 0.216577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218399] pinctrl core: initialized pinctrl subsystem\n[ 0.219478] RTC time: 7:24:10, date: 08/29/18\n[ 0.220429] NET: Registered protocol family 16\n[ 0.221392] cpuidle: using governor ladder\n[ 0.222202] cpuidle: using governor menu\n[ 0.222977] PCCT header not found.\n[ 0.223714] ACPI: bus type PCI registered\n[ 0.224505] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225743] PCI: Using configuration type 1 for base access\n[ 0.227470] ACPI: Added _OSI(Module Device)\n[ 0.228300] ACPI: Added _OSI(Processor Device)\n[ 0.229154] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232130] ACPI: Interpreter enabled\n[ 0.232891] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236550] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240199] ACPI: (supports S0 S5)\n[ 0.240898] ACPI: Using IOAPIC for interrupt routing\n[ 0.241848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244921] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248455] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250650] acpiphp: Slot [3] registered\n[ 0.251439] acpiphp: Slot [4] registered\n[ 0.252227] acpiphp: Slot [5] registered\n[ 0.253024] acpiphp: Slot [6] registered\n[ 0.253811] acpiphp: Slot [7] registered\n[ 0.254601] acpiphp: Slot [8] registered\n[ 0.255387] acpiphp: Slot [9] registered\n[ 0.256183] acpiphp: Slot [10] registered\n[ 0.256984] acpiphp: Slot [11] registered\n[ 0.257794] acpiphp: Slot [12] registered\n[ 0.258599] acpiphp: Slot [13] registered\n[ 0.259393] acpiphp: Slot [14] registered\n[ 0.260191] acpiphp: Slot [15] registered\n[ 0.271009] acpiphp: Slot [16] registered\n[ 0.271822] acpiphp: Slot [17] registered\n[ 0.272625] acpiphp: Slot [18] registered\n[ 0.273419] acpiphp: Slot [19] registered\n[ 0.274218] acpiphp: Slot [20] registered\n[ 0.275024] acpiphp: Slot [21] registered\n[ 0.275843] acpiphp: Slot [22] registered\n[ 0.276637] acpiphp: Slot [23] registered\n[ 0.277428] acpiphp: Slot [24] registered\n[ 0.278224] acpiphp: Slot [25] registered\n[ 0.279026] acpiphp: Slot [26] registered\n[ 0.279827] acpiphp: Slot [27] registered\n[ 0.280630] acpiphp: Slot [28] registered\n[ 0.281427] acpiphp: Slot [29] registered\n[ 0.282225] acpiphp: Slot [30] registered\n[ 0.283030] acpiphp: Slot [31] registered\n[ 0.283830] PCI host bridge to bus 0000:00\n[ 0.284628] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288443] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289865] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299651] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306583] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354587] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356044] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357429] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358825] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360185] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361405] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362871] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363908] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365423] vgaarb: loaded\n[ 0.366017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367138] SCSI subsystem initialized\n[ 0.367945] ACPI: bus type USB registered\n[ 0.368744] usbcore: registered new interface driver usbfs\n[ 0.369752] usbcore: registered new interface driver hub\n[ 0.370738] usbcore: registered new device driver usb\n[ 0.371778] PCI: Using ACPI for IRQ routing\n[ 0.372779] NetLabel: Initializing\n[ 0.373477] NetLabel: domain hash size = 128\n[ 0.374315] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375245] NetLabel: unlabeled traffic allowed by default\n[ 0.376321] clocksource: Switched to clocksource kvm-clock\n[ 0.381726] AppArmor: AppArmor Filesystem Enabled\n[ 0.382675] pnp: PnP ACPI init\n[ 0.383575] pnp: PnP ACPI: found 5 devices\n[ 0.389930] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391641] NET: Registered protocol family 2\n[ 0.392587] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394992] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398368] NET: Registered protocol family 1\n[ 0.399231] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400315] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415388] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429607] Trying to unpack rootfs image as initramfs...\n[ 0.478984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492775] Scanning for low memory corruption every 60 seconds\n[ 0.494097] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496270] audit: type=2000 audit(1535527450.958:1): initialized\n[ 0.497594] Initialise system trusted keyring\n[ 0.498509] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499671] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501634] zbud: loaded\n[ 0.502332] VFS: Disk quotas dquot_6.6.0\n[ 0.503148] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504666] fuse init (API version 7.23)\n[ 0.505549] Key type big_key registered\n[ 0.506358] Allocating IMA MOK and blacklist keyrings.\n[ 0.507837] Key type asymmetric registered\n[ 0.508674] Asymmetric key parser 'x509' registered\n[ 0.509629] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511094] io scheduler noop registered\n[ 0.511890] io scheduler deadline registered (default)\n[ 0.512883] io scheduler cfq registered\n[ 0.513719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514760] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517476] ACPI: Power Button [PWRF]\n[ 0.518310] GHES: HEST is not enabled!\n[ 0.531982] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560177] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587308] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589479] Linux agpgart interface v0.103\n[ 0.591495] brd: module loaded\n[ 0.592656] loop: module loaded\n[ 0.597164] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598596] GPT:90111 != 2097151\n[ 0.599255] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600316] GPT:90111 != 2097151\n[ 0.600984] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601926] vda: vda1 vda15\n[ 0.603395] scsi host0: ata_piix\n[ 0.604122] scsi host1: ata_piix\n[ 0.604824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606007] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.607413] libphy: Fixed MDIO Bus: probed\n[ 0.608220] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609151] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611262] PPP generic driver version 2.4.2\n[ 0.612129] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613557] ehci-pci: EHCI PCI platform driver\n[ 0.614405] ehci-platform: EHCI generic platform driver\n[ 0.615364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616463] ohci-pci: OHCI PCI platform driver\n[ 0.617318] ohci-platform: OHCI generic platform driver\n[ 0.618276] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.632659] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.633628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635041] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636035] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637129] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.638325] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.639706] usb usb1: Product: UHCI Host Controller\n[ 0.640618] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.641726] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.642748] hub 1-0:1.0: USB hub found\n[ 0.643506] hub 1-0:1.0: 2 ports detected\n[ 0.644392] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646450] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648368] mousedev: PS/2 mouse device common for all mice\n[ 0.649581] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.651359] rtc_cmos 00:00: RTC can wake from S4\n[ 0.652432] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653598] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654746] i2c /dev entries driver\n[ 0.655480] device-mapper: uevent: version 1.0.3\n[ 0.656389] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657968] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.659214] NET: Registered protocol family 10\n[ 0.660184] NET: Registered protocol family 17\n[ 0.661054] Key type dns_resolver registered\n[ 0.661960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663024] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664723] registered taskstats version 1\n[ 0.665546] Loading compiled-in X.509 certificates\n[ 0.666952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668750] zswap: loaded using pool lzo/zbud\n[ 0.670097] Key type trusted registered\n[ 0.671625] Key type encrypted registered\n[ 0.672433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673428] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674426] evm: HMAC attrs: 0x1\n[ 0.675323] Magic number: 14:307:421\n[ 0.676152] rtc_cmos 00:00: setting system clock to 2018-08-29 07:24:11 UTC (1535527451)\n[ 0.678071] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679161] EDD information not available.\n[ 0.760837] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.762254] ata1.00: configured for MWDMA2\n[ 0.763412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775948] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.777151] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.778374] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780192] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781687] Write protecting the kernel read-only data: 14336k\n[ 0.783212] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.183056] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear 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.70s]\nping 10.10.11.13 KO\nping 10.10.11.13 KO\n"} 2018-08-29 07:25:58,529 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-33504e67-88bf-43ed-883d-e50be184378e 2018-08-29 07:25:58,530 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-4' cannot ping 'sdnvpn-4-5' 2018-08-29 07:25:58,531 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-29 07:25:58,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:25:59,078 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe652527-af81-462f-9ed6-2e4503710e64 Content-Length: 0 Date: Wed, 29 Aug 2018 07:25:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:25:59,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a7a22267-6116-4cc8-ab45-b1cc5fc3724a used request id req-fe652527-af81-462f-9ed6-2e4503710e64 2018-08-29 07:26:29,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-582094", "route_distinguishers": "12:12"}}' 2018-08-29 07:26:29,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-e848f6bf-958e-45f7-ab2d-b04d90f1e2e7 Date: Wed, 29 Aug 2018 07:26:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "91a5060b-b1bb-4446-bd2e-6991d4beb6f7", "name": "sdnvpn-582094", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:26:29,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-e848f6bf-958e-45f7-ab2d-b04d90f1e2e7 2018-08-29 07:26:29,454 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-582094', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'91a5060b-b1bb-4446-bd2e-6991d4beb6f7'}} 2018-08-29 07:26:29,455 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-08-29 07:26:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"router_association": {"router_id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"}}' 2018-08-29 07:26:30,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-8be85bb1-233b-41f5-98d6-2f01d988dc2c Date: Wed, 29 Aug 2018 07:26:30 GMT RESP BODY: {"router_association": {"router_id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "5b94f8b0-0d08-410a-adf5-3703fb863d52"}} 2018-08-29 07:26:30,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7/router_associations used request id req-8be85bb1-233b-41f5-98d6-2f01d988dc2c 2018-08-29 07:26:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"network_association": {"network_id": "54189ca3-a15f-4797-a206-e1b671115af5"}}' 2018-08-29 07:26:30,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-88d53709-22ec-425e-9b10-e2e0e8cbf7fc Date: Wed, 29 Aug 2018 07:26:30 GMT RESP BODY: {"network_association": {"network_id": "54189ca3-a15f-4797-a206-e1b671115af5", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "f7aeb79b-2d93-4867-9eab-1146f882c951"}} 2018-08-29 07:26:30,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7/network_associations used request id req-88d53709-22ec-425e-9b10-e2e0e8cbf7fc 2018-08-29 07:26:30,542 - sdnvpn_test_utils - DEBUG - Waiting for router 91a5060b-b1bb-4446-bd2e-6991d4beb6f7 to associate with BGPVPN 9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 2018-08-29 07:26:30,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:26:30,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-f2777eed-d4e9-4541-b86e-482880f95d40 Date: Wed, 29 Aug 2018 07:26:30 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"], "id": "91a5060b-b1bb-4446-bd2e-6991d4beb6f7", "name": "sdnvpn-582094", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["54189ca3-a15f-4797-a206-e1b671115af5"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:26:30,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7 used request id req-f2777eed-d4e9-4541-b86e-482880f95d40 2018-08-29 07:26:31,760 - sdnvpn_test_utils - DEBUG - Waiting for network 91a5060b-b1bb-4446-bd2e-6991d4beb6f7 to associate with BGPVPN 54189ca3-a15f-4797-a206-e1b671115af5 2018-08-29 07:26:31,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:26:31,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-0d843f63-6763-44ea-8403-44c39710ad5c Date: Wed, 29 Aug 2018 07:26:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"], "id": "91a5060b-b1bb-4446-bd2e-6991d4beb6f7", "name": "sdnvpn-582094", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": ["54189ca3-a15f-4797-a206-e1b671115af5"], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:26:31,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7 used request id req-0d843f63-6763-44ea-8403-44c39710ad5c 2018-08-29 07:26:32,938 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:27:02,946 - 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-08-29 07:27:02,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"forceDelete": null}' 2018-08-29 07:27:03,140 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:27: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-5dc716e2-62ed-4c91-8699-d58769316cb9 x-compute-request-id: req-5dc716e2-62ed-4c91-8699-d58769316cb9 Content-Length: 0 Content-Type: application/json 2018-08-29 07:27:03,140 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ecd95b6f-05e7-446e-9b12-448f900eb15f/action used request id req-5dc716e2-62ed-4c91-8699-d58769316cb9 2018-08-29 07:27:03,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"forceDelete": null}' 2018-08-29 07:27:03,307 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:27:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63965465-09fd-4443-b0ef-5181ac43be4f x-compute-request-id: req-63965465-09fd-4443-b0ef-5181ac43be4f Content-Length: 0 Content-Type: application/json 2018-08-29 07:27:03,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/17d38abc-5400-4bb4-9728-d27e988e9195/action used request id req-63965465-09fd-4443-b0ef-5181ac43be4f 2018-08-29 07:27:03,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"forceDelete": null}' 2018-08-29 07:27:03,487 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:27:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ab51f07-21b9-4ee9-9bc1-728d5b7cc282 x-compute-request-id: req-9ab51f07-21b9-4ee9-9bc1-728d5b7cc282 Content-Length: 0 Content-Type: application/json 2018-08-29 07:27:03,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ab5714b0-88cb-49f2-8a97-326d3cd08463/action used request id req-9ab51f07-21b9-4ee9-9bc1-728d5b7cc282 2018-08-29 07:27:03,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"forceDelete": null}' 2018-08-29 07:27:03,841 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:27:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10678147-075d-4304-bc0b-17218e2d5ff3 x-compute-request-id: req-10678147-075d-4304-bc0b-17218e2d5ff3 Content-Length: 0 Content-Type: application/json 2018-08-29 07:27:03,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/ca016677-e28a-4d7e-886f-b2679b560fe0/action used request id req-10678147-075d-4304-bc0b-17218e2d5ff3 2018-08-29 07:27:03,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ecc4e655255925e6606260ec95f8e13b8254ca8" -d '{"forceDelete": null}' 2018-08-29 07:27:04,048 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:27:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bc91172-1a9e-4d12-8577-19885d3ced14 x-compute-request-id: req-0bc91172-1a9e-4d12-8577-19885d3ced14 Content-Length: 0 Content-Type: application/json 2018-08-29 07:27:04,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/27c0c9c6-4b6d-476e-ba18-9c2ed5971a83/action used request id req-0bc91172-1a9e-4d12-8577-19885d3ced14 2018-08-29 07:27:04,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c92fe1ed191b38a9e906629896d27ffef271bca" 2018-08-29 07:27:05,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22ecb3e7-6b01-4550-8d59-855b826fc3f8 Date: Wed, 29 Aug 2018 07:27:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:27:05,792 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/9b449185-fca7-4365-8db8-8b48ef6d9f41 used request id req-22ecb3e7-6b01-4550-8d59-855b826fc3f8 2018-08-29 07:27:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:27:06,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68abe350-8ee7-42c5-8b99-5afe972f0462 Content-Length: 0 Date: Wed, 29 Aug 2018 07:27:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:27:06,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/91a5060b-b1bb-4446-bd2e-6991d4beb6f7 used request id req-68abe350-8ee7-42c5-8b99-5afe972f0462 2018-08-29 07:27:06,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"subnet_id": "8aca78a1-bf13-491d-be61-9e79f1f2e1f7"}' 2018-08-29 07:27:07,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f77d6243-bbb4-40a1-a2b2-86db0814b8e3 Date: Wed, 29 Aug 2018 07:27:07 GMT RESP BODY: {"network_id": "9c42d3bd-b378-43e1-a8c5-1e687073df5d", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "8aca78a1-bf13-491d-be61-9e79f1f2e1f7", "subnet_ids": ["8aca78a1-bf13-491d-be61-9e79f1f2e1f7"], "port_id": "fe4302a5-11de-46bd-b916-5ec8be1958f6", "id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9"} 2018-08-29 07:27:07,910 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9/remove_router_interface used request id req-f77d6243-bbb4-40a1-a2b2-86db0814b8e3 2018-08-29 07:27:07,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 07:27:08,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-15926b12-dc45-4a21-8036-4bb7a1929bbd Date: Wed, 29 Aug 2018 07:27:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:23:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:27:08Z", "revision_number": 8, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9", "name": "sdnvpn-4-1-router"}} 2018-08-29 07:27:08,970 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 used request id req-15926b12-dc45-4a21-8036-4bb7a1929bbd 2018-08-29 07:27:08,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/8aca78a1-bf13-491d-be61-9e79f1f2e1f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:27:11,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10efe97b-2451-4e2d-be4c-2adde8d3d64c Date: Wed, 29 Aug 2018 07:27:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:27:11,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/8aca78a1-bf13-491d-be61-9e79f1f2e1f7 used request id req-10efe97b-2451-4e2d-be4c-2adde8d3d64c 2018-08-29 07:27:11,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/ad35493f-a78b-477e-80ce-9518ef7ee21c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:27:13,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9543b488-9c78-47c6-ba8d-2fee89a3e13d Date: Wed, 29 Aug 2018 07:27:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:27:13,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/ad35493f-a78b-477e-80ce-9518ef7ee21c used request id req-9543b488-9c78-47c6-ba8d-2fee89a3e13d 2018-08-29 07:27:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:27:13,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7ffc101-8752-4a92-9e3f-43cefff7471b Content-Length: 0 Date: Wed, 29 Aug 2018 07:27:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:27:13,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/9bbe2cb2-9b30-4984-abf2-a8aa5ce3f5c9 used request id req-e7ffc101-8752-4a92-9e3f-43cefff7471b 2018-08-29 07:27:13,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/9c42d3bd-b378-43e1-a8c5-1e687073df5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:27:14,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f21c718d-47f3-46ed-8eba-6fb127dd6d9a Date: Wed, 29 Aug 2018 07:27:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:27:14,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/9c42d3bd-b378-43e1-a8c5-1e687073df5d used request id req-f21c718d-47f3-46ed-8eba-6fb127dd6d9a 2018-08-29 07:27:14,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/54189ca3-a15f-4797-a206-e1b671115af5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16a4dab80db4fd9eca9c19693e57cbf4c9eebcfd" 2018-08-29 07:27:15,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6daa302-a622-4e77-8d14-fb53840669dc Date: Wed, 29 Aug 2018 07:27:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:27:15,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/54189ca3-a15f-4797-a206-e1b671115af5 used request id req-d6daa302-a622-4e77-8d14-fb53840669dc 2018-08-29 07:27:15,628 - 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-08-29 07:27:15,628 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-29 07:27:15,629 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-29 07:27:15,630 - 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-08-29 07:27:15,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-29 07:27:15,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-29 07:27:15,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-29 07:27:15,714 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-29 07:27:15,714 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-29 07:27:20,222 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-08-29 07:27:19.914 154 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=997fa34d-5464-47ad-8b4a-c18496ad8f2c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 997fa34d-5464-47ad-8b4a-c18496ad8f2c | 2018-08-29T07:27:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 997fa34d-5464-47ad-8b4a-c18496ad8f2c ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-29 07:27:23,333 - 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-08-29 07:27:23,334 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-29 07:27:29,040 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-08-29 07:27:27.546 163 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-08-29 07:27:27.713 163 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-08-29 07:27:28.886 163 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8b99d483-8f62-432f-a741-91b2e182760c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8b99d483-8f62-432f-a741-91b2e182760c) as the default verifier for the future CLI operations. 2018-08-29 07:27:35,493 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-29 07:27:34.427 182 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8b99d483-8f62-432f-a741-91b2e182760c) for deployment 'opnfv-rally' (UUID=997fa34d-5464-47ad-8b4a-c18496ad8f2c). 2018-08-29 07:27:35.325 182 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8b99d483-8f62-432f-a741-91b2e182760c) has been successfully configured for deployment 'opnfv-rally' (UUID=997fa34d-5464-47ad-8b4a-c18496ad8f2c)! 2018-08-29 07:27:35,493 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-29 07:27:35,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:27:35,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:27:35,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:27:35,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:27:35,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:27:35,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:27:35,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:27:35,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:27:35,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:27:35,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:27:35,499 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:27:35,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:27:35,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6727ddcf-c721-4ec7-b74c-e270a090d36a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:27:35,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6727ddcf-c721-4ec7-b74c-e270a090d36a 2018-08-29 07:27:35,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:35,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["ZajeDIV2RDii2-O6FrjnTA"], "issued_at": "2018-08-29T07:27:35.000000Z"}} 2018-08-29 07:27:35,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cadc6706a8753d936706c139bc4380babf644031" 2018-08-29 07:27:36,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-630ca75c-ae9d-4bef-a9eb-3a9318a1f386 Date: Wed, 29 Aug 2018 07:27:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:27:36,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-630ca75c-ae9d-4bef-a9eb-3a9318a1f386 2018-08-29 07:27:36,094 - sdnvpn.lib.openstack_utils - INFO - Creating image 'bgpvpn-tempest-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:27:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cadc6706a8753d936706c139bc4380babf644031" 2018-08-29 07:27:36,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c0cf8de-4c11-4459-8c6d-e3e4a5b84830 Date: Wed, 29 Aug 2018 07:27: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-08-29 07:27:36,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-8c0cf8de-4c11-4459-8c6d-e3e4a5b84830 2018-08-29 07:27:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cadc6706a8753d936706c139bc4380babf644031" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "bgpvpn-tempest-image", "visibility": "public"}' 2018-08-29 07:27:36,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 581 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738 X-Openstack-Request-Id: req-662f79ce-e744-46a2-8db4-3a9e3926c72c Date: Wed, 29 Aug 2018 07:27:36 GMT RESP BODY: {"status": "queued", "name": "bgpvpn-tempest-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:27:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:27:36Z", "visibility": "public", "locations": [], "self": "/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "min_disk": 0, "protected": false, "id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "file": "/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:27:36,500 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-662f79ce-e744-46a2-8db4-3a9e3926c72c 2018-08-29 07:27:36,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cadc6706a8753d936706c139bc4380babf644031" -d '' 2018-08-29 07:27:37,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e24560d-d52f-4078-ab94-3654d825de82 Date: Wed, 29 Aug 2018 07:27:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:27:37,593 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738/file used request id req-1e24560d-d52f-4078-ab94-3654d825de82 2018-08-29 07:27:37,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:27:37,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:27:37,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:27:37,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:27:37,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:27:37,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:27:37,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:27:37,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:27:37,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:27:37,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:27:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:27:37,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-955bd390-c259-4799-ba13-52a21606b8a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:27:37,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-955bd390-c259-4799-ba13-52a21606b8a9 2018-08-29 07:27:37,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:37,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:27:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["eIY2vDyhSsuK1M_9OqEHAg"], "issued_at": "2018-08-29T07:27:37.000000Z"}} 2018-08-29 07:27:37,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca18321618fcd6d3f9d835a1f2d96a02a471437f" 2018-08-29 07:27:38,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:27: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-1e1fe9c9-72f1-4c71-abf9-f9c59895d6c7 x-compute-request-id: req-1e1fe9c9-72f1-4c71-abf9-f9c59895d6c7 Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 07:27:38,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail used request id req-1e1fe9c9-72f1-4c71-abf9-f9c59895d6c7 2018-08-29 07:27:38,167 - sdnvpn-tempest - INFO - Copying tempest.conf to /root/.rally/verification/verifier-8b99d483-8f62-432f-a741-91b2e182760c/for-deployment-997fa34d-5464-47ad-8b4a-c18496ad8f2c/bgpvpn_tempest.conf. 2018-08-29 07:27:38,168 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-8b99d483-8f62-432f-a741-91b2e182760c/for-deployment-997fa34d-5464-47ad-8b4a-c18496ad8f2c/bgpvpn_tempest.conf with bgpvpn=True 2018-08-29 07:27:38,169 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-8b99d483-8f62-432f-a741-91b2e182760c/for-deployment-997fa34d-5464-47ad-8b4a-c18496ad8f2c/bgpvpn_tempest.conf with flavor_id bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f 2018-08-29 07:27:38,169 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-8b99d483-8f62-432f-a741-91b2e182760c/for-deployment-997fa34d-5464-47ad-8b4a-c18496ad8f2c/bgpvpn_tempest.conf with image_id d6c15591-0aa1-4b4a-b04c-30a3e28dc738 2018-08-29 07:27:38,170 - sdnvpn-tempest - INFO - Configuring default tempest conf file 2018-08-29 07:27:38,173 - sdnvpn-tempest - INFO - Executing: tempest run -t --regex networking_bgpvpn_tempest --config-file /etc/tempest/tempest.conf 2018-08-29 07:34:47,932 - sdnvpn-tempest - DEBUG - 2018-08-29 07:27:39.763 189 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2018-08-29 07:27:39.766 189 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2861 2018-08-29 07:27:39.767 189 DEBUG tempest [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2862 2018-08-29 07:27:39.767 189 DEBUG tempest [-] command line args: [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2863 2018-08-29 07:27:39.767 189 DEBUG tempest [-] config files: ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2865 2018-08-29 07:27:39.767 189 DEBUG tempest [-] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2866 2018-08-29 07:27:39.767 189 DEBUG tempest [-] config_dir = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.767 189 DEBUG tempest [-] config_file = ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.767 189 DEBUG tempest [-] debug = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'dogpile.core.dogpile=INFO'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] instance_uuid_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] log_config_append = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] log_date_format = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] log_dir = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.768 189 DEBUG tempest [-] log_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] pause_teardown = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] publish_errors = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.769 189 DEBUG tempest [-] rate_limit_burst = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] rate_limit_interval = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] resources_prefix = tempest log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] use_journal = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] use_stderr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] use_syslog = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.770 189 DEBUG tempest [-] watch_log_file = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.api_v1 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.backup = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.clone = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.extend_attached_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.771 189 DEBUG tempest [-] volume-feature-enabled.manage_snapshot = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] volume-feature-enabled.manage_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] volume-feature-enabled.multi_backend = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] volume-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] bgpvpn.max_asn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] bgpvpn.max_nn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] bgpvpn.min_asn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] bgpvpn.min_nn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.772 189 DEBUG tempest [-] image-feature-enabled.api_v1 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 DEBUG tempest [-] image-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 WARNING oslo_config.cfg [-] Option "deactivate_image" from group "image-feature-enabled" is deprecated for removal (All supported versions of OpenStack now support the 'deactivate_image' feature). Its value may be silently ignored in the future. 2018-08-29 07:27:39.773 189 DEBUG tempest [-] image-feature-enabled.deactivate_image = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 DEBUG tempest [-] compute.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 DEBUG tempest [-] compute.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 DEBUG tempest [-] compute.catalog_type = compute log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 DEBUG tempest [-] compute.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.773 189 DEBUG tempest [-] compute.fixed_network_name = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.flavor_ref = bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.flavor_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.hypervisor_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.image_ref = d6c15591-0aa1-4b4a-b04c-30a3e28dc738 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.image_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.min_compute_nodes = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.774 189 DEBUG tempest [-] compute.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] compute.ready_wait = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] compute.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] compute.shelved_offload_time = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] compute.volume_device_name = vdb log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] service-clients.http_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] service-clients.proxy_url = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] scenario.aki_img_file = cirros-0.3.1-x86_64-vmlinuz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.775 189 DEBUG tempest [-] scenario.ami_img_file = cirros-0.3.1-x86_64-blank.img log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.ari_img_file = cirros-0.3.1-x86_64-initrd log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.dhcp_client = udhcpc log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.img_container_format = bare log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 WARNING oslo_config.cfg [-] Option "img_dir" from group "scenario" is deprecated for removal. Its value may be silently ignored in the future. 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.img_dir = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.img_disk_format = qcow2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.img_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.776 189 DEBUG tempest [-] scenario.img_properties = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.catalog_type = image log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'vhdx'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.777 189 DEBUG tempest [-] image.http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] image.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.api_v2 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.api_v2_admin = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.domain_specific_drivers = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.forbid_global_implied_dsr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.778 189 DEBUG tempest [-] identity-feature-enabled.security_compliance = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] identity-feature-enabled.trust = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] auth.admin_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] auth.admin_password = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] auth.admin_project_name = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] auth.admin_username = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] auth.create_isolated_networks = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.779 189 DEBUG tempest [-] auth.default_credentials_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] auth.tempest_roles = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] auth.test_accounts_file = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] auth.use_dynamic_credentials = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] volume.backend_names = ['BACKEND_1', 'BACKEND_2'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] volume.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] volume.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] volume.catalog_type = volume log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.780 189 DEBUG tempest [-] volume.disk_format = raw log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.manage_snapshot_ref = ['source-name', '_snapshot-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.manage_volume_ref = ['source-name', 'volume-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.storage_protocol = iSCSI log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.781 189 DEBUG tempest [-] volume.vendor_name = Open Source log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] volume.volume_size = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] debug.trace_requests = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] object-storage-feature-enabled.container_sync = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] object-storage-feature-enabled.discoverability = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] object-storage-feature-enabled.discoverable_apis = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] object-storage-feature-enabled.object_versioning = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.782 189 DEBUG tempest [-] oslo_concurrency.disable_process_locking = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 DEBUG tempest [-] oslo_concurrency.lock_path = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 DEBUG tempest [-] orchestration.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 DEBUG tempest [-] orchestration.build_timeout = 1200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 DEBUG tempest [-] orchestration.catalog_type = orchestration log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 DEBUG tempest [-] orchestration.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 WARNING oslo_config.cfg [-] Option "instance_type" from group "orchestration" is deprecated for removal (Heat support will be removed from Tempest). Its value may be silently ignored in the future. 2018-08-29 07:27:39.783 189 DEBUG tempest [-] orchestration.instance_type = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.783 189 DEBUG tempest [-] orchestration.keypair_name = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] orchestration.max_resources_per_stack = 1000 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] orchestration.max_template_size = 524288 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] orchestration.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 WARNING oslo_config.cfg [-] Option "stack_owner_role" from group "orchestration" is deprecated for removal (Heat support will be removed from Tempest). Its value may be silently ignored in the future. 2018-08-29 07:27:39.784 189 DEBUG tempest [-] orchestration.stack_owner_role = heat_stack_owner log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] object-storage.catalog_type = object-store log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] object-storage.cluster_name = name1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] object-storage.container_sync_interval = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.784 189 DEBUG tempest [-] object-storage.container_sync_timeout = 600 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] object-storage.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] object-storage.operator_role = Member log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] object-storage.realm_name = realm1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] object-storage.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] object-storage.reseller_admin_role = ResellerAdmin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] network-feature-enabled.api_extensions = ['default-subnetpools', 'network-ip-availability', 'network_availability_zone', 'auto-allocated-topology', 'ext-gw-mode', 'binding', 'trunk-details', 'agent', 'subnet_allocation', 'dhcp_agent_scheduler', 'tag', 'external-net', 'flavors', 'net-mtu', 'availability_zone', 'quotas', 'standard-attr-tag', 'revision-if-match', 'provider', 'multi-provider', 'quota_details', 'bgpvpn', 'address-scope', 'trunk', 'extraroute', 'net-mtu-writable', 'subnet-service-types', 'standard-attr-timestamp', 'service-type', 'router', 'extra_dhcp_opt', 'standard-attr-revisions', 'pagination', 'sorting', 'security-group', 'rbac-policies', 'tag-ext', 'standard-attr-description', 'port-security', 'allowed-address-pairs', 'project-id', 'dvr'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.785 189 DEBUG tempest [-] network-feature-enabled.floating_ips = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] network-feature-enabled.ipv6 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] network-feature-enabled.ipv6_subnet_attributes = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] network-feature-enabled.port_admin_state_change = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] network-feature-enabled.port_security = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] validation.auth_method = keypair log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] validation.connect_method = floating log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.786 189 DEBUG tempest [-] validation.connect_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.floating_ip_range = 10.0.0.0/29 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.image_ssh_password = password log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.image_ssh_user = cirros log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.ip_version_for_ssh = 4 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.network_for_ssh = public log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.ping_count = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.ping_size = 56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.787 189 DEBUG tempest [-] validation.ping_timeout = 120 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] validation.run_validation = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] validation.security_group = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] validation.security_group_rules = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] validation.ssh_shell_prologue = set -eu -o pipefail; PATH=$PATH:/sbin; log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] validation.ssh_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] service_available.bgpvpn = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] service_available.cinder = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.788 189 DEBUG tempest [-] service_available.glance = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 WARNING oslo_config.cfg [-] Option "heat" from group "service_available" is deprecated for removal (Heat support will be removed from Tempest). Its value may be silently ignored in the future. 2018-08-29 07:27:39.789 189 DEBUG tempest [-] service_available.heat = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 DEBUG tempest [-] service_available.neutron = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 DEBUG tempest [-] service_available.nova = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 DEBUG tempest [-] service_available.swift = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 DEBUG tempest [-] compute-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 DEBUG tempest [-] compute-feature-enabled.attach_encrypted_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.789 189 DEBUG tempest [-] compute-feature-enabled.block_migrate_cinder_iscsi = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.block_migration_for_live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.change_password = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.cold_migration = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.config_drive = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.console_output = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.disk_config = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.enable_instance_password = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.790 189 DEBUG tempest [-] compute-feature-enabled.interface_attach = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.live_migrate_back_and_forth = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.metadata_service = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.nova_cert = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.pause = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.personality = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.rdp_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.791 189 DEBUG tempest [-] compute-feature-enabled.rescue = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.resize = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.scheduler_available_filters = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.serial_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.shelve = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.spice_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.suspend = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.792 189 DEBUG tempest [-] compute-feature-enabled.swap_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] compute-feature-enabled.vnc_console = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.admin_domain_scope = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.admin_role = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.auth_version = v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.ca_certificates_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.catalog_type = identity log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.default_domain_id = default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.793 189 DEBUG tempest [-] identity.disable_ssl_certificate_validation = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.region = regionOne log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.uri = http://172.30.9.24:5000/v2.0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.uri_v3 = http://172.30.9.24:5000/v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.user_lockout_duration = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.user_lockout_failure_attempts = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.user_unique_last_password_count = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.v2_admin_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.794 189 DEBUG tempest [-] identity.v2_public_endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] identity.v3_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.catalog_type = network log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.default_network = ['1.0.0.0/16', '2.0.0.0/16'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.dns_servers = ['8.8.8.8', '8.8.4.4'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.795 189 DEBUG tempest [-] network.floating_network_name = external log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.port_vnic_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.project_network_cidr = 10.100.0.0/16 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.project_network_mask_bits = 28 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.project_network_v6_cidr = 2003::/48 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.project_network_v6_mask_bits = 64 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.project_networks_reachable = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.796 189 DEBUG tempest [-] network.public_network_id = 0c72616c-e4f7-4964-93e6-09fc67b91a5f log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.797 189 DEBUG tempest [-] network.public_router_id = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.797 189 DEBUG tempest [-] network.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.797 189 DEBUG tempest [-] network.shared_physical_network = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:39.797 189 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2885 2018-08-29 07:27:39.797 189 DEBUG tempest.lib.services.clients [-] Successfully registered plugin __tempest__ in the service client registry with configuration: [{'name': 'volume_v1', 'service': 'volume', 'service_version': 'volume.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v1', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'compute', 'service': 'compute', 'service_version': 'compute', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.compute', 'client_names': ['AgentsClient', 'AggregatesClient', 'AvailabilityZoneClient', 'BaremetalNodesClient', 'CertificatesClient', 'ExtensionsClient', 'FixedIPsClient', 'FlavorsClient', 'FloatingIPPoolsClient', 'FloatingIPsBulkClient', 'FloatingIPsClient', 'HostsClient', 'HypervisorClient', 'ImagesClient', 'InstanceUsagesAuditLogClient', 'InterfacesClient', 'KeyPairsClient', 'LimitsClient', 'MigrationsClient', 'NetworksClient', 'QuotaClassesClient', 'QuotasClient', 'SecurityGroupDefaultRulesClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServerGroupsClient', 'ServersClient', 'ServicesClient', 'SnapshotsClient', 'TenantNetworksClient', 'TenantUsagesClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'network', 'service': 'network', 'service_version': 'network', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.network', 'client_names': ['AgentsClient', 'ExtensionsClient', 'FloatingIPsClient', 'MeteringLabelRulesClient', 'MeteringLabelsClient', 'NetworksClient', 'NetworkVersionsClient', 'PortsClient', 'QuotasClient', 'RoutersClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServiceProvidersClient', 'SubnetpoolsClient', 'SubnetsClient', 'TagsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v2', 'service': 'image', 'service_version': 'image.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v2', 'client_names': ['ImageMembersClient', 'ImagesClient', 'NamespaceObjectsClient', 'NamespacePropertiesClient', 'NamespaceTagsClient', 'NamespacesClient', 'ResourceTypesClient', 'SchemasClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v1', 'service': 'image', 'service_version': 'image.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v1', 'client_names': ['ImageMembersClient', 'ImagesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'object_storage', 'service': 'object-store', 'service_version': 'object-storage', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.object_storage', 'client_names': ['AccountClient', 'BulkMiddlewareClient', 'CapabilitiesClient', 'ContainerClient', 'ObjectClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v3', 'service': 'volume', 'service_version': 'volume.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v3', 'client_names': ['BackupsClient', 'BaseClient', 'GroupsClient', 'GroupSnapshotsClient', 'GroupTypesClient', 'MessagesClient', 'SnapshotsClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v2', 'service': 'volume', 'service_version': 'volume.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v2', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient', 'CapabilitiesClient', 'SchedulerStatsClient', 'SnapshotManageClient', 'VolumeManageClient', 'TransfersClient', 'QuotaClassesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v3', 'service': 'identity', 'service_version': 'identity.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v3', 'client_names': ['CatalogClient', 'CredentialsClient', 'DomainsClient', 'DomainConfigurationClient', 'EndPointGroupsClient', 'EndPointsClient', 'EndPointsFilterClient', 'GroupsClient', 'IdentityClient', 'InheritedRolesClient', 'OAUTHConsumerClient', 'OAUTHTokenClient', 'PoliciesClient', 'ProjectsClient', 'RegionsClient', 'RoleAssignmentsClient', 'RolesClient', 'ServicesClient', 'V3TokenClient', 'TrustsClient', 'UsersClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v2', 'service': 'identity', 'service_version': 'identity.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v2', 'client_names': ['EndpointsClient', 'IdentityClient', 'RolesClient', 'ServicesClient', 'TenantsClient', 'TokenClient', 'UsersClient'], 'disable_ssl_certificate_validation': False}] register_service_client /src/tempest/tempest/lib/services/clients.py:123 2018-08-29 07:27:39.814 189 DEBUG tempest.cmd.main [-] prepare_to_run_command TempestRun prepare_to_run_command /src/tempest/tempest/cmd/main.py:38 running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \ ${PYTHON:-python} -m subunit.run discover -t /src/tempest/tempest /src/tempest/tempest/test_discover --list running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \ ${PYTHON:-python} -m subunit.run discover -t /src/tempest/tempest /src/tempest/tempest/test_discover --load-list /tmp/tmpaxnEBI 2018-08-29 07:27:43.449 198 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2018-08-29 07:27:43.451 198 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2861 2018-08-29 07:27:43.451 198 DEBUG tempest [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2862 2018-08-29 07:27:43.451 198 DEBUG tempest [-] command line args: [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2863 2018-08-29 07:27:43.451 198 DEBUG tempest [-] config files: ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2865 2018-08-29 07:27:43.451 198 DEBUG tempest [-] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2866 2018-08-29 07:27:43.451 198 DEBUG tempest [-] config_dir = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.451 198 DEBUG tempest [-] config_file = ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.451 198 DEBUG tempest [-] debug = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'dogpile.core.dogpile=INFO'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] instance_uuid_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] log_config_append = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] log_date_format = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] log_dir = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] log_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.452 198 DEBUG tempest [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] pause_teardown = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] publish_errors = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] rate_limit_burst = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.453 198 DEBUG tempest [-] rate_limit_interval = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] resources_prefix = tempest log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] use_journal = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] use_stderr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] use_syslog = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] watch_log_file = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2875 2018-08-29 07:27:43.454 198 DEBUG tempest [-] volume-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.454 198 DEBUG tempest [-] volume-feature-enabled.api_v1 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.454 198 DEBUG tempest [-] volume-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.backup = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.clone = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.extend_attached_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.manage_snapshot = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.manage_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.multi_backend = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] volume-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.455 198 DEBUG tempest [-] bgpvpn.max_asn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] bgpvpn.max_nn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] bgpvpn.min_asn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] bgpvpn.min_nn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] image-feature-enabled.api_v1 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] image-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 WARNING oslo_config.cfg [-] Option "deactivate_image" from group "image-feature-enabled" is deprecated for removal (All supported versions of OpenStack now support the 'deactivate_image' feature). Its value may be silently ignored in the future. 2018-08-29 07:27:43.456 198 DEBUG tempest [-] image-feature-enabled.deactivate_image = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] compute.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.456 198 DEBUG tempest [-] compute.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.catalog_type = compute log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.fixed_network_name = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.flavor_ref = bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.flavor_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.hypervisor_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.image_ref = d6c15591-0aa1-4b4a-b04c-30a3e28dc738 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.457 198 DEBUG tempest [-] compute.image_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.min_compute_nodes = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.ready_wait = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.shelved_offload_time = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] compute.volume_device_name = vdb log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] service-clients.http_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.458 198 DEBUG tempest [-] service-clients.proxy_url = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.aki_img_file = cirros-0.3.1-x86_64-vmlinuz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.ami_img_file = cirros-0.3.1-x86_64-blank.img log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.ari_img_file = cirros-0.3.1-x86_64-initrd log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.dhcp_client = udhcpc log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.img_container_format = bare log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 WARNING oslo_config.cfg [-] Option "img_dir" from group "scenario" is deprecated for removal. Its value may be silently ignored in the future. 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.img_dir = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.img_disk_format = qcow2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.459 198 DEBUG tempest [-] scenario.img_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] scenario.img_properties = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.catalog_type = image log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'vhdx'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.460 198 DEBUG tempest [-] image.http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] image.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.api_v2 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.api_v2_admin = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.domain_specific_drivers = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.forbid_global_implied_dsr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.461 198 DEBUG tempest [-] identity-feature-enabled.security_compliance = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] identity-feature-enabled.trust = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.admin_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.admin_password = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.admin_project_name = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.admin_username = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.create_isolated_networks = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.default_credentials_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.tempest_roles = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.462 198 DEBUG tempest [-] auth.test_accounts_file = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] auth.use_dynamic_credentials = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.backend_names = ['BACKEND_1', 'BACKEND_2'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.catalog_type = volume log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.disk_format = raw log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.463 198 DEBUG tempest [-] volume.manage_snapshot_ref = ['source-name', '_snapshot-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.manage_volume_ref = ['source-name', 'volume-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.storage_protocol = iSCSI log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.vendor_name = Open Source log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] volume.volume_size = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] debug.trace_requests = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.464 198 DEBUG tempest [-] object-storage-feature-enabled.container_sync = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] object-storage-feature-enabled.discoverability = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] object-storage-feature-enabled.discoverable_apis = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] object-storage-feature-enabled.object_versioning = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] oslo_concurrency.disable_process_locking = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] oslo_concurrency.lock_path = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] orchestration.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] orchestration.build_timeout = 1200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.465 198 DEBUG tempest [-] orchestration.catalog_type = orchestration log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 WARNING oslo_config.cfg [-] Option "instance_type" from group "orchestration" is deprecated for removal (Heat support will be removed from Tempest). Its value may be silently ignored in the future. 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.instance_type = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.keypair_name = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.max_resources_per_stack = 1000 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.max_template_size = 524288 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.466 198 WARNING oslo_config.cfg [-] Option "stack_owner_role" from group "orchestration" is deprecated for removal (Heat support will be removed from Tempest). Its value may be silently ignored in the future. 2018-08-29 07:27:43.466 198 DEBUG tempest [-] orchestration.stack_owner_role = heat_stack_owner log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.catalog_type = object-store log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.cluster_name = name1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.container_sync_interval = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.container_sync_timeout = 600 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.operator_role = Member log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.realm_name = realm1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.467 198 DEBUG tempest [-] object-storage.reseller_admin_role = ResellerAdmin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] network-feature-enabled.api_extensions = ['default-subnetpools', 'network-ip-availability', 'network_availability_zone', 'auto-allocated-topology', 'ext-gw-mode', 'binding', 'trunk-details', 'agent', 'subnet_allocation', 'dhcp_agent_scheduler', 'tag', 'external-net', 'flavors', 'net-mtu', 'availability_zone', 'quotas', 'standard-attr-tag', 'revision-if-match', 'provider', 'multi-provider', 'quota_details', 'bgpvpn', 'address-scope', 'trunk', 'extraroute', 'net-mtu-writable', 'subnet-service-types', 'standard-attr-timestamp', 'service-type', 'router', 'extra_dhcp_opt', 'standard-attr-revisions', 'pagination', 'sorting', 'security-group', 'rbac-policies', 'tag-ext', 'standard-attr-description', 'port-security', 'allowed-address-pairs', 'project-id', 'dvr'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] network-feature-enabled.floating_ips = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] network-feature-enabled.ipv6 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] network-feature-enabled.ipv6_subnet_attributes = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] network-feature-enabled.port_admin_state_change = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] network-feature-enabled.port_security = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.468 198 DEBUG tempest [-] validation.auth_method = keypair log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.connect_method = floating log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.connect_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.floating_ip_range = 10.0.0.0/29 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.image_ssh_password = password log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.image_ssh_user = cirros log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.ip_version_for_ssh = 4 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.network_for_ssh = public log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.469 198 DEBUG tempest [-] validation.ping_count = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.ping_size = 56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.ping_timeout = 120 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.run_validation = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.security_group = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.security_group_rules = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.ssh_shell_prologue = set -eu -o pipefail; PATH=$PATH:/sbin; log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] validation.ssh_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.470 198 DEBUG tempest [-] service_available.bgpvpn = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 DEBUG tempest [-] service_available.cinder = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 DEBUG tempest [-] service_available.glance = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 WARNING oslo_config.cfg [-] Option "heat" from group "service_available" is deprecated for removal (Heat support will be removed from Tempest). Its value may be silently ignored in the future. 2018-08-29 07:27:43.471 198 DEBUG tempest [-] service_available.heat = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 DEBUG tempest [-] service_available.neutron = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 DEBUG tempest [-] service_available.nova = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 DEBUG tempest [-] service_available.swift = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.471 198 DEBUG tempest [-] compute-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.attach_encrypted_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.block_migrate_cinder_iscsi = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.block_migration_for_live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.change_password = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.cold_migration = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.config_drive = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.console_output = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.disk_config = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.472 198 DEBUG tempest [-] compute-feature-enabled.enable_instance_password = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.interface_attach = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.live_migrate_back_and_forth = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.metadata_service = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.nova_cert = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.pause = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.personality = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.rdp_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.473 198 DEBUG tempest [-] compute-feature-enabled.rescue = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.resize = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.scheduler_available_filters = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.serial_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.shelve = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.spice_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.suspend = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.474 198 DEBUG tempest [-] compute-feature-enabled.swap_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] compute-feature-enabled.vnc_console = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.admin_domain_scope = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.admin_role = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.auth_version = v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.ca_certificates_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.catalog_type = identity log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.default_domain_id = default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.disable_ssl_certificate_validation = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.475 198 DEBUG tempest [-] identity.region = regionOne log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.uri = http://172.30.9.24:5000/v2.0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.uri_v3 = http://172.30.9.24:5000/v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.user_lockout_duration = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.user_lockout_failure_attempts = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.user_unique_last_password_count = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.v2_admin_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.v2_public_endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.476 198 DEBUG tempest [-] identity.v3_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.catalog_type = network log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.default_network = ['1.0.0.0/16', '2.0.0.0/16'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.dns_servers = ['8.8.8.8', '8.8.4.4'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.floating_network_name = external log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.port_vnic_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.477 198 DEBUG tempest [-] network.project_network_cidr = 10.100.0.0/16 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.project_network_mask_bits = 28 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.project_network_v6_cidr = 2003::/48 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.project_network_v6_mask_bits = 64 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.project_networks_reachable = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.public_network_id = 0c72616c-e4f7-4964-93e6-09fc67b91a5f log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.public_router_id = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] network.shared_physical_network = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2883 2018-08-29 07:27:43.478 198 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2885 2018-08-29 07:27:43.479 198 DEBUG tempest.lib.services.clients [-] Successfully registered plugin __tempest__ in the service client registry with configuration: [{'name': 'volume_v1', 'service': 'volume', 'service_version': 'volume.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v1', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'compute', 'service': 'compute', 'service_version': 'compute', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.compute', 'client_names': ['AgentsClient', 'AggregatesClient', 'AvailabilityZoneClient', 'BaremetalNodesClient', 'CertificatesClient', 'ExtensionsClient', 'FixedIPsClient', 'FlavorsClient', 'FloatingIPPoolsClient', 'FloatingIPsBulkClient', 'FloatingIPsClient', 'HostsClient', 'HypervisorClient', 'ImagesClient', 'InstanceUsagesAuditLogClient', 'InterfacesClient', 'KeyPairsClient', 'LimitsClient', 'MigrationsClient', 'NetworksClient', 'QuotaClassesClient', 'QuotasClient', 'SecurityGroupDefaultRulesClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServerGroupsClient', 'ServersClient', 'ServicesClient', 'SnapshotsClient', 'TenantNetworksClient', 'TenantUsagesClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'network', 'service': 'network', 'service_version': 'network', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.network', 'client_names': ['AgentsClient', 'ExtensionsClient', 'FloatingIPsClient', 'MeteringLabelRulesClient', 'MeteringLabelsClient', 'NetworksClient', 'NetworkVersionsClient', 'PortsClient', 'QuotasClient', 'RoutersClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServiceProvidersClient', 'SubnetpoolsClient', 'SubnetsClient', 'TagsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v2', 'service': 'image', 'service_version': 'image.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v2', 'client_names': ['ImageMembersClient', 'ImagesClient', 'NamespaceObjectsClient', 'NamespacePropertiesClient', 'NamespaceTagsClient', 'NamespacesClient', 'ResourceTypesClient', 'SchemasClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v1', 'service': 'image', 'service_version': 'image.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v1', 'client_names': ['ImageMembersClient', 'ImagesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'object_storage', 'service': 'object-store', 'service_version': 'object-storage', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.object_storage', 'client_names': ['AccountClient', 'BulkMiddlewareClient', 'CapabilitiesClient', 'ContainerClient', 'ObjectClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v3', 'service': 'volume', 'service_version': 'volume.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v3', 'client_names': ['BackupsClient', 'BaseClient', 'GroupsClient', 'GroupSnapshotsClient', 'GroupTypesClient', 'MessagesClient', 'SnapshotsClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v2', 'service': 'volume', 'service_version': 'volume.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v2', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient', 'CapabilitiesClient', 'SchedulerStatsClient', 'SnapshotManageClient', 'VolumeManageClient', 'TransfersClient', 'QuotaClassesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v3', 'service': 'identity', 'service_version': 'identity.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v3', 'client_names': ['CatalogClient', 'CredentialsClient', 'DomainsClient', 'DomainConfigurationClient', 'EndPointGroupsClient', 'EndPointsClient', 'EndPointsFilterClient', 'GroupsClient', 'IdentityClient', 'InheritedRolesClient', 'OAUTHConsumerClient', 'OAUTHTokenClient', 'PoliciesClient', 'ProjectsClient', 'RegionsClient', 'RoleAssignmentsClient', 'RolesClient', 'ServicesClient', 'V3TokenClient', 'TrustsClient', 'UsersClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v2', 'service': 'identity', 'service_version': 'identity.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v2', 'client_names': ['EndpointsClient', 'IdentityClient', 'RolesClient', 'ServicesClient', 'TenantsClient', 'TokenClient', 'UsersClient'], 'disable_ssl_certificate_validation': False}] register_service_client /src/tempest/tempest/lib/services/clients.py:123 2018-08-29 07:27:44.199 198 INFO tempest.lib.common.rest_client [req-5a01b02e-a034-46d3-9c99-08fba36d9f3d ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:44.200 198 DEBUG tempest.lib.common.rest_client [req-5a01b02e-a034-46d3-9c99-08fba36d9f3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8786', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5a01b02e-a034-46d3-9c99-08fba36d9f3d'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "public", "id": "33acfdf1ed _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:44.590 198 INFO tempest.lib.common.rest_client [req-3ee8b764-c524-4dbb-9dec-7cb713448a41 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:44.591 198 DEBUG tempest.lib.common.rest_client [req-3ee8b764-c524-4dbb-9dec-7cb713448a41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8786', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ee8b764-c524-4dbb-9dec-7cb713448a41'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "public", "id": "33acfdf1ed _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:44.666 198 INFO tempest.lib.common.rest_client [req-897cf0c0-5192-4915-b5a6-63b63c37ccfc ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/domains?name=Default 0.073s 2018-08-29 07:27:44.666 198 DEBUG tempest.lib.common.rest_client [req-897cf0c0-5192-4915-b5a6-63b63c37ccfc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '272', 'content-location': 'http://192.30.9.5:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-897cf0c0-5192-4915-b5a6-63b63c37ccfc'} Body: {"domains": [{"links": {"self": "http://192.30.9.5:35357/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://192.30.9.5:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:44.779 198 INFO tempest.lib.common.rest_client [req-e680e61e-0b38-4601-a9e1-91eb9359c26d ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.106s 2018-08-29 07:27:44.779 198 DEBUG tempest.lib.common.rest_client [req-e680e61e-0b38-4601-a9e1-91eb9359c26d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-829188537-desc", "name": "tempest-BgpvpnTest-829188537", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '323', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e680e61e-0b38-4601-a9e1-91eb9359c26d'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-829188537-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/0f6adf5e8f364cdaa2d80d8152973749"}, "enabled": true, "id": "0f6adf5e8f364cdaa2d80d8152973749", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-829188537"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:45.144 198 INFO tempest.lib.common.rest_client [req-549d76b0-2691-407f-901d-14912aff9654 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.364s 2018-08-29 07:27:45.144 198 DEBUG tempest.lib.common.rest_client [req-549d76b0-2691-407f-901d-14912aff9654 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "S9!ja_8bnk4rq5f", "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-BgpvpnTest-829188537", "email": "tempest-BgpvpnTest-1699008583@example.com"}} Response - Headers: {'status': '201', u'content-length': '369', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-549d76b0-2691-407f-901d-14912aff9654'} Body: {"user": {"name": "tempest-BgpvpnTest-829188537", "links": {"self": "http://192.30.9.5:35357/v3/users/ec479a11a6d046e58786f65fbc96ee51"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ec479a11a6d046e58786f65fbc96ee51", "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "email": "tempest-BgpvpnTest-1699008583@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:45.218 198 INFO tempest.lib.common.rest_client [req-c81ff544-4aa0-47b5-81cc-b947c55ab92b ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.074s 2018-08-29 07:27:45.218 198 DEBUG tempest.lib.common.rest_client [req-c81ff544-4aa0-47b5-81cc-b947c55ab92b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '791', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c81ff544-4aa0-47b5-81cc-b947c55ab92b'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:45.311 198 INFO tempest.lib.common.rest_client [req-6cd2997e-5735-4ebb-b242-055ece154140 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/roles 0.092s 2018-08-29 07:27:45.311 198 DEBUG tempest.lib.common.rest_client [req-6cd2997e-5735-4ebb-b242-055ece154140 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"role": {"name": "Member"}} Response - Headers: {'status': '201', u'content-length': '177', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cd2997e-5735-4ebb-b242-055ece154140'} Body: {"role": {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:45.387 198 INFO tempest.lib.common.rest_client [req-8a81a604-d9ed-4b02-9649-9ae243b63ca5 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.075s 2018-08-29 07:27:45.387 198 DEBUG tempest.lib.common.rest_client [req-8a81a604-d9ed-4b02-9649-9ae243b63ca5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8a81a604-d9ed-4b02-9649-9ae243b63ca5'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:45.517 198 INFO tempest.lib.common.rest_client [req-1304123e-500c-46b9-acb9-61df1b381f1d ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/0f6adf5e8f364cdaa2d80d8152973749/users/ec479a11a6d046e58786f65fbc96ee51/roles/23977c43a31b439da6b871e78cd54a1d 0.118s 2018-08-29 07:27:45.518 198 DEBUG tempest.lib.common.rest_client [req-1304123e-500c-46b9-acb9-61df1b381f1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/0f6adf5e8f364cdaa2d80d8152973749/users/ec479a11a6d046e58786f65fbc96ee51/roles/23977c43a31b439da6b871e78cd54a1d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:45 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-1304123e-500c-46b9-acb9-61df1b381f1d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:45.518 198 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-829188537', 'project_name': u'tempest-BgpvpnTest-829188537', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'0f6adf5e8f364cdaa2d80d8152973749', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-829188537', 'user_id': u'ec479a11a6d046e58786f65fbc96ee51', 'project_id': u'0f6adf5e8f364cdaa2d80d8152973749', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:27:45.518 198 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-829188537', 'project_name': u'tempest-BgpvpnTest-829188537', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'0f6adf5e8f364cdaa2d80d8152973749', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-829188537', 'user_id': u'ec479a11a6d046e58786f65fbc96ee51', 'project_id': u'0f6adf5e8f364cdaa2d80d8152973749', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:27:45.873 198 INFO tempest.lib.common.rest_client [req-b237ebc3-4718-421b-b8de-582b11a381a6 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:45.986 198 DEBUG tempest.lib.common.rest_client [req-b237ebc3-4718-421b-b8de-582b11a381a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8833', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b237ebc3-4718-421b-b8de-582b11a381a6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23977c43a31b439da6b871e78cd54a1d", "name": "Member"}], "expires_at": "2018-08-29T08:27:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-BgpvpnTest-829188537"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/0f6adf5e8f364cdaa2d80d8152973749", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/0f6adf5e8f364cdaa2d80d8152973749", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/0f6adf5e8f364cdaa2d80d8152973749", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/0f6adf5e8f364cdaa2d80d8152973749", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/0f6adf5e8f364cdaa2d80d8152973749", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/0f6adf5e8f364cdaa2d80d8152973749", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "pu _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:46.611 198 INFO tempest.lib.common.rest_client [req-b7aefa92-f5d9-48a9-af33-671c7a9d0bfa ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.107s 2018-08-29 07:27:47.037 198 DEBUG tempest.lib.common.rest_client [req-b7aefa92-f5d9-48a9-af33-671c7a9d0bfa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-742685059-desc", "name": "tempest-BgpvpnTest-742685059", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '323', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b7aefa92-f5d9-48a9-af33-671c7a9d0bfa'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-742685059-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/f6bf687af48f44569caa4d657e45ecee"}, "enabled": true, "id": "f6bf687af48f44569caa4d657e45ecee", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-742685059"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:47.432 198 INFO tempest.lib.common.rest_client [req-b2a07543-ad60-4e0a-a9ce-8653f9cb00dc ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.394s 2018-08-29 07:27:47.432 198 DEBUG tempest.lib.common.rest_client [req-b2a07543-ad60-4e0a-a9ce-8653f9cb00dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "Z5_E8YXRJlH8_0r", "project_id": "f6bf687af48f44569caa4d657e45ecee", "name": "tempest-BgpvpnTest-742685059", "email": "tempest-BgpvpnTest-1392886250@example.com"}} Response - Headers: {'status': '201', u'content-length': '369', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2a07543-ad60-4e0a-a9ce-8653f9cb00dc'} Body: {"user": {"name": "tempest-BgpvpnTest-742685059", "links": {"self": "http://192.30.9.5:35357/v3/users/b6bdd1579a94474a8a3bebeae3c55810"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6bdd1579a94474a8a3bebeae3c55810", "project_id": "f6bf687af48f44569caa4d657e45ecee", "email": "tempest-BgpvpnTest-1392886250@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:47.514 198 INFO tempest.lib.common.rest_client [req-dc140a8a-cb1d-4fa1-b1dd-5d80138232f1 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.081s 2018-08-29 07:27:47.514 198 DEBUG tempest.lib.common.rest_client [req-dc140a8a-cb1d-4fa1-b1dd-5d80138232f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dc140a8a-cb1d-4fa1-b1dd-5d80138232f1'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:47.649 198 INFO tempest.lib.common.rest_client [req-c3a81a42-5eb8-4d58-a5d4-3a1fb437df09 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/f6bf687af48f44569caa4d657e45ecee/users/b6bdd1579a94474a8a3bebeae3c55810/roles/a460152930ef4d1a8287ffc269a5335d 0.133s 2018-08-29 07:27:47.649 198 DEBUG tempest.lib.common.rest_client [req-c3a81a42-5eb8-4d58-a5d4-3a1fb437df09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/f6bf687af48f44569caa4d657e45ecee/users/b6bdd1579a94474a8a3bebeae3c55810/roles/a460152930ef4d1a8287ffc269a5335d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:47 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-c3a81a42-5eb8-4d58-a5d4-3a1fb437df09'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:47.649 198 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-742685059', 'project_name': u'tempest-BgpvpnTest-742685059', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'f6bf687af48f44569caa4d657e45ecee', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-742685059', 'user_id': u'b6bdd1579a94474a8a3bebeae3c55810', 'project_id': u'f6bf687af48f44569caa4d657e45ecee', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:27:47.649 198 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-742685059', 'project_name': u'tempest-BgpvpnTest-742685059', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'f6bf687af48f44569caa4d657e45ecee', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-742685059', 'user_id': u'b6bdd1579a94474a8a3bebeae3c55810', 'project_id': u'f6bf687af48f44569caa4d657e45ecee', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:27:48.010 198 INFO tempest.lib.common.rest_client [req-63f0c467-f763-4fe6-be49-8e35e519444d ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:48.101 198 DEBUG tempest.lib.common.rest_client [req-63f0c467-f763-4fe6-be49-8e35e519444d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8832', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63f0c467-f763-4fe6-be49-8e35e519444d'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6bf687af48f44569caa4d657e45ecee", "name": "tempest-BgpvpnTest-742685059"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/f6bf687af48f44569caa4d657e45ecee", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/f6bf687af48f44569caa4d657e45ecee", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/f6bf687af48f44569caa4d657e45ecee", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/f6bf687af48f44569caa4d657e45ecee", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/f6bf687af48f44569caa4d657e45ecee", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/f6bf687af48f44569caa4d657e45ecee", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "pub _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:48.676 198 INFO tempest.lib.common.rest_client [req-3a64ff0b-e0b0-4258-9ebe-a66d3af161fa ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.101s 2018-08-29 07:27:49.049 198 DEBUG tempest.lib.common.rest_client [req-3a64ff0b-e0b0-4258-9ebe-a66d3af161fa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-345384904-desc", "name": "tempest-BgpvpnTest-345384904", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '323', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a64ff0b-e0b0-4258-9ebe-a66d3af161fa'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-345384904-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/37cac379d9b443309844e6354e4d27bc"}, "enabled": true, "id": "37cac379d9b443309844e6354e4d27bc", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-345384904"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:49.401 198 INFO tempest.lib.common.rest_client [req-b0b2001c-6b86-46ca-88fe-97ac9159f31f ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.352s 2018-08-29 07:27:49.402 198 DEBUG tempest.lib.common.rest_client [req-b0b2001c-6b86-46ca-88fe-97ac9159f31f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "U7^x#vQtPAy^s=Q", "project_id": "37cac379d9b443309844e6354e4d27bc", "name": "tempest-BgpvpnTest-345384904", "email": "tempest-BgpvpnTest-77153363@example.com"}} Response - Headers: {'status': '201', u'content-length': '367', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0b2001c-6b86-46ca-88fe-97ac9159f31f'} Body: {"user": {"name": "tempest-BgpvpnTest-345384904", "links": {"self": "http://192.30.9.5:35357/v3/users/3339633cf0d24e8083a221f42b535264"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3339633cf0d24e8083a221f42b535264", "project_id": "37cac379d9b443309844e6354e4d27bc", "email": "tempest-BgpvpnTest-77153363@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:49.478 198 INFO tempest.lib.common.rest_client [req-bee0e544-943d-42f3-870c-78ed901ce1d8 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.076s 2018-08-29 07:27:49.479 198 DEBUG tempest.lib.common.rest_client [req-bee0e544-943d-42f3-870c-78ed901ce1d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bee0e544-943d-42f3-870c-78ed901ce1d8'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:49.561 198 INFO tempest.lib.common.rest_client [req-c7e36eac-a221-48cf-9f56-11d3902d7c43 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.081s 2018-08-29 07:27:49.561 198 DEBUG tempest.lib.common.rest_client [req-c7e36eac-a221-48cf-9f56-11d3902d7c43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c7e36eac-a221-48cf-9f56-11d3902d7c43'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:49.679 198 INFO tempest.lib.common.rest_client [req-cb6a5192-5c62-4bf7-b090-219c1c449b2f ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/37cac379d9b443309844e6354e4d27bc/users/3339633cf0d24e8083a221f42b535264/roles/23977c43a31b439da6b871e78cd54a1d 0.118s 2018-08-29 07:27:49.679 198 DEBUG tempest.lib.common.rest_client [req-cb6a5192-5c62-4bf7-b090-219c1c449b2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/37cac379d9b443309844e6354e4d27bc/users/3339633cf0d24e8083a221f42b535264/roles/23977c43a31b439da6b871e78cd54a1d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:49 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-cb6a5192-5c62-4bf7-b090-219c1c449b2f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:49.878 198 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-345384904', 'project_name': u'tempest-BgpvpnTest-345384904', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'37cac379d9b443309844e6354e4d27bc', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-345384904', 'user_id': u'3339633cf0d24e8083a221f42b535264', 'project_id': u'37cac379d9b443309844e6354e4d27bc', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:27:49.878 198 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-345384904', 'project_name': u'tempest-BgpvpnTest-345384904', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'37cac379d9b443309844e6354e4d27bc', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-345384904', 'user_id': u'3339633cf0d24e8083a221f42b535264', 'project_id': u'37cac379d9b443309844e6354e4d27bc', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:27:50.244 198 INFO tempest.lib.common.rest_client [req-f9e97a94-0148-46cb-9391-92041bf64d77 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:27:50.245 198 DEBUG tempest.lib.common.rest_client [req-f9e97a94-0148-46cb-9391-92041bf64d77 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8833', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:27:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f9e97a94-0148-46cb-9391-92041bf64d77'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23977c43a31b439da6b871e78cd54a1d", "name": "Member"}], "expires_at": "2018-08-29T08:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37cac379d9b443309844e6354e4d27bc", "name": "tempest-BgpvpnTest-345384904"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/37cac379d9b443309844e6354e4d27bc", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/37cac379d9b443309844e6354e4d27bc", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/37cac379d9b443309844e6354e4d27bc", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/37cac379d9b443309844e6354e4d27bc", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/37cac379d9b443309844e6354e4d27bc", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/37cac379d9b443309844e6354e4d27bc", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "pu _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:50.852 198 INFO tempest.lib.common.rest_client [req-3e68167a-17e5-427a-9aa4-2c0a78514bb1 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.386s 2018-08-29 07:27:50.852 198 DEBUG tempest.lib.common.rest_client [req-3e68167a-17e5-427a-9aa4-2c0a78514bb1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--1993100793"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:27:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3e68167a-17e5-427a-9aa4-2c0a78514bb1'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "55b25748-fe97-4bf6-b75a-317ce4056ab0", "name": "tempest-test-bgpvpn--1993100793", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:51.598 198 INFO tempest.lib.common.rest_client [req-599c71b8-6f75-4793-ae48-22a253a49b94 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.24:9696/v2.0/networks 0.745s 2018-08-29 07:27:51.598 198 DEBUG tempest.lib.common.rest_client [req-599c71b8-6f75-4793-ae48-22a253a49b94 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:27:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-599c71b8-6f75-4793-ae48-22a253a49b94'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:27:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:27:51Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"ec11cb42-82cb-4ad7-8e80-0e51185ee127","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:52.216 198 INFO tempest.lib.common.rest_client [req-814c3f13-3c4e-4662-bf50-ce03b5324038 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0/network_associations 0.617s 2018-08-29 07:27:52.216 198 DEBUG tempest.lib.common.rest_client [req-814c3f13-3c4e-4662-bf50-ce03b5324038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ec11cb42-82cb-4ad7-8e80-0e51185ee127"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0/network_associations', u'date': 'Wed, 29 Aug 2018 07:27:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-814c3f13-3c4e-4662-bf50-ce03b5324038'} Body: {"network_association": {"network_id": "ec11cb42-82cb-4ad7-8e80-0e51185ee127", "id": "0bb059b2-8107-479d-ae5a-4b0e5cc7d539"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:52.681 198 INFO tempest.lib.common.rest_client [req-b6dbf7d3-a55c-4589-bcad-33604009f967 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0 0.464s 2018-08-29 07:27:52.681 198 DEBUG tempest.lib.common.rest_client [req-b6dbf7d3-a55c-4589-bcad-33604009f967 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '184', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0', u'date': 'Wed, 29 Aug 2018 07:27:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b6dbf7d3-a55c-4589-bcad-33604009f967'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": ["ec11cb42-82cb-4ad7-8e80-0e51185ee127"], "id": "55b25748-fe97-4bf6-b75a-317ce4056ab0", "name": "tempest-test-bgpvpn--1993100793"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:53.224 198 INFO tempest.lib.common.rest_client [req-d8799edb-bc92-4722-a02b-805a16278967 ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0/network_associations/0bb059b2-8107-479d-ae5a-4b0e5cc7d539 0.542s 2018-08-29 07:27:53.225 198 DEBUG tempest.lib.common.rest_client [req-d8799edb-bc92-4722-a02b-805a16278967 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0/network_associations/0bb059b2-8107-479d-ae5a-4b0e5cc7d539', u'date': 'Wed, 29 Aug 2018 07:27:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d8799edb-bc92-4722-a02b-805a16278967'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:53.477 198 INFO tempest.lib.common.rest_client [req-791205a4-8bd3-4162-8811-05bbdcb043e2 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0 0.252s 2018-08-29 07:27:53.478 198 DEBUG tempest.lib.common.rest_client [req-791205a4-8bd3-4162-8811-05bbdcb043e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '146', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0', u'date': 'Wed, 29 Aug 2018 07:27:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-791205a4-8bd3-4162-8811-05bbdcb043e2'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "55b25748-fe97-4bf6-b75a-317ce4056ab0", "name": "tempest-test-bgpvpn--1993100793"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:54.331 198 INFO tempest.lib.common.rest_client [req-a12a825c-5394-4a72-aa0d-b58954a4844d ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.24:9696/v2.0/networks/ec11cb42-82cb-4ad7-8e80-0e51185ee127 0.853s 2018-08-29 07:27:54.331 198 DEBUG tempest.lib.common.rest_client [req-a12a825c-5394-4a72-aa0d-b58954a4844d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/ec11cb42-82cb-4ad7-8e80-0e51185ee127', u'date': 'Wed, 29 Aug 2018 07:27:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a12a825c-5394-4a72-aa0d-b58954a4844d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.085623s] ... ok 2018-08-29 07:27:54.659 198 INFO tempest.lib.common.rest_client [req-176cbc26-53d5-4617-8c97-0ff9bc26826d ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.327s 2018-08-29 07:27:54.659 198 DEBUG tempest.lib.common.rest_client [req-176cbc26-53d5-4617-8c97-0ff9bc26826d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--165530256"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:27:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-176cbc26-53d5-4617-8c97-0ff9bc26826d'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "ca9d9a5d-d20f-40e5-887f-7659ea2392ab", "name": "tempest-test-bgpvpn--165530256", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:54.909 198 INFO tempest.lib.common.rest_client [req-c08bb010-7034-4740-acdb-f392bb6237df ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.24:9696/v2.0/routers 0.249s 2018-08-29 07:27:54.910 198 DEBUG tempest.lib.common.rest_client [req-c08bb010-7034-4740-acdb-f392bb6237df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {}} Response - Headers: {'status': '201', u'content-length': '387', 'content-location': 'http://172.30.9.24:9696/v2.0/routers', u'date': 'Wed, 29 Aug 2018 07:27:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c08bb010-7034-4740-acdb-f392bb6237df'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "created_at": "2018-08-29T07:27:54Z", "admin_state_up": true, "updated_at": "2018-08-29T07:27:54Z", "revision_number": 0, "routes": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "id": "361372fb-1c07-4376-bd3c-28c5beff123f", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:55.363 198 INFO tempest.lib.common.rest_client [req-d0626d29-324c-4d28-850e-8bd111d5583e ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab/router_associations 0.453s 2018-08-29 07:27:55.364 198 DEBUG tempest.lib.common.rest_client [req-d0626d29-324c-4d28-850e-8bd111d5583e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "361372fb-1c07-4376-bd3c-28c5beff123f"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab/router_associations', u'date': 'Wed, 29 Aug 2018 07:27:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0626d29-324c-4d28-850e-8bd111d5583e'} Body: {"router_association": {"router_id": "361372fb-1c07-4376-bd3c-28c5beff123f", "id": "353f3eb1-5a41-45a2-bdac-2e07ecee96da"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:55.595 198 INFO tempest.lib.common.rest_client [req-bc735a9c-2f25-4820-a54a-97c969ffb262 ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab 0.231s 2018-08-29 07:27:55.596 198 DEBUG tempest.lib.common.rest_client [req-bc735a9c-2f25-4820-a54a-97c969ffb262 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '183', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab', u'date': 'Wed, 29 Aug 2018 07:27:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc735a9c-2f25-4820-a54a-97c969ffb262'} Body: {"bgpvpn": {"routers": ["361372fb-1c07-4376-bd3c-28c5beff123f"], "type": "l3", "networks": [], "id": "ca9d9a5d-d20f-40e5-887f-7659ea2392ab", "name": "tempest-test-bgpvpn--165530256"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:55.951 198 INFO tempest.lib.common.rest_client [req-4785c548-62da-4d49-a5e6-54b623b47318 ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab/router_associations/353f3eb1-5a41-45a2-bdac-2e07ecee96da 0.354s 2018-08-29 07:27:55.951 198 DEBUG tempest.lib.common.rest_client [req-4785c548-62da-4d49-a5e6-54b623b47318 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab/router_associations/353f3eb1-5a41-45a2-bdac-2e07ecee96da', u'date': 'Wed, 29 Aug 2018 07:27:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4785c548-62da-4d49-a5e6-54b623b47318'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:56.191 198 INFO tempest.lib.common.rest_client [req-741fa57a-ab3c-4e11-a4fb-c66269a678ba ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab 0.240s 2018-08-29 07:27:56.191 198 DEBUG tempest.lib.common.rest_client [req-741fa57a-ab3c-4e11-a4fb-c66269a678ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '145', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab', u'date': 'Wed, 29 Aug 2018 07:27:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-741fa57a-ab3c-4e11-a4fb-c66269a678ba'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "ca9d9a5d-d20f-40e5-887f-7659ea2392ab", "name": "tempest-test-bgpvpn--165530256"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:56.813 198 INFO tempest.lib.common.rest_client [req-43d83d58-8fd9-463b-a7f1-a5716fe1ce53 ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.24:9696/v2.0/routers/361372fb-1c07-4376-bd3c-28c5beff123f 0.621s 2018-08-29 07:27:56.813 198 DEBUG tempest.lib.common.rest_client [req-43d83d58-8fd9-463b-a7f1-a5716fe1ce53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/361372fb-1c07-4376-bd3c-28c5beff123f', u'date': 'Wed, 29 Aug 2018 07:27:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-43d83d58-8fd9-463b-a7f1-a5716fe1ce53'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.481936s] ... ok 2018-08-29 07:27:57.103 198 INFO tempest.lib.common.rest_client [req-2bbc6e1f-d6ef-45ae-a1c7-575ab816151b ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.288s 2018-08-29 07:27:57.104 198 DEBUG tempest.lib.common.rest_client [req-2bbc6e1f-d6ef-45ae-a1c7-575ab816151b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bbc6e1f-d6ef-45ae-a1c7-575ab816151b'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "94fbc3c6-d85b-4520-831e-501659d7039f", "name": "testbgpvpn", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:57.513 198 INFO tempest.lib.common.rest_client [req-6abfeaa2-0469-4564-a24e-391b82834a92 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.24:9696/v2.0/networks 0.408s 2018-08-29 07:27:57.513 198 DEBUG tempest.lib.common.rest_client [req-6abfeaa2-0469-4564-a24e-391b82834a92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6abfeaa2-0469-4564-a24e-391b82834a92'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:27:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:27:57Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"e2b3114c-1ef2-4cce-af05-56cde26f1c66","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:57.682 198 INFO tempest.lib.common.rest_client [req-a04e2d00-4348-4245-8006-c14a7fc69eea ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/94fbc3c6-d85b-4520-831e-501659d7039f/network_associations 0.167s 2018-08-29 07:27:57.682 198 DEBUG tempest.lib.common.rest_client [req-a04e2d00-4348-4245-8006-c14a7fc69eea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "85f700aa-c7bf-4e2c-af01-a59f7f3879e7"}} Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/94fbc3c6-d85b-4520-831e-501659d7039f/network_associations', u'date': 'Wed, 29 Aug 2018 07:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a04e2d00-4348-4245-8006-c14a7fc69eea'} Body: {"NeutronError": {"message": "Network 85f700aa-c7bf-4e2c-af01-a59f7f3879e7 could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:57.919 198 INFO tempest.lib.common.rest_client [req-c559294e-b68f-4f53-bd39-c085ac5f5565 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a08d07a6-0cb8-4d14-a0af-bfe4acd644ff/network_associations 0.236s 2018-08-29 07:27:57.919 198 DEBUG tempest.lib.common.rest_client [req-c559294e-b68f-4f53-bd39-c085ac5f5565 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e2b3114c-1ef2-4cce-af05-56cde26f1c66"}} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/a08d07a6-0cb8-4d14-a0af-bfe4acd644ff/network_associations', u'date': 'Wed, 29 Aug 2018 07:27:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c559294e-b68f-4f53-bd39-c085ac5f5565'} Body: {"NeutronError": {"message": "BGPVPN a08d07a6-0cb8-4d14-a0af-bfe4acd644ff could not be found", "type": "BGPVPNNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.105379s] ... ok 2018-08-29 07:27:58.252 198 INFO tempest.lib.common.rest_client [req-6166ae27-ab1d-40db-8b5e-044d25eabb6f ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.332s 2018-08-29 07:27:58.253 198 DEBUG tempest.lib.common.rest_client [req-6166ae27-ab1d-40db-8b5e-044d25eabb6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--1422352950"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:27:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6166ae27-ab1d-40db-8b5e-044d25eabb6f'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "d7c16e24-2651-443b-80cf-05b6423e257b", "name": "tempest-test-bgpvpn--1422352950", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:58.640 198 INFO tempest.lib.common.rest_client [req-8d9af1c2-87ea-4faf-b651-bd7d29d4cb2d ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/networks 0.386s 2018-08-29 07:27:58.640 198 DEBUG tempest.lib.common.rest_client [req-8d9af1c2-87ea-4faf-b651-bd7d29d4cb2d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-BgpvpnTest-test-network-518255978"}} Response - Headers: {'status': '201', u'content-length': '578', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:27:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8d9af1c2-87ea-4faf-b651-bd7d29d4cb2d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:27:58Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a","name":"tempest-BgpvpnTest-test-network-518255978"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:59.165 198 INFO tempest.lib.common.rest_client [req-66233ba6-140c-4374-bdc1-a2803199901d ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/subnets 0.524s 2018-08-29 07:27:59.165 198 DEBUG tempest.lib.common.rest_client [req-66233ba6-140c-4374-bdc1-a2803199901d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "network_id": "fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a", "cidr": "10.100.0.0/28", "gateway_ip": "10.100.0.1"}} Response - Headers: {'status': '201', u'content-length': '602', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets', u'date': 'Wed, 29 Aug 2018 07:27:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66233ba6-140c-4374-bdc1-a2803199901d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a","tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:27:58Z","dns_nameservers":[],"updated_at":"2018-08-29T07:27:58Z","gateway_ip":"10.100.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.0.0/28","project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"06005da5-4fb7-4fe5-81c8-aca36818c52a","subnetpool_id":null,"name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:27:59.816 198 INFO tempest.lib.common.rest_client [req-a3785224-7280-46c9-9270-a63656ba5bc7 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d7c16e24-2651-443b-80cf-05b6423e257b/network_associations 0.650s 2018-08-29 07:27:59.816 198 DEBUG tempest.lib.common.rest_client [req-a3785224-7280-46c9-9270-a63656ba5bc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d7c16e24-2651-443b-80cf-05b6423e257b/network_associations', u'date': 'Wed, 29 Aug 2018 07:27:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3785224-7280-46c9-9270-a63656ba5bc7'} Body: {"network_association": {"network_id": "fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a", "id": "d9e5dc1c-a0df-4a8a-ad97-2b075e62ebc8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:00.138 198 INFO tempest.lib.common.rest_client [req-92518d6a-d8be-447e-b55d-d6dae8a16d4f ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.322s 2018-08-29 07:28:00.138 198 DEBUG tempest.lib.common.rest_client [req-92518d6a-d8be-447e-b55d-d6dae8a16d4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--1628328648"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92518d6a-d8be-447e-b55d-d6dae8a16d4f'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "ad626b33-b174-4cea-bd71-2d83431b0c79", "name": "tempest-test-bgpvpn--1628328648", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:00.270 198 INFO tempest.lib.common.rest_client [req-b5e7b705-13b8-4d7f-822a-5144c978cbe2 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/routers 0.131s 2018-08-29 07:28:00.270 198 DEBUG tempest.lib.common.rest_client [req-b5e7b705-13b8-4d7f-822a-5144c978cbe2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {}, "name": "tempest-test-bgpvpn--288774690", "admin_state_up": false}} Response - Headers: {'status': '201', u'content-length': '418', 'content-location': 'http://172.30.9.24:9696/v2.0/routers', u'date': 'Wed, 29 Aug 2018 07:28:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b5e7b705-13b8-4d7f-822a-5144c978cbe2'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "created_at": "2018-08-29T07:28:00Z", "admin_state_up": false, "updated_at": "2018-08-29T07:28:00Z", "revision_number": 0, "routes": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "id": "9cf02066-b4b4-4a28-99ba-0b83ed5ed30b", "name": "tempest-test-bgpvpn--288774690"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:00.700 198 INFO tempest.lib.common.rest_client [req-fb5f95f9-6dd9-444f-9190-749069f72ed8 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ad626b33-b174-4cea-bd71-2d83431b0c79/router_associations 0.429s 2018-08-29 07:28:00.700 198 DEBUG tempest.lib.common.rest_client [req-fb5f95f9-6dd9-444f-9190-749069f72ed8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "9cf02066-b4b4-4a28-99ba-0b83ed5ed30b"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ad626b33-b174-4cea-bd71-2d83431b0c79/router_associations', u'date': 'Wed, 29 Aug 2018 07:28:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fb5f95f9-6dd9-444f-9190-749069f72ed8'} Body: {"router_association": {"router_id": "9cf02066-b4b4-4a28-99ba-0b83ed5ed30b", "id": "86b13a0e-3884-4571-a8d0-886a6c0b8057"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:02.543 198 INFO tempest.lib.common.rest_client [req-e02ca6fc-1391-4e92-a1ca-10dfebe95c53 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 409 PUT http://172.30.9.24:9696/v2.0/routers/9cf02066-b4b4-4a28-99ba-0b83ed5ed30b/add_router_interface 1.843s 2018-08-29 07:28:02.544 198 DEBUG tempest.lib.common.rest_client [req-e02ca6fc-1391-4e92-a1ca-10dfebe95c53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "06005da5-4fb7-4fe5-81c8-aca36818c52a"} Response - Headers: {'status': '409', u'content-length': '448', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/9cf02066-b4b4-4a28-99ba-0b83ed5ed30b/add_router_interface', u'date': 'Wed, 29 Aug 2018 07:28:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e02ca6fc-1391-4e92-a1ca-10dfebe95c53'} Body: {"NeutronError": {"message": "Error cannot perform router interface attachment due to Callback networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin._notify_adding_interface_to_router--9223372036854288639 failed with \"Bad bgpvpn request: It is not allowed to add an interface to a router if both the router and the network are bound to an L3 BGPVPN..\" while attempting the operation.", "type": "RouterInterfaceAttachmentConflict", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [4.624636s] ... ok 2018-08-29 07:28:02.881 198 INFO tempest.lib.common.rest_client [req-23999199-e8ba-4899-83ab-6239b5da6085 ] Request (BgpvpnTest:test_create_bgpvpn): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.335s 2018-08-29 07:28:02.882 198 DEBUG tempest.lib.common.rest_client [req-23999199-e8ba-4899-83ab-6239b5da6085 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--1817052309"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23999199-e8ba-4899-83ab-6239b5da6085'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "c1ea12a1-773a-4788-83c7-6a6593bb16d5", "name": "tempest-test-bgpvpn--1817052309", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "import_targets": [], "networks": [], "route_targets": [], "project_id": "f6bf687af48f44569caa4d657e45ecee", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.336964s] ... ok 2018-08-29 07:28:02.900 198 INFO tempest.lib.common.rest_client [req-1bf00f73-fd1c-4ed5-adb7-650dc72ba019 ] Request (BgpvpnTest:test_create_bgpvpn_as_non_admin_fail): 403 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.016s 2018-08-29 07:28:02.901 198 DEBUG tempest.lib.common.rest_client [req-1bf00f73-fd1c-4ed5-adb7-650dc72ba019 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--2143447398"}} Response - Headers: {'status': '403', u'content-length': '185', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bf00f73-fd1c-4ed5-adb7-650dc72ba019'} Body: {"NeutronError": {"message": "((rule:create_bgpvpn and rule:create_bgpvpn:name) and rule:create_bgpvpn:tenant_id) is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.018111s] ... ok 2018-08-29 07:28:03.059 198 INFO tempest.lib.common.rest_client [req-06b59749-f3cc-43ff-a7bc-561340b7b348 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.156s 2018-08-29 07:28:03.059 198 DEBUG tempest.lib.common.rest_client [req-06b59749-f3cc-43ff-a7bc-561340b7b348 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "testbgpvpn", "route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06b59749-f3cc-43ff-a7bc-561340b7b348'} Body: {"NeutronError": {"message": "Invalid input for route_targets. Reason: '0' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:03.225 198 INFO tempest.lib.common.rest_client [req-8e25f859-dfcd-4cbe-b85c-d12eedb53ebd ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.165s 2018-08-29 07:28:03.225 198 DEBUG tempest.lib.common.rest_client [req-8e25f859-dfcd-4cbe-b85c-d12eedb53ebd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": ["test", " "], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e25f859-dfcd-4cbe-b85c-d12eedb53ebd'} Body: {"NeutronError": {"message": "Invalid input for import_targets. Reason: 'test' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:03.382 198 INFO tempest.lib.common.rest_client [req-7b788f08-afe9-43c0-91db-8982deae006f ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.157s 2018-08-29 07:28:03.383 198 DEBUG tempest.lib.common.rest_client [req-7b788f08-afe9-43c0-91db-8982deae006f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "export_targets": ["64512:1000000000000", "xyz"], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b788f08-afe9-43c0-91db-8982deae006f'} Body: {"NeutronError": {"message": "Invalid input for export_targets. Reason: '64512:1000000000000' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.481158s] ... ok 2018-08-29 07:28:03.726 198 INFO tempest.lib.common.rest_client [req-3ad5a386-a897-4dde-8424-89911d7154a6 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.342s 2018-08-29 07:28:03.727 198 DEBUG tempest.lib.common.rest_client [req-3ad5a386-a897-4dde-8424-89911d7154a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--1403456970"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ad5a386-a897-4dde-8424-89911d7154a6'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "acb12a6a-b4be-47b1-b1b5-cbd96ba6bdc8", "name": "tempest-test-bgpvpn--1403456970", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:03.808 198 INFO tempest.lib.common.rest_client [req-46061f76-e942-4359-a706-73a23c09d270 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 403 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/acb12a6a-b4be-47b1-b1b5-cbd96ba6bdc8 0.080s 2018-08-29 07:28:03.808 198 DEBUG tempest.lib.common.rest_client [req-46061f76-e942-4359-a706-73a23c09d270 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '403', u'content-length': '120', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/acb12a6a-b4be-47b1-b1b5-cbd96ba6bdc8', u'date': 'Wed, 29 Aug 2018 07:28:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46061f76-e942-4359-a706-73a23c09d270'} Body: {"NeutronError": {"message": "rule:delete_bgpvpn is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.424679s] ... ok 2018-08-29 07:28:04.150 198 INFO tempest.lib.common.rest_client [req-aa52b9e3-7e92-4f58-8d3e-d29948a8f109 ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.341s 2018-08-29 07:28:04.150 198 DEBUG tempest.lib.common.rest_client [req-aa52b9e3-7e92-4f58-8d3e-d29948a8f109 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa52b9e3-7e92-4f58-8d3e-d29948a8f109'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "f3d9e606-6717-4276-9712-14b6f34f0ce2", "name": "testbgpvpn", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:04.411 198 INFO tempest.lib.common.rest_client [req-c48066ab-e98b-4da7-bbe5-7ea4b66cefbf ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.24:9696/v2.0/networks 0.260s 2018-08-29 07:28:04.411 198 DEBUG tempest.lib.common.rest_client [req-c48066ab-e98b-4da7-bbe5-7ea4b66cefbf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c48066ab-e98b-4da7-bbe5-7ea4b66cefbf'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:04Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"a7a38ecc-7069-4cfc-a508-68223bafaa31","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:05.432 198 INFO tempest.lib.common.rest_client [req-c8583e25-77e4-4ae6-bda5-72144e384044 ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/f3d9e606-6717-4276-9712-14b6f34f0ce2/network_associations 1.021s 2018-08-29 07:28:05.433 198 DEBUG tempest.lib.common.rest_client [req-c8583e25-77e4-4ae6-bda5-72144e384044 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a7a38ecc-7069-4cfc-a508-68223bafaa31"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/f3d9e606-6717-4276-9712-14b6f34f0ce2/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c8583e25-77e4-4ae6-bda5-72144e384044'} Body: {"network_association": {"network_id": "a7a38ecc-7069-4cfc-a508-68223bafaa31", "id": "0634125f-d75d-4eec-8867-6af05914bd64"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:05.632 198 INFO tempest.lib.common.rest_client [req-7a7e6737-4fc4-4301-9257-3b721a29a038 ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/f3d9e606-6717-4276-9712-14b6f34f0ce2/network_associations/78bf4384-cbc6-4c81-abfb-02cb74fcb63d 0.198s 2018-08-29 07:28:05.633 198 DEBUG tempest.lib.common.rest_client [req-7a7e6737-4fc4-4301-9257-3b721a29a038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/f3d9e606-6717-4276-9712-14b6f34f0ce2/network_associations/78bf4384-cbc6-4c81-abfb-02cb74fcb63d', u'date': 'Wed, 29 Aug 2018 07:28:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7a7e6737-4fc4-4301-9257-3b721a29a038'} Body: {"NeutronError": {"message": "BGPVPN network association 78bf4384-cbc6-4c81-abfb-02cb74fcb63d could not be found for BGPVPN f3d9e606-6717-4276-9712-14b6f34f0ce2", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:05.665 198 INFO tempest.lib.common.rest_client [req-ebade3ee-6341-4f19-8464-deee11f0876d ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/0db0322c-03eb-4ecb-8f73-eeb79bdec4be/network_associations/0634125f-d75d-4eec-8867-6af05914bd64 0.031s 2018-08-29 07:28:05.665 198 DEBUG tempest.lib.common.rest_client [req-ebade3ee-6341-4f19-8464-deee11f0876d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/0db0322c-03eb-4ecb-8f73-eeb79bdec4be/network_associations/0634125f-d75d-4eec-8867-6af05914bd64', u'date': 'Wed, 29 Aug 2018 07:28:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ebade3ee-6341-4f19-8464-deee11f0876d'} Body: {"NeutronError": {"message": "BGPVPN network association 0634125f-d75d-4eec-8867-6af05914bd64 could not be found for BGPVPN 0db0322c-03eb-4ecb-8f73-eeb79bdec4be", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.857020s] ... ok 2018-08-29 07:28:05.863 198 INFO tempest.lib.common.rest_client [req-9a71cc67-3c19-47a6-aba6-82a26d6dce14 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.196s 2018-08-29 07:28:05.863 198 DEBUG tempest.lib.common.rest_client [req-9a71cc67-3c19-47a6-aba6-82a26d6dce14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--494768679"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a71cc67-3c19-47a6-aba6-82a26d6dce14'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "f2d8572b-1a67-4c71-8f1e-29d39a67583a", "name": "tempest-test-bgpvpn--494768679", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:06.030 198 INFO tempest.lib.common.rest_client [req-dfc5e39c-6f68-4712-b3b0-fdc536ba9a92 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 200 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.167s 2018-08-29 07:28:06.031 198 DEBUG tempest.lib.common.rest_client [req-dfc5e39c-6f68-4712-b3b0-fdc536ba9a92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '15', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dfc5e39c-6f68-4712-b3b0-fdc536ba9a92'} Body: {"bgpvpns": []} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.365254s] ... ok 2018-08-29 07:28:06.342 198 INFO tempest.lib.common.rest_client [req-f163d56e-752d-4837-88cb-3dc4b3ba2180 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.309s 2018-08-29 07:28:06.342 198 DEBUG tempest.lib.common.rest_client [req-f163d56e-752d-4837-88cb-3dc4b3ba2180 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--315976903"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f163d56e-752d-4837-88cb-3dc4b3ba2180'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "7e4c293a-4dd7-434b-8122-d89943526c1d", "name": "tempest-test-bgpvpn--315976903", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:06.590 198 INFO tempest.lib.common.rest_client [req-d26de595-cd53-4ee1-8229-fb9d4c100171 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/networks 0.247s 2018-08-29 07:28:06.590 198 DEBUG tempest.lib.common.rest_client [req-d26de595-cd53-4ee1-8229-fb9d4c100171 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d26de595-cd53-4ee1-8229-fb9d4c100171'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:06Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"e605c231-0c92-4f97-a6f0-f3f76652a5aa","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:07.749 198 INFO tempest.lib.common.rest_client [req-5877583c-566c-4ad6-bca2-5a28390217bf ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/7e4c293a-4dd7-434b-8122-d89943526c1d/network_associations 1.157s 2018-08-29 07:28:07.749 198 DEBUG tempest.lib.common.rest_client [req-5877583c-566c-4ad6-bca2-5a28390217bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e605c231-0c92-4f97-a6f0-f3f76652a5aa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/7e4c293a-4dd7-434b-8122-d89943526c1d/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5877583c-566c-4ad6-bca2-5a28390217bf'} Body: {"network_association": {"network_id": "e605c231-0c92-4f97-a6f0-f3f76652a5aa", "id": "938550a9-78c0-4317-bd95-e49c56ffd1f9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:07.924 198 INFO tempest.lib.common.rest_client [req-661a9978-cdbc-4558-b5a1-1d120efe817b ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 200 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/7e4c293a-4dd7-434b-8122-d89943526c1d/network_associations 0.174s 2018-08-29 07:28:07.925 198 DEBUG tempest.lib.common.rest_client [req-661a9978-cdbc-4558-b5a1-1d120efe817b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '28', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/7e4c293a-4dd7-434b-8122-d89943526c1d/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-661a9978-cdbc-4558-b5a1-1d120efe817b'} Body: {"network_associations": []} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.893184s] ... ok 2018-08-29 07:28:08.248 198 INFO tempest.lib.common.rest_client [req-157e8d5f-af04-447b-930a-024d767a1065 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.321s 2018-08-29 07:28:08.248 198 DEBUG tempest.lib.common.rest_client [req-157e8d5f-af04-447b-930a-024d767a1065 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--2082034143"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-157e8d5f-af04-447b-930a-024d767a1065'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "0e7b86f3-0bdd-4411-8d26-810454d8b1cb", "name": "tempest-test-bgpvpn--2082034143", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:08.397 198 INFO tempest.lib.common.rest_client [req-ff70a5f2-8939-4786-acda-5cb90930e682 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 404 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/0e7b86f3-0bdd-4411-8d26-810454d8b1cb 0.149s 2018-08-29 07:28:08.397 198 DEBUG tempest.lib.common.rest_client [req-ff70a5f2-8939-4786-acda-5cb90930e682 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/0e7b86f3-0bdd-4411-8d26-810454d8b1cb', u'date': 'Wed, 29 Aug 2018 07:28:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff70a5f2-8939-4786-acda-5cb90930e682'} Body: {"NeutronError": {"message": "BGPVPN 0e7b86f3-0bdd-4411-8d26-810454d8b1cb could not be found", "type": "BGPVPNNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.472274s] ... ok 2018-08-29 07:28:08.582 198 INFO tempest.lib.common.rest_client [req-a4cb3066-4299-4a82-9418-173117661ad4 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.183s 2018-08-29 07:28:08.582 198 DEBUG tempest.lib.common.rest_client [req-a4cb3066-4299-4a82-9418-173117661ad4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--1859250765"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4cb3066-4299-4a82-9418-173117661ad4'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "9cd42a6a-bed3-4d57-aaad-10b98e5d65ad", "name": "tempest-test-bgpvpn--1859250765", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:08.961 198 INFO tempest.lib.common.rest_client [req-bf64ebfb-5d52-4b90-a66e-92e61fe1a985 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/networks 0.379s 2018-08-29 07:28:08.962 198 DEBUG tempest.lib.common.rest_client [req-bf64ebfb-5d52-4b90-a66e-92e61fe1a985 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf64ebfb-5d52-4b90-a66e-92e61fe1a985'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:08Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","id":"a2566c72-8697-47bf-92b4-b26ff0eca766","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:10.480 198 INFO tempest.lib.common.rest_client [req-0ac460ae-a084-45cf-af11-da4ba1445a44 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/9cd42a6a-bed3-4d57-aaad-10b98e5d65ad/network_associations 1.517s 2018-08-29 07:28:10.481 198 DEBUG tempest.lib.common.rest_client [req-0ac460ae-a084-45cf-af11-da4ba1445a44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2566c72-8697-47bf-92b4-b26ff0eca766"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/9cd42a6a-bed3-4d57-aaad-10b98e5d65ad/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ac460ae-a084-45cf-af11-da4ba1445a44'} Body: {"network_association": {"network_id": "a2566c72-8697-47bf-92b4-b26ff0eca766", "id": "76f6fb8a-6fa9-4a4e-87c9-c02a7cd226e1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:10.655 198 INFO tempest.lib.common.rest_client [req-116ef031-494d-4429-bdd4-24c6a8b4cbb0 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 404 GET http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/9cd42a6a-bed3-4d57-aaad-10b98e5d65ad/network_associations/76f6fb8a-6fa9-4a4e-87c9-c02a7cd226e1 0.173s 2018-08-29 07:28:10.655 198 DEBUG tempest.lib.common.rest_client [req-116ef031-494d-4429-bdd4-24c6a8b4cbb0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/9cd42a6a-bed3-4d57-aaad-10b98e5d65ad/network_associations/76f6fb8a-6fa9-4a4e-87c9-c02a7cd226e1', u'date': 'Wed, 29 Aug 2018 07:28:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-116ef031-494d-4429-bdd4-24c6a8b4cbb0'} Body: {"NeutronError": {"message": "BGPVPN network association 76f6fb8a-6fa9-4a4e-87c9-c02a7cd226e1 could not be found for BGPVPN 9cd42a6a-bed3-4d57-aaad-10b98e5d65ad", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.257361s] ... ok 2018-08-29 07:28:10.964 198 INFO tempest.lib.common.rest_client [req-1bfbfe6d-efc4-4795-8481-0789bba9636b ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-29 07:28:10.964 198 DEBUG tempest.lib.common.rest_client [req-1bfbfe6d-efc4-4795-8481-0789bba9636b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1bfbfe6d-efc4-4795-8481-0789bba9636b'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "167008c3-d712-42c0-a3d1-1156eb88228c", "name": "testbgpvpn", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": [], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:10.981 198 INFO tempest.lib.common.rest_client [req-a946f9f7-43d2-4c0a-ba9e-846c8edf9373 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/167008c3-d712-42c0-a3d1-1156eb88228c 0.016s 2018-08-29 07:28:10.981 198 DEBUG tempest.lib.common.rest_client [req-a946f9f7-43d2-4c0a-ba9e-846c8edf9373 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/167008c3-d712-42c0-a3d1-1156eb88228c', u'date': 'Wed, 29 Aug 2018 07:28:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a946f9f7-43d2-4c0a-ba9e-846c8edf9373'} Body: {"NeutronError": {"message": "Invalid input for route_targets. Reason: '0' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:11.132 198 INFO tempest.lib.common.rest_client [req-4c880d74-13b7-4c30-96a8-51dade633f6b ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/167008c3-d712-42c0-a3d1-1156eb88228c 0.151s 2018-08-29 07:28:11.133 198 DEBUG tempest.lib.common.rest_client [req-4c880d74-13b7-4c30-96a8-51dade633f6b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"import_targets": ["test", " "]}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/167008c3-d712-42c0-a3d1-1156eb88228c', u'date': 'Wed, 29 Aug 2018 07:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4c880d74-13b7-4c30-96a8-51dade633f6b'} Body: {"NeutronError": {"message": "Invalid input for import_targets. Reason: 'test' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:11.149 198 INFO tempest.lib.common.rest_client [req-9b550254-fd53-45fc-b43a-fbc911f5d3b8 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/167008c3-d712-42c0-a3d1-1156eb88228c 0.015s 2018-08-29 07:28:11.149 198 DEBUG tempest.lib.common.rest_client [req-9b550254-fd53-45fc-b43a-fbc911f5d3b8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"export_targets": ["64512:1000000000000", "xyz"]}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/167008c3-d712-42c0-a3d1-1156eb88228c', u'date': 'Wed, 29 Aug 2018 07:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b550254-fd53-45fc-b43a-fbc911f5d3b8'} Body: {"NeutronError": {"message": "Invalid input for export_targets. Reason: '64512:1000000000000' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.493580s] ... ok 2018-08-29 07:28:11.462 198 INFO tempest.lib.common.rest_client [req-fdcfa698-e050-4a25-9774-21b375dc7395 ] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.311s 2018-08-29 07:28:11.462 198 DEBUG tempest.lib.common.rest_client [req-fdcfa698-e050-4a25-9774-21b375dc7395 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1933182600"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fdcfa698-e050-4a25-9774-21b375dc7395'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "route_distinguishers": [], "routers": [], "id": "1afec755-fab0-4ce3-9cac-fe973083b376", "name": "tempest-test-bgpvpn--1933182600", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "import_targets": ["64512:2"], "networks": [], "route_targets": ["64512:1"], "project_id": "f6bf687af48f44569caa4d657e45ecee", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:11.868 198 INFO tempest.lib.common.rest_client [req-5c22002a-4fb5-4114-8f2b-16c60c248a07 ] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/1afec755-fab0-4ce3-9cac-fe973083b376 0.405s 2018-08-29 07:28:11.868 198 DEBUG tempest.lib.common.rest_client [req-5c22002a-4fb5-4114-8f2b-16c60c248a07 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/1afec755-fab0-4ce3-9cac-fe973083b376', u'date': 'Wed, 29 Aug 2018 07:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c22002a-4fb5-4114-8f2b-16c60c248a07'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.721803s] ... FAILED 2018-08-29 07:28:12.031 198 INFO tempest.lib.common.rest_client [req-5b721481-9600-4604-8d52-b24379a5bf09 ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.157s 2018-08-29 07:28:12.031 198 DEBUG tempest.lib.common.rest_client [req-5b721481-9600-4604-8d52-b24379a5bf09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "name": "tempest-test-bgpvpn--346522888", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '346', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b721481-9600-4604-8d52-b24379a5bf09'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "d657bc87-ea8e-4762-880c-14eebf36ed80", "name": "tempest-test-bgpvpn--346522888", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "import_targets": [], "networks": [], "route_targets": ["64512:1"], "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:12.119 198 INFO tempest.lib.common.rest_client [req-d8f15c38-9624-4d02-afdd-bccfccd36f51 ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 403 PUT http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d657bc87-ea8e-4762-880c-14eebf36ed80 0.087s 2018-08-29 07:28:12.119 198 DEBUG tempest.lib.common.rest_client [req-d8f15c38-9624-4d02-afdd-bccfccd36f51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:2"], "import_targets": ["64512:3"], "export_targets": ["64512:4"]}} Response - Headers: {'status': '403', u'content-length': '239', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d657bc87-ea8e-4762-880c-14eebf36ed80', u'date': 'Wed, 29 Aug 2018 07:28:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8f15c38-9624-4d02-afdd-bccfccd36f51'} Body: {"NeutronError": {"message": "(((rule:update_bgpvpn and rule:update_bgpvpn:export_targets) and rule:update_bgpvpn:import_targets) and rule:update_bgpvpn:route_targets) is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.246199s] ... ok 2018-08-29 07:28:12.281 198 INFO tempest.lib.common.rest_client [req-c5248e07-5648-42db-8869-9c65bdb30513 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0 0.161s 2018-08-29 07:28:12.281 198 DEBUG tempest.lib.common.rest_client [req-c5248e07-5648-42db-8869-9c65bdb30513 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/55b25748-fe97-4bf6-b75a-317ce4056ab0', u'date': 'Wed, 29 Aug 2018 07:28:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c5248e07-5648-42db-8869-9c65bdb30513'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:12.634 198 INFO tempest.lib.common.rest_client [req-7a507cb5-abd4-4dbf-b4bf-405545190cc6 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab 0.353s 2018-08-29 07:28:12.634 198 DEBUG tempest.lib.common.rest_client [req-7a507cb5-abd4-4dbf-b4bf-405545190cc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ca9d9a5d-d20f-40e5-887f-7659ea2392ab', u'date': 'Wed, 29 Aug 2018 07:28:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7a507cb5-abd4-4dbf-b4bf-405545190cc6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:13.084 198 INFO tempest.lib.common.rest_client [req-891fa031-635a-45fe-9459-830cd030254b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d7c16e24-2651-443b-80cf-05b6423e257b 0.450s 2018-08-29 07:28:13.084 198 DEBUG tempest.lib.common.rest_client [req-891fa031-635a-45fe-9459-830cd030254b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d7c16e24-2651-443b-80cf-05b6423e257b', u'date': 'Wed, 29 Aug 2018 07:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-891fa031-635a-45fe-9459-830cd030254b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:13.390 198 INFO tempest.lib.common.rest_client [req-ce538be3-1bc8-4c9a-9e89-a2a71970bad5 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ad626b33-b174-4cea-bd71-2d83431b0c79 0.305s 2018-08-29 07:28:13.390 198 DEBUG tempest.lib.common.rest_client [req-ce538be3-1bc8-4c9a-9e89-a2a71970bad5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ad626b33-b174-4cea-bd71-2d83431b0c79', u'date': 'Wed, 29 Aug 2018 07:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ce538be3-1bc8-4c9a-9e89-a2a71970bad5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:13.561 198 INFO tempest.lib.common.rest_client [req-9520406a-b3de-4bac-9cb9-88b164c07dbf ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/c1ea12a1-773a-4788-83c7-6a6593bb16d5 0.170s 2018-08-29 07:28:13.561 198 DEBUG tempest.lib.common.rest_client [req-9520406a-b3de-4bac-9cb9-88b164c07dbf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/c1ea12a1-773a-4788-83c7-6a6593bb16d5', u'date': 'Wed, 29 Aug 2018 07:28:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9520406a-b3de-4bac-9cb9-88b164c07dbf'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:14.017 198 INFO tempest.lib.common.rest_client [req-f3d58a00-8c47-4b25-bba1-4a26831b5513 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/acb12a6a-b4be-47b1-b1b5-cbd96ba6bdc8 0.455s 2018-08-29 07:28:14.017 198 DEBUG tempest.lib.common.rest_client [req-f3d58a00-8c47-4b25-bba1-4a26831b5513 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/acb12a6a-b4be-47b1-b1b5-cbd96ba6bdc8', u'date': 'Wed, 29 Aug 2018 07:28:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f3d58a00-8c47-4b25-bba1-4a26831b5513'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:14.178 198 INFO tempest.lib.common.rest_client [req-90d74a27-8dbb-408f-aeb2-f8c3cc4cdf60 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/f2d8572b-1a67-4c71-8f1e-29d39a67583a 0.161s 2018-08-29 07:28:14.179 198 DEBUG tempest.lib.common.rest_client [req-90d74a27-8dbb-408f-aeb2-f8c3cc4cdf60 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/f2d8572b-1a67-4c71-8f1e-29d39a67583a', u'date': 'Wed, 29 Aug 2018 07:28:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90d74a27-8dbb-408f-aeb2-f8c3cc4cdf60'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:14.741 198 INFO tempest.lib.common.rest_client [req-30befc8f-9f79-432b-b741-1e2474ff2c91 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/7e4c293a-4dd7-434b-8122-d89943526c1d 0.562s 2018-08-29 07:28:14.742 198 DEBUG tempest.lib.common.rest_client [req-30befc8f-9f79-432b-b741-1e2474ff2c91 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/7e4c293a-4dd7-434b-8122-d89943526c1d', u'date': 'Wed, 29 Aug 2018 07:28:14 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-30befc8f-9f79-432b-b741-1e2474ff2c91'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:15.210 198 INFO tempest.lib.common.rest_client [req-a31f6b18-643e-4521-85cd-a2b9a54145c7 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/0e7b86f3-0bdd-4411-8d26-810454d8b1cb 0.467s 2018-08-29 07:28:15.210 198 DEBUG tempest.lib.common.rest_client [req-a31f6b18-643e-4521-85cd-a2b9a54145c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/0e7b86f3-0bdd-4411-8d26-810454d8b1cb', u'date': 'Wed, 29 Aug 2018 07:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a31f6b18-643e-4521-85cd-a2b9a54145c7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:15.652 198 INFO tempest.lib.common.rest_client [req-94cb605f-da36-4689-ad72-cc1a0b378d51 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/9cd42a6a-bed3-4d57-aaad-10b98e5d65ad 0.442s 2018-08-29 07:28:15.653 198 DEBUG tempest.lib.common.rest_client [req-94cb605f-da36-4689-ad72-cc1a0b378d51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/9cd42a6a-bed3-4d57-aaad-10b98e5d65ad', u'date': 'Wed, 29 Aug 2018 07:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-94cb605f-da36-4689-ad72-cc1a0b378d51'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:15.814 198 INFO tempest.lib.common.rest_client [req-9ecb15cd-5d73-4a3f-bec0-a3b4e8ffa2d5 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/1afec755-fab0-4ce3-9cac-fe973083b376 0.160s 2018-08-29 07:28:15.814 198 DEBUG tempest.lib.common.rest_client [req-9ecb15cd-5d73-4a3f-bec0-a3b4e8ffa2d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/1afec755-fab0-4ce3-9cac-fe973083b376', u'date': 'Wed, 29 Aug 2018 07:28:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ecb15cd-5d73-4a3f-bec0-a3b4e8ffa2d5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:16.125 198 INFO tempest.lib.common.rest_client [req-b2036fd1-fcb8-4af4-b345-6731573585a4 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d657bc87-ea8e-4762-880c-14eebf36ed80 0.311s 2018-08-29 07:28:16.126 198 DEBUG tempest.lib.common.rest_client [req-b2036fd1-fcb8-4af4-b345-6731573585a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/d657bc87-ea8e-4762-880c-14eebf36ed80', u'date': 'Wed, 29 Aug 2018 07:28:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b2036fd1-fcb8-4af4-b345-6731573585a4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:16.306 198 INFO tempest.lib.common.rest_client [req-6ff68689-007d-41b4-89c8-5ffff92536f5 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/ports?device_id=9cf02066-b4b4-4a28-99ba-0b83ed5ed30b 0.179s 2018-08-29 07:28:16.306 198 DEBUG tempest.lib.common.rest_client [req-6ff68689-007d-41b4-89c8-5ffff92536f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '12', 'content-location': 'http://172.30.9.24:9696/v2.0/ports?device_id=9cf02066-b4b4-4a28-99ba-0b83ed5ed30b', u'date': 'Wed, 29 Aug 2018 07:28:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6ff68689-007d-41b4-89c8-5ffff92536f5'} Body: {"ports":[]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:16.573 198 INFO tempest.lib.common.rest_client [req-c1aba2f0-3c37-442b-94a6-3f41cf943e41 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/routers/9cf02066-b4b4-4a28-99ba-0b83ed5ed30b 0.267s 2018-08-29 07:28:16.574 198 DEBUG tempest.lib.common.rest_client [req-c1aba2f0-3c37-442b-94a6-3f41cf943e41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/9cf02066-b4b4-4a28-99ba-0b83ed5ed30b', u'date': 'Wed, 29 Aug 2018 07:28:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c1aba2f0-3c37-442b-94a6-3f41cf943e41'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:18.935 198 INFO tempest.lib.common.rest_client [req-10db8b62-f6f4-4bc9-b055-3eadb041f377 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/subnets/06005da5-4fb7-4fe5-81c8-aca36818c52a 2.360s 2018-08-29 07:28:18.935 198 DEBUG tempest.lib.common.rest_client [req-10db8b62-f6f4-4bc9-b055-3eadb041f377 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/06005da5-4fb7-4fe5-81c8-aca36818c52a', u'date': 'Wed, 29 Aug 2018 07:28:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-10db8b62-f6f4-4bc9-b055-3eadb041f377'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:20.605 198 INFO tempest.lib.common.rest_client [req-828e9a83-0851-45b0-bbea-524d23948649 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/networks/fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a 1.669s 2018-08-29 07:28:20.606 198 DEBUG tempest.lib.common.rest_client [req-828e9a83-0851-45b0-bbea-524d23948649 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/fb93f3ad-0481-45cd-acbd-4b1e7bf0c62a', u'date': 'Wed, 29 Aug 2018 07:28:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-828e9a83-0851-45b0-bbea-524d23948649'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:20.850 198 INFO tempest.lib.common.rest_client [req-6059ea78-faeb-4370-8b05-2347c35f352b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/b6bdd1579a94474a8a3bebeae3c55810 0.243s 2018-08-29 07:28:20.851 198 DEBUG tempest.lib.common.rest_client [req-6059ea78-faeb-4370-8b05-2347c35f352b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/b6bdd1579a94474a8a3bebeae3c55810', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:20 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-6059ea78-faeb-4370-8b05-2347c35f352b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:21.204 198 INFO tempest.lib.common.rest_client [req-e284a1a1-a688-4a49-9b72-172786340d2e ] Request (BgpvpnTest:tearDownClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:28:21.204 198 DEBUG tempest.lib.common.rest_client [req-e284a1a1-a688-4a49-9b72-172786340d2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8786', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e284a1a1-a688-4a49-9b72-172786340d2e'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:28:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "public", "id": "33acfdf1ed _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:21.563 198 INFO tempest.lib.common.rest_client [req-33c713a3-890b-444f-a686-6062093f8115 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/security-groups?tenant_id=f6bf687af48f44569caa4d657e45ecee&name=default 0.357s 2018-08-29 07:28:21.563 198 DEBUG tempest.lib.common.rest_client [req-33c713a3-890b-444f-a686-6062093f8115 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups?tenant_id=f6bf687af48f44569caa4d657e45ecee&name=default', u'date': 'Wed, 29 Aug 2018 07:28:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33c713a3-890b-444f-a686-6062093f8115'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "created_at": "2018-08-29T07:28:21Z", "updated_at": "2018-08-29T07:28:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:21Z", "revision_number": 0, "id": "c3e90874-8921-40e8-bce3-464499e06b82", "remote_group_id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:21Z", "security_group_id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6bf687af48f44569caa4d657e45ecee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:21Z", "revision_number": 0, "id": "c434b37c-8fe1-4ea3-be38-c195df30526b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:21Z", "security_group_id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "port_range_min": null, "ethertype": "IPv4", "project_id": "f6bf687af48f44569caa4d657e45ecee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:21Z", "revision_number": 0, "id": "c7b83617-dcd9-4852-b0e3-7aa64e52dbcc", "remote_group_id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:21Z", "security_group_id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6bf687af48f44569caa4d657e45ecee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:21Z", "revision_number": 0, "id": "fc4e0610-8b3b-4b56-a19f-f4b6a6cc0f01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:21Z", "security_group_id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "port_range_min": null, "ethertype": "IPv6", "project_id": "f6bf687af48f44569caa4d657e45ecee"}], "revision_number": 4, "project_id": "f6bf687af48f44569caa4d657e45ecee", "id": "96c24548-bde9-43b8-8f2d-0cb2793fa8e6", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:21.873 198 INFO tempest.lib.common.rest_client [req-8d663e08-b252-4cf7-9fd8-eb80c813f4a2 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/96c24548-bde9-43b8-8f2d-0cb2793fa8e6 0.308s 2018-08-29 07:28:21.873 198 DEBUG tempest.lib.common.rest_client [req-8d663e08-b252-4cf7-9fd8-eb80c813f4a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/96c24548-bde9-43b8-8f2d-0cb2793fa8e6', u'date': 'Wed, 29 Aug 2018 07:28:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8d663e08-b252-4cf7-9fd8-eb80c813f4a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:22.069 198 INFO tempest.lib.common.rest_client [req-ec2bd1d3-557b-4104-97dd-866664703d26 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/f6bf687af48f44569caa4d657e45ecee 0.195s 2018-08-29 07:28:22.069 198 DEBUG tempest.lib.common.rest_client [req-ec2bd1d3-557b-4104-97dd-866664703d26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/f6bf687af48f44569caa4d657e45ecee', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:21 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-ec2bd1d3-557b-4104-97dd-866664703d26'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:22.267 198 INFO tempest.lib.common.rest_client [req-dd96379f-c94c-446e-9810-54deb43ef9f5 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/3339633cf0d24e8083a221f42b535264 0.198s 2018-08-29 07:28:22.267 198 DEBUG tempest.lib.common.rest_client [req-dd96379f-c94c-446e-9810-54deb43ef9f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/3339633cf0d24e8083a221f42b535264', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:22 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-dd96379f-c94c-446e-9810-54deb43ef9f5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:22.638 198 INFO tempest.lib.common.rest_client [req-53712977-7760-4617-817a-01ae118ba5ca ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/security-groups?tenant_id=37cac379d9b443309844e6354e4d27bc&name=default 0.370s 2018-08-29 07:28:22.638 198 DEBUG tempest.lib.common.rest_client [req-53712977-7760-4617-817a-01ae118ba5ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups?tenant_id=37cac379d9b443309844e6354e4d27bc&name=default', u'date': 'Wed, 29 Aug 2018 07:28:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-53712977-7760-4617-817a-01ae118ba5ca'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37cac379d9b443309844e6354e4d27bc", "created_at": "2018-08-29T07:28:22Z", "updated_at": "2018-08-29T07:28:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:22Z", "revision_number": 0, "id": "543bcc3e-2b24-444d-8955-2b3b4bf06e94", "remote_group_id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:22Z", "security_group_id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "tenant_id": "37cac379d9b443309844e6354e4d27bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "37cac379d9b443309844e6354e4d27bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:22Z", "revision_number": 0, "id": "aa3bdb75-c14b-4abd-ac2c-dfc81809b153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:22Z", "security_group_id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "tenant_id": "37cac379d9b443309844e6354e4d27bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "37cac379d9b443309844e6354e4d27bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:22Z", "revision_number": 0, "id": "c8bed940-6416-48d3-8f58-00a1cd8b419a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:22Z", "security_group_id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "tenant_id": "37cac379d9b443309844e6354e4d27bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "37cac379d9b443309844e6354e4d27bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:22Z", "revision_number": 0, "id": "decbce44-3fd3-4b42-ba95-5f98eeea494d", "remote_group_id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:22Z", "security_group_id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "tenant_id": "37cac379d9b443309844e6354e4d27bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "37cac379d9b443309844e6354e4d27bc"}], "revision_number": 4, "project_id": "37cac379d9b443309844e6354e4d27bc", "id": "15e8ae60-4280-4b74-88d7-8764c3f58a54", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:23.047 198 INFO tempest.lib.common.rest_client [req-a4be8f38-525c-46f2-87e8-c379e289f43c ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/15e8ae60-4280-4b74-88d7-8764c3f58a54 0.408s 2018-08-29 07:28:23.047 198 DEBUG tempest.lib.common.rest_client [req-a4be8f38-525c-46f2-87e8-c379e289f43c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/15e8ae60-4280-4b74-88d7-8764c3f58a54', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a4be8f38-525c-46f2-87e8-c379e289f43c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:23.205 198 INFO tempest.lib.common.rest_client [req-ea36a138-ad59-4cfa-b74b-5cdac731a325 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/37cac379d9b443309844e6354e4d27bc 0.158s 2018-08-29 07:28:23.205 198 DEBUG tempest.lib.common.rest_client [req-ea36a138-ad59-4cfa-b74b-5cdac731a325 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/37cac379d9b443309844e6354e4d27bc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-ea36a138-ad59-4cfa-b74b-5cdac731a325'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:23.423 198 INFO tempest.lib.common.rest_client [req-a19dbcff-6a3c-4138-9a78-faa4acb19d04 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/ec479a11a6d046e58786f65fbc96ee51 0.217s 2018-08-29 07:28:23.423 198 DEBUG tempest.lib.common.rest_client [req-a19dbcff-6a3c-4138-9a78-faa4acb19d04 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/ec479a11a6d046e58786f65fbc96ee51', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-a19dbcff-6a3c-4138-9a78-faa4acb19d04'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:23.471 198 INFO tempest.lib.common.rest_client [req-7f04bd57-83ab-47de-be16-46adbb690b46 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/security-groups?tenant_id=0f6adf5e8f364cdaa2d80d8152973749&name=default 0.048s 2018-08-29 07:28:23.472 198 DEBUG tempest.lib.common.rest_client [req-7f04bd57-83ab-47de-be16-46adbb690b46 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups?tenant_id=0f6adf5e8f364cdaa2d80d8152973749&name=default', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7f04bd57-83ab-47de-be16-46adbb690b46'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "created_at": "2018-08-29T07:27:51Z", "updated_at": "2018-08-29T07:27:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:27:51Z", "revision_number": 0, "id": "120fc3fd-3f23-4ce2-aba6-f455a081ef2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:27:51Z", "security_group_id": "3920150e-2147-4a09-b5c7-60425bfeb478", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f6adf5e8f364cdaa2d80d8152973749"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:27:51Z", "revision_number": 0, "id": "3646bf1c-ba81-4056-aeb1-fea52e070253", "remote_group_id": "3920150e-2147-4a09-b5c7-60425bfeb478", "remote_ip_prefix": null, "created_at": "2018-08-29T07:27:51Z", "security_group_id": "3920150e-2147-4a09-b5c7-60425bfeb478", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f6adf5e8f364cdaa2d80d8152973749"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:27:51Z", "revision_number": 0, "id": "4f66ebc0-281d-4dc0-b99e-a27c85cdf3d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:27:51Z", "security_group_id": "3920150e-2147-4a09-b5c7-60425bfeb478", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f6adf5e8f364cdaa2d80d8152973749"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:27:51Z", "revision_number": 0, "id": "abf8c023-47b4-4cef-887c-4fd75be02c20", "remote_group_id": "3920150e-2147-4a09-b5c7-60425bfeb478", "remote_ip_prefix": null, "created_at": "2018-08-29T07:27:51Z", "security_group_id": "3920150e-2147-4a09-b5c7-60425bfeb478", "tenant_id": "0f6adf5e8f364cdaa2d80d8152973749", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f6adf5e8f364cdaa2d80d8152973749"}], "revision_number": 4, "project_id": "0f6adf5e8f364cdaa2d80d8152973749", "id": "3920150e-2147-4a09-b5c7-60425bfeb478", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:23.826 198 INFO tempest.lib.common.rest_client [req-4fc1f8a3-2078-4087-afdc-cab106f40c18 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/3920150e-2147-4a09-b5c7-60425bfeb478 0.354s 2018-08-29 07:28:23.826 198 DEBUG tempest.lib.common.rest_client [req-4fc1f8a3-2078-4087-afdc-cab106f40c18 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/3920150e-2147-4a09-b5c7-60425bfeb478', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4fc1f8a3-2078-4087-afdc-cab106f40c18'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:23.997 198 INFO tempest.lib.common.rest_client [req-4d611591-a638-4dff-9ac1-9c7b762c6b7e ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/0f6adf5e8f364cdaa2d80d8152973749 0.170s 2018-08-29 07:28:23.997 198 DEBUG tempest.lib.common.rest_client [req-4d611591-a638-4dff-9ac1-9c7b762c6b7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/0f6adf5e8f364cdaa2d80d8152973749', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4d611591-a638-4dff-9ac1-9c7b762c6b7e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:24.372 198 INFO tempest.lib.common.rest_client [req-bff3f691-d468-4f23-95f0-ee83aa0ce740 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:28:24.372 198 DEBUG tempest.lib.common.rest_client [req-bff3f691-d468-4f23-95f0-ee83aa0ce740 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8786', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bff3f691-d468-4f23-95f0-ee83aa0ce740'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "public", "id": "33acfdf1ed _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:24.749 198 INFO tempest.lib.common.rest_client [req-482e21e9-3089-4cc4-9f68-58da12d0362b ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:28:24.749 198 DEBUG tempest.lib.common.rest_client [req-482e21e9-3089-4cc4-9f68-58da12d0362b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8786', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-482e21e9-3089-4cc4-9f68-58da12d0362b'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "public", "id": "33acfdf1ed _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:24.826 198 INFO tempest.lib.common.rest_client [req-93a6345f-6770-448c-b5b9-722c293327cf ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/domains?name=Default 0.076s 2018-08-29 07:28:24.826 198 DEBUG tempest.lib.common.rest_client [req-93a6345f-6770-448c-b5b9-722c293327cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '272', 'content-location': 'http://192.30.9.5:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93a6345f-6770-448c-b5b9-722c293327cf'} Body: {"domains": [{"links": {"self": "http://192.30.9.5:35357/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://192.30.9.5:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:24.927 198 INFO tempest.lib.common.rest_client [req-f0cbc0ae-27f0-4e55-890d-7416aa83ae80 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.100s 2018-08-29 07:28:24.927 198 DEBUG tempest.lib.common.rest_client [req-f0cbc0ae-27f0-4e55-890d-7416aa83ae80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1760651137-desc", "name": "tempest-TestBGPVPNBasic-1760651137", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0cbc0ae-27f0-4e55-890d-7416aa83ae80'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1760651137-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/58a72915e2994d19a1afef57058ad7b4"}, "enabled": true, "id": "58a72915e2994d19a1afef57058ad7b4", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1760651137"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:25.275 198 INFO tempest.lib.common.rest_client [req-61181d51-441e-404c-b09e-75323e4d0569 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.347s 2018-08-29 07:28:25.275 198 DEBUG tempest.lib.common.rest_client [req-61181d51-441e-404c-b09e-75323e4d0569 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "E8%0JC8QidRg7NV", "project_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-TestBGPVPNBasic-1760651137", "email": "tempest-TestBGPVPNBasic-409377131@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61181d51-441e-404c-b09e-75323e4d0569'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1760651137", "links": {"self": "http://192.30.9.5:35357/v3/users/b045b6d1486344e984fc7714ddd950e7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b045b6d1486344e984fc7714ddd950e7", "project_id": "58a72915e2994d19a1afef57058ad7b4", "email": "tempest-TestBGPVPNBasic-409377131@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:25.353 198 INFO tempest.lib.common.rest_client [req-877a348f-6339-4585-8d26-3047afe69066 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.078s 2018-08-29 07:28:25.354 198 DEBUG tempest.lib.common.rest_client [req-877a348f-6339-4585-8d26-3047afe69066 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-877a348f-6339-4585-8d26-3047afe69066'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:25.443 198 INFO tempest.lib.common.rest_client [req-5e923874-1aa2-4add-80a4-5023c906bab5 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.088s 2018-08-29 07:28:25.443 198 DEBUG tempest.lib.common.rest_client [req-5e923874-1aa2-4add-80a4-5023c906bab5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e923874-1aa2-4add-80a4-5023c906bab5'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:25.552 198 INFO tempest.lib.common.rest_client [req-41b0a665-8777-4d9c-91a0-7073c23b9035 ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/58a72915e2994d19a1afef57058ad7b4/users/b045b6d1486344e984fc7714ddd950e7/roles/23977c43a31b439da6b871e78cd54a1d 0.109s 2018-08-29 07:28:25.553 198 DEBUG tempest.lib.common.rest_client [req-41b0a665-8777-4d9c-91a0-7073c23b9035 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/58a72915e2994d19a1afef57058ad7b4/users/b045b6d1486344e984fc7714ddd950e7/roles/23977c43a31b439da6b871e78cd54a1d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:25 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-41b0a665-8777-4d9c-91a0-7073c23b9035'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:25.553 198 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1760651137', 'project_name': u'tempest-TestBGPVPNBasic-1760651137', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'58a72915e2994d19a1afef57058ad7b4', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1760651137', 'user_id': u'b045b6d1486344e984fc7714ddd950e7', 'project_id': u'58a72915e2994d19a1afef57058ad7b4', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:28:25.553 198 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1760651137', 'project_name': u'tempest-TestBGPVPNBasic-1760651137', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'58a72915e2994d19a1afef57058ad7b4', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1760651137', 'user_id': u'b045b6d1486344e984fc7714ddd950e7', 'project_id': u'58a72915e2994d19a1afef57058ad7b4', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:28:25.909 198 INFO tempest.lib.common.rest_client [req-c90b95bb-0638-4c0a-b3a4-af8371bcc1d5 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:28:25.910 198 DEBUG tempest.lib.common.rest_client [req-c90b95bb-0638-4c0a-b3a4-af8371bcc1d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8845', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c90b95bb-0638-4c0a-b3a4-af8371bcc1d5'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23977c43a31b439da6b871e78cd54a1d", "name": "Member"}], "expires_at": "2018-08-29T08:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-TestBGPVPNBasic-1760651137"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/58a72915e2994d19a1afef57058ad7b4", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/58a72915e2994d19a1afef57058ad7b4", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/58a72915e2994d19a1afef57058ad7b4", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/58a72915e2994d19a1afef57058ad7b4", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/58a72915e2994d19a1afef57058ad7b4", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/58a72915e2994d19a1afef57058ad7b4", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:26.005 198 INFO tempest.lib.common.rest_client [req-b2bb81b7-433e-4e10-9a5f-de0c45b59f48 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.094s 2018-08-29 07:28:26.005 198 DEBUG tempest.lib.common.rest_client [req-b2bb81b7-433e-4e10-9a5f-de0c45b59f48 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1179367162-desc", "name": "tempest-TestBGPVPNBasic-1179367162", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2bb81b7-433e-4e10-9a5f-de0c45b59f48'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1179367162-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/b18a0f7bd5954121952c400cb20f689e"}, "enabled": true, "id": "b18a0f7bd5954121952c400cb20f689e", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1179367162"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:26.366 198 INFO tempest.lib.common.rest_client [req-e3548309-78be-41c3-be15-1d8b9dcef28e ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.361s 2018-08-29 07:28:26.367 198 DEBUG tempest.lib.common.rest_client [req-e3548309-78be-41c3-be15-1d8b9dcef28e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "G1#EkDZRYLBuJXw", "project_id": "b18a0f7bd5954121952c400cb20f689e", "name": "tempest-TestBGPVPNBasic-1179367162", "email": "tempest-TestBGPVPNBasic-1853141931@example.com"}} Response - Headers: {'status': '201', u'content-length': '380', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e3548309-78be-41c3-be15-1d8b9dcef28e'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1179367162", "links": {"self": "http://192.30.9.5:35357/v3/users/b545645844134929a38fed0edd2b37b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b545645844134929a38fed0edd2b37b4", "project_id": "b18a0f7bd5954121952c400cb20f689e", "email": "tempest-TestBGPVPNBasic-1853141931@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:26.442 198 INFO tempest.lib.common.rest_client [req-3f775b29-5eb6-4d0b-9e14-51206209837f ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.075s 2018-08-29 07:28:26.442 198 DEBUG tempest.lib.common.rest_client [req-3f775b29-5eb6-4d0b-9e14-51206209837f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f775b29-5eb6-4d0b-9e14-51206209837f'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:26.571 198 INFO tempest.lib.common.rest_client [req-d99c0c7d-3bd7-4df6-8369-511e54b5b19a ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/b18a0f7bd5954121952c400cb20f689e/users/b545645844134929a38fed0edd2b37b4/roles/a460152930ef4d1a8287ffc269a5335d 0.129s 2018-08-29 07:28:26.571 198 DEBUG tempest.lib.common.rest_client [req-d99c0c7d-3bd7-4df6-8369-511e54b5b19a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/b18a0f7bd5954121952c400cb20f689e/users/b545645844134929a38fed0edd2b37b4/roles/a460152930ef4d1a8287ffc269a5335d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:26 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d99c0c7d-3bd7-4df6-8369-511e54b5b19a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:26.572 198 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1179367162', 'project_name': u'tempest-TestBGPVPNBasic-1179367162', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b18a0f7bd5954121952c400cb20f689e', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1179367162', 'user_id': u'b545645844134929a38fed0edd2b37b4', 'project_id': u'b18a0f7bd5954121952c400cb20f689e', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:28:26.572 198 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1179367162', 'project_name': u'tempest-TestBGPVPNBasic-1179367162', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b18a0f7bd5954121952c400cb20f689e', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1179367162', 'user_id': u'b545645844134929a38fed0edd2b37b4', 'project_id': u'b18a0f7bd5954121952c400cb20f689e', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:28:26.930 198 INFO tempest.lib.common.rest_client [req-5017ae09-da9e-423e-9c8d-3ec3138c764d ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:28:26.931 198 DEBUG tempest.lib.common.rest_client [req-5017ae09-da9e-423e-9c8d-3ec3138c764d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8844', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5017ae09-da9e-423e-9c8d-3ec3138c764d'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:28:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b18a0f7bd5954121952c400cb20f689e", "name": "tempest-TestBGPVPNBasic-1179367162"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/b18a0f7bd5954121952c400cb20f689e", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/b18a0f7bd5954121952c400cb20f689e", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/b18a0f7bd5954121952c400cb20f689e", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/b18a0f7bd5954121952c400cb20f689e", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/b18a0f7bd5954121952c400cb20f689e", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/b18a0f7bd5954121952c400cb20f689e", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface" _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:27.035 198 INFO tempest.lib.common.rest_client [req-aa45bc85-2910-42c8-8532-f8742a011dde ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/projects 0.103s 2018-08-29 07:28:27.035 198 DEBUG tempest.lib.common.rest_client [req-aa45bc85-2910-42c8-8532-f8742a011dde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1289063816-desc", "name": "tempest-TestBGPVPNBasic-1289063816", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.5:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa45bc85-2910-42c8-8532-f8742a011dde'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1289063816-desc", "links": {"self": "http://192.30.9.5:35357/v3/projects/4a6dec662b9a487aa1b3974eb9db0736"}, "enabled": true, "id": "4a6dec662b9a487aa1b3974eb9db0736", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1289063816"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:27.389 198 INFO tempest.lib.common.rest_client [req-a5d9bc9f-e4a0-4b73-a5ce-590ddb513ca6 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.5:35357/v3/users 0.353s 2018-08-29 07:28:27.390 198 DEBUG tempest.lib.common.rest_client [req-a5d9bc9f-e4a0-4b73-a5ce-590ddb513ca6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "F6&aYu2Fu^KarsQ", "project_id": "4a6dec662b9a487aa1b3974eb9db0736", "name": "tempest-TestBGPVPNBasic-1289063816", "email": "tempest-TestBGPVPNBasic-170383382@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.5:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5d9bc9f-e4a0-4b73-a5ce-590ddb513ca6'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1289063816", "links": {"self": "http://192.30.9.5:35357/v3/users/654db1a8acf847ed986fc83caa1b8d59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "654db1a8acf847ed986fc83caa1b8d59", "project_id": "4a6dec662b9a487aa1b3974eb9db0736", "email": "tempest-TestBGPVPNBasic-170383382@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:27.467 198 INFO tempest.lib.common.rest_client [req-0f473fee-6129-424a-9ad5-93c332d64986 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.077s 2018-08-29 07:28:27.468 198 DEBUG tempest.lib.common.rest_client [req-0f473fee-6129-424a-9ad5-93c332d64986 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f473fee-6129-424a-9ad5-93c332d64986'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:27.554 198 INFO tempest.lib.common.rest_client [req-9b8a4985-dfb2-471d-85b7-f54436c3911f ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.5:35357/v3/roles 0.086s 2018-08-29 07:28:27.555 198 DEBUG tempest.lib.common.rest_client [req-9b8a4985-dfb2-471d-85b7-f54436c3911f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '960', 'content-location': 'http://192.30.9.5:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b8a4985-dfb2-471d-85b7-f54436c3911f'} Body: {"links": {"self": "http://192.30.9.5:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "012d65348e044b4695c77d689f6b0825", "links": {"self": "http://192.30.9.5:35357/v3/roles/012d65348e044b4695c77d689f6b0825"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "23977c43a31b439da6b871e78cd54a1d", "links": {"self": "http://192.30.9.5:35357/v3/roles/23977c43a31b439da6b871e78cd54a1d"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.5:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a460152930ef4d1a8287ffc269a5335d", "links": {"self": "http://192.30.9.5:35357/v3/roles/a460152930ef4d1a8287ffc269a5335d"}, "name": "admin"}, {"domain_id": null, "id": "dcf803ea257541b99761a6dabf0ec161", "links": {"self": "http://192.30.9.5:35357/v3/roles/dcf803ea257541b99761a6dabf0ec161"}, "name": "heat_stack_user"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:27.672 198 INFO tempest.lib.common.rest_client [req-7503db07-3d06-4af5-a558-0c5f6c3e5f5e ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.5:35357/v3/projects/4a6dec662b9a487aa1b3974eb9db0736/users/654db1a8acf847ed986fc83caa1b8d59/roles/23977c43a31b439da6b871e78cd54a1d 0.117s 2018-08-29 07:28:27.672 198 DEBUG tempest.lib.common.rest_client [req-7503db07-3d06-4af5-a558-0c5f6c3e5f5e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/4a6dec662b9a487aa1b3974eb9db0736/users/654db1a8acf847ed986fc83caa1b8d59/roles/23977c43a31b439da6b871e78cd54a1d', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:27 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-7503db07-3d06-4af5-a558-0c5f6c3e5f5e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:27.673 198 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1289063816', 'project_name': u'tempest-TestBGPVPNBasic-1289063816', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'4a6dec662b9a487aa1b3974eb9db0736', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1289063816', 'user_id': u'654db1a8acf847ed986fc83caa1b8d59', 'project_id': u'4a6dec662b9a487aa1b3974eb9db0736', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:28:27.673 198 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1289063816', 'project_name': u'tempest-TestBGPVPNBasic-1289063816', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'4a6dec662b9a487aa1b3974eb9db0736', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1289063816', 'user_id': u'654db1a8acf847ed986fc83caa1b8d59', 'project_id': u'4a6dec662b9a487aa1b3974eb9db0736', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-29 07:28:28.038 198 INFO tempest.lib.common.rest_client [req-5081d870-8f0f-46c7-8f82-ea7989e24795 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:28:28.038 198 DEBUG tempest.lib.common.rest_client [req-5081d870-8f0f-46c7-8f82-ea7989e24795 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8845', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:28:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5081d870-8f0f-46c7-8f82-ea7989e24795'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23977c43a31b439da6b871e78cd54a1d", "name": "Member"}], "expires_at": "2018-08-29T08:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a6dec662b9a487aa1b3974eb9db0736", "name": "tempest-TestBGPVPNBasic-1289063816"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/4a6dec662b9a487aa1b3974eb9db0736", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/4a6dec662b9a487aa1b3974eb9db0736", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/4a6dec662b9a487aa1b3974eb9db0736", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/4a6dec662b9a487aa1b3974eb9db0736", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/4a6dec662b9a487aa1b3974eb9db0736", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/4a6dec662b9a487aa1b3974eb9db0736", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:28.659 198 INFO tempest.lib.common.rest_client [req-a27aea84-140b-4ac1-985c-6fba6027a036 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-groups 0.619s 2018-08-29 07:28:28.660 198 DEBUG tempest.lib.common.rest_client [req-a27aea84-140b-4ac1-985c-6fba6027a036 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "description": "tempest-secgroup-smoke-2146996300 description", "name": "tempest-secgroup-smoke-2146996300"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups', u'date': 'Wed, 29 Aug 2018 07:28:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a27aea84-140b-4ac1-985c-6fba6027a036'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2146996300 description", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:28Z", "updated_at": "2018-08-29T07:28:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "92e3ce8d-968f-42de-b9d5-b80ddd679fe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "58a72915e2994d19a1afef57058ad7b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "c44e82b9-37b5-44de-9a1c-6e2641e8fe83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "58a72915e2994d19a1afef57058ad7b4"}], "revision_number": 2, "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "name": "tempest-secgroup-smoke-2146996300"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:29.061 198 INFO tempest.lib.common.rest_client [req-47d03333-006b-46ec-b534-acb8903484e3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.400s 2018-08-29 07:28:29.061 198 DEBUG tempest.lib.common.rest_client [req-47d03333-006b-46ec-b534-acb8903484e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_max": 22, "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47d03333-006b-46ec-b534-acb8903484e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T07:28:28Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:28Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "19ad6dea-5cfb-4a95-a598-253b56b6029e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:29.420 198 INFO tempest.lib.common.rest_client [req-ae40bfcc-dfb6-4cf5-9bc4-b49babeded13 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.359s 2018-08-29 07:28:29.421 198 DEBUG tempest.lib.common.rest_client [req-ae40bfcc-dfb6-4cf5-9bc4-b49babeded13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_max": 22, "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae40bfcc-dfb6-4cf5-9bc4-b49babeded13'} 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-08-29T07:28:29Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:29Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "6173b910-31b7-44b7-96e7-38dc2ea199a2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:29.742 198 INFO tempest.lib.common.rest_client [req-d497f3a2-1dd8-4dd6-9b84-d85fee99500e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.321s 2018-08-29 07:28:29.742 198 DEBUG tempest.lib.common.rest_client [req-d497f3a2-1dd8-4dd6-9b84-d85fee99500e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "ingress", "protocol": "icmp", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d497f3a2-1dd8-4dd6-9b84-d85fee99500e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:29Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:29Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "214f93ca-9cbd-4dcb-bf89-440336c1e996"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:30.060 198 INFO tempest.lib.common.rest_client [req-674c4e65-36b9-447f-a313-a4470e2ebf4c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.317s 2018-08-29 07:28:30.061 198 DEBUG tempest.lib.common.rest_client [req-674c4e65-36b9-447f-a313-a4470e2ebf4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "egress", "protocol": "icmp", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-674c4e65-36b9-447f-a313-a4470e2ebf4c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:29Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:29Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "496dffa4-8c61-4893-9c80-f3d4b4372318"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:30.367 198 INFO tempest.lib.common.rest_client [req-25718d9c-c0c3-4d9c-b678-8880cf6d14e4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.305s 2018-08-29 07:28:30.367 198 DEBUG tempest.lib.common.rest_client [req-25718d9c-c0c3-4d9c-b678-8880cf6d14e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "ingress", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25718d9c-c0c3-4d9c-b678-8880cf6d14e4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:30Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:30Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "dd377767-f1ca-4b70-96fe-21de0b4e95f7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:30.701 198 INFO tempest.lib.common.rest_client [req-02f14d33-b83a-49dc-87ee-a9de6f49d326 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.333s 2018-08-29 07:28:30.701 198 DEBUG tempest.lib.common.rest_client [req-02f14d33-b83a-49dc-87ee-a9de6f49d326 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "egress", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02f14d33-b83a-49dc-87ee-a9de6f49d326'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:30Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:30Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "dc06d6ba-6565-4e31-861a-dcea8b2bbb8c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:31.089 198 INFO tempest.lib.common.rest_client [req-48656962-7673-46e7-acfe-0badfa63511d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/networks 0.387s 2018-08-29 07:28:31.089 198 DEBUG tempest.lib.common.rest_client [req-48656962-7673-46e7-acfe-0badfa63511d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-network-A-1653167087"}} Response - Headers: {'status': '201', u'content-length': '565', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48656962-7673-46e7-acfe-0badfa63511d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","id":"6d79fdd6-f6db-459a-ade8-a3320d410e7e","name":"tempest-network-A-1653167087"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:31.776 198 INFO tempest.lib.common.rest_client [req-e1420ebf-54b5-4d80-81cf-2c463efb09d4 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/subnets 0.686s 2018-08-29 07:28:31.776 198 DEBUG tempest.lib.common.rest_client [req-e1420ebf-54b5-4d80-81cf-2c463efb09d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "cidr": "10.100.1.0/24", "network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "name": "tempest-subnet-A-1803701420"}} Response - Headers: {'status': '201', u'content-length': '630', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets', u'date': 'Wed, 29 Aug 2018 07:28:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1420ebf-54b5-4d80-81cf-2c463efb09d4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d79fdd6-f6db-459a-ade8-a3320d410e7e","tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:31Z","dns_nameservers":[],"updated_at":"2018-08-29T07:28:31Z","gateway_ip":"10.100.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.1.2","end":"10.100.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.1.0/24","project_id":"58a72915e2994d19a1afef57058ad7b4","id":"506fbdbb-9d34-4da4-a616-d34ebbf04118","subnetpool_id":null,"name":"tempest-subnet-A-1803701420"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:32.213 198 INFO tempest.lib.common.rest_client [req-f28276fd-e41b-48af-adee-e8c68490209e ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/networks 0.436s 2018-08-29 07:28:32.213 198 DEBUG tempest.lib.common.rest_client [req-f28276fd-e41b-48af-adee-e8c68490209e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-network-B-40057064"}} Response - Headers: {'status': '201', u'content-length': '563', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f28276fd-e41b-48af-adee-e8c68490209e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:32Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","id":"b73972be-3f13-4ff6-ad26-ca7a1b55eda6","name":"tempest-network-B-40057064"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:33.004 198 INFO tempest.lib.common.rest_client [req-b06d9857-83d0-4f93-a395-1d4c62dc6ee6 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/subnets 0.790s 2018-08-29 07:28:33.004 198 DEBUG tempest.lib.common.rest_client [req-b06d9857-83d0-4f93-a395-1d4c62dc6ee6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "cidr": "10.100.2.0/24", "network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "name": "tempest-subnet-B-1103652357"}} Response - Headers: {'status': '201', u'content-length': '630', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets', u'date': 'Wed, 29 Aug 2018 07:28:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b06d9857-83d0-4f93-a395-1d4c62dc6ee6'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b73972be-3f13-4ff6-ad26-ca7a1b55eda6","tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:32Z","dns_nameservers":[],"updated_at":"2018-08-29T07:28:32Z","gateway_ip":"10.100.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.2.2","end":"10.100.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.2.0/24","project_id":"58a72915e2994d19a1afef57058ad7b4","id":"b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49","subnetpool_id":null,"name":"tempest-subnet-B-1103652357"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:33.378 198 INFO tempest.lib.common.rest_client [req-2bf8f509-1b97-480d-a7c2-0dd9435093de ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.24:8774/v2.1/os-keypairs 0.373s 2018-08-29 07:28:33.378 198 DEBUG tempest.lib.common.rest_client [req-2bf8f509-1b97-480d-a7c2-0dd9435093de ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-763246119"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.24:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2bf8f509-1b97-480d-a7c2-0dd9435093de', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2bf8f509-1b97-480d-a7c2-0dd9435093de'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC79MIUTe05rH+yAvpdorgWVtCnUPxQU0AE/cqhiCukJhXgIXGRxITI3K7WXIKAQwnZ8q3xddiZXf60a7kINkyBfNwfMZoT083TflM/xGwlwa5Sm24FB3w1PevOKjIPVtd2YzaX3UDnXN+LPhHQF/NAI/peIARzyhtoniA1lnpr/OWQpG0u5ekPXKv49GhigZKdgVgunWr0OfRQsLcFU/K8aZ6KN4wx8rG+lB4SenTbya6ac+Oozn2B9uvcE9BsY0WJu6q7u6HWd4Yx+8BY/aeQ/WrlEE4PJzlBs3au6bWbfFFWK+in9+0InsntU07zDwiEGVvAve5d5R5kkMMFWVhp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu/TCFE3tOax/sgL6XaK4FlbQp1D8UFNABP3KoYgrpCYV4CFx\nkcSEyNyu1lyCgEMJ2fKt8XXYmV3+tGu5CDZMgXzcHzGaE9PN035TP8RsJcGuUptu\nBQd8NT3rzioyD1bXdmM2l91A51zfiz4R0BfzQCP6XiAEc8obaJ4gNZZ6a/zlkKRt\nLuXpD1yr+PRoYoGSnYFYLp1q9Dn0ULC3BVPyvGmeijeMMfKxvpQeEnp028mumnPj\nqM59gfbr3BPQbGNFibuqu7uh1neGMfvAWP2nkP1q5RBODyc5QbN2rum1m3xRVivo\np/ftCJ7J7VNO8w8IhBlbwL3uXeUeZJDDBVlYaQIDAQABAoIBAAm/hP1WmVIfbzQF\nUYTftpp6ADJdUei8mJppq0O7cz/9Na89LM25moVsZKj7fU03rOAf5QOb8BLsPBSR\nbbROVKN2nVgE04/psUghyiGJh25h4C+qngcmvztnrb4wlA4Vm/Eo7iDsObyGJZXs\nLzJSu6v88bRGBtUWi1tesB73YfwNt+wU9EYj0cSH3rKBphmT2O/kzCLjfkA9peQ5\nWIRU11tYeJHSyc5W0Qzw8begdrThjDBnfyJTPkLOIiPdjMbuvXDfdDv7mjoSosdb\nkU2ZZKrWFuCo5Qlv8gU9VWbcd/PjUZRZMxC66uTjFRgrcrwCi8MJCpKHm3MjY5Ty\nQpgSX00CgYEA7O0OFqGJ4Rr3z8MBhY0NjMn6dAN5/3DMXQnxuS2L3hdaICFpWYii\ni6aSEls44cM8D9bzgSm87Shi6njS9KuWKdMBKt44IybhSjhPxw80FPcQFOuV64YK\nscYSRqt1RmyYPFb7moeWnTiWewWITetayTQ3PDqTtXcrmyIblLPchocCgYEAyxZ0\nMWoHdTZSsRn6+Xyox9xImjtIsOZTcjr6lhTWCaJv+vXYi0yNRrlV+Uuw3e8veDST\nLFt9rIO5vjSn6wGIxK1lr26pD9hEmkWQgkaloHEzBmJV4R4DVtCPSg7po/P5Iqd2\nPiosKrJIx8ThdJsm+J8hfmErzjKBRca5mkv99Y8CgYAHhP6NeVMG8fQrg+ToeDGV\n5lMsm2+jy9Cwo0AowGlQAy25F1ZgoRWHmSHJs1t6ztd5KTlRQCHe5Qk+p9cKLOf3\nK9s9oQ/nDbTYxjDCAJmGkNDR2ShI8VgljEPIOmjec1PhlmEl5mfBVapw/Rv2XSHk\ngOO/5ZwKhl277rkxXwQAwQKBgQCc5lQOeSQZ4kYwnSnQ5gZfokhVH8ghI1EEx5wh\npydVejGZaaZKuHHNWhKZ72hNjiTWcYfilSyaw4oU8Qlp/l1z1aLhzlS+8Q7PQT9L\n5ti/A7WwEPjYWx+pSqfpR2wqRqsLouUvUdWdhu/Dps+oDtYk7owp31jAjTRifA2Y\nr20c8QKBgQDmSU/HowM+NG2sddj8cPZzxcTSfqF07pJGxvPsmGjeJsW9PvoaJOM8\n2RJBxWkBsReP0/LPlZShaDlHXF5RoD6kc3VFBs9G03VD/9agnvQ89qFDG1zQiYq0\nUbRQ/azzxCpIrriN2UdzklXzSYlzyQ7vmuvaKixRtqX/1CrIzFX5wQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "b045b6d1486344e984fc7714ddd950e7", "name": "tempest-TestBGPVPNBasic-763246119", "fingerprint": "f5:34:76:12:42:df:61:44:e2:46:72:9b:77:13:3e:82"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:34.632 198 INFO tempest.lib.common.rest_client [req-f0269c06-cbad-4313-9fcc-da82ba0a0754 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/ports 1.249s 2018-08-29 07:28:34.632 198 DEBUG tempest.lib.common.rest_client [req-f0269c06-cbad-4313-9fcc-da82ba0a0754 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "fixed_ips": [{"ip_address": "10.100.1.10"}], "name": "tempest-port-smoke-1213406707", "security_groups": ["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.24:9696/v2.0/ports', u'date': 'Wed, 29 Aug 2018 07:28:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0269c06-cbad-4313-9fcc-da82ba0a0754'} Body: {"port":{"status":"DOWN","created_at":"2018-08-29T07:28:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6d79fdd6-f6db-459a-ade8-a3320d410e7e","tenant_id":"58a72915e2994d19a1afef57058ad7b4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-29T07:28:33Z","name":"tempest-port-smoke-1213406707","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:64:e0:36","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","fixed_ips":[{"subnet_id":"506fbdbb-9d34-4da4-a616-d34ebbf04118","ip_address":"10.100.1.10"}],"id":"452e056a-45b2-4ac7-9a9a-9fd202acaba7","security_groups":["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:36.774 198 INFO tempest.lib.common.rest_client [req-d3b24455-be4e-4195-bfc0-4e9f06922e74 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.24:8774/v2.1/servers 2.140s 2018-08-29 07:28:36.774 198 DEBUG tempest.lib.common.rest_client [req-d3b24455-be4e-4195-bfc0-4e9f06922e74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-763246119", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "networks": [{"uuid": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "port": "452e056a-45b2-4ac7-9a9a-9fd202acaba7"}], "imageRef": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.24:8774/v2.1/servers', u'x-compute-request-id': 'req-d3b24455-be4e-4195-bfc0-4e9f06922e74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3b24455-be4e-4195-bfc0-4e9f06922e74'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "adminPass": "5UcUByNF2uMT"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:37.146 198 INFO tempest.lib.common.rest_client [req-48ad2cbe-c8b4-40ab-91ed-8f71ea41b9dc ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.371s 2018-08-29 07:28:37.147 198 DEBUG tempest.lib.common.rest_client [req-48ad2cbe-c8b4-40ab-91ed-8f71ea41b9dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-48ad2cbe-c8b4-40ab-91ed-8f71ea41b9dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48ad2cbe-c8b4-40ab-91ed-8f71ea41b9dc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:38.369 198 INFO tempest.lib.common.rest_client [req-728350cb-65bd-4204-8ded-34ff462f1abf ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.213s 2018-08-29 07:28:38.370 198 DEBUG tempest.lib.common.rest_client [req-728350cb-65bd-4204-8ded-34ff462f1abf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-728350cb-65bd-4204-8ded-34ff462f1abf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-728350cb-65bd-4204-8ded-34ff462f1abf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:40.012 198 INFO tempest.lib.common.rest_client [req-674e8cf9-6fc9-4cd9-a09f-02ca3a76a74a ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.619s 2018-08-29 07:28:40.012 198 DEBUG tempest.lib.common.rest_client [req-674e8cf9-6fc9-4cd9-a09f-02ca3a76a74a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-674e8cf9-6fc9-4cd9-a09f-02ca3a76a74a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-674e8cf9-6fc9-4cd9-a09f-02ca3a76a74a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:40.039 198 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-29 07:28:41.649 198 INFO tempest.lib.common.rest_client [req-b346624a-a714-44c1-a3d8-3dcf98023e4d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.604s 2018-08-29 07:28:41.650 198 DEBUG tempest.lib.common.rest_client [req-b346624a-a714-44c1-a3d8-3dcf98023e4d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-b346624a-a714-44c1-a3d8-3dcf98023e4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b346624a-a714-44c1-a3d8-3dcf98023e4d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:43.440 198 INFO tempest.lib.common.rest_client [req-cb63c9df-5c04-415e-bebd-96032f905f76 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.774s 2018-08-29 07:28:43.440 198 DEBUG tempest.lib.common.rest_client [req-cb63c9df-5c04-415e-bebd-96032f905f76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-cb63c9df-5c04-415e-bebd-96032f905f76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb63c9df-5c04-415e-bebd-96032f905f76'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:45.054 198 INFO tempest.lib.common.rest_client [req-7b84cde5-e138-4528-b7a2-3fb1140c517d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.599s 2018-08-29 07:28:45.055 198 DEBUG tempest.lib.common.rest_client [req-7b84cde5-e138-4528-b7a2-3fb1140c517d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-7b84cde5-e138-4528-b7a2-3fb1140c517d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b84cde5-e138-4528-b7a2-3fb1140c517d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:43Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:45.069 198 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-29 07:28:45.813 198 INFO tempest.lib.common.rest_client [req-67d2fbcd-9cdc-408f-8a1c-61bc389d25f2 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.743s 2018-08-29 07:28:45.813 198 DEBUG tempest.lib.common.rest_client [req-67d2fbcd-9cdc-408f-8a1c-61bc389d25f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-67d2fbcd-9cdc-408f-8a1c-61bc389d25f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-67d2fbcd-9cdc-408f-8a1c-61bc389d25f2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:43Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:45.821 198 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 26bf66ed-952e-40fd-9be6-831cecc1f484 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:134 2018-08-29 07:28:46.902 198 INFO tempest.lib.common.rest_client [req-11593cd2-e7a4-4cf3-a1ae-39535535c453 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/ports 1.079s 2018-08-29 07:28:46.903 198 DEBUG tempest.lib.common.rest_client [req-11593cd2-e7a4-4cf3-a1ae-39535535c453 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "fixed_ips": [{"ip_address": "10.100.2.20"}], "name": "tempest-port-smoke-737013026", "security_groups": ["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.24:9696/v2.0/ports', u'date': 'Wed, 29 Aug 2018 07:28:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11593cd2-e7a4-4cf3-a1ae-39535535c453'} Body: {"port":{"status":"DOWN","created_at":"2018-08-29T07:28:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b73972be-3f13-4ff6-ad26-ca7a1b55eda6","tenant_id":"58a72915e2994d19a1afef57058ad7b4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-29T07:28:46Z","name":"tempest-port-smoke-737013026","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:04:83:b1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","fixed_ips":[{"subnet_id":"b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49","ip_address":"10.100.2.20"}],"id":"54c3176c-80a5-451b-8b77-3e410d752786","security_groups":["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:48.505 198 INFO tempest.lib.common.rest_client [req-661a0801-8fe3-494c-8d91-5e9d8f79eb22 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.24:8774/v2.1/servers 1.600s 2018-08-29 07:28:48.505 198 DEBUG tempest.lib.common.rest_client [req-661a0801-8fe3-494c-8d91-5e9d8f79eb22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-763246119", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "networks": [{"uuid": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "port": "54c3176c-80a5-451b-8b77-3e410d752786"}], "imageRef": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.24:8774/v2.1/servers', u'x-compute-request-id': 'req-661a0801-8fe3-494c-8d91-5e9d8f79eb22', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-661a0801-8fe3-494c-8d91-5e9d8f79eb22'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "34c76c2d-b141-4713-8b07-2279b0194916", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "adminPass": "q7i9SY6jvemM"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:48.742 198 INFO tempest.lib.common.rest_client [req-b38d63fd-81f1-4acb-9a22-afc7c54c858c ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.233s 2018-08-29 07:28:48.742 198 DEBUG tempest.lib.common.rest_client [req-b38d63fd-81f1-4acb-9a22-afc7c54c858c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-b38d63fd-81f1-4acb-9a22-afc7c54c858c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b38d63fd-81f1-4acb-9a22-afc7c54c858c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:49.995 198 INFO tempest.lib.common.rest_client [req-4a4fa3e3-0fd7-46ad-bbd3-8c91a0ae6da2 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.245s 2018-08-29 07:28:49.996 198 DEBUG tempest.lib.common.rest_client [req-4a4fa3e3-0fd7-46ad-bbd3-8c91a0ae6da2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-4a4fa3e3-0fd7-46ad-bbd3-8c91a0ae6da2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4fa3e3-0fd7-46ad-bbd3-8c91a0ae6da2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:50.009 198 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-29 07:28:51.473 198 INFO tempest.lib.common.rest_client [req-af4eb1a2-df3f-4d59-850b-519e826c9870 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.462s 2018-08-29 07:28:51.473 198 DEBUG tempest.lib.common.rest_client [req-af4eb1a2-df3f-4d59-850b-519e826c9870 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-af4eb1a2-df3f-4d59-850b-519e826c9870', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af4eb1a2-df3f-4d59-850b-519e826c9870'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:51.486 198 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-29 07:28:53.164 198 INFO tempest.lib.common.rest_client [req-9fabb746-b3bb-4b10-8d3c-84fa5fec9038 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.676s 2018-08-29 07:28:53.165 198 DEBUG tempest.lib.common.rest_client [req-9fabb746-b3bb-4b10-8d3c-84fa5fec9038 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-9fabb746-b3bb-4b10-8d3c-84fa5fec9038', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9fabb746-b3bb-4b10-8d3c-84fa5fec9038'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:54.495 198 INFO tempest.lib.common.rest_client [req-27320b14-7d42-4b35-ab8b-a936a2df79a8 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.316s 2018-08-29 07:28:54.495 198 DEBUG tempest.lib.common.rest_client [req-27320b14-7d42-4b35-ab8b-a936a2df79a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-27320b14-7d42-4b35-ab8b-a936a2df79a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27320b14-7d42-4b35-ab8b-a936a2df79a8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:56.153 198 INFO tempest.lib.common.rest_client [req-4b47bb88-7be6-4202-8ab9-2ef86abd68e4 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.643s 2018-08-29 07:28:56.154 198 DEBUG tempest.lib.common.rest_client [req-4b47bb88-7be6-4202-8ab9-2ef86abd68e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-4b47bb88-7be6-4202-8ab9-2ef86abd68e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b47bb88-7be6-4202-8ab9-2ef86abd68e4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-B-40057064": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:83:b1", "version": 4, "addr": "10.100.2.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:54Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:56.167 198 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-29 07:28:56.761 198 INFO tempest.lib.common.rest_client [req-619cd1b2-a0f7-4772-9ff6-ee6624fbd8da ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.593s 2018-08-29 07:28:56.762 198 DEBUG tempest.lib.common.rest_client [req-619cd1b2-a0f7-4772-9ff6-ee6624fbd8da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-619cd1b2-a0f7-4772-9ff6-ee6624fbd8da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-619cd1b2-a0f7-4772-9ff6-ee6624fbd8da'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-B-40057064": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:83:b1", "version": 4, "addr": "10.100.2.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:54Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:56.770 198 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 34c76c2d-b141-4713-8b07-2279b0194916 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:134 2018-08-29 07:28:57.389 198 INFO tempest.lib.common.rest_client [req-75a7a15c-3cce-4914-879e-02929bd2fdac ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.618s 2018-08-29 07:28:57.389 198 DEBUG tempest.lib.common.rest_client [req-75a7a15c-3cce-4914-879e-02929bd2fdac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "l3bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '324', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75a7a15c-3cce-4914-879e-02929bd2fdac'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "ac2ec080-47da-4b7f-a169-6cfb52ae564f", "name": "l3bgpvpn", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "import_targets": [], "networks": [], "route_targets": ["64512:1"], "project_id": "58a72915e2994d19a1afef57058ad7b4", "type": "l3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:57.389 198 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Associating network 6d79fdd6-f6db-459a-ade8-a3320d410e7e to BGPVPN ac2ec080-47da-4b7f-a169-6cfb52ae564f _create_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:159 2018-08-29 07:28:57.726 198 INFO tempest.lib.common.rest_client [req-69068b7b-ac64-4477-a3c2-79de35e8c3f9 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations 0.337s 2018-08-29 07:28:57.727 198 DEBUG tempest.lib.common.rest_client [req-69068b7b-ac64-4477-a3c2-79de35e8c3f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69068b7b-ac64-4477-a3c2-79de35e8c3f9'} Body: {"network_association": {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "id": "a72f7577-0f02-49e3-ba37-dcea914ba19e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:57.727 198 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Associating network b73972be-3f13-4ff6-ad26-ca7a1b55eda6 to BGPVPN ac2ec080-47da-4b7f-a169-6cfb52ae564f _create_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:159 2018-08-29 07:28:58.480 198 INFO tempest.lib.common.rest_client [req-d42972f8-4287-40c8-a849-74c4200c6e74 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations 0.752s 2018-08-29 07:28:58.481 198 DEBUG tempest.lib.common.rest_client [req-d42972f8-4287-40c8-a849-74c4200c6e74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d42972f8-4287-40c8-a849-74c4200c6e74'} Body: {"network_association": {"network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "id": "5a2295dd-78a9-412b-b2af-7b974a6069f7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:28:58.481 198 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _create_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:162 2018-08-29 07:28:58.761 198 INFO tempest.lib.common.rest_client [req-e19deb3b-8a43-4f58-b4ac-21bf348e96cf ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/routers 0.279s 2018-08-29 07:28:58.761 198 DEBUG tempest.lib.common.rest_client [req-e19deb3b-8a43-4f58-b4ac-21bf348e96cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-router--190271195", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.24:9696/v2.0/routers', u'date': 'Wed, 29 Aug 2018 07:28:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e19deb3b-8a43-4f58-b4ac-21bf348e96cf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:58Z", "admin_state_up": true, "updated_at": "2018-08-29T07:28:58Z", "revision_number": 0, "routes": [], "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9", "name": "tempest-router--190271195"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:29:00.689 198 INFO tempest.lib.common.rest_client [req-97fac4cd-f7cf-451a-b833-f162b8b4f3bd ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9 1.927s 2018-08-29 07:29:00.690 198 DEBUG tempest.lib.common.rest_client [req-97fac4cd-f7cf-451a-b833-f162b8b4f3bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9', u'date': 'Wed, 29 Aug 2018 07:29:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97fac4cd-f7cf-451a-b833-f162b8b4f3bd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:58Z", "admin_state_up": true, "updated_at": "2018-08-29T07:29:00Z", "revision_number": 3, "routes": [], "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9", "name": "tempest-router--190271195"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:29:02.549 198 INFO tempest.lib.common.rest_client [req-d957ff03-5454-49dc-8614-0caa361c24cd ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/add_router_interface 1.858s 2018-08-29 07:29:02.550 198 DEBUG tempest.lib.common.rest_client [req-d957ff03-5454-49dc-8614-0caa361c24cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/add_router_interface', u'date': 'Wed, 29 Aug 2018 07:29:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d957ff03-5454-49dc-8614-0caa361c24cd'} Body: {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118", "subnet_ids": ["506fbdbb-9d34-4da4-a616-d34ebbf04118"], "port_id": "791a2ae3-1c81-4885-a7f4-6015813d5b36", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:29:04.195 198 INFO tempest.lib.common.rest_client [req-37b30791-5718-4ac1-ad4e-1d29627bc671 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/floatingips 1.644s 2018-08-29 07:29:04.196 198 DEBUG tempest.lib.common.rest_client [req-37b30791-5718-4ac1-ad4e-1d29627bc671 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "fixed_ip_address": null, "port_id": "452e056a-45b2-4ac7-9a9a-9fd202acaba7"}} Response - Headers: {'status': '201', u'content-length': '551', 'content-location': 'http://172.30.9.24:9696/v2.0/floatingips', u'date': 'Wed, 29 Aug 2018 07:29:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37b30791-5718-4ac1-ad4e-1d29627bc671'} Body: {"floatingip": {"router_id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-29T07:29:03Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": "10.100.1.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "452e056a-45b2-4ac7-9a9a-9fd202acaba7", "id": "27f4e816-92eb-4590-9c73-8907c8624676", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:29:03Z", "project_id": "58a72915e2994d19a1afef57058ad7b4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:29:04.198 198 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-29 07:30:04.252 198 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 1. Retry after 2 seconds.: timeout: timed out 2018-08-29 07:31:06.789 198 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 2. Retry after 3 seconds.: timeout: timed out 2018-08-29 07:32:10.346 198 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 3. Retry after 4 seconds.: timeout: timed out 2018-08-29 07:33:14.905 198 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 4. Retry after 5 seconds.: timeout: timed out 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.206 after 4 attempts: timeout: timed out 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 310, in connect 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 276, in retry_on_signal 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh return function() 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 310, in 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager [-] (TestBGPVPNBasic:test_bgpvpn_basic) Initializing SSH connection to 172.30.9.206 failed. Error: Connection to the 172.30.9.206 via SSH timed out. User: cirros, Password: None: SSHTimeout: Connection to the 172.30.9.206 via SSH timed out. User: cirros, Password: None 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 351, in get_remote_client 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 57, in wrapper 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 30, in wrapper 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 113, in validate_authentication 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.206 via SSH timed out. 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-29 07:34:20.713 198 INFO tempest.lib.common.rest_client [req-3a503692-2b99-44bb-b829-c557274d5a95 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers 0.248s 2018-08-29 07:34:20.714 198 DEBUG tempest.lib.common.rest_client [req-3a503692-2b99-44bb-b829-c557274d5a95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '577', 'content-location': 'http://172.30.9.24:8774/v2.1/servers', u'x-compute-request-id': 'req-3a503692-2b99-44bb-b829-c557274d5a95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a503692-2b99-44bb-b829-c557274d5a95'} Body: {"servers": [{"id": "34c76c2d-b141-4713-8b07-2279b0194916", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "name": "server-2"}, {"id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "name": "server-1"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:21.791 198 INFO tempest.lib.common.rest_client [req-3a74fa5d-01a1-4140-b1e6-bb14d4b9f581 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916/action 1.074s 2018-08-29 07:34:21.792 198 DEBUG tempest.lib.common.rest_client [req-3a74fa5d-01a1-4140-b1e6-bb14d4b9f581 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32784', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916/action', u'x-compute-request-id': 'req-3a74fa5d-01a1-4140-b1e6-bb14d4b9f581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a74fa5d-01a1-4140-b1e6-bb14d4b9f581'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529312016 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:21.793 198 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 34c76c2d-b141-4713-8b07-2279b0194916 body= [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 529312016 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.124956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.126501] pid_max: default: 32768 minimum: 301 [ 0.127361] ACPI: Core revision 20150930 [ 0.128701] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.129922] Security Framework initialized [ 0.130712] Yama: becoming mindful. [ 0.131420] AppArmor: AppArmor initialized [ 0.132233] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.133473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134732] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.135877] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137236] Initializing cgroup subsys io [ 0.138007] Initializing cgroup subsys memory [ 0.138818] Initializing cgroup subsys devices [ 0.139660] Initializing cgroup subsys freezer [ 0.140530] Initializing cgroup subsys net_cls [ 0.141366] Initializing cgroup subsys perf_event [ 0.142242] Initializing cgroup subsys net_prio [ 0.143078] Initializing cgroup subsys hugetlb [ 0.143899] Initializing cgroup subsys pids [ 0.144758] CPU: Physical Processor ID: 0 [ 0.146197] mce: CPU supports 10 MCE banks [ 0.146988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.147910] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158464] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164947] ftrace: allocating 31920 entries in 125 pages [ 0.191404] smpboot: Max logical packages: 1 [ 0.192270] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193586] x2apic enabled [ 0.194374] Switched APIC routing to physical x2apic. [ 0.196087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197148] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.200716] KVM setup paravirtual spinlock [ 0.201990] x86: Booted up 1 node, 1 CPUs [ 0.202750] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.204046] devtmpfs: initialized [ 0.205706] evm: security.selinux [ 0.206420] evm: security.SMACK64 [ 0.207112] evm: security.SMACK64EXEC [ 0.207862] evm: security.SMACK64TRANSMUTE [ 0.208672] evm: security.SMACK64MMAP [ 0.209417] evm: security.ima [ 0.210069] evm: security.capability [ 0.210876] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.212735] pinctrl core: initialized pinctrl subsystem [ 0.213838] RTC time: 7:28:53, date: 08/29/18 [ 0.214801] NET: Registered protocol family 16 [ 0.215784] cpuidle: using governor ladder [ 0.216603] cpuidle: using governor menu [ 0.217388] PCCT header not found. [ 0.218134] ACPI: bus type PCI registered [ 0.218940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.220178] PCI: Using configuration type 1 for base access [ 0.221922] ACPI: Added _OSI(Module Device) [ 0.222761] ACPI: Added _OSI(Processor Device) [ 0.223627] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.224528] ACPI: Added _OSI(Processor Aggregator Device) [ 0.226650] ACPI: Interpreter enabled [ 0.227420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.229274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.231106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.232950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.234798] ACPI: (supports S0 S5) [ 0.235509] ACPI: Using IOAPIC for interrupt routing [ 0.236565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.239653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.240953] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.242345] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.243701] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246154] acpiphp: Slot [3] registered [ 0.246962] acpiphp: Slot [4] registered [ 0.247757] acpiphp: Slot [5] registered [ 0.248554] acpiphp: Slot [6] registered [ 0.249352] acpiphp: Slot [7] registered [ 0.250154] acpiphp: Slot [8] registered [ 0.250952] acpiphp: Slot [9] registered [ 0.251743] acpiphp: Slot [10] registered [ 0.252567] acpiphp: Slot [11] registered [ 0.253382] acpiphp: Slot [12] registered [ 0.254198] acpiphp: Slot [13] registered [ 0.255011] acpiphp: Slot [14] registered [ 0.255819] acpiphp: Slot [15] registered [ 0.266655] acpiphp: Slot [16] registered [ 0.267501] acpiphp: Slot [17] registered [ 0.268314] acpiphp: Slot [18] registered [ 0.269121] acpiphp: Slot [19] registered [ 0.269924] acpiphp: Slot [20] registered [ 0.270740] acpiphp: Slot [21] registered [ 0.271548] acpiphp: Slot [22] registered [ 0.272424] acpiphp: Slot [23] registered [ 0.273491] acpiphp: Slot [24] registered [ 0.274560] acpiphp: Slot [25] registered [ 0.275632] acpiphp: Slot [26] registered [ 0.276695] acpiphp: Slot [27] registered [ 0.277754] acpiphp: Slot [28] registered [ 0.278824] acpiphp: Slot [29] registered [ 0.279894] acpiphp: Slot [30] registered [ 0.280960] acpiphp: Slot [31] registered [ 0.282025] PCI host bridge to bus 0000:00 [ 0.283104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286416] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288343] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290270] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297006] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298752] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300354] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302062] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308850] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310716] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356294] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361562] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362964] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364217] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365399] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366456] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367993] vgaarb: loaded [ 0.368591] vgaarb: bridge control possible 0000:00:02.0 [ 0.369721] SCSI subsystem initialized [ 0.370535] ACPI: bus type USB registered [ 0.371347] usbcore: registered new interface driver usbfs [ 0.372391] usbcore: registered new interface driver hub [ 0.373396] usbcore: registered new device driver usb [ 0.374442] PCI: Using ACPI for IRQ routing [ 0.375461] NetLabel: Initializing [ 0.376172] NetLabel: domain hash size = 128 [ 0.377024] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377966] NetLabel: unlabeled traffic allowed by default [ 0.379053] clocksource: Switched to clocksource kvm-clock [ 0.384446] AppArmor: AppArmor Filesystem Enabled [ 0.385410] pnp: PnP ACPI init [ 0.386321] pnp: PnP ACPI: found 5 devices [ 0.392670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394358] NET: Registered protocol family 2 [ 0.395310] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396577] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397736] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398882] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399957] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401116] NET: Registered protocol family 1 [ 0.401976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403082] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404146] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418131] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432321] Trying to unpack rootfs image as initramfs... [ 0.481146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494906] Scanning for low memory corruption every 60 seconds [ 0.496243] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497379] audit: initializing netlink subsys (disabled) [ 0.498396] audit: type=2000 audit(1535527734.651:1): initialized [ 0.499700] Initialise system trusted keyring [ 0.500608] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501757] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503706] zbud: loaded [ 0.504405] VFS: Disk quotas dquot_6.6.0 [ 0.505231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506724] fuse init (API version 7.23) [ 0.507620] Key type big_key registered [ 0.508418] Allocating IMA MOK and blacklist keyrings. [ 0.509869] Key type asymmetric registered [ 0.510687] Asymmetric key parser 'x509' registered [ 0.511639] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513085] io scheduler noop registered [ 0.513866] io scheduler deadline registered (default) [ 0.514841] io scheduler cfq registered [ 0.515672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517953] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519405] ACPI: Power Button [PWRF] [ 0.520237] GHES: HEST is not enabled! [ 0.533899] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592820] Linux agpgart interface v0.103 [ 0.594843] brd: module loaded [ 0.596050] loop: module loaded [ 0.600562] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601998] GPT:90111 != 2097151 [ 0.602660] GPT:Alternate GPT header not at the end of the disk. [ 0.603740] GPT:90111 != 2097151 [ 0.604410] GPT: Use GNU Parted to correct GPT errors. [ 0.605355] vda: vda1 vda15 [ 0.606859] scsi host0: ata_piix [ 0.607592] scsi host1: ata_piix [ 0.608293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610909] libphy: Fixed MDIO Bus: probed [ 0.611726] tun: Universal TUN/TAP device driver, 1.6 [ 0.612666] tun: (C) 1999-2004 Max Krasnyansky [ 0.614888] PPP generic driver version 2.4.2 [ 0.615774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.617035] ehci-pci: EHCI PCI platform driver [ 0.617888] ehci-platform: EHCI generic platform driver [ 0.618861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619975] ohci-pci: OHCI PCI platform driver [ 0.620828] ohci-platform: OHCI generic platform driver [ 0.621800] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636211] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637187] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638627] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639637] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643333] usb usb1: Product: UHCI Host Controller [ 0.644252] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645374] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646381] hub 1-0:1.0: USB hub found [ 0.647155] hub 1-0:1.0: 2 ports detected [ 0.648048] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650137] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651083] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652091] mousedev: PS/2 mouse device common for all mice [ 0.653322] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655131] rtc_cmos 00:00: RTC can wake from S4 [ 0.656195] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658539] i2c /dev entries driver [ 0.659299] device-mapper: uevent: version 1.0.3 [ 0.660224] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661819] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663085] NET: Registered protocol family 10 [ 0.664062] NET: Registered protocol family 17 [ 0.664926] Key type dns_resolver registered [ 0.665832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666914] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668651] registered taskstats version 1 [ 0.669479] Loading compiled-in X.509 certificates [ 0.670911] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672759] zswap: loaded using pool lzo/zbud [ 0.674119] Key type trusted registered [ 0.675670] Key type encrypted registered [ 0.676500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677521] ima: No TPM chip found, activating TPM-bypass! [ 0.678555] evm: HMAC attrs: 0x1 [ 0.679864] Magic number: 14:857:471 [ 0.680717] rtc_cmos 00:00: setting system clock to 2018-08-29 07:28:54 UTC (1535527734) [ 0.682299] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683415] EDD information not available. [ 0.768034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769582] Write protecting the kernel read-only data: 14336k [ 0.781314] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.825788] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.91 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.100.2.20... Lease of 10.100.2.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.100.2.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.03. iid=i-000000f3 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNmTlmjScVZUJFd1Y/pIUzmyslnxp5i7CzdcKrUfCIQLIoUmIlxfrtJ4NE3QzikamFsLyfdmjfheCe20mHZeSAw9aR76ADX430kPTxO6sguTS/Ivd+L8lkEdbx1nbAtRrPbiZW2e0yRzcqObjT+UKPV1FhmsShtZKS6oYNi8fIy0riLysl5lhiuCyylt7vMK9FLmGt7zJCOHiSQygmQg6IlzfufQCvWzYZ5QD7J5Q05+pZ9/zDZAo1RJ6bPNQnGiMUDreKyLH0vVkv5MHgMBvqreBcZNrgC6KqlN+upFNZIbUkdxHgAke42pdOd8+y5ynLUA5izLw1kgox91mlfAT/ root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBANt3kVwSnAC/hjmft0MNrvb10jj3g3AdG2XLl+Cqt6VkdhNhqRJU34KmsdJRuQb+mpG4E22zPqElq8y4SCVQjDMgIuNVvjUDZb/9CR9tv5jG8UjJSgdsqIrjLS9O1O8UH1ORWHAVFLXI3Mce/ZOpyE4Ph5uixnRt9Ic95cxrbaNnAAAAFQCw2tAtUfztWSutnzScLjrdzwiUHwAAAIAXi8IXU/dy4oQgJLyUSnLIvWBqSPRwcingHV8uOobkskefWC/L105t7FNobpARjhq6N6Ddw4WlTgiqovHsFfJPlfVNS+6TLjHB2M8HPzYgVDXxh0rkOn37cFTdIZ3ODWHuF45g+1GBzOMErgVb3zemRmZfyE3Wn/jllhraSQP4wAAAAIEAlM6fJeBVmeDYvs35Pl2H/IflD/oCHY6wncn2GcwNfUgy5XdohFN059O4S5HSUiV9Dz3IPNZhOBipK7d1WuT+ljCx5mzx7LQqmFotfpXz8AYTaug72YLNcRRGsBTXCSa5nXusgKBu7WNyz9U92VWpA/URWL6fJa4fQOHMp2f4pgU= root@server-2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.100.2.20,24,fe80::f816:3eff:fe04:83b1/64, ip-route:default via 10.100.2.1 dev eth0 ip-route:10.100.2.0/24 dev eth0 src 10.100.2.20 ip-route:169.254.169.254 via 10.100.2.3 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-000000f3 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=63.07 === /dev/root resized successfully [took 1.73s] === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:04:83:B1 inet addr:10.100.2.20 Bcast:10.100.2.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe04:83b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:97 errors:0 dropped:16 overruns:0 frame:0 TX packets:130 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:11477 (11.2 KiB) TX bytes:11720 (11.4 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.100.2.1 0.0.0.0 UG 0 0 0 eth0 10.100.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.100.2.3 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.100.2.2 nameserver 10.100.2.4 nameserver 10.100.2.3 ### ping -c 5 10.100.2.1 PING 10.100.2.1 (10.100.2.1): 56 data bytes --- 10.100.2.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.100.2.2 PING 10.100.2.2 (10.100.2.2): 56 data bytes 64 bytes from 10.100.2.2: seq=0 ttl=64 time=0.578 ms 64 bytes from 10.100.2.2: seq=1 ttl=64 time=0.291 ms 64 bytes from 10.100.2.2: seq=2 ttl=64 time=0.198 ms 64 bytes from 10.100.2.2: seq=3 ttl=64 time=0.223 ms 64 bytes from 10.100.2.2: seq=4 ttl=64 time=0.234 ms --- 10.100.2.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.198/0.304/0.578 ms #### ping -c 5 10.100.2.4 PING 10.100.2.4 (10.100.2.4): 56 data bytes 64 bytes from 10.100.2.4: seq=0 ttl=64 time=0.895 ms 64 bytes from 10.100.2.4: seq=1 ttl=64 time=0.302 ms 64 bytes from 10.100.2.4: seq=2 ttl=64 time=0.186 ms 64 bytes from 10.100.2.4: seq=3 ttl=64 time=0.144 ms 64 bytes from 10.100.2.4: seq=4 ttl=64 time=0.133 ms --- 10.100.2.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.133/0.332/0.895 ms #### ping -c 5 10.100.2.3 PING 10.100.2.3 (10.100.2.3): 56 data bytes 64 bytes from 10.100.2.3: seq=0 ttl=64 time=0.713 ms 64 bytes from 10.100.2.3: seq=1 ttl=64 time=0.265 ms 64 bytes from 10.100.2.3: seq=2 ttl=64 time=0.152 ms 64 bytes from 10.100.2.3: seq=3 ttl=64 time=0.176 ms 64 bytes from 10.100.2.3: seq=4 ttl=64 time=0.249 ms --- 10.100.2.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.152/0.311/0.713 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.079293] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.103359] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.132374] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.132376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.132378] usb 1-1: Product: QEMU USB Tablet [ 1.132379] usb 1-1: Manufacturer: QEMU [ 1.132379] usb 1-1: SerialNumber: 42 [ 1.491290] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns [ 63.190179] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 63.497115] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 29 08:28:54 cirros kern.info kernel: [ 0.781314] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) Aug 29 08:28:54 cirros kern.info kernel: [ 0.783108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 29 08:28:54 cirros kern.info kernel: [ 0.793744] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 29 08:28:54 cirros kern.info kernel: [ 0.793745] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 29 08:28:54 cirros kern.info kernel: [ 0.795420] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 29 08:28:54 cirros kern.info kernel: [ 0.798319] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 29 08:28:54 cirros kern.info kernel: [ 0.800288] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 29 08:28:54 cirros kern.info kernel: [ 0.823514] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 29 08:28:54 cirros kern.info kernel: [ 0.824380] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 29 08:28:54 cirros kern.notice kernel: [ 0.825788] random: blkid urandom read with 2 bits of entropy available Aug 29 08:28:54 cirros kern.info kernel: [ 0.827398] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 29 08:28:54 cirros kern.info kernel: [ 0.875531] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 29 08:28:54 cirros kern.info kernel: [ 0.967087] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 29 08:28:54 cirros kern.info kernel: [ 1.079293] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 29 08:28:54 cirros kern.info kernel: [ 1.103359] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 29 08:28:54 cirros kern.info kernel: [ 1.132374] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 29 08:28:54 cirros kern.info kernel: [ 1.132376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 29 08:28:54 cirros kern.info kernel: [ 1.132378] usb 1-1: Product: QEMU USB Tablet Aug 29 08:28:54 cirros kern.info kernel: [ 1.132379] usb 1-1: Manufacturer: QEMU Aug 29 08:28:54 cirros kern.info kernel: [ 1.132379] usb 1-1: SerialNumber: 42 Aug 29 08:28:55 cirros kern.info kernel: [ 1.491290] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns Aug 29 08:29:56 cirros auth.notice su: + /dev/console root:cirros Aug 29 08:29:56 cirros authpriv.info dropbear[344]: Running in background Aug 29 08:29:57 cirros kern.info kernel: [ 63.190179] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 29 08:29:57 cirros kern.info kernel: [ 63.497115] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:436 2018-08-29 07:34:22.866 198 INFO tempest.lib.common.rest_client [req-1d5f7991-845e-4761-b303-9a5620ca468b ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484/action 1.072s 2018-08-29 07:34:22.867 198 DEBUG tempest.lib.common.rest_client [req-1d5f7991-845e-4761-b303-9a5620ca468b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '25368', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484/action', u'x-compute-request-id': 'req-1d5f7991-845e-4761-b303-9a5620ca468b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5f7991-845e-4761-b303-9a5620ca468b'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 558522878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:22.868 198 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 26bf66ed-952e-40fd-9be6-831cecc1f484 body= [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 558522878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.146355] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148029] pid_max: default: 32768 minimum: 301 [ 0.148931] ACPI: Core revision 20150930 [ 0.150316] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151636] Security Framework initialized [ 0.152466] Yama: becoming mindful. [ 0.153207] AppArmor: AppArmor initialized [ 0.154084] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155441] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156745] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157973] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159387] Initializing cgroup subsys io [ 0.160216] Initializing cgroup subsys memory [ 0.161091] Initializing cgroup subsys devices [ 0.161987] Initializing cgroup subsys freezer [ 0.162866] Initializing cgroup subsys net_cls [ 0.163743] Initializing cgroup subsys perf_event [ 0.164661] Initializing cgroup subsys net_prio [ 0.165569] Initializing cgroup subsys hugetlb [ 0.166458] Initializing cgroup subsys pids [ 0.167337] CPU: Physical Processor ID: 0 [ 0.168859] mce: CPU supports 10 MCE banks [ 0.169723] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170728] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182971] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189388] ftrace: allocating 31920 entries in 125 pages [ 0.215723] smpboot: Max logical packages: 1 [ 0.216587] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217974] x2apic enabled [ 0.218791] Switched APIC routing to physical x2apic. [ 0.220552] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223706] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225514] KVM setup paravirtual spinlock [ 0.226819] x86: Booted up 1 node, 1 CPUs [ 0.227637] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229057] devtmpfs: initialized [ 0.230779] evm: security.selinux [ 0.231495] evm: security.SMACK64 [ 0.232213] evm: security.SMACK64EXEC [ 0.232988] evm: security.SMACK64TRANSMUTE [ 0.233826] evm: security.SMACK64MMAP [ 0.234596] evm: security.ima [ 0.235259] evm: security.capability [ 0.236098] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238012] pinctrl core: initialized pinctrl subsystem [ 0.239155] RTC time: 7:28:41, date: 08/29/18 [ 0.240133] NET: Registered protocol family 16 [ 0.241127] cpuidle: using governor ladder [ 0.241965] cpuidle: using governor menu [ 0.242769] PCCT header not found. [ 0.243538] ACPI: bus type PCI registered [ 0.244365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245647] PCI: Using configuration type 1 for base access [ 0.247437] ACPI: Added _OSI(Module Device) [ 0.248309] ACPI: Added _OSI(Processor Device) [ 0.249193] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250115] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252255] ACPI: Interpreter enabled [ 0.253046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260606] ACPI: (supports S0 S5) [ 0.261330] ACPI: Using IOAPIC for interrupt routing [ 0.262406] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267968] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269200] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271486] acpiphp: Slot [3] registered [ 0.272314] acpiphp: Slot [4] registered [ 0.273154] acpiphp: Slot [5] registered [ 0.273972] acpiphp: Slot [6] registered [ 0.274791] acpiphp: Slot [7] registered [ 0.275625] acpiphp: Slot [8] registered [ 0.276462] acpiphp: Slot [9] registered [ 0.277292] acpiphp: Slot [10] registered [ 0.278131] acpiphp: Slot [11] registered [ 0.278967] acpiphp: Slot [12] registered [ 0.279811] acpiphp: Slot [13] registered [ 0.280645] acpiphp: Slot [14] registered [ 0.281486] acpiphp: Slot [15] registered [ 0.292593] acpiphp: Slot [16] registered [ 0.293448] acpiphp: Slot [17] registered [ 0.294288] acpiphp: Slot [18] registered [ 0.295128] acpiphp: Slot [19] registered [ 0.295967] acpiphp: Slot [20] registered [ 0.296812] acpiphp: Slot [21] registered [ 0.297648] acpiphp: Slot [22] registered [ 0.298493] acpiphp: Slot [23] registered [ 0.299333] acpiphp: Slot [24] registered [ 0.300175] acpiphp: Slot [25] registered [ 0.301019] acpiphp: Slot [26] registered [ 0.301855] acpiphp: Slot [27] registered [ 0.302688] acpiphp: Slot [28] registered [ 0.303526] acpiphp: Slot [29] registered [ 0.304365] acpiphp: Slot [30] registered [ 0.305209] acpiphp: Slot [31] registered [ 0.306046] PCI host bridge to bus 0000:00 [ 0.306883] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308143] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310908] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312408] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320066] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322606] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.328934] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.376691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.378226] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.379705] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.381158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.383876] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.385375] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.386463] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.388058] vgaarb: loaded [ 0.388675] vgaarb: bridge control possible 0000:00:02.0 [ 0.389863] SCSI subsystem initialized [ 0.390696] ACPI: bus type USB registered [ 0.391530] usbcore: registered new interface driver usbfs [ 0.392595] usbcore: registered new interface driver hub [ 0.393631] usbcore: registered new device driver usb [ 0.394715] PCI: Using ACPI for IRQ routing [ 0.395769] NetLabel: Initializing [ 0.396500] NetLabel: domain hash size = 128 [ 0.397382] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.398363] NetLabel: unlabeled traffic allowed by default [ 0.399507] clocksource: Switched to clocksource kvm-clock [ 0.405067] AppArmor: AppArmor Filesystem Enabled [ 0.406058] pnp: PnP ACPI init [ 0.406985] pnp: PnP ACPI: found 5 devices [ 0.413382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.415132] NET: Registered protocol family 2 [ 0.416115] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.417425] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.418627] TCP: Hash tables configured (established 4096 bind 4096) [ 0.419847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420954] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.422155] NET: Registered protocol family 1 [ 0.423042] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.424174] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425278] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439352] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.453643] Trying to unpack rootfs image as initramfs... [ 0.503922] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.519754] Scanning for low memory corruption every 60 seconds [ 0.521126] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.522298] audit: initializing netlink subsys (disabled) [ 0.523345] audit: type=2000 audit(1535527722.195:1): initialized [ 0.524688] Initialise system trusted keyring [ 0.525633] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.526831] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.528833] zbud: loaded [ 0.529548] VFS: Disk quotas dquot_6.6.0 [ 0.530385] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.531946] fuse init (API version 7.23) [ 0.532853] Key type big_key registered [ 0.533668] Allocating IMA MOK and blacklist keyrings. [ 0.535168] Key type asymmetric registered [ 0.536023] Asymmetric key parser 'x509' registered [ 0.536997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.538493] io scheduler noop registered [ 0.539306] io scheduler deadline registered (default) [ 0.540320] io scheduler cfq registered [ 0.541173] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542243] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543554] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545045] ACPI: Power Button [PWRF] [ 0.545892] GHES: HEST is not enabled! [ 0.559630] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.588129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.590482] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.614133] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.616292] Linux agpgart interface v0.103 [ 0.618317] brd: module loaded [ 0.619469] loop: module loaded [ 0.624621] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626098] GPT:90111 != 2097151 [ 0.626781] GPT:Alternate GPT header not at the end of the disk. [ 0.627886] GPT:90111 != 2097151 [ 0.628565] GPT: Use GNU Parted to correct GPT errors. [ 0.629542] vda: vda1 vda15 [ 0.630928] scsi host0: ata_piix [ 0.631678] scsi host1: ata_piix [ 0.632403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.633645] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.635105] libphy: Fixed MDIO Bus: probed [ 0.635943] tun: Universal TUN/TAP device driver, 1.6 [ 0.636905] tun: (C) 1999-2004 Max Krasnyansky [ 0.639013] PPP generic driver version 2.4.2 [ 0.639928] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.641216] ehci-pci: EHCI PCI platform driver [ 0.642104] ehci-platform: EHCI generic platform driver [ 0.643105] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.644260] ohci-pci: OHCI PCI platform driver [ 0.645152] ohci-platform: OHCI generic platform driver [ 0.646160] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660364] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661390] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662861] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663914] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.665043] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667726] usb usb1: Product: UHCI Host Controller [ 0.668671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669829] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670839] hub 1-0:1.0: USB hub found [ 0.671635] hub 1-0:1.0: 2 ports detected [ 0.672559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674695] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675669] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676722] mousedev: PS/2 mouse device common for all mice [ 0.677977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679860] rtc_cmos 00:00: RTC can wake from S4 [ 0.680968] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682198] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683396] i2c /dev entries driver [ 0.684171] device-mapper: uevent: version 1.0.3 [ 0.685130] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.686783] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688075] NET: Registered protocol family 10 [ 0.689076] NET: Registered protocol family 17 [ 0.689971] Key type dns_resolver registered [ 0.690904] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692017] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.693800] registered taskstats version 1 [ 0.694648] Loading compiled-in X.509 certificates [ 0.696121] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698014] zswap: loaded using pool lzo/zbud [ 0.699394] Key type trusted registered [ 0.700965] Key type encrypted registered [ 0.701809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702855] ima: No TPM chip found, activating TPM-bypass! [ 0.703927] evm: HMAC attrs: 0x1 [ 0.704886] Magic number: 14:857:471 [ 0.705752] rtc_cmos 00:00: setting system clock to 2018-08-29 07:28:42 UTC (1535527722) [ 0.707373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708508] EDD information not available. [ 0.792429] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.794015] Write protecting the kernel read-only data: 14336k [ 0.805984] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.807842] 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.00 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.214650] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.100.1.10... Lease of 10.100.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.100.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.16. iid=i-000000f0 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcDRdJ4yeqeizAUTsgS52/tbND5TJuQKtW7BROfQoA5X0OJkUqM5XA/vj4VfDpqaFeXD1qbEP4jo8/+mx98KGC6xffQeZ+xBlvxy2vLblNkMAO6cuhTKzZug1XAu9DCGyOzmDATHlKNcuDmUB3GYYnar11ddnie4HuGvnNmuhpbN16chZFfWj3Os7xrl2h7TVBDO68W2TZWVELvgSNvyYfKL66f7wvFSiBrHuqnpqinWdAStx2WRswL8okr/sWT2/JRM8YGICrEcxMlUz4x1PdJn7dD+/YuQAIpAPY/OraFBGF4x4+ZOcfmG1eftjnxpKGG4bYDHDek2bUx4c9aWhr root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAOF+bLMEeiCxsKTiAmPJNn40hGhAmEkpnbr2G8mcig8YfgfVwEoqFfGThqkjTMqg8pT3hqqsiNTfEay6dmEmyuoZwYFk0VtBNG/YrcE/AyABNCgxy0FH+FhKjVzgJe5u9kfjAJ7NXr1bY8nS+pqq2xyViNZFevxQOTcDkQ1s4pifAAAAFQD0R5pD1Levgjt1VA6IEI6fzrPBZwAAAIBar3tMBfp33HiYytaGv0qZpFnq345j6mcq+udbi4K1GfSUiNVUTk5whC91KEtob936vhQB6+QgrpEq9u12lXD/2pTrPoe2IeIrTlSa5rSrc4UYcsISpTeNjzYnvFXykUHwoDsAZdRn5r6A+VfxvONIGt/x4c4y8QpGZ6nMcml1pgAAAIA2S9bl0ldL6zZHZJN1iyIsUUxDhVJ3mshq7HiH9PmxOt0JMsmZ319V6RBEs+6VUGKe3I5kE6i7Qwid8t6cL9NlR788suwO1oQ/FFg9Ag1LPsYPukHXztCm3AgFd/HeCiDHF7wLofHjB+aabRDIrzs3xnjTmZgmpt6nlBVhJ9mtgg== root@server-1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.100.1.10,24,fe80::f816:3eff:fe64:e036/64, ip-route:default via 10.100.1.1 dev eth0 ip-route:10.100.1.0/24 dev eth0 src 10.100.1.10 ip-route:169.254.169.254 via 10.100.1.3 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-000000f0 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=62.96 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: /dev/root resized successfully [took 2.49s] _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:436 2018-08-29 07:34:23.563 198 INFO tempest.lib.common.rest_client [req-077f374d-fb4a-41ea-8bfa-2fe7eaef7ac7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/floatingips/27f4e816-92eb-4590-9c73-8907c8624676 0.692s 2018-08-29 07:34:23.563 198 DEBUG tempest.lib.common.rest_client [req-077f374d-fb4a-41ea-8bfa-2fe7eaef7ac7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/floatingips/27f4e816-92eb-4590-9c73-8907c8624676', u'date': 'Wed, 29 Aug 2018 07:34:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-077f374d-fb4a-41ea-8bfa-2fe7eaef7ac7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:24.892 198 INFO tempest.lib.common.rest_client [req-4fa51bf4-99a7-48c5-b4a8-9e59765cc81f ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/remove_router_interface 1.329s 2018-08-29 07:34:24.892 198 DEBUG tempest.lib.common.rest_client [req-4fa51bf4-99a7-48c5-b4a8-9e59765cc81f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/remove_router_interface', u'date': 'Wed, 29 Aug 2018 07:34:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4fa51bf4-99a7-48c5-b4a8-9e59765cc81f'} Body: {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118", "subnet_ids": ["506fbdbb-9d34-4da4-a616-d34ebbf04118"], "port_id": "791a2ae3-1c81-4885-a7f4-6015813d5b36", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:26.354 198 INFO tempest.lib.common.rest_client [req-7901aefe-e716-4f17-ac63-22780ac4d3d2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9 1.461s 2018-08-29 07:34:26.354 198 DEBUG tempest.lib.common.rest_client [req-7901aefe-e716-4f17-ac63-22780ac4d3d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9', u'date': 'Wed, 29 Aug 2018 07:34:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7901aefe-e716-4f17-ac63-22780ac4d3d2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:26.520 198 INFO tempest.lib.common.rest_client [req-6643ae0e-fcb2-433e-b5b5-e3797e959262 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.165s 2018-08-29 07:34:26.520 198 DEBUG tempest.lib.common.rest_client [req-6643ae0e-fcb2-433e-b5b5-e3797e959262 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-6643ae0e-fcb2-433e-b5b5-e3797e959262', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6643ae0e-fcb2-433e-b5b5-e3797e959262'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:27.220 198 INFO tempest.lib.common.rest_client [req-69bd1ed3-9cde-42ac-b511-cbdd74433e47 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.699s 2018-08-29 07:34:27.221 198 DEBUG tempest.lib.common.rest_client [req-69bd1ed3-9cde-42ac-b511-cbdd74433e47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1555', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-69bd1ed3-9cde-42ac-b511-cbdd74433e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69bd1ed3-9cde-42ac-b511-cbdd74433e47'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-network-B-40057064": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:83:b1", "version": 4, "addr": "10.100.2.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:34:26Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:28.503 198 INFO tempest.lib.common.rest_client [req-25827f3d-859f-42af-945b-80257cde6e67 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.270s 2018-08-29 07:34:28.503 198 DEBUG tempest.lib.common.rest_client [req-25827f3d-859f-42af-945b-80257cde6e67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-25827f3d-859f-42af-945b-80257cde6e67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25827f3d-859f-42af-945b-80257cde6e67'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-29T07:34:28Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": "2018-08-29T07:34:27.000000", "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:28.510 198 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-29 07:34:29.562 198 INFO tempest.lib.common.rest_client [req-7f03f063-8898-46db-8785-18968ee008ba ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.050s 2018-08-29 07:34:29.562 198 DEBUG tempest.lib.common.rest_client [req-7f03f063-8898-46db-8785-18968ee008ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-7f03f063-8898-46db-8785-18968ee008ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7f03f063-8898-46db-8785-18968ee008ba'} Body: {"itemNotFound": {"message": "Instance 34c76c2d-b141-4713-8b07-2279b0194916 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:30.164 198 INFO tempest.lib.common.rest_client [req-8f5794f6-c9a9-4966-9b90-d84e7cf4b528 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/ports/54c3176c-80a5-451b-8b77-3e410d752786 0.601s 2018-08-29 07:34:30.164 198 DEBUG tempest.lib.common.rest_client [req-8f5794f6-c9a9-4966-9b90-d84e7cf4b528 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/ports/54c3176c-80a5-451b-8b77-3e410d752786', u'date': 'Wed, 29 Aug 2018 07:34:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8f5794f6-c9a9-4966-9b90-d84e7cf4b528'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:30.317 198 INFO tempest.lib.common.rest_client [req-95519c4f-ddc8-4ce8-a4b1-28de15292482 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.152s 2018-08-29 07:34:30.317 198 DEBUG tempest.lib.common.rest_client [req-95519c4f-ddc8-4ce8-a4b1-28de15292482 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-95519c4f-ddc8-4ce8-a4b1-28de15292482', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-95519c4f-ddc8-4ce8-a4b1-28de15292482'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:31.124 198 INFO tempest.lib.common.rest_client [req-fcf1c453-ec20-4a6a-88c3-2eaf8791033c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.807s 2018-08-29 07:34:31.124 198 DEBUG tempest.lib.common.rest_client [req-fcf1c453-ec20-4a6a-88c3-2eaf8791033c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1557', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-fcf1c453-ec20-4a6a-88c3-2eaf8791033c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcf1c453-ec20-4a6a-88c3-2eaf8791033c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:34:30Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:32.378 198 INFO tempest.lib.common.rest_client [req-b120cb28-49ef-4e84-9d41-4f72ab1241a4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.248s 2018-08-29 07:34:32.378 198 DEBUG tempest.lib.common.rest_client [req-b120cb28-49ef-4e84-9d41-4f72ab1241a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1489', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-b120cb28-49ef-4e84-9d41-4f72ab1241a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b120cb28-49ef-4e84-9d41-4f72ab1241a4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:34:31Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:33.434 198 INFO tempest.lib.common.rest_client [req-99ba58e1-06c5-4536-a333-d50a23c35a70 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.048s 2018-08-29 07:34:33.435 198 DEBUG tempest.lib.common.rest_client [req-99ba58e1-06c5-4536-a333-d50a23c35a70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-99ba58e1-06c5-4536-a333-d50a23c35a70', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-99ba58e1-06c5-4536-a333-d50a23c35a70'} Body: {"itemNotFound": {"message": "Instance 26bf66ed-952e-40fd-9be6-831cecc1f484 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:34.115 198 INFO tempest.lib.common.rest_client [req-55a4aedf-ba54-482a-ba0a-86b074c4d7f3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/ports/452e056a-45b2-4ac7-9a9a-9fd202acaba7 0.679s 2018-08-29 07:34:34.115 198 DEBUG tempest.lib.common.rest_client [req-55a4aedf-ba54-482a-ba0a-86b074c4d7f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/ports/452e056a-45b2-4ac7-9a9a-9fd202acaba7', u'date': 'Wed, 29 Aug 2018 07:34:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55a4aedf-ba54-482a-ba0a-86b074c4d7f3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:34.244 198 INFO tempest.lib.common.rest_client [req-48c541b8-d536-4125-a949-ebd8d533b6fc ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.24:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-763246119 0.129s 2018-08-29 07:34:34.245 198 DEBUG tempest.lib.common.rest_client [req-48c541b8-d536-4125-a949-ebd8d533b6fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.24:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-763246119', u'x-compute-request-id': 'req-48c541b8-d536-4125-a949-ebd8d533b6fc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48c541b8-d536-4125-a949-ebd8d533b6fc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:36.713 198 INFO tempest.lib.common.rest_client [req-edfa9b3d-90a3-4dbb-b979-ca4e52c34716 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/subnets/b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49 2.468s 2018-08-29 07:34:36.714 198 DEBUG tempest.lib.common.rest_client [req-edfa9b3d-90a3-4dbb-b979-ca4e52c34716 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49', u'date': 'Wed, 29 Aug 2018 07:34:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-edfa9b3d-90a3-4dbb-b979-ca4e52c34716'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:38.201 198 INFO tempest.lib.common.rest_client [req-32b7caeb-9ac4-4ca3-ae12-9c68f1ca57c5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/networks/b73972be-3f13-4ff6-ad26-ca7a1b55eda6 1.486s 2018-08-29 07:34:38.201 198 DEBUG tempest.lib.common.rest_client [req-32b7caeb-9ac4-4ca3-ae12-9c68f1ca57c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/b73972be-3f13-4ff6-ad26-ca7a1b55eda6', u'date': 'Wed, 29 Aug 2018 07:34:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32b7caeb-9ac4-4ca3-ae12-9c68f1ca57c5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:40.716 198 INFO tempest.lib.common.rest_client [req-0c9e819d-95f1-437b-9573-6756a9cd71ce ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/subnets/506fbdbb-9d34-4da4-a616-d34ebbf04118 2.514s 2018-08-29 07:34:40.717 198 DEBUG tempest.lib.common.rest_client [req-0c9e819d-95f1-437b-9573-6756a9cd71ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/506fbdbb-9d34-4da4-a616-d34ebbf04118', u'date': 'Wed, 29 Aug 2018 07:34:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0c9e819d-95f1-437b-9573-6756a9cd71ce'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:42.373 198 INFO tempest.lib.common.rest_client [req-185fe5c9-ec61-4ee0-82c0-3a6e60fdd59f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/networks/6d79fdd6-f6db-459a-ade8-a3320d410e7e 1.655s 2018-08-29 07:34:42.374 198 DEBUG tempest.lib.common.rest_client [req-185fe5c9-ec61-4ee0-82c0-3a6e60fdd59f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/6d79fdd6-f6db-459a-ade8-a3320d410e7e', u'date': 'Wed, 29 Aug 2018 07:34:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-185fe5c9-ec61-4ee0-82c0-3a6e60fdd59f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:42.615 198 INFO tempest.lib.common.rest_client [req-dcf29515-75a8-4247-a0db-a9b289f6b8b2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/8c64b5ff-22d6-4d0d-91ab-f896cd596c85 0.241s 2018-08-29 07:34:42.616 198 DEBUG tempest.lib.common.rest_client [req-dcf29515-75a8-4247-a0db-a9b289f6b8b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/8c64b5ff-22d6-4d0d-91ab-f896cd596c85', u'date': 'Wed, 29 Aug 2018 07:34:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dcf29515-75a8-4247-a0db-a9b289f6b8b2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [374.578082s] ... FAILED 2018-08-29 07:34:43.126 198 INFO tempest.lib.common.rest_client [req-ec599dce-dfd3-48db-bb02-9ca70c65741a ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f 0.308s 2018-08-29 07:34:43.126 198 DEBUG tempest.lib.common.rest_client [req-ec599dce-dfd3-48db-bb02-9ca70c65741a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ec599dce-dfd3-48db-bb02-9ca70c65741a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:43.158 198 INFO tempest.lib.common.rest_client [req-6fcface5-8cfe-43ba-a74c-cd59d1c2f823 ] Request (TestBGPVPNBasic:tearDownClass): 404 DELETE http://172.30.9.24:9696/v2.0/subnets/506fbdbb-9d34-4da4-a616-d34ebbf04118 0.031s 2018-08-29 07:34:43.158 198 DEBUG tempest.lib.common.rest_client [req-6fcface5-8cfe-43ba-a74c-cd59d1c2f823 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '136', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/506fbdbb-9d34-4da4-a616-d34ebbf04118', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fcface5-8cfe-43ba-a74c-cd59d1c2f823'} Body: {"NeutronError": {"message": "Subnet 506fbdbb-9d34-4da4-a616-d34ebbf04118 could not be found.", "type": "SubnetNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:43.346 198 INFO tempest.lib.common.rest_client [req-4dc7ce36-c9fd-43d5-a527-4a278b258278 ] Request (TestBGPVPNBasic:tearDownClass): 404 DELETE http://172.30.9.24:9696/v2.0/subnets/b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49 0.187s 2018-08-29 07:34:43.346 198 DEBUG tempest.lib.common.rest_client [req-4dc7ce36-c9fd-43d5-a527-4a278b258278 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '136', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4dc7ce36-c9fd-43d5-a527-4a278b258278'} Body: {"NeutronError": {"message": "Subnet b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49 could not be found.", "type": "SubnetNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:43.520 198 INFO tempest.lib.common.rest_client [req-e4dcde47-fab5-4d95-935e-923e58a09ad1 ] Request (TestBGPVPNBasic:tearDownClass): 404 DELETE http://172.30.9.24:9696/v2.0/networks/6d79fdd6-f6db-459a-ade8-a3320d410e7e 0.173s 2018-08-29 07:34:43.520 198 DEBUG tempest.lib.common.rest_client [req-e4dcde47-fab5-4d95-935e-923e58a09ad1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/6d79fdd6-f6db-459a-ade8-a3320d410e7e', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e4dcde47-fab5-4d95-935e-923e58a09ad1'} Body: {"NeutronError": {"message": "Network 6d79fdd6-f6db-459a-ade8-a3320d410e7e could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:43.546 198 INFO tempest.lib.common.rest_client [req-19af4071-e811-4b5a-98c8-803aaffd89c2 ] Request (TestBGPVPNBasic:tearDownClass): 404 DELETE http://172.30.9.24:9696/v2.0/networks/b73972be-3f13-4ff6-ad26-ca7a1b55eda6 0.025s 2018-08-29 07:34:43.546 198 DEBUG tempest.lib.common.rest_client [req-19af4071-e811-4b5a-98c8-803aaffd89c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/b73972be-3f13-4ff6-ad26-ca7a1b55eda6', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-19af4071-e811-4b5a-98c8-803aaffd89c2'} Body: {"NeutronError": {"message": "Network b73972be-3f13-4ff6-ad26-ca7a1b55eda6 could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:43.709 198 INFO tempest.lib.common.rest_client [req-71eedfe7-eeb2-4459-8677-491a04dfada5 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/b545645844134929a38fed0edd2b37b4 0.162s 2018-08-29 07:34:43.710 198 DEBUG tempest.lib.common.rest_client [req-71eedfe7-eeb2-4459-8677-491a04dfada5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/b545645844134929a38fed0edd2b37b4', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-71eedfe7-eeb2-4459-8677-491a04dfada5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:44.076 198 INFO tempest.lib.common.rest_client [req-fee368ff-6b6e-445f-a3ed-0bbb033dff25 ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:34:44.076 198 DEBUG tempest.lib.common.rest_client [req-fee368ff-6b6e-445f-a3ed-0bbb033dff25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8786', 'content-location': 'http://172.30.9.24:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fee368ff-6b6e-445f-a3ed-0bbb033dff25'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "2ef075ca2243490d9afefdae79930f41"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "interface": "public", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:9292", "region": "regionOne", "interface": "public", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "admin", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"region_id": "regionOne", "url": "http://192.30.9.5:9292", "region": "regionOne", "interface": "internal", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "internal", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8042", "region": "regionOne", "interface": "admin", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8042", "region": "regionOne", "interface": "public", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"region_id": "regionOne", "url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "internal", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"region_id": "regionOne", "url": "http://172.30.9.24:1789", "region": "regionOne", "interface": "public", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"region_id": "regionOne", "url": "http://192.30.9.5:1789", "region": "regionOne", "interface": "admin", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "public", "id": "00f7815f03c04615b1cbb08da448f738"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "internal", "id": "7648c82197844852a706b434e3c96bad"}, {"region_id": "regionOne", "url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "region": "regionOne", "interface": "admin", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.5:35357", "region": "regionOne", "interface": "admin", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"region_id": "regionOne", "url": "http://172.30.9.24:5000", "region": "regionOne", "interface": "public", "id": "33acfdf1ed _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:44.405 198 INFO tempest.lib.common.rest_client [req-455ef8da-2a90-4e01-b51f-1e771b524177 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/security-groups?tenant_id=b18a0f7bd5954121952c400cb20f689e&name=default 0.328s 2018-08-29 07:34:44.405 198 DEBUG tempest.lib.common.rest_client [req-455ef8da-2a90-4e01-b51f-1e771b524177 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups?tenant_id=b18a0f7bd5954121952c400cb20f689e&name=default', u'date': 'Wed, 29 Aug 2018 07:34:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-455ef8da-2a90-4e01-b51f-1e771b524177'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b18a0f7bd5954121952c400cb20f689e", "created_at": "2018-08-29T07:34:44Z", "updated_at": "2018-08-29T07:34:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:44Z", "revision_number": 0, "id": "97b2a650-3d54-428b-a3ba-15e1286c0cf2", "remote_group_id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:44Z", "security_group_id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "tenant_id": "b18a0f7bd5954121952c400cb20f689e", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18a0f7bd5954121952c400cb20f689e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:44Z", "revision_number": 0, "id": "bfefedc8-f5bb-4d1f-87e9-93194232449b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:44Z", "security_group_id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "tenant_id": "b18a0f7bd5954121952c400cb20f689e", "port_range_min": null, "ethertype": "IPv6", "project_id": "b18a0f7bd5954121952c400cb20f689e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:44Z", "revision_number": 0, "id": "d9bb937c-a52e-4630-9d74-f138a99779e1", "remote_group_id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:44Z", "security_group_id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "tenant_id": "b18a0f7bd5954121952c400cb20f689e", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18a0f7bd5954121952c400cb20f689e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:44Z", "revision_number": 0, "id": "fd6d1524-050e-44cf-9f86-880e1fae84b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:44Z", "security_group_id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "tenant_id": "b18a0f7bd5954121952c400cb20f689e", "port_range_min": null, "ethertype": "IPv4", "project_id": "b18a0f7bd5954121952c400cb20f689e"}], "revision_number": 4, "project_id": "b18a0f7bd5954121952c400cb20f689e", "id": "ab65981f-67ba-4dd0-9cfa-76b87b268e5d", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:44.733 198 INFO tempest.lib.common.rest_client [req-86f0c8ab-f223-40fd-869e-981cbc11982d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/ab65981f-67ba-4dd0-9cfa-76b87b268e5d 0.328s 2018-08-29 07:34:44.734 198 DEBUG tempest.lib.common.rest_client [req-86f0c8ab-f223-40fd-869e-981cbc11982d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/ab65981f-67ba-4dd0-9cfa-76b87b268e5d', u'date': 'Wed, 29 Aug 2018 07:34:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-86f0c8ab-f223-40fd-869e-981cbc11982d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:44.941 198 INFO tempest.lib.common.rest_client [req-3f9980f3-7d27-4906-b0ee-df52a955ce26 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/b18a0f7bd5954121952c400cb20f689e 0.207s 2018-08-29 07:34:44.941 198 DEBUG tempest.lib.common.rest_client [req-3f9980f3-7d27-4906-b0ee-df52a955ce26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/b18a0f7bd5954121952c400cb20f689e', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:44 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-3f9980f3-7d27-4906-b0ee-df52a955ce26'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:45.170 198 INFO tempest.lib.common.rest_client [req-9d06c66f-78fc-44bd-b89f-374506c5d5ee ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/654db1a8acf847ed986fc83caa1b8d59 0.228s 2018-08-29 07:34:45.170 198 DEBUG tempest.lib.common.rest_client [req-9d06c66f-78fc-44bd-b89f-374506c5d5ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/654db1a8acf847ed986fc83caa1b8d59', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:44 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-9d06c66f-78fc-44bd-b89f-374506c5d5ee'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:45.480 198 INFO tempest.lib.common.rest_client [req-acc324b2-3b15-45af-9ae5-6b6c769a5dba ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/security-groups?tenant_id=4a6dec662b9a487aa1b3974eb9db0736&name=default 0.309s 2018-08-29 07:34:45.480 198 DEBUG tempest.lib.common.rest_client [req-acc324b2-3b15-45af-9ae5-6b6c769a5dba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups?tenant_id=4a6dec662b9a487aa1b3974eb9db0736&name=default', u'date': 'Wed, 29 Aug 2018 07:34:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-acc324b2-3b15-45af-9ae5-6b6c769a5dba'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4a6dec662b9a487aa1b3974eb9db0736", "created_at": "2018-08-29T07:34:45Z", "updated_at": "2018-08-29T07:34:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:45Z", "revision_number": 0, "id": "4509e91a-7337-4825-a4fe-1d7f9e513f4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:45Z", "security_group_id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "tenant_id": "4a6dec662b9a487aa1b3974eb9db0736", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a6dec662b9a487aa1b3974eb9db0736"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:45Z", "revision_number": 0, "id": "669c77ab-c781-4d8c-81c5-4fcbce8ff328", "remote_group_id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:45Z", "security_group_id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "tenant_id": "4a6dec662b9a487aa1b3974eb9db0736", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a6dec662b9a487aa1b3974eb9db0736"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:45Z", "revision_number": 0, "id": "86e06eb6-28cd-499d-a40b-458057103019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:45Z", "security_group_id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "tenant_id": "4a6dec662b9a487aa1b3974eb9db0736", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a6dec662b9a487aa1b3974eb9db0736"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:34:45Z", "revision_number": 0, "id": "eec0143b-7920-4dd5-afb7-00d113a3d397", "remote_group_id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "remote_ip_prefix": null, "created_at": "2018-08-29T07:34:45Z", "security_group_id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "tenant_id": "4a6dec662b9a487aa1b3974eb9db0736", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a6dec662b9a487aa1b3974eb9db0736"}], "revision_number": 4, "project_id": "4a6dec662b9a487aa1b3974eb9db0736", "id": "fac22959-f45d-4d3c-9fd2-c238d353fd18", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:45.772 198 INFO tempest.lib.common.rest_client [req-4debdcc8-e24e-448b-a7ed-2426c9c98d78 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/fac22959-f45d-4d3c-9fd2-c238d353fd18 0.292s 2018-08-29 07:34:45.772 198 DEBUG tempest.lib.common.rest_client [req-4debdcc8-e24e-448b-a7ed-2426c9c98d78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/fac22959-f45d-4d3c-9fd2-c238d353fd18', u'date': 'Wed, 29 Aug 2018 07:34:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4debdcc8-e24e-448b-a7ed-2426c9c98d78'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:45.952 198 INFO tempest.lib.common.rest_client [req-187a304b-a920-450b-8e9e-7212b30473c9 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/4a6dec662b9a487aa1b3974eb9db0736 0.180s 2018-08-29 07:34:45.953 198 DEBUG tempest.lib.common.rest_client [req-187a304b-a920-450b-8e9e-7212b30473c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/4a6dec662b9a487aa1b3974eb9db0736', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:45 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-187a304b-a920-450b-8e9e-7212b30473c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:46.165 198 INFO tempest.lib.common.rest_client [req-9eab9c38-5c97-468d-94fa-54ed928c5786 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/users/b045b6d1486344e984fc7714ddd950e7 0.212s 2018-08-29 07:34:46.165 198 DEBUG tempest.lib.common.rest_client [req-9eab9c38-5c97-468d-94fa-54ed928c5786 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/users/b045b6d1486344e984fc7714ddd950e7', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:45 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-9eab9c38-5c97-468d-94fa-54ed928c5786'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:46.349 198 INFO tempest.lib.common.rest_client [req-3b627d05-c91a-49a6-b9c6-bff034772edd ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.24:9696/v2.0/security-groups?tenant_id=58a72915e2994d19a1afef57058ad7b4&name=default 0.183s 2018-08-29 07:34:46.349 198 DEBUG tempest.lib.common.rest_client [req-3b627d05-c91a-49a6-b9c6-bff034772edd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups?tenant_id=58a72915e2994d19a1afef57058ad7b4&name=default', u'date': 'Wed, 29 Aug 2018 07:34:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b627d05-c91a-49a6-b9c6-bff034772edd'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:28Z", "updated_at": "2018-08-29T07:28:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "1238c740-5317-4471-84eb-39c803c0fd0a", "remote_group_id": "72d540b1-7d4b-49cc-860d-653d61755e84", "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "72d540b1-7d4b-49cc-860d-653d61755e84", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "58a72915e2994d19a1afef57058ad7b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "777b068e-cee1-44b7-aa56-47c5da11c56b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "72d540b1-7d4b-49cc-860d-653d61755e84", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "58a72915e2994d19a1afef57058ad7b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "c8431f10-4a2f-41d8-bbd6-1e7b3ae63998", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "72d540b1-7d4b-49cc-860d-653d61755e84", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "58a72915e2994d19a1afef57058ad7b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "ce6ceb7f-7798-46d0-9558-f9d0a281b4d7", "remote_group_id": "72d540b1-7d4b-49cc-860d-653d61755e84", "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "72d540b1-7d4b-49cc-860d-653d61755e84", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "58a72915e2994d19a1afef57058ad7b4"}], "revision_number": 4, "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "72d540b1-7d4b-49cc-860d-653d61755e84", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:46.656 198 INFO tempest.lib.common.rest_client [req-9859dc6f-39c7-4210-ad59-879e6a4adccb ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/72d540b1-7d4b-49cc-860d-653d61755e84 0.306s 2018-08-29 07:34:46.656 198 DEBUG tempest.lib.common.rest_client [req-9859dc6f-39c7-4210-ad59-879e6a4adccb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/72d540b1-7d4b-49cc-860d-653d61755e84', u'date': 'Wed, 29 Aug 2018 07:34:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9859dc6f-39c7-4210-ad59-879e6a4adccb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-29 07:34:46.809 198 INFO tempest.lib.common.rest_client [req-2d8b7c37-c922-4633-bc83-cfe57d0c5825 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.5:35357/v3/projects/58a72915e2994d19a1afef57058ad7b4 0.152s 2018-08-29 07:34:46.809 198 DEBUG tempest.lib.common.rest_client [req-2d8b7c37-c922-4633-bc83-cfe57d0c5825 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.5:35357/v3/projects/58a72915e2994d19a1afef57058ad7b4', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Wed, 29 Aug 2018 07:34:46 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-2d8b7c37-c922-4633-bc83-cfe57d0c5825'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 ============================== Failed 2 tests - output below: ============================== networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/api/test_bgpvpn.py", line 131, in test_update_route_target export_targets=['64512:6'] File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 49, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-29 07:28:11,462 198 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.311s 2018-08-29 07:28:11,462 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--1933182600"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fdcfa698-e050-4a25-9774-21b375dc7395'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "route_distinguishers": [], "routers": [], "id": "1afec755-fab0-4ce3-9cac-fe973083b376", "name": "tempest-test-bgpvpn--1933182600", "tenant_id": "f6bf687af48f44569caa4d657e45ecee", "import_targets": ["64512:2"], "networks": [], "route_targets": ["64512:1"], "project_id": "f6bf687af48f44569caa4d657e45ecee", "type": "l3"}} 2018-08-29 07:28:11,868 198 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/1afec755-fab0-4ce3-9cac-fe973083b376 0.405s 2018-08-29 07:28:11,868 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/1afec755-fab0-4ce3-9cac-fe973083b376', u'date': 'Wed, 29 Aug 2018 07:28:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c22002a-4fb5-4114-8f2b-16c60c248a07'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic[compute,network] ------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return f(self, *func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 61, in test_bgpvpn_basic self._check_l3_bgpvpn(src_ip, dst_ip) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 168, in _check_l3_bgpvpn private_key=private_key) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 351, in get_remote_client linux_client.validate_authentication() File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 57, in wrapper six.reraise(*original_exception) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 30, in wrapper return function(self, *args, **kwargs) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 113, in validate_authentication self.ssh_client.test_connection_auth() File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth connection = self._get_ssh_connection() File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.30.9.206 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-29 07:28:28,659 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-groups 0.619s 2018-08-29 07:28:28,660 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "description": "tempest-secgroup-smoke-2146996300 description", "name": "tempest-secgroup-smoke-2146996300"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups', u'date': 'Wed, 29 Aug 2018 07:28:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a27aea84-140b-4ac1-985c-6fba6027a036'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2146996300 description", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:28Z", "updated_at": "2018-08-29T07:28:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "92e3ce8d-968f-42de-b9d5-b80ddd679fe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "58a72915e2994d19a1afef57058ad7b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T07:28:28Z", "revision_number": 0, "id": "c44e82b9-37b5-44de-9a1c-6e2641e8fe83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T07:28:28Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "58a72915e2994d19a1afef57058ad7b4"}], "revision_number": 2, "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "name": "tempest-secgroup-smoke-2146996300"}} 2018-08-29 07:28:29,061 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.400s 2018-08-29 07:28:29,061 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_max": 22, "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47d03333-006b-46ec-b534-acb8903484e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-29T07:28:28Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:28Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "19ad6dea-5cfb-4a95-a598-253b56b6029e"}} 2018-08-29 07:28:29,420 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.359s 2018-08-29 07:28:29,421 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "port_range_max": 22, "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae40bfcc-dfb6-4cf5-9bc4-b49babeded13'} 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-08-29T07:28:29Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": 22, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:29Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "6173b910-31b7-44b7-96e7-38dc2ea199a2"}} 2018-08-29 07:28:29,742 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.321s 2018-08-29 07:28:29,742 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "ingress", "protocol": "icmp", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d497f3a2-1dd8-4dd6-9b84-d85fee99500e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:29Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:29Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "214f93ca-9cbd-4dcb-bf89-440336c1e996"}} 2018-08-29 07:28:30,060 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.317s 2018-08-29 07:28:30,061 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "egress", "protocol": "icmp", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-674c4e65-36b9-447f-a313-a4470e2ebf4c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:29Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:29Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "496dffa4-8c61-4893-9c80-f3d4b4372318"}} 2018-08-29 07:28:30,367 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.305s 2018-08-29 07:28:30,367 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "ingress", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25718d9c-c0c3-4d9c-b678-8880cf6d14e4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:30Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:30Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "dd377767-f1ca-4b70-96fe-21de0b4e95f7"}} 2018-08-29 07:28:30,701 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.24:9696/v2.0/security-group-rules 0.333s 2018-08-29 07:28:30,701 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "direction": "egress", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.24:9696/v2.0/security-group-rules', u'date': 'Wed, 29 Aug 2018 07:28:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02f14d33-b83a-49dc-87ee-a9de6f49d326'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-29T07:28:30Z", "security_group_id": "8c64b5ff-22d6-4d0d-91ab-f896cd596c85", "port_range_min": null, "revision_number": 0, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:30Z", "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "dc06d6ba-6565-4e31-861a-dcea8b2bbb8c"}} 2018-08-29 07:28:31,089 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/networks 0.387s 2018-08-29 07:28:31,089 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-network-A-1653167087"}} Response - Headers: {'status': '201', u'content-length': '565', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-48656962-7673-46e7-acfe-0badfa63511d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:30Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","id":"6d79fdd6-f6db-459a-ade8-a3320d410e7e","name":"tempest-network-A-1653167087"}} 2018-08-29 07:28:31,776 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/subnets 0.686s 2018-08-29 07:28:31,776 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "cidr": "10.100.1.0/24", "network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "name": "tempest-subnet-A-1803701420"}} Response - Headers: {'status': '201', u'content-length': '630', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets', u'date': 'Wed, 29 Aug 2018 07:28:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1420ebf-54b5-4d80-81cf-2c463efb09d4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d79fdd6-f6db-459a-ade8-a3320d410e7e","tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:31Z","dns_nameservers":[],"updated_at":"2018-08-29T07:28:31Z","gateway_ip":"10.100.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.1.2","end":"10.100.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.1.0/24","project_id":"58a72915e2994d19a1afef57058ad7b4","id":"506fbdbb-9d34-4da4-a616-d34ebbf04118","subnetpool_id":null,"name":"tempest-subnet-A-1803701420"}} 2018-08-29 07:28:32,213 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/networks 0.436s 2018-08-29 07:28:32,213 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-network-B-40057064"}} Response - Headers: {'status': '201', u'content-length': '563', 'content-location': 'http://172.30.9.24:9696/v2.0/networks', u'date': 'Wed, 29 Aug 2018 07:28:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f28276fd-e41b-48af-adee-e8c68490209e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-29T07:28:32Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","id":"b73972be-3f13-4ff6-ad26-ca7a1b55eda6","name":"tempest-network-B-40057064"}} 2018-08-29 07:28:33,004 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/subnets 0.790s 2018-08-29 07:28:33,004 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "cidr": "10.100.2.0/24", "network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "name": "tempest-subnet-B-1103652357"}} Response - Headers: {'status': '201', u'content-length': '630', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets', u'date': 'Wed, 29 Aug 2018 07:28:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b06d9857-83d0-4f93-a395-1d4c62dc6ee6'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b73972be-3f13-4ff6-ad26-ca7a1b55eda6","tenant_id":"58a72915e2994d19a1afef57058ad7b4","created_at":"2018-08-29T07:28:32Z","dns_nameservers":[],"updated_at":"2018-08-29T07:28:32Z","gateway_ip":"10.100.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.2.2","end":"10.100.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.2.0/24","project_id":"58a72915e2994d19a1afef57058ad7b4","id":"b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49","subnetpool_id":null,"name":"tempest-subnet-B-1103652357"}} 2018-08-29 07:28:33,378 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.24:8774/v2.1/os-keypairs 0.373s 2018-08-29 07:28:33,378 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-763246119"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.24:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-2bf8f509-1b97-480d-a7c2-0dd9435093de', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2bf8f509-1b97-480d-a7c2-0dd9435093de'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC79MIUTe05rH+yAvpdorgWVtCnUPxQU0AE/cqhiCukJhXgIXGRxITI3K7WXIKAQwnZ8q3xddiZXf60a7kINkyBfNwfMZoT083TflM/xGwlwa5Sm24FB3w1PevOKjIPVtd2YzaX3UDnXN+LPhHQF/NAI/peIARzyhtoniA1lnpr/OWQpG0u5ekPXKv49GhigZKdgVgunWr0OfRQsLcFU/K8aZ6KN4wx8rG+lB4SenTbya6ac+Oozn2B9uvcE9BsY0WJu6q7u6HWd4Yx+8BY/aeQ/WrlEE4PJzlBs3au6bWbfFFWK+in9+0InsntU07zDwiEGVvAve5d5R5kkMMFWVhp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu/TCFE3tOax/sgL6XaK4FlbQp1D8UFNABP3KoYgrpCYV4CFx\nkcSEyNyu1lyCgEMJ2fKt8XXYmV3+tGu5CDZMgXzcHzGaE9PN035TP8RsJcGuUptu\nBQd8NT3rzioyD1bXdmM2l91A51zfiz4R0BfzQCP6XiAEc8obaJ4gNZZ6a/zlkKRt\nLuXpD1yr+PRoYoGSnYFYLp1q9Dn0ULC3BVPyvGmeijeMMfKxvpQeEnp028mumnPj\nqM59gfbr3BPQbGNFibuqu7uh1neGMfvAWP2nkP1q5RBODyc5QbN2rum1m3xRVivo\np/ftCJ7J7VNO8w8IhBlbwL3uXeUeZJDDBVlYaQIDAQABAoIBAAm/hP1WmVIfbzQF\nUYTftpp6ADJdUei8mJppq0O7cz/9Na89LM25moVsZKj7fU03rOAf5QOb8BLsPBSR\nbbROVKN2nVgE04/psUghyiGJh25h4C+qngcmvztnrb4wlA4Vm/Eo7iDsObyGJZXs\nLzJSu6v88bRGBtUWi1tesB73YfwNt+wU9EYj0cSH3rKBphmT2O/kzCLjfkA9peQ5\nWIRU11tYeJHSyc5W0Qzw8begdrThjDBnfyJTPkLOIiPdjMbuvXDfdDv7mjoSosdb\nkU2ZZKrWFuCo5Qlv8gU9VWbcd/PjUZRZMxC66uTjFRgrcrwCi8MJCpKHm3MjY5Ty\nQpgSX00CgYEA7O0OFqGJ4Rr3z8MBhY0NjMn6dAN5/3DMXQnxuS2L3hdaICFpWYii\ni6aSEls44cM8D9bzgSm87Shi6njS9KuWKdMBKt44IybhSjhPxw80FPcQFOuV64YK\nscYSRqt1RmyYPFb7moeWnTiWewWITetayTQ3PDqTtXcrmyIblLPchocCgYEAyxZ0\nMWoHdTZSsRn6+Xyox9xImjtIsOZTcjr6lhTWCaJv+vXYi0yNRrlV+Uuw3e8veDST\nLFt9rIO5vjSn6wGIxK1lr26pD9hEmkWQgkaloHEzBmJV4R4DVtCPSg7po/P5Iqd2\nPiosKrJIx8ThdJsm+J8hfmErzjKBRca5mkv99Y8CgYAHhP6NeVMG8fQrg+ToeDGV\n5lMsm2+jy9Cwo0AowGlQAy25F1ZgoRWHmSHJs1t6ztd5KTlRQCHe5Qk+p9cKLOf3\nK9s9oQ/nDbTYxjDCAJmGkNDR2ShI8VgljEPIOmjec1PhlmEl5mfBVapw/Rv2XSHk\ngOO/5ZwKhl277rkxXwQAwQKBgQCc5lQOeSQZ4kYwnSnQ5gZfokhVH8ghI1EEx5wh\npydVejGZaaZKuHHNWhKZ72hNjiTWcYfilSyaw4oU8Qlp/l1z1aLhzlS+8Q7PQT9L\n5ti/A7WwEPjYWx+pSqfpR2wqRqsLouUvUdWdhu/Dps+oDtYk7owp31jAjTRifA2Y\nr20c8QKBgQDmSU/HowM+NG2sddj8cPZzxcTSfqF07pJGxvPsmGjeJsW9PvoaJOM8\n2RJBxWkBsReP0/LPlZShaDlHXF5RoD6kc3VFBs9G03VD/9agnvQ89qFDG1zQiYq0\nUbRQ/azzxCpIrriN2UdzklXzSYlzyQ7vmuvaKixRtqX/1CrIzFX5wQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "b045b6d1486344e984fc7714ddd950e7", "name": "tempest-TestBGPVPNBasic-763246119", "fingerprint": "f5:34:76:12:42:df:61:44:e2:46:72:9b:77:13:3e:82"}} 2018-08-29 07:28:34,632 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/ports 1.249s 2018-08-29 07:28:34,632 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "fixed_ips": [{"ip_address": "10.100.1.10"}], "name": "tempest-port-smoke-1213406707", "security_groups": ["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.24:9696/v2.0/ports', u'date': 'Wed, 29 Aug 2018 07:28:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0269c06-cbad-4313-9fcc-da82ba0a0754'} Body: {"port":{"status":"DOWN","created_at":"2018-08-29T07:28:33Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6d79fdd6-f6db-459a-ade8-a3320d410e7e","tenant_id":"58a72915e2994d19a1afef57058ad7b4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-29T07:28:33Z","name":"tempest-port-smoke-1213406707","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:64:e0:36","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","fixed_ips":[{"subnet_id":"506fbdbb-9d34-4da4-a616-d34ebbf04118","ip_address":"10.100.1.10"}],"id":"452e056a-45b2-4ac7-9a9a-9fd202acaba7","security_groups":["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"],"device_id":""}} 2018-08-29 07:28:36,774 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.24:8774/v2.1/servers 2.140s 2018-08-29 07:28:36,774 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-763246119", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "networks": [{"uuid": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "port": "452e056a-45b2-4ac7-9a9a-9fd202acaba7"}], "imageRef": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.24:8774/v2.1/servers', u'x-compute-request-id': 'req-d3b24455-be4e-4195-bfc0-4e9f06922e74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3b24455-be4e-4195-bfc0-4e9f06922e74'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "adminPass": "5UcUByNF2uMT"}} 2018-08-29 07:28:37,146 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.371s 2018-08-29 07:28:37,147 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-48ad2cbe-c8b4-40ab-91ed-8f71ea41b9dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48ad2cbe-c8b4-40ab-91ed-8f71ea41b9dc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:38,369 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.213s 2018-08-29 07:28:38,370 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-728350cb-65bd-4204-8ded-34ff462f1abf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-728350cb-65bd-4204-8ded-34ff462f1abf'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:40,012 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.619s 2018-08-29 07:28:40,012 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-674e8cf9-6fc9-4cd9-a09f-02ca3a76a74a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-674e8cf9-6fc9-4cd9-a09f-02ca3a76a74a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:40,039 198 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-29 07:28:41,649 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.604s 2018-08-29 07:28:41,650 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-b346624a-a714-44c1-a3d8-3dcf98023e4d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b346624a-a714-44c1-a3d8-3dcf98023e4d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:43,440 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.774s 2018-08-29 07:28:43,440 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-cb63c9df-5c04-415e-bebd-96032f905f76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cb63c9df-5c04-415e-bebd-96032f905f76'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:38Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:45,054 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.599s 2018-08-29 07:28:45,055 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-7b84cde5-e138-4528-b7a2-3fb1140c517d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b84cde5-e138-4528-b7a2-3fb1140c517d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:43Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:45,069 198 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-29 07:28:45,813 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.743s 2018-08-29 07:28:45,813 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-67d2fbcd-9cdc-408f-8a1c-61bc389d25f2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-67d2fbcd-9cdc-408f-8a1c-61bc389d25f2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:43Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:45,821 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 26bf66ed-952e-40fd-9be6-831cecc1f484 with status: ACTIVE 2018-08-29 07:28:46,902 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/ports 1.079s 2018-08-29 07:28:46,903 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "fixed_ips": [{"ip_address": "10.100.2.20"}], "name": "tempest-port-smoke-737013026", "security_groups": ["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"]}} Response - Headers: {'status': '201', u'content-length': '722', 'content-location': 'http://172.30.9.24:9696/v2.0/ports', u'date': 'Wed, 29 Aug 2018 07:28:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-11593cd2-e7a4-4cf3-a1ae-39535535c453'} Body: {"port":{"status":"DOWN","created_at":"2018-08-29T07:28:46Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b73972be-3f13-4ff6-ad26-ca7a1b55eda6","tenant_id":"58a72915e2994d19a1afef57058ad7b4","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-29T07:28:46Z","name":"tempest-port-smoke-737013026","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:04:83:b1","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"58a72915e2994d19a1afef57058ad7b4","fixed_ips":[{"subnet_id":"b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49","ip_address":"10.100.2.20"}],"id":"54c3176c-80a5-451b-8b77-3e410d752786","security_groups":["8c64b5ff-22d6-4d0d-91ab-f896cd596c85"],"device_id":""}} 2018-08-29 07:28:48,505 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.24:8774/v2.1/servers 1.600s 2018-08-29 07:28:48,505 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-763246119", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "networks": [{"uuid": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "port": "54c3176c-80a5-451b-8b77-3e410d752786"}], "imageRef": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.24:8774/v2.1/servers', u'x-compute-request-id': 'req-661a0801-8fe3-494c-8d91-5e9d8f79eb22', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-661a0801-8fe3-494c-8d91-5e9d8f79eb22'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "34c76c2d-b141-4713-8b07-2279b0194916", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "adminPass": "q7i9SY6jvemM"}} 2018-08-29 07:28:48,742 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.233s 2018-08-29 07:28:48,742 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-b38d63fd-81f1-4acb-9a22-afc7c54c858c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b38d63fd-81f1-4acb-9a22-afc7c54c858c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:49,995 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.245s 2018-08-29 07:28:49,996 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-4a4fa3e3-0fd7-46ad-bbd3-8c91a0ae6da2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a4fa3e3-0fd7-46ad-bbd3-8c91a0ae6da2'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:50,009 198 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-29 07:28:51,473 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.462s 2018-08-29 07:28:51,473 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-af4eb1a2-df3f-4d59-850b-519e826c9870', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af4eb1a2-df3f-4d59-850b-519e826c9870'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:51,486 198 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-29 07:28:53,164 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.676s 2018-08-29 07:28:53,165 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-9fabb746-b3bb-4b10-8d3c-84fa5fec9038', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9fabb746-b3bb-4b10-8d3c-84fa5fec9038'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:54,495 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.316s 2018-08-29 07:28:54,495 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-27320b14-7d42-4b35-ab8b-a936a2df79a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27320b14-7d42-4b35-ab8b-a936a2df79a8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:28:49Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:56,153 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.643s 2018-08-29 07:28:56,154 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-4b47bb88-7be6-4202-8ab9-2ef86abd68e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b47bb88-7be6-4202-8ab9-2ef86abd68e4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-B-40057064": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:83:b1", "version": 4, "addr": "10.100.2.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:54Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:56,167 198 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-29 07:28:56,761 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.593s 2018-08-29 07:28:56,762 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-619cd1b2-a0f7-4772-9ff6-ee6624fbd8da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:28:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-619cd1b2-a0f7-4772-9ff6-ee6624fbd8da'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-network-B-40057064": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:83:b1", "version": 4, "addr": "10.100.2.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:28:54Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:28:56,770 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 34c76c2d-b141-4713-8b07-2279b0194916 with status: ACTIVE 2018-08-29 07:28:57,389 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns 0.618s 2018-08-29 07:28:57,389 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "l3bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '324', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Wed, 29 Aug 2018 07:28:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-75a7a15c-3cce-4914-879e-02929bd2fdac'} Body: {"bgpvpn": {"export_targets": [], "route_distinguishers": [], "routers": [], "id": "ac2ec080-47da-4b7f-a169-6cfb52ae564f", "name": "l3bgpvpn", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "import_targets": [], "networks": [], "route_targets": ["64512:1"], "project_id": "58a72915e2994d19a1afef57058ad7b4", "type": "l3"}} 2018-08-29 07:28:57,389 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Associating network 6d79fdd6-f6db-459a-ade8-a3320d410e7e to BGPVPN ac2ec080-47da-4b7f-a169-6cfb52ae564f 2018-08-29 07:28:57,726 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations 0.337s 2018-08-29 07:28:57,727 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-69068b7b-ac64-4477-a3c2-79de35e8c3f9'} Body: {"network_association": {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "id": "a72f7577-0f02-49e3-ba37-dcea914ba19e"}} 2018-08-29 07:28:57,727 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Associating network b73972be-3f13-4ff6-ad26-ca7a1b55eda6 to BGPVPN ac2ec080-47da-4b7f-a169-6cfb52ae564f 2018-08-29 07:28:58,480 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations 0.752s 2018-08-29 07:28:58,481 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/ac2ec080-47da-4b7f-a169-6cfb52ae564f/network_associations', u'date': 'Wed, 29 Aug 2018 07:28:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d42972f8-4287-40c8-a849-74c4200c6e74'} Body: {"network_association": {"network_id": "b73972be-3f13-4ff6-ad26-ca7a1b55eda6", "id": "5a2295dd-78a9-412b-b2af-7b974a6069f7"}} 2018-08-29 07:28:58,481 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-29 07:28:58,761 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/routers 0.279s 2018-08-29 07:28:58,761 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "58a72915e2994d19a1afef57058ad7b4", "name": "tempest-router--190271195", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.24:9696/v2.0/routers', u'date': 'Wed, 29 Aug 2018 07:28:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e19deb3b-8a43-4f58-b4ac-21bf348e96cf'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:58Z", "admin_state_up": true, "updated_at": "2018-08-29T07:28:58Z", "revision_number": 0, "routes": [], "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9", "name": "tempest-router--190271195"}} 2018-08-29 07:29:00,689 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9 1.927s 2018-08-29 07:29:00,690 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9', u'date': 'Wed, 29 Aug 2018 07:29:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97fac4cd-f7cf-451a-b833-f162b8b4f3bd'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:28:58Z", "admin_state_up": true, "updated_at": "2018-08-29T07:29:00Z", "revision_number": 3, "routes": [], "project_id": "58a72915e2994d19a1afef57058ad7b4", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9", "name": "tempest-router--190271195"}} 2018-08-29 07:29:02,549 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/add_router_interface 1.858s 2018-08-29 07:29:02,550 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/add_router_interface', u'date': 'Wed, 29 Aug 2018 07:29:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d957ff03-5454-49dc-8614-0caa361c24cd'} Body: {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118", "subnet_ids": ["506fbdbb-9d34-4da4-a616-d34ebbf04118"], "port_id": "791a2ae3-1c81-4885-a7f4-6015813d5b36", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9"} 2018-08-29 07:29:04,195 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.24:9696/v2.0/floatingips 1.644s 2018-08-29 07:29:04,196 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "fixed_ip_address": null, "port_id": "452e056a-45b2-4ac7-9a9a-9fd202acaba7"}} Response - Headers: {'status': '201', u'content-length': '551', 'content-location': 'http://172.30.9.24:9696/v2.0/floatingips', u'date': 'Wed, 29 Aug 2018 07:29:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37b30791-5718-4ac1-ad4e-1d29627bc671'} Body: {"floatingip": {"router_id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-29T07:29:03Z", "floating_network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "fixed_ip_address": "10.100.1.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "452e056a-45b2-4ac7-9a9a-9fd202acaba7", "id": "27f4e816-92eb-4590-9c73-8907c8624676", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "created_at": "2018-08-29T07:29:03Z", "project_id": "58a72915e2994d19a1afef57058ad7b4"}} 2018-08-29 07:29:04,198 198 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-29 07:30:04,252 198 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-29 07:31:06,789 198 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 2. Retry after 3 seconds. 2018-08-29 07:32:10,346 198 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 3. Retry after 4 seconds. 2018-08-29 07:33:14,905 198 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.206 (timed out). Number attempts: 4. Retry after 5 seconds. 2018-08-29 07:34:20,453 198 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.206 after 4 attempts 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 310, in connect 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/util.py", line 276, in retry_on_signal 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh return function() 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 310, in 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh retry_on_signal(lambda: sock.connect(addr)) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/socket.py", line 228, in meth 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh return getattr(self._sock,name)(*args) 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh timeout: timed out 2018-08-29 07:34:20.453 198 ERROR tempest.lib.common.ssh 2018-08-29 07:34:20,455 198 ERROR [networking_bgpvpn_tempest.tests.scenario.manager] (TestBGPVPNBasic:test_bgpvpn_basic) Initializing SSH connection to 172.30.9.206 failed. Error: Connection to the 172.30.9.206 via SSH timed out. User: cirros, Password: None 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 351, in get_remote_client 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 57, in wrapper 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 30, in wrapper 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 113, in validate_authentication 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.206 via SSH timed out. 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-29 07:34:20.455 198 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-29 07:34:20,713 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.24:8774/v2.1/servers 0.248s 2018-08-29 07:34:20,714 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '577', 'content-location': 'http://172.30.9.24:8774/v2.1/servers', u'x-compute-request-id': 'req-3a503692-2b99-44bb-b829-c557274d5a95', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a503692-2b99-44bb-b829-c557274d5a95'} Body: {"servers": [{"id": "34c76c2d-b141-4713-8b07-2279b0194916", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "name": "server-2"}, {"id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-29 07:34:21,791 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916/action 1.074s 2018-08-29 07:34:21,792 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '32784', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916/action', u'x-compute-request-id': 'req-3a74fa5d-01a1-4140-b1e6-bb14d4b9f581', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a74fa5d-01a1-4140-b1e6-bb14d4b9f581'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529312016 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-29 07:34:21,793 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 34c76c2d-b141-4713-8b07-2279b0194916 body= [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 529312016 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.124956] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.126501] pid_max: default: 32768 minimum: 301 [ 0.127361] ACPI: Core revision 20150930 [ 0.128701] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.129922] Security Framework initialized [ 0.130712] Yama: becoming mindful. [ 0.131420] AppArmor: AppArmor initialized [ 0.132233] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.133473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134732] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.135877] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137236] Initializing cgroup subsys io [ 0.138007] Initializing cgroup subsys memory [ 0.138818] Initializing cgroup subsys devices [ 0.139660] Initializing cgroup subsys freezer [ 0.140530] Initializing cgroup subsys net_cls [ 0.141366] Initializing cgroup subsys perf_event [ 0.142242] Initializing cgroup subsys net_prio [ 0.143078] Initializing cgroup subsys hugetlb [ 0.143899] Initializing cgroup subsys pids [ 0.144758] CPU: Physical Processor ID: 0 [ 0.146197] mce: CPU supports 10 MCE banks [ 0.146988] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.147910] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158464] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164947] ftrace: allocating 31920 entries in 125 pages [ 0.191404] smpboot: Max logical packages: 1 [ 0.192270] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193586] x2apic enabled [ 0.194374] Switched APIC routing to physical x2apic. [ 0.196087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197148] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.200716] KVM setup paravirtual spinlock [ 0.201990] x86: Booted up 1 node, 1 CPUs [ 0.202750] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.204046] devtmpfs: initialized [ 0.205706] evm: security.selinux [ 0.206420] evm: security.SMACK64 [ 0.207112] evm: security.SMACK64EXEC [ 0.207862] evm: security.SMACK64TRANSMUTE [ 0.208672] evm: security.SMACK64MMAP [ 0.209417] evm: security.ima [ 0.210069] evm: security.capability [ 0.210876] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.212735] pinctrl core: initialized pinctrl subsystem [ 0.213838] RTC time: 7:28:53, date: 08/29/18 [ 0.214801] NET: Registered protocol family 16 [ 0.215784] cpuidle: using governor ladder [ 0.216603] cpuidle: using governor menu [ 0.217388] PCCT header not found. [ 0.218134] ACPI: bus type PCI registered [ 0.218940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.220178] PCI: Using configuration type 1 for base access [ 0.221922] ACPI: Added _OSI(Module Device) [ 0.222761] ACPI: Added _OSI(Processor Device) [ 0.223627] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.224528] ACPI: Added _OSI(Processor Aggregator Device) [ 0.226650] ACPI: Interpreter enabled [ 0.227420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.229274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.231106] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.232950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.234798] ACPI: (supports S0 S5) [ 0.235509] ACPI: Using IOAPIC for interrupt routing [ 0.236565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.239653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.240953] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.242345] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.243701] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246154] acpiphp: Slot [3] registered [ 0.246962] acpiphp: Slot [4] registered [ 0.247757] acpiphp: Slot [5] registered [ 0.248554] acpiphp: Slot [6] registered [ 0.249352] acpiphp: Slot [7] registered [ 0.250154] acpiphp: Slot [8] registered [ 0.250952] acpiphp: Slot [9] registered [ 0.251743] acpiphp: Slot [10] registered [ 0.252567] acpiphp: Slot [11] registered [ 0.253382] acpiphp: Slot [12] registered [ 0.254198] acpiphp: Slot [13] registered [ 0.255011] acpiphp: Slot [14] registered [ 0.255819] acpiphp: Slot [15] registered [ 0.266655] acpiphp: Slot [16] registered [ 0.267501] acpiphp: Slot [17] registered [ 0.268314] acpiphp: Slot [18] registered [ 0.269121] acpiphp: Slot [19] registered [ 0.269924] acpiphp: Slot [20] registered [ 0.270740] acpiphp: Slot [21] registered [ 0.271548] acpiphp: Slot [22] registered [ 0.272424] acpiphp: Slot [23] registered [ 0.273491] acpiphp: Slot [24] registered [ 0.274560] acpiphp: Slot [25] registered [ 0.275632] acpiphp: Slot [26] registered [ 0.276695] acpiphp: Slot [27] registered [ 0.277754] acpiphp: Slot [28] registered [ 0.278824] acpiphp: Slot [29] registered [ 0.279894] acpiphp: Slot [30] registered [ 0.280960] acpiphp: Slot [31] registered [ 0.282025] PCI host bridge to bus 0000:00 [ 0.283104] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.284754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286416] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288343] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290270] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.297006] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.298752] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300354] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302062] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.308850] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310716] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356294] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359202] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361562] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362964] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.364217] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365399] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366456] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367993] vgaarb: loaded [ 0.368591] vgaarb: bridge control possible 0000:00:02.0 [ 0.369721] SCSI subsystem initialized [ 0.370535] ACPI: bus type USB registered [ 0.371347] usbcore: registered new interface driver usbfs [ 0.372391] usbcore: registered new interface driver hub [ 0.373396] usbcore: registered new device driver usb [ 0.374442] PCI: Using ACPI for IRQ routing [ 0.375461] NetLabel: Initializing [ 0.376172] NetLabel: domain hash size = 128 [ 0.377024] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377966] NetLabel: unlabeled traffic allowed by default [ 0.379053] clocksource: Switched to clocksource kvm-clock [ 0.384446] AppArmor: AppArmor Filesystem Enabled [ 0.385410] pnp: PnP ACPI init [ 0.386321] pnp: PnP ACPI: found 5 devices [ 0.392670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394358] NET: Registered protocol family 2 [ 0.395310] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396577] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397736] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398882] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399957] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401116] NET: Registered protocol family 1 [ 0.401976] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403082] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404146] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418131] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432321] Trying to unpack rootfs image as initramfs... [ 0.481146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.494906] Scanning for low memory corruption every 60 seconds [ 0.496243] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.497379] audit: initializing netlink subsys (disabled) [ 0.498396] audit: type=2000 audit(1535527734.651:1): initialized [ 0.499700] Initialise system trusted keyring [ 0.500608] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501757] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503706] zbud: loaded [ 0.504405] VFS: Disk quotas dquot_6.6.0 [ 0.505231] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506724] fuse init (API version 7.23) [ 0.507620] Key type big_key registered [ 0.508418] Allocating IMA MOK and blacklist keyrings. [ 0.509869] Key type asymmetric registered [ 0.510687] Asymmetric key parser 'x509' registered [ 0.511639] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513085] io scheduler noop registered [ 0.513866] io scheduler deadline registered (default) [ 0.514841] io scheduler cfq registered [ 0.515672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516706] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517953] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519405] ACPI: Power Button [PWRF] [ 0.520237] GHES: HEST is not enabled! [ 0.533899] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.592820] Linux agpgart interface v0.103 [ 0.594843] brd: module loaded [ 0.596050] loop: module loaded [ 0.600562] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601998] GPT:90111 != 2097151 [ 0.602660] GPT:Alternate GPT header not at the end of the disk. [ 0.603740] GPT:90111 != 2097151 [ 0.604410] GPT: Use GNU Parted to correct GPT errors. [ 0.605355] vda: vda1 vda15 [ 0.606859] scsi host0: ata_piix [ 0.607592] scsi host1: ata_piix [ 0.608293] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609489] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.610909] libphy: Fixed MDIO Bus: probed [ 0.611726] tun: Universal TUN/TAP device driver, 1.6 [ 0.612666] tun: (C) 1999-2004 Max Krasnyansky [ 0.614888] PPP generic driver version 2.4.2 [ 0.615774] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.617035] ehci-pci: EHCI PCI platform driver [ 0.617888] ehci-platform: EHCI generic platform driver [ 0.618861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619975] ohci-pci: OHCI PCI platform driver [ 0.620828] ohci-platform: OHCI generic platform driver [ 0.621800] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636211] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637187] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638627] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639637] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643333] usb usb1: Product: UHCI Host Controller [ 0.644252] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645374] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646381] hub 1-0:1.0: USB hub found [ 0.647155] hub 1-0:1.0: 2 ports detected [ 0.648048] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650137] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651083] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652091] mousedev: PS/2 mouse device common for all mice [ 0.653322] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655131] rtc_cmos 00:00: RTC can wake from S4 [ 0.656195] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657371] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658539] i2c /dev entries driver [ 0.659299] device-mapper: uevent: version 1.0.3 [ 0.660224] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661819] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663085] NET: Registered protocol family 10 [ 0.664062] NET: Registered protocol family 17 [ 0.664926] Key type dns_resolver registered [ 0.665832] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666914] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668651] registered taskstats version 1 [ 0.669479] Loading compiled-in X.509 certificates [ 0.670911] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672759] zswap: loaded using pool lzo/zbud [ 0.674119] Key type trusted registered [ 0.675670] Key type encrypted registered [ 0.676500] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677521] ima: No TPM chip found, activating TPM-bypass! [ 0.678555] evm: HMAC attrs: 0x1 [ 0.679864] Magic number: 14:857:471 [ 0.680717] rtc_cmos 00:00: setting system clock to 2018-08-29 07:28:54 UTC (1535527734) [ 0.682299] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683415] EDD information not available. [ 0.768034] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769582] Write protecting the kernel read-only data: 14336k [ 0.781314] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.825788] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.91 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.100.2.20... Lease of 10.100.2.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.100.2.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.03. iid=i-000000f3 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNmTlmjScVZUJFd1Y/pIUzmyslnxp5i7CzdcKrUfCIQLIoUmIlxfrtJ4NE3QzikamFsLyfdmjfheCe20mHZeSAw9aR76ADX430kPTxO6sguTS/Ivd+L8lkEdbx1nbAtRrPbiZW2e0yRzcqObjT+UKPV1FhmsShtZKS6oYNi8fIy0riLysl5lhiuCyylt7vMK9FLmGt7zJCOHiSQygmQg6IlzfufQCvWzYZ5QD7J5Q05+pZ9/zDZAo1RJ6bPNQnGiMUDreKyLH0vVkv5MHgMBvqreBcZNrgC6KqlN+upFNZIbUkdxHgAke42pdOd8+y5ynLUA5izLw1kgox91mlfAT/ root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBANt3kVwSnAC/hjmft0MNrvb10jj3g3AdG2XLl+Cqt6VkdhNhqRJU34KmsdJRuQb+mpG4E22zPqElq8y4SCVQjDMgIuNVvjUDZb/9CR9tv5jG8UjJSgdsqIrjLS9O1O8UH1ORWHAVFLXI3Mce/ZOpyE4Ph5uixnRt9Ic95cxrbaNnAAAAFQCw2tAtUfztWSutnzScLjrdzwiUHwAAAIAXi8IXU/dy4oQgJLyUSnLIvWBqSPRwcingHV8uOobkskefWC/L105t7FNobpARjhq6N6Ddw4WlTgiqovHsFfJPlfVNS+6TLjHB2M8HPzYgVDXxh0rkOn37cFTdIZ3ODWHuF45g+1GBzOMErgVb3zemRmZfyE3Wn/jllhraSQP4wAAAAIEAlM6fJeBVmeDYvs35Pl2H/IflD/oCHY6wncn2GcwNfUgy5XdohFN059O4S5HSUiV9Dz3IPNZhOBipK7d1WuT+ljCx5mzx7LQqmFotfpXz8AYTaug72YLNcRRGsBTXCSa5nXusgKBu7WNyz9U92VWpA/URWL6fJa4fQOHMp2f4pgU= root@server-2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.100.2.20,24,fe80::f816:3eff:fe04:83b1/64, ip-route:default via 10.100.2.1 dev eth0 ip-route:10.100.2.0/24 dev eth0 src 10.100.2.20 ip-route:169.254.169.254 via 10.100.2.3 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-000000f3 name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=63.07 === /dev/root resized successfully [took 1.73s] === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:04:83:B1 inet addr:10.100.2.20 Bcast:10.100.2.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe04:83b1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:97 errors:0 dropped:16 overruns:0 frame:0 TX packets:130 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:11477 (11.2 KiB) TX bytes:11720 (11.4 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.100.2.1 0.0.0.0 UG 0 0 0 eth0 10.100.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.100.2.3 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.100.2.2 nameserver 10.100.2.4 nameserver 10.100.2.3 ### ping -c 5 10.100.2.1 PING 10.100.2.1 (10.100.2.1): 56 data bytes --- 10.100.2.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.100.2.2 PING 10.100.2.2 (10.100.2.2): 56 data bytes 64 bytes from 10.100.2.2: seq=0 ttl=64 time=0.578 ms 64 bytes from 10.100.2.2: seq=1 ttl=64 time=0.291 ms 64 bytes from 10.100.2.2: seq=2 ttl=64 time=0.198 ms 64 bytes from 10.100.2.2: seq=3 ttl=64 time=0.223 ms 64 bytes from 10.100.2.2: seq=4 ttl=64 time=0.234 ms --- 10.100.2.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.198/0.304/0.578 ms #### ping -c 5 10.100.2.4 PING 10.100.2.4 (10.100.2.4): 56 data bytes 64 bytes from 10.100.2.4: seq=0 ttl=64 time=0.895 ms 64 bytes from 10.100.2.4: seq=1 ttl=64 time=0.302 ms 64 bytes from 10.100.2.4: seq=2 ttl=64 time=0.186 ms 64 bytes from 10.100.2.4: seq=3 ttl=64 time=0.144 ms 64 bytes from 10.100.2.4: seq=4 ttl=64 time=0.133 ms --- 10.100.2.4 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.133/0.332/0.895 ms #### ping -c 5 10.100.2.3 PING 10.100.2.3 (10.100.2.3): 56 data bytes 64 bytes from 10.100.2.3: seq=0 ttl=64 time=0.713 ms 64 bytes from 10.100.2.3: seq=1 ttl=64 time=0.265 ms 64 bytes from 10.100.2.3: seq=2 ttl=64 time=0.152 ms 64 bytes from 10.100.2.3: seq=3 ttl=64 time=0.176 ms 64 bytes from 10.100.2.3: seq=4 ttl=64 time=0.249 ms --- 10.100.2.3 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.152/0.311/0.713 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 1.079293] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.103359] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 1.132374] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.132376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.132378] usb 1-1: Product: QEMU USB Tablet [ 1.132379] usb 1-1: Manufacturer: QEMU [ 1.132379] usb 1-1: SerialNumber: 42 [ 1.491290] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns [ 63.190179] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 63.497115] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 29 08:28:54 cirros kern.info kernel: [ 0.781314] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) Aug 29 08:28:54 cirros kern.info kernel: [ 0.783108] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 29 08:28:54 cirros kern.info kernel: [ 0.793744] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 29 08:28:54 cirros kern.info kernel: [ 0.793745] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 29 08:28:54 cirros kern.info kernel: [ 0.795420] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 29 08:28:54 cirros kern.info kernel: [ 0.798319] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 29 08:28:54 cirros kern.info kernel: [ 0.800288] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 29 08:28:54 cirros kern.info kernel: [ 0.823514] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 29 08:28:54 cirros kern.info kernel: [ 0.824380] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 29 08:28:54 cirros kern.notice kernel: [ 0.825788] random: blkid urandom read with 2 bits of entropy available Aug 29 08:28:54 cirros kern.info kernel: [ 0.827398] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 29 08:28:54 cirros kern.info kernel: [ 0.875531] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 29 08:28:54 cirros kern.info kernel: [ 0.967087] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 29 08:28:54 cirros kern.info kernel: [ 1.079293] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 29 08:28:54 cirros kern.info kernel: [ 1.103359] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 29 08:28:54 cirros kern.info kernel: [ 1.132374] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 29 08:28:54 cirros kern.info kernel: [ 1.132376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 29 08:28:54 cirros kern.info kernel: [ 1.132378] usb 1-1: Product: QEMU USB Tablet Aug 29 08:28:54 cirros kern.info kernel: [ 1.132379] usb 1-1: Manufacturer: QEMU Aug 29 08:28:54 cirros kern.info kernel: [ 1.132379] usb 1-1: SerialNumber: 42 Aug 29 08:28:55 cirros kern.info kernel: [ 1.491290] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns Aug 29 08:29:56 cirros auth.notice su: + /dev/console root:cirros Aug 29 08:29:56 cirros authpriv.info dropbear[344]: Running in background Aug 29 08:29:57 cirros kern.info kernel: [ 63.190179] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 29 08:29:57 cirros kern.info kernel: [ 63.497115] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: 2018-08-29 07:34:22,866 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484/action 1.072s 2018-08-29 07:34:22,867 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '25368', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484/action', u'x-compute-request-id': 'req-1d5f7991-845e-4761-b303-9a5620ca468b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d5f7991-845e-4761-b303-9a5620ca468b'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 558522878 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-29 07:34:22,868 198 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 26bf66ed-952e-40fd-9be6-831cecc1f484 body= [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 558522878 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.146355] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148029] pid_max: default: 32768 minimum: 301 [ 0.148931] ACPI: Core revision 20150930 [ 0.150316] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151636] Security Framework initialized [ 0.152466] Yama: becoming mindful. [ 0.153207] AppArmor: AppArmor initialized [ 0.154084] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.155441] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156745] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157973] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159387] Initializing cgroup subsys io [ 0.160216] Initializing cgroup subsys memory [ 0.161091] Initializing cgroup subsys devices [ 0.161987] Initializing cgroup subsys freezer [ 0.162866] Initializing cgroup subsys net_cls [ 0.163743] Initializing cgroup subsys perf_event [ 0.164661] Initializing cgroup subsys net_prio [ 0.165569] Initializing cgroup subsys hugetlb [ 0.166458] Initializing cgroup subsys pids [ 0.167337] CPU: Physical Processor ID: 0 [ 0.168859] mce: CPU supports 10 MCE banks [ 0.169723] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170728] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.182971] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189388] ftrace: allocating 31920 entries in 125 pages [ 0.215723] smpboot: Max logical packages: 1 [ 0.216587] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217974] x2apic enabled [ 0.218791] Switched APIC routing to physical x2apic. [ 0.220552] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223706] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225514] KVM setup paravirtual spinlock [ 0.226819] x86: Booted up 1 node, 1 CPUs [ 0.227637] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.229057] devtmpfs: initialized [ 0.230779] evm: security.selinux [ 0.231495] evm: security.SMACK64 [ 0.232213] evm: security.SMACK64EXEC [ 0.232988] evm: security.SMACK64TRANSMUTE [ 0.233826] evm: security.SMACK64MMAP [ 0.234596] evm: security.ima [ 0.235259] evm: security.capability [ 0.236098] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238012] pinctrl core: initialized pinctrl subsystem [ 0.239155] RTC time: 7:28:41, date: 08/29/18 [ 0.240133] NET: Registered protocol family 16 [ 0.241127] cpuidle: using governor ladder [ 0.241965] cpuidle: using governor menu [ 0.242769] PCCT header not found. [ 0.243538] ACPI: bus type PCI registered [ 0.244365] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245647] PCI: Using configuration type 1 for base access [ 0.247437] ACPI: Added _OSI(Module Device) [ 0.248309] ACPI: Added _OSI(Processor Device) [ 0.249193] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250115] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252255] ACPI: Interpreter enabled [ 0.253046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260606] ACPI: (supports S0 S5) [ 0.261330] ACPI: Using IOAPIC for interrupt routing [ 0.262406] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267968] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269200] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271486] acpiphp: Slot [3] registered [ 0.272314] acpiphp: Slot [4] registered [ 0.273154] acpiphp: Slot [5] registered [ 0.273972] acpiphp: Slot [6] registered [ 0.274791] acpiphp: Slot [7] registered [ 0.275625] acpiphp: Slot [8] registered [ 0.276462] acpiphp: Slot [9] registered [ 0.277292] acpiphp: Slot [10] registered [ 0.278131] acpiphp: Slot [11] registered [ 0.278967] acpiphp: Slot [12] registered [ 0.279811] acpiphp: Slot [13] registered [ 0.280645] acpiphp: Slot [14] registered [ 0.281486] acpiphp: Slot [15] registered [ 0.292593] acpiphp: Slot [16] registered [ 0.293448] acpiphp: Slot [17] registered [ 0.294288] acpiphp: Slot [18] registered [ 0.295128] acpiphp: Slot [19] registered [ 0.295967] acpiphp: Slot [20] registered [ 0.296812] acpiphp: Slot [21] registered [ 0.297648] acpiphp: Slot [22] registered [ 0.298493] acpiphp: Slot [23] registered [ 0.299333] acpiphp: Slot [24] registered [ 0.300175] acpiphp: Slot [25] registered [ 0.301019] acpiphp: Slot [26] registered [ 0.301855] acpiphp: Slot [27] registered [ 0.302688] acpiphp: Slot [28] registered [ 0.303526] acpiphp: Slot [29] registered [ 0.304365] acpiphp: Slot [30] registered [ 0.305209] acpiphp: Slot [31] registered [ 0.306046] PCI host bridge to bus 0000:00 [ 0.306883] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308143] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310908] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.312408] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320066] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322606] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.328934] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.376691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.378226] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.379705] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.381158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.383876] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.385375] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.386463] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.388058] vgaarb: loaded [ 0.388675] vgaarb: bridge control possible 0000:00:02.0 [ 0.389863] SCSI subsystem initialized [ 0.390696] ACPI: bus type USB registered [ 0.391530] usbcore: registered new interface driver usbfs [ 0.392595] usbcore: registered new interface driver hub [ 0.393631] usbcore: registered new device driver usb [ 0.394715] PCI: Using ACPI for IRQ routing [ 0.395769] NetLabel: Initializing [ 0.396500] NetLabel: domain hash size = 128 [ 0.397382] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.398363] NetLabel: unlabeled traffic allowed by default [ 0.399507] clocksource: Switched to clocksource kvm-clock [ 0.405067] AppArmor: AppArmor Filesystem Enabled [ 0.406058] pnp: PnP ACPI init [ 0.406985] pnp: PnP ACPI: found 5 devices [ 0.413382] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.415132] NET: Registered protocol family 2 [ 0.416115] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.417425] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.418627] TCP: Hash tables configured (established 4096 bind 4096) [ 0.419847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420954] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.422155] NET: Registered protocol family 1 [ 0.423042] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.424174] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425278] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439352] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.453643] Trying to unpack rootfs image as initramfs... [ 0.503922] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.519754] Scanning for low memory corruption every 60 seconds [ 0.521126] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.522298] audit: initializing netlink subsys (disabled) [ 0.523345] audit: type=2000 audit(1535527722.195:1): initialized [ 0.524688] Initialise system trusted keyring [ 0.525633] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.526831] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.528833] zbud: loaded [ 0.529548] VFS: Disk quotas dquot_6.6.0 [ 0.530385] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.531946] fuse init (API version 7.23) [ 0.532853] Key type big_key registered [ 0.533668] Allocating IMA MOK and blacklist keyrings. [ 0.535168] Key type asymmetric registered [ 0.536023] Asymmetric key parser 'x509' registered [ 0.536997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.538493] io scheduler noop registered [ 0.539306] io scheduler deadline registered (default) [ 0.540320] io scheduler cfq registered [ 0.541173] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542243] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543554] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545045] ACPI: Power Button [PWRF] [ 0.545892] GHES: HEST is not enabled! [ 0.559630] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.588129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.590482] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.614133] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.616292] Linux agpgart interface v0.103 [ 0.618317] brd: module loaded [ 0.619469] loop: module loaded [ 0.624621] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626098] GPT:90111 != 2097151 [ 0.626781] GPT:Alternate GPT header not at the end of the disk. [ 0.627886] GPT:90111 != 2097151 [ 0.628565] GPT: Use GNU Parted to correct GPT errors. [ 0.629542] vda: vda1 vda15 [ 0.630928] scsi host0: ata_piix [ 0.631678] scsi host1: ata_piix [ 0.632403] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.633645] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.635105] libphy: Fixed MDIO Bus: probed [ 0.635943] tun: Universal TUN/TAP device driver, 1.6 [ 0.636905] tun: (C) 1999-2004 Max Krasnyansky [ 0.639013] PPP generic driver version 2.4.2 [ 0.639928] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.641216] ehci-pci: EHCI PCI platform driver [ 0.642104] ehci-platform: EHCI generic platform driver [ 0.643105] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.644260] ohci-pci: OHCI PCI platform driver [ 0.645152] ohci-platform: OHCI generic platform driver [ 0.646160] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660364] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661390] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.662861] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663914] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.665043] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667726] usb usb1: Product: UHCI Host Controller [ 0.668671] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669829] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670839] hub 1-0:1.0: USB hub found [ 0.671635] hub 1-0:1.0: 2 ports detected [ 0.672559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674695] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675669] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676722] mousedev: PS/2 mouse device common for all mice [ 0.677977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679860] rtc_cmos 00:00: RTC can wake from S4 [ 0.680968] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682198] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683396] i2c /dev entries driver [ 0.684171] device-mapper: uevent: version 1.0.3 [ 0.685130] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.686783] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688075] NET: Registered protocol family 10 [ 0.689076] NET: Registered protocol family 17 [ 0.689971] Key type dns_resolver registered [ 0.690904] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692017] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.693800] registered taskstats version 1 [ 0.694648] Loading compiled-in X.509 certificates [ 0.696121] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698014] zswap: loaded using pool lzo/zbud [ 0.699394] Key type trusted registered [ 0.700965] Key type encrypted registered [ 0.701809] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702855] ima: No TPM chip found, activating TPM-bypass! [ 0.703927] evm: HMAC attrs: 0x1 [ 0.704886] Magic number: 14:857:471 [ 0.705752] rtc_cmos 00:00: setting system clock to 2018-08-29 07:28:42 UTC (1535527722) [ 0.707373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708508] EDD information not available. [ 0.792429] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.794015] Write protecting the kernel read-only data: 14336k [ 0.805984] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.807842] 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.00 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.214650] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 10.100.1.10... Lease of 10.100.1.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.100.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 61.16. iid=i-000000f0 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcDRdJ4yeqeizAUTsgS52/tbND5TJuQKtW7BROfQoA5X0OJkUqM5XA/vj4VfDpqaFeXD1qbEP4jo8/+mx98KGC6xffQeZ+xBlvxy2vLblNkMAO6cuhTKzZug1XAu9DCGyOzmDATHlKNcuDmUB3GYYnar11ddnie4HuGvnNmuhpbN16chZFfWj3Os7xrl2h7TVBDO68W2TZWVELvgSNvyYfKL66f7wvFSiBrHuqnpqinWdAStx2WRswL8okr/sWT2/JRM8YGICrEcxMlUz4x1PdJn7dD+/YuQAIpAPY/OraFBGF4x4+ZOcfmG1eftjnxpKGG4bYDHDek2bUx4c9aWhr root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAOF+bLMEeiCxsKTiAmPJNn40hGhAmEkpnbr2G8mcig8YfgfVwEoqFfGThqkjTMqg8pT3hqqsiNTfEay6dmEmyuoZwYFk0VtBNG/YrcE/AyABNCgxy0FH+FhKjVzgJe5u9kfjAJ7NXr1bY8nS+pqq2xyViNZFevxQOTcDkQ1s4pifAAAAFQD0R5pD1Levgjt1VA6IEI6fzrPBZwAAAIBar3tMBfp33HiYytaGv0qZpFnq345j6mcq+udbi4K1GfSUiNVUTk5whC91KEtob936vhQB6+QgrpEq9u12lXD/2pTrPoe2IeIrTlSa5rSrc4UYcsISpTeNjzYnvFXykUHwoDsAZdRn5r6A+VfxvONIGt/x4c4y8QpGZ6nMcml1pgAAAIA2S9bl0ldL6zZHZJN1iyIsUUxDhVJ3mshq7HiH9PmxOt0JMsmZ319V6RBEs+6VUGKe3I5kE6i7Qwid8t6cL9NlR788suwO1oQ/FFg9Ag1LPsYPukHXztCm3AgFd/HeCiDHF7wLofHjB+aabRDIrzs3xnjTmZgmpt6nlBVhJ9mtgg== root@server-1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.100.1.10,24,fe80::f816:3eff:fe64:e036/64, ip-route:default via 10.100.1.1 dev eth0 ip-route:10.100.1.0/24 dev eth0 src 10.100.1.10 ip-route:169.254.169.254 via 10.100.1.3 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-000000f0 name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=62.96 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: /dev/root resized successfully [took 2.49s] 2018-08-29 07:34:23,563 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/floatingips/27f4e816-92eb-4590-9c73-8907c8624676 0.692s 2018-08-29 07:34:23,563 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/floatingips/27f4e816-92eb-4590-9c73-8907c8624676', u'date': 'Wed, 29 Aug 2018 07:34:23 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-077f374d-fb4a-41ea-8bfa-2fe7eaef7ac7'} Body: 2018-08-29 07:34:24,892 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/remove_router_interface 1.329s 2018-08-29 07:34:24,892 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9/remove_router_interface', u'date': 'Wed, 29 Aug 2018 07:34:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4fa51bf4-99a7-48c5-b4a8-9e59765cc81f'} Body: {"network_id": "6d79fdd6-f6db-459a-ade8-a3320d410e7e", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "subnet_id": "506fbdbb-9d34-4da4-a616-d34ebbf04118", "subnet_ids": ["506fbdbb-9d34-4da4-a616-d34ebbf04118"], "port_id": "791a2ae3-1c81-4885-a7f4-6015813d5b36", "id": "ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9"} 2018-08-29 07:34:26,354 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9 1.461s 2018-08-29 07:34:26,354 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/routers/ea8c0fd1-7d5b-4ca3-b97d-cf1d8e5157e9', u'date': 'Wed, 29 Aug 2018 07:34:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7901aefe-e716-4f17-ac63-22780ac4d3d2'} Body: 2018-08-29 07:34:26,520 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.165s 2018-08-29 07:34:26,520 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-6643ae0e-fcb2-433e-b5b5-e3797e959262', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6643ae0e-fcb2-433e-b5b5-e3797e959262'} Body: 2018-08-29 07:34:27,220 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.699s 2018-08-29 07:34:27,221 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1555', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-69bd1ed3-9cde-42ac-b511-cbdd74433e47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-69bd1ed3-9cde-42ac-b511-cbdd74433e47'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-network-B-40057064": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:83:b1", "version": 4, "addr": "10.100.2.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:34:26Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:34:28,503 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.270s 2018-08-29 07:34:28,503 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-25827f3d-859f-42af-945b-80257cde6e67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25827f3d-859f-42af-945b-80257cde6e67'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/34c76c2d-b141-4713-8b07-2279b0194916", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-29T07:28:53.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "34c76c2d-b141-4713-8b07-2279b0194916", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-29T07:34:28Z", "hostId": "c21a13ac35fdb41f70bb37b0fcc301fc4c80e527cd9a6efa8b4c7afb", "OS-SRV-USG:terminated_at": "2018-08-29T07:34:27.000000", "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-2", "created": "2018-08-29T07:28:48Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:34:28,510 198 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-29 07:34:29,562 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916 0.050s 2018-08-29 07:34:29,562 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/34c76c2d-b141-4713-8b07-2279b0194916', u'x-compute-request-id': 'req-7f03f063-8898-46db-8785-18968ee008ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:29 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7f03f063-8898-46db-8785-18968ee008ba'} Body: {"itemNotFound": {"message": "Instance 34c76c2d-b141-4713-8b07-2279b0194916 could not be found.", "code": 404}} 2018-08-29 07:34:30,164 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/ports/54c3176c-80a5-451b-8b77-3e410d752786 0.601s 2018-08-29 07:34:30,164 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/ports/54c3176c-80a5-451b-8b77-3e410d752786', u'date': 'Wed, 29 Aug 2018 07:34:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8f5794f6-c9a9-4966-9b90-d84e7cf4b528'} Body: 2018-08-29 07:34:30,317 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.152s 2018-08-29 07:34:30,317 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-95519c4f-ddc8-4ce8-a4b1-28de15292482', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-95519c4f-ddc8-4ce8-a4b1-28de15292482'} Body: 2018-08-29 07:34:31,124 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.807s 2018-08-29 07:34:31,124 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1557', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-fcf1c453-ec20-4a6a-88c3-2eaf8791033c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcf1c453-ec20-4a6a-88c3-2eaf8791033c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "security_groups": [{"name": "tempest-secgroup-smoke-2146996300"}], "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:34:30Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:34:32,378 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.248s 2018-08-29 07:34:32,378 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1489', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-b120cb28-49ef-4e84-9d41-4f72ab1241a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b120cb28-49ef-4e84-9d41-4f72ab1241a4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-network-A-1653167087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:e0:36", "version": 4, "addr": "10.100.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/26bf66ed-952e-40fd-9be6-831cecc1f484", "rel": "bookmark"}], "image": {"id": "d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "links": [{"href": "http://172.30.9.24:8774/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-29T07:28:41.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "26bf66ed-952e-40fd-9be6-831cecc1f484", "user_id": "b045b6d1486344e984fc7714ddd950e7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:34:31Z", "hostId": "1c72022f2aac273232c036cd22713c2a082bd680702c692040a7af17", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-763246119", "name": "server-1", "created": "2018-08-29T07:28:36Z", "tenant_id": "58a72915e2994d19a1afef57058ad7b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:34:33,434 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484 0.048s 2018-08-29 07:34:33,435 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.24:8774/v2.1/servers/26bf66ed-952e-40fd-9be6-831cecc1f484', u'x-compute-request-id': 'req-99ba58e1-06c5-4536-a333-d50a23c35a70', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-99ba58e1-06c5-4536-a333-d50a23c35a70'} Body: {"itemNotFound": {"message": "Instance 26bf66ed-952e-40fd-9be6-831cecc1f484 could not be found.", "code": 404}} 2018-08-29 07:34:34,115 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/ports/452e056a-45b2-4ac7-9a9a-9fd202acaba7 0.679s 2018-08-29 07:34:34,115 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/ports/452e056a-45b2-4ac7-9a9a-9fd202acaba7', u'date': 'Wed, 29 Aug 2018 07:34:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55a4aedf-ba54-482a-ba0a-86b074c4d7f3'} Body: 2018-08-29 07:34:34,244 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.24:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-763246119 0.129s 2018-08-29 07:34:34,245 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.24:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-763246119', u'x-compute-request-id': 'req-48c541b8-d536-4125-a949-ebd8d533b6fc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Wed, 29 Aug 2018 07:34:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-48c541b8-d536-4125-a949-ebd8d533b6fc'} Body: 2018-08-29 07:34:36,713 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/subnets/b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49 2.468s 2018-08-29 07:34:36,714 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/b9cd3ae2-d9fa-43cb-a5a3-f4d2944d7b49', u'date': 'Wed, 29 Aug 2018 07:34:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-edfa9b3d-90a3-4dbb-b979-ca4e52c34716'} Body: 2018-08-29 07:34:38,201 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/networks/b73972be-3f13-4ff6-ad26-ca7a1b55eda6 1.486s 2018-08-29 07:34:38,201 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/b73972be-3f13-4ff6-ad26-ca7a1b55eda6', u'date': 'Wed, 29 Aug 2018 07:34:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-32b7caeb-9ac4-4ca3-ae12-9c68f1ca57c5'} Body: 2018-08-29 07:34:40,716 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/subnets/506fbdbb-9d34-4da4-a616-d34ebbf04118 2.514s 2018-08-29 07:34:40,717 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/subnets/506fbdbb-9d34-4da4-a616-d34ebbf04118', u'date': 'Wed, 29 Aug 2018 07:34:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0c9e819d-95f1-437b-9573-6756a9cd71ce'} Body: 2018-08-29 07:34:42,373 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/networks/6d79fdd6-f6db-459a-ade8-a3320d410e7e 1.655s 2018-08-29 07:34:42,374 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/networks/6d79fdd6-f6db-459a-ade8-a3320d410e7e', u'date': 'Wed, 29 Aug 2018 07:34:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-185fe5c9-ec61-4ee0-82c0-3a6e60fdd59f'} Body: 2018-08-29 07:34:42,615 198 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.24:9696/v2.0/security-groups/8c64b5ff-22d6-4d0d-91ab-f896cd596c85 0.241s 2018-08-29 07:34:42,616 198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.24:9696/v2.0/security-groups/8c64b5ff-22d6-4d0d-91ab-f896cd596c85', u'date': 'Wed, 29 Aug 2018 07:34:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dcf29515-75a8-4247-a0db-a9b289f6b8b2'} Body: ====== Totals ====== Ran: 17 tests in 428.0000 sec. - Passed: 15 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 2 Sum of execute time for each test: 396.4432 sec. ============== Worker Balance ============== - Worker 0 (17 tests) => 0:06:52.371418 2018-08-29 07:34:58,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cadc6706a8753d936706c139bc4380babf644031" 2018-08-29 07:34:59,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71db7dec-616c-4f7e-b8ba-a3334cafd0c2 Date: Wed, 29 Aug 2018 07:34:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:34:59,035 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/d6c15591-0aa1-4b4a-b04c-30a3e28dc738 used request id req-71db7dec-616c-4f7e-b8ba-a3334cafd0c2 2018-08-29 07:34:59,036 - sdnvpn-tempest - DEBUG - Deleted image d6c15591-0aa1-4b4a-b04c-30a3e28dc738 2018-08-29 07:34:59,036 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-29 07:34:59,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': {'duration': ' 428.0000 ', 'failed': ' 2', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [4.085623s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.481936s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [1.105379s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [4.624636s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.336964s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.018111s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.481158s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.424679s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [1.857020s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.365254s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.893184s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.472274s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [2.257361s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.493580s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.721803s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.246199s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [374.578082s] ... FAILED'], 'num_tests': ' 17 '}} 2018-08-29 07:34:59,037 - 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-08-29 07:34:59,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-29 07:34:59,037 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-29 07:34:59,123 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-29 07:34:59,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:34:59,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:34:59,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:34:59,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:34:59,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:34:59,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:34:59,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:34:59,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:34:59,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:34:59,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:34:59,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:34:59,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:34:59,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:34:59,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:34:59,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:34:59,129 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:34:59,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:34:59,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:34:59,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:34:59,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:34:59,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:34:59,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:34:59,133 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:34:59,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:34:59,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7861d461-1274-471a-9e81-13d766f066dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:34:59,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7861d461-1274-471a-9e81-13d766f066dd 2018-08-29 07:34:59,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:34:59,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:34:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["5b5cskl7QZeuub9UvQ3yRw"], "issued_at": "2018-08-29T07:34:59.000000Z"}} 2018-08-29 07:34:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}224c5cdbe7577554a5c8d1a1d49a7a3511b509a1" 2018-08-29 07:34:59,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6fc3f3e5-f53c-4fdd-b2a6-31a7ef63089d Date: Wed, 29 Aug 2018 07:34:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:34:59,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-6fc3f3e5-f53c-4fdd-b2a6-31a7ef63089d 2018-08-29 07:34:59,682 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:34:59,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}224c5cdbe7577554a5c8d1a1d49a7a3511b509a1" 2018-08-29 07:34:59,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cf4e1ec5-72b8-4b77-953a-a1376757d8d4 Date: Wed, 29 Aug 2018 07:34:59 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-08-29 07:34:59,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-cf4e1ec5-72b8-4b77-953a-a1376757d8d4 2018-08-29 07:34:59,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}224c5cdbe7577554a5c8d1a1d49a7a3511b509a1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:35:00,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859 X-Openstack-Request-Id: req-886babbb-0fca-4c9d-a938-b95aa2b7270f Date: Wed, 29 Aug 2018 07:35:00 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:35:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:35:00Z", "visibility": "public", "locations": [], "self": "/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "min_disk": 0, "protected": false, "id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "file": "/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:35:00,061 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-886babbb-0fca-4c9d-a938-b95aa2b7270f 2018-08-29 07:35:00,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}224c5cdbe7577554a5c8d1a1d49a7a3511b509a1" -d '' 2018-08-29 07:35:01,167 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2222c5ef-bf9b-42ae-b18a-1f40dbafaf2a Date: Wed, 29 Aug 2018 07:35:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:35:01,167 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859/file used request id req-2222c5ef-bf9b-42ae-b18a-1f40dbafaf2a 2018-08-29 07:35:01,168 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-08-29 07:35:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:01,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cedae21-1a4f-4f78-a09b-9074be3f6c34 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:01,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3cedae21-1a4f-4f78-a09b-9074be3f6c34 2018-08-29 07:35:01,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:01,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["r4SXMStpQ6eFErPvMGEmpQ"], "issued_at": "2018-08-29T07:35:01.000000Z"}} 2018-08-29 07:35:01,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9899adba3a7b9992daef14227bc00d0a25e1a001" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-08-29 07:35:01,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-53349805-a83a-4fbf-8199-8f7d9dc62253 Date: Wed, 29 Aug 2018 07:35:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:35:01Z","is_default":false,"provider:segmentation_id":105,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:35:01Z","mtu":1450}} 2018-08-29 07:35:01,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-53349805-a83a-4fbf-8199-8f7d9dc62253 2018-08-29 07:35:01,962 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c with cidr 10.10.10.0/24 2018-08-29 07:35:01,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9899adba3a7b9992daef14227bc00d0a25e1a001" -d '{"subnets": [{"ip_version": 4, "network_id": "3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-08-29 07:35:02,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f19fa5dc-26b5-4ed7-aa82-18c70061c63d Date: Wed, 29 Aug 2018 07:35:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:35:02Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:35:02Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"1438f9b0-a6ad-4260-9644-01256e345c41","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-08-29 07:35:02,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-f19fa5dc-26b5-4ed7-aa82-18c70061c63d 2018-08-29 07:35:02,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9899adba3a7b9992daef14227bc00d0a25e1a001" 2018-08-29 07:35:02,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-6f7e5e41-4227-4eb6-8415-fd9eb12d2d5b Date: Wed, 29 Aug 2018 07:35:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:35:02,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-6f7e5e41-4227-4eb6-8415-fd9eb12d2d5b 2018-08-29 07:35:02,807 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:35:02,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:02,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec274618-5807-4930-bb89-253d06ae757e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:02,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-ec274618-5807-4930-bb89-253d06ae757e 2018-08-29 07:35:02,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:03,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["Ijys6diAQuGao7YxOqKicw"], "issued_at": "2018-08-29T07:35:03.000000Z"}} 2018-08-29 07:35:03,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" 2018-08-29 07:35:03,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ea343d4-dcd1-4221-932e-cc6ba41031d8 x-compute-request-id: req-6ea343d4-dcd1-4221-932e-cc6ba41031d8 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": 189}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:35:03,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-6ea343d4-dcd1-4221-932e-cc6ba41031d8 2018-08-29 07:35:03,382 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-29 07:35:03,383 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-08-29 07:35:03,383 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=7b469a8c-4b0d-4929-ae8b-dd54d1904859 network=3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-29 07:35:03,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:35:03,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:35:03,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:35:03,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:35:03,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:35:03,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:35:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:35:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:35:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:35:03,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:35:03,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:35:03,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:35:03,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:35:03,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:35:03,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:03,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad73b5c-a9f8-4897-99df-fb96b8745c89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:03,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-2ad73b5c-a9f8-4897-99df-fb96b8745c89 2018-08-29 07:35:03,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:03,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["4C3p05UuRJWjxg5v87pqgg"], "issued_at": "2018-08-29T07:35:03.000000Z"}} 2018-08-29 07:35:03,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" 2018-08-29 07:35:03,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69209226-0f0c-44b1-bfbc-ea6cf7cba574 x-compute-request-id: req-69209226-0f0c-44b1-bfbc-ea6cf7cba574 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:35:03,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-69209226-0f0c-44b1-bfbc-ea6cf7cba574 2018-08-29 07:35:03,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" 2018-08-29 07:35:04,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-580f96f3-696d-44dc-ab12-7c76b40fe5ff x-compute-request-id: req-580f96f3-696d-44dc-ab12-7c76b40fe5ff Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:35:04,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-580f96f3-696d-44dc-ab12-7c76b40fe5ff 2018-08-29 07:35:04,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c"}]}}' 2018-08-29 07:35:05,496 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-f3e21673-17c1-4a85-992c-2b45daf6d07b x-compute-request-id: req-f3e21673-17c1-4a85-992c-2b45daf6d07b Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "edb11607-7f73-4d67-839e-e1dc99041dfe", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "bookmark"}], "adminPass": "G6N3LY6euhVn"}} 2018-08-29 07:35:05,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-f3e21673-17c1-4a85-992c-2b45daf6d07b 2018-08-29 07:35:05,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:05,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a54ad09-a312-4e00-917a-376faa4590a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:05,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-2a54ad09-a312-4e00-917a-376faa4590a9 2018-08-29 07:35:05,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:05,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["UmuoyGz9Ti2njpShkKSW7w"], "issued_at": "2018-08-29T07:35:05.000000Z"}} 2018-08-29 07:35:05,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feff6f0140afc7e5d3b13ff17c81006460a266df" 2018-08-29 07:35:06,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ea8a0d1-3efa-4ccb-8f88-278845d89e32 x-compute-request-id: req-7ea8a0d1-3efa-4ccb-8f88-278845d89e32 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "edb11607-7f73-4d67-839e-e1dc99041dfe", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:35:06Z", "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-08-29T07:35:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:06,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe used request id req-7ea8a0d1-3efa-4ccb-8f88-278845d89e32 2018-08-29 07:35:09,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feff6f0140afc7e5d3b13ff17c81006460a266df" 2018-08-29 07:35:10,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa3a9b70-375d-45cb-8100-357125f75431 x-compute-request-id: req-aa3a9b70-375d-45cb-8100-357125f75431 Content-Encoding: gzip Content-Length: 777 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:cc:26:ff", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "edb11607-7f73-4d67-839e-e1dc99041dfe", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-29T07:35:06Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:35:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:10,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe used request id req-aa3a9b70-375d-45cb-8100-357125f75431 2018-08-29 07:35:13,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feff6f0140afc7e5d3b13ff17c81006460a266df" 2018-08-29 07:35:13,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-fdb242b7-7d8e-4769-80b1-a3c32ebcfee3 x-compute-request-id: req-fdb242b7-7d8e-4769-80b1-a3c32ebcfee3 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:cc:26:ff", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": "2018-08-29T07:35:09.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "edb11607-7f73-4d67-839e-e1dc99041dfe", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:35:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:35:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:13,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe used request id req-fdb242b7-7d8e-4769-80b1-a3c32ebcfee3 2018-08-29 07:35:13,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" 2018-08-29 07:35:14,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-0e5cf495-69bf-4672-84c9-aa2fbba93a1c x-compute-request-id: req-0e5cf495-69bf-4672-84c9-aa2fbba93a1c 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:cc:26:ff", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/edb11607-7f73-4d67-839e-e1dc99041dfe", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000f9", "OS-SRV-USG:launched_at": "2018-08-29T07:35:09.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "edb11607-7f73-4d67-839e-e1dc99041dfe", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-29T07:35:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:35:05Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:14,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe used request id req-0e5cf495-69bf-4672-84c9-aa2fbba93a1c 2018-08-29 07:35:14,489 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.9'. 2018-08-29 07:35:14,489 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-08-29 07:35:14,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:35:16,198 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:35: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-609d69eb-0f37-4fc6-a5fd-7054980fbcf5 x-compute-request-id: req-609d69eb-0f37-4fc6-a5fd-7054980fbcf5 Content-Length: 0 Content-Type: application/json 2018-08-29 07:35:16,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-609d69eb-0f37-4fc6-a5fd-7054980fbcf5 2018-08-29 07:35:16,199 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-08-29 07:35:16,199 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=7b469a8c-4b0d-4929-ae8b-dd54d1904859 network=3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.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-08-29 07:35:16,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:35:16,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:35:16,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:35:16,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:35:16,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:35:16,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:35:16,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:35:16,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:35:16,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:35:16,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:35:16,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:35:16,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:35:16,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:35:16,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:35:16,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:35:16,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:35:16,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:35:16,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:35:16,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:35:16,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:35:16,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:35:16,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:35:16,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:16,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b593db18-1999-4e93-9698-bce659033ea4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:16,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-b593db18-1999-4e93-9698-bce659033ea4 2018-08-29 07:35:16,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:16,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["gm0QIfX-QXGyS8lcHgdBiw"], "issued_at": "2018-08-29T07:35:16.000000Z"}} 2018-08-29 07:35:16,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" 2018-08-29 07:35:16,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-4e597457-1cfd-4b22-a97f-d9b132b3c7ab x-compute-request-id: req-4e597457-1cfd-4b22-a97f-d9b132b3c7ab Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:35:16,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-4e597457-1cfd-4b22-a97f-d9b132b3c7ab 2018-08-29 07:35:16,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" 2018-08-29 07:35:16,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-176bf4c5-d859-4d3a-abc1-d5ffcc7674f8 x-compute-request-id: req-176bf4c5-d859-4d3a-abc1-d5ffcc7674f8 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:35:16,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-176bf4c5-d859-4d3a-abc1-d5ffcc7674f8 2018-08-29 07:35:16,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c"}], "config_drive": true}}' 2018-08-29 07:35:18,186 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-235e3f9c-6b8d-43b1-9c6b-de45b96633fa x-compute-request-id: req-235e3f9c-6b8d-43b1-9c6b-de45b96633fa Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "650a947b-7477-47e4-98e7-0f358170cfdf", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "bookmark"}], "adminPass": "ouM4ePSRncCK"}} 2018-08-29 07:35:18,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-235e3f9c-6b8d-43b1-9c6b-de45b96633fa 2018-08-29 07:35:18,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:18,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-548eb8c7-e7fd-400e-97b1-78f7a1c7eea2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:18,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-548eb8c7-e7fd-400e-97b1-78f7a1c7eea2 2018-08-29 07:35:18,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:18,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["NY5e2NHgQXCWOYnoV_Ab9w"], "issued_at": "2018-08-29T07:35:18.000000Z"}} 2018-08-29 07:35:18,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffdf2fc024cbf95cc3986e0bedc29be84ec5eb8" 2018-08-29 07:35:19,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cacc9c3-075d-493b-82b0-2ab12d9ac0b1 x-compute-request-id: req-9cacc9c3-075d-493b-82b0-2ab12d9ac0b1 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.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "650a947b-7477-47e4-98e7-0f358170cfdf", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:18Z", "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-1", "created": "2018-08-29T07:35:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:19,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf used request id req-9cacc9c3-075d-493b-82b0-2ab12d9ac0b1 2018-08-29 07:35:22,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffdf2fc024cbf95cc3986e0bedc29be84ec5eb8" 2018-08-29 07:35:22,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35: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-be0f1b5e-af61-40b5-892a-22e137f56e86 x-compute-request-id: req-be0f1b5e-af61-40b5-892a-22e137f56e86 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.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "650a947b-7477-47e4-98e7-0f358170cfdf", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:19Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:35:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:22,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf used request id req-be0f1b5e-af61-40b5-892a-22e137f56e86 2018-08-29 07:35:25,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ffdf2fc024cbf95cc3986e0bedc29be84ec5eb8" 2018-08-29 07:35:26,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f95c4fcb-89d8-4cb5-8002-9875fb341c9b x-compute-request-id: req-f95c4fcb-89d8-4cb5-8002-9875fb341c9b 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:97:5c:d9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-08-29T07:35:23.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "650a947b-7477-47e4-98e7-0f358170cfdf", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:24Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:35:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:26,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf used request id req-f95c4fcb-89d8-4cb5-8002-9875fb341c9b 2018-08-29 07:35:26,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" 2018-08-29 07:35:26,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-a63b5004-3c46-4fa4-869a-cecfdc0ed703 x-compute-request-id: req-a63b5004-3c46-4fa4-869a-cecfdc0ed703 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:97:5c:d9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/650a947b-7477-47e4-98e7-0f358170cfdf", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000fc", "OS-SRV-USG:launched_at": "2018-08-29T07:35:23.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "650a947b-7477-47e4-98e7-0f358170cfdf", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:24Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:35:18Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:26,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf used request id req-a63b5004-3c46-4fa4-869a-cecfdc0ed703 2018-08-29 07:35:26,849 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.11'. 2018-08-29 07:35:26,850 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-08-29 07:35:26,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:35:28,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-b9855c10-6f3b-47fe-a43c-37e4fc98443a x-compute-request-id: req-b9855c10-6f3b-47fe-a43c-37e4fc98443a Content-Length: 0 Content-Type: application/json 2018-08-29 07:35:28,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-b9855c10-6f3b-47fe-a43c-37e4fc98443a 2018-08-29 07:35:28,539 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-08-29 07:35:28,539 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=7b469a8c-4b0d-4929-ae8b-dd54d1904859 network=3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.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-08-29 07:35:28,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:35:28,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:35:28,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:35:28,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:35:28,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:35:28,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:35:28,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:35:28,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:35:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:35:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:35:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:35:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:35:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:35:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:35:28,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:28,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d863660b-36b9-4fee-b2e4-ae73ca25801f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:28,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-d863660b-36b9-4fee-b2e4-ae73ca25801f 2018-08-29 07:35:28,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:28,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["Bs_fTKaiRweyfYbI9E7yUQ"], "issued_at": "2018-08-29T07:35:28.000000Z"}} 2018-08-29 07:35:28,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" 2018-08-29 07:35:29,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35: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-884dfe79-4a54-4119-8040-4f2bb6343de3 x-compute-request-id: req-884dfe79-4a54-4119-8040-4f2bb6343de3 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:35:29,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-884dfe79-4a54-4119-8040-4f2bb6343de3 2018-08-29 07:35:29,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" 2018-08-29 07:35:29,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-6ac94389-4486-4288-ac77-287bd8d74045 x-compute-request-id: req-6ac94389-4486-4288-ac77-287bd8d74045 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:35:29,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-6ac94389-4486-4288-ac77-287bd8d74045 2018-08-29 07:35:29,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c"}], "config_drive": true}}' 2018-08-29 07:35:30,617 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-0a92feec-a497-4f3c-9f72-0a1685b6abdb x-compute-request-id: req-0a92feec-a497-4f3c-9f72-0a1685b6abdb Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d58c013d-00f5-4d9c-aa39-7fff06312bf5", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "bookmark"}], "adminPass": "D4E9Pbx7H9DN"}} 2018-08-29 07:35:30,618 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-0a92feec-a497-4f3c-9f72-0a1685b6abdb 2018-08-29 07:35:30,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:35:30,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d696607-1317-48af-ada1-674c90347ecc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:35:30,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-3d696607-1317-48af-ada1-674c90347ecc 2018-08-29 07:35:30,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:35:31,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:35:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["RUZdNgncRLyOjwARJtigAw"], "issued_at": "2018-08-29T07:35:31.000000Z"}} 2018-08-29 07:35:31,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}715ed433d180fd1de2ca2e4b98206158dc774110" 2018-08-29 07:35:31,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35: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-88644a82-d966-4efc-9e0b-bbbedd11e21d x-compute-request-id: req-88644a82-d966-4efc-9e0b-bbbedd11e21d Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d58c013d-00f5-4d9c-aa39-7fff06312bf5", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2018-08-29T07:35:30Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:31,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 used request id req-88644a82-d966-4efc-9e0b-bbbedd11e21d 2018-08-29 07:35:34,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}715ed433d180fd1de2ca2e4b98206158dc774110" 2018-08-29 07:35:35,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ff5b345-6cd5-42ed-a8a9-547d1d08a424 x-compute-request-id: req-0ff5b345-6cd5-42ed-a8a9-547d1d08a424 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d58c013d-00f5-4d9c-aa39-7fff06312bf5", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:32Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:35:30Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:35,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 used request id req-0ff5b345-6cd5-42ed-a8a9-547d1d08a424 2018-08-29 07:35:38,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}715ed433d180fd1de2ca2e4b98206158dc774110" 2018-08-29 07:35:38,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-42fad679-0947-4604-9a3c-f425746ffedc x-compute-request-id: req-42fad679-0947-4604-9a3c-f425746ffedc Content-Encoding: gzip Content-Length: 782 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:92:ae:15", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-08-29T07:35:34.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d58c013d-00f5-4d9c-aa39-7fff06312bf5", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:36Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:35:30Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:38,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 used request id req-42fad679-0947-4604-9a3c-f425746ffedc 2018-08-29 07:35:38,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" 2018-08-29 07:35:39,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-1062f4f4-d424-4691-9a72-731584d0bcb5 x-compute-request-id: req-1062f4f4-d424-4691-9a72-731584d0bcb5 Content-Encoding: gzip Content-Length: 782 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:92:ae:15", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000ff", "OS-SRV-USG:launched_at": "2018-08-29T07:35:34.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "d58c013d-00f5-4d9c-aa39-7fff06312bf5", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:35:36Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:35:30Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:35:39,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5 used request id req-1062f4f4-d424-4691-9a72-731584d0bcb5 2018-08-29 07:35:39,625 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.15'. 2018-08-29 07:35:39,625 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-08-29 07:35:39,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:35:41,151 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5e7ea14-0155-4bae-861a-256bb2ceabfe x-compute-request-id: req-d5e7ea14-0155-4bae-861a-256bb2ceabfe Content-Length: 0 Content-Type: application/json 2018-08-29 07:35:41,151 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-d5e7ea14-0155-4bae-861a-256bb2ceabfe 2018-08-29 07:35:41,152 - sdnvpn_test_utils - INFO - Waiting for instance edb11607-7f73-4d67-839e-e1dc99041dfe to boot up 2018-08-29 07:35:41,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:35:42,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-2175de9c-bc3d-4069-b3b2-8ee8d9c89e25 x-compute-request-id: req-2175de9c-bc3d-4069-b3b2-8ee8d9c89e25 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 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-29 07:35:42,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-2175de9c-bc3d-4069-b3b2-8ee8d9c89e25 2018-08-29 07:35:44,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:35:45,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-4e60bf3c-a0a8-4ee9-b786-e8c41d76dca6 x-compute-request-id: req-4e60bf3c-a0a8-4ee9-b786-e8c41d76dca6 Content-Encoding: gzip Content-Length: 10075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-29 07:35:45,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-4e60bf3c-a0a8-4ee9-b786-e8c41d76dca6 2018-08-29 07:35:47,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:35:48,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b49b0331-9c5a-4dc3-89cf-0fe971237c00 x-compute-request-id: req-b49b0331-9c5a-4dc3-89cf-0fe971237c00 Content-Encoding: gzip Content-Length: 10075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-29 07:35:48,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-b49b0331-9c5a-4dc3-89cf-0fe971237c00 2018-08-29 07:35:50,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:35:51,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-cfadbbf4-504e-4dee-9b0e-db1236fab179 x-compute-request-id: req-cfadbbf4-504e-4dee-9b0e-db1236fab179 Content-Encoding: gzip Content-Length: 10075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-29 07:35:51,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-cfadbbf4-504e-4dee-9b0e-db1236fab179 2018-08-29 07:35:53,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:35:54,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f4e3543-43a7-440b-bbae-ddae5fda1660 x-compute-request-id: req-3f4e3543-43a7-440b-bbae-ddae5fda1660 Content-Encoding: gzip Content-Length: 10075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-29 07:35:54,798 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-3f4e3543-43a7-440b-bbae-ddae5fda1660 2018-08-29 07:35:56,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:35:57,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35: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-9096ab61-f352-4c6e-b9e7-caecfdf891d0 x-compute-request-id: req-9096ab61-f352-4c6e-b9e7-caecfdf891d0 Content-Encoding: gzip Content-Length: 10075 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-29 07:35:57,887 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-9096ab61-f352-4c6e-b9e7-caecfdf891d0 2018-08-29 07:35:59,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:00,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:35: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-a7e14981-fdfc-4d9c-98ad-0ff96ff7b73e x-compute-request-id: req-a7e14981-fdfc-4d9c-98ad-0ff96ff7b73e Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:00,981 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-a7e14981-fdfc-4d9c-98ad-0ff96ff7b73e 2018-08-29 07:36:03,016 - sdnvpn_test_utils - INFO - Waiting for instance 650a947b-7477-47e4-98e7-0f358170cfdf to boot up 2018-08-29 07:36:03,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:04,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-97a787f8-9fad-4516-a791-0a3cba4fd114 x-compute-request-id: req-97a787f8-9fad-4516-a791-0a3cba4fd114 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:04,100 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-97a787f8-9fad-4516-a791-0a3cba4fd114 2018-08-29 07:36:06,103 - sdnvpn_test_utils - INFO - Waiting for instance d58c013d-00f5-4d9c-aa39-7fff06312bf5 to boot up 2018-08-29 07:36:06,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:07,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-e53b7580-aad3-43a1-8afd-caa21f6660be x-compute-request-id: req-e53b7580-aad3-43a1-8afd-caa21f6660be 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 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\n"} 2018-08-29 07:36:07,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-e53b7580-aad3-43a1-8afd-caa21f6660be 2018-08-29 07:36:09,243 - __name__ - INFO - Starting all monitor threads 2018-08-29 07:36:09,250 - __name__ - INFO - Wait before subtest 2018-08-29 07:36:10,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:10,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:10,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:11,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-3c41532c-45a9-43a0-82bf-620d8f15146a x-compute-request-id: req-3c41532c-45a9-43a0-82bf-620d8f15146a 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 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\n"} 2018-08-29 07:36:11,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-3c41532c-45a9-43a0-82bf-620d8f15146a 2018-08-29 07:36:11,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8d2b4697-f660-4cbe-b555-f301aacff6d1 x-compute-request-id: req-8d2b4697-f660-4cbe-b555-f301aacff6d1 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:11,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-8d2b4697-f660-4cbe-b555-f301aacff6d1 2018-08-29 07:36:11,352 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-3: ping 10.10.10.11 KO 2018-08-29 07:36:11,353 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.9 OK 2018-08-29 07:36:11,353 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.9 OK 2018-08-29 07:36:11,353 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.9 OK 2018-08-29 07:36:11,353 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.9 OK 2018-08-29 07:36:11,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7ca9081a-9857-4781-9d0a-bdb259636b68 x-compute-request-id: req-7ca9081a-9857-4781-9d0a-bdb259636b68 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:11,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-7ca9081a-9857-4781-9d0a-bdb259636b68 2018-08-29 07:36:12,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:12,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:12,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:13,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-0a1ecf55-9114-43d9-87b0-c9c990529a86 x-compute-request-id: req-0a1ecf55-9114-43d9-87b0-c9c990529a86 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:13,426 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-0a1ecf55-9114-43d9-87b0-c9c990529a86 2018-08-29 07:36:13,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5437282f-8034-4a9a-a6d9-923c4ecb2298 x-compute-request-id: req-5437282f-8034-4a9a-a6d9-923c4ecb2298 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 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\n"} 2018-08-29 07:36:13,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-5437282f-8034-4a9a-a6d9-923c4ecb2298 2018-08-29 07:36:13,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-696548c6-e9e3-4ad1-a1a4-e214fabded86 x-compute-request-id: req-696548c6-e9e3-4ad1-a1a4-e214fabded86 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:13,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-696548c6-e9e3-4ad1-a1a4-e214fabded86 2018-08-29 07:36:14,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:14,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:14,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:15,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9469607f-0d98-4557-af5e-7b3bcd2e70d6 x-compute-request-id: req-9469607f-0d98-4557-af5e-7b3bcd2e70d6 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:15,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6304399d-ae25-4dbc-a007-6a8cc4d95d7e x-compute-request-id: req-6304399d-ae25-4dbc-a007-6a8cc4d95d7e 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 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\n"} 2018-08-29 07:36:15,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-9469607f-0d98-4557-af5e-7b3bcd2e70d6 2018-08-29 07:36:15,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-6304399d-ae25-4dbc-a007-6a8cc4d95d7e 2018-08-29 07:36:15,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77cfce0e-550d-43f2-b730-5ab1c94813cf x-compute-request-id: req-77cfce0e-550d-43f2-b730-5ab1c94813cf Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:15,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-77cfce0e-550d-43f2-b730-5ab1c94813cf 2018-08-29 07:36:16,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:16,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:16,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:17,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9df8e16-6383-487e-9c74-a6094b64514a x-compute-request-id: req-e9df8e16-6383-487e-9c74-a6094b64514a Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:17,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-e9df8e16-6383-487e-9c74-a6094b64514a 2018-08-29 07:36:17,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb00d7d6-4979-4021-ac76-c6cf09a03416 x-compute-request-id: req-fb00d7d6-4979-4021-ac76-c6cf09a03416 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:17,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-fb00d7d6-4979-4021-ac76-c6cf09a03416 2018-08-29 07:36:17,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7048e6c7-0978-4493-a0ec-f35c456177c4 x-compute-request-id: req-7048e6c7-0978-4493-a0ec-f35c456177c4 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:17,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-7048e6c7-0978-4493-a0ec-f35c456177c4 2018-08-29 07:36:18,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:18,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:18,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:19,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-450def15-fa32-4d40-a97f-4182002e02eb x-compute-request-id: req-450def15-fa32-4d40-a97f-4182002e02eb Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:19,655 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-450def15-fa32-4d40-a97f-4182002e02eb 2018-08-29 07:36:19,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-49e628c5-638b-49a3-9e4e-bf21c8d86ad8 x-compute-request-id: req-49e628c5-638b-49a3-9e4e-bf21c8d86ad8 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:19,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-49e628c5-638b-49a3-9e4e-bf21c8d86ad8 2018-08-29 07:36:19,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-f6adc797-fa86-4c16-8186-c00393e1fc27 x-compute-request-id: req-f6adc797-fa86-4c16-8186-c00393e1fc27 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:19,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-f6adc797-fa86-4c16-8186-c00393e1fc27 2018-08-29 07:36:20,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:20,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:20,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:21,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50d913db-78f5-4461-abc2-c1fbab8d1c20 x-compute-request-id: req-50d913db-78f5-4461-abc2-c1fbab8d1c20 Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:21,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-50d913db-78f5-4461-abc2-c1fbab8d1c20 2018-08-29 07:36:21,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7aceaa73-1ae2-4a51-be5d-5ea4c313924a x-compute-request-id: req-7aceaa73-1ae2-4a51-be5d-5ea4c313924a Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:21,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-7aceaa73-1ae2-4a51-be5d-5ea4c313924a 2018-08-29 07:36:21,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cde8dc6b-c414-4743-a9fc-2f34f3a2d659 x-compute-request-id: req-cde8dc6b-c414-4743-a9fc-2f34f3a2d659 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:21,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-cde8dc6b-c414-4743-a9fc-2f34f3a2d659 2018-08-29 07:36:22,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:22,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:22,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:23,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36: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-2722b092-d0d1-4d32-a96e-8fe23de53910 x-compute-request-id: req-2722b092-d0d1-4d32-a96e-8fe23de53910 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:23,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-2722b092-d0d1-4d32-a96e-8fe23de53910 2018-08-29 07:36:23,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36: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-3426bfd5-afdf-4a73-b2f1-16eced2f979f x-compute-request-id: req-3426bfd5-afdf-4a73-b2f1-16eced2f979f Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:23,863 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-3426bfd5-afdf-4a73-b2f1-16eced2f979f 2018-08-29 07:36:23,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36: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-9d845f97-a45a-4a93-a18a-df0f34b66ea0 x-compute-request-id: req-9d845f97-a45a-4a93-a18a-df0f34b66ea0 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:23,864 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-9d845f97-a45a-4a93-a18a-df0f34b66ea0 2018-08-29 07:36:24,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:24,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:24,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:25,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-bed3657e-7e2a-40a6-a7b2-f59ddd21bfee x-compute-request-id: req-bed3657e-7e2a-40a6-a7b2-f59ddd21bfee Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:25,889 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-bed3657e-7e2a-40a6-a7b2-f59ddd21bfee 2018-08-29 07:36:25,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-63dd9b54-f076-4424-a521-5dae0059f0ec x-compute-request-id: req-63dd9b54-f076-4424-a521-5dae0059f0ec Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:25,935 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-63dd9b54-f076-4424-a521-5dae0059f0ec 2018-08-29 07:36:25,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-0d9e4678-f5fd-4dac-8073-a2013ecd7789 x-compute-request-id: req-0d9e4678-f5fd-4dac-8073-a2013ecd7789 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:25,938 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-0d9e4678-f5fd-4dac-8073-a2013ecd7789 2018-08-29 07:36:26,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:26,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:26,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:27,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f860709-e62b-42ca-8060-88f24d8967e0 x-compute-request-id: req-2f860709-e62b-42ca-8060-88f24d8967e0 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:27,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-2f860709-e62b-42ca-8060-88f24d8967e0 2018-08-29 07:36:28,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d8e1acb-aa46-4593-bccc-ca63fad6c864 x-compute-request-id: req-0d8e1acb-aa46-4593-bccc-ca63fad6c864 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:28,009 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-0d8e1acb-aa46-4593-bccc-ca63fad6c864 2018-08-29 07:36:28,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e52a59-f54b-46c7-a3fe-c157e63e1117 x-compute-request-id: req-84e52a59-f54b-46c7-a3fe-c157e63e1117 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:28,012 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-84e52a59-f54b-46c7-a3fe-c157e63e1117 2018-08-29 07:36:28,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:29,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:29,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:30,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-9dbe25d6-9a70-4a28-bacd-f0c3056747cc x-compute-request-id: req-9dbe25d6-9a70-4a28-bacd-f0c3056747cc Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:30,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-9dbe25d6-9a70-4a28-bacd-f0c3056747cc 2018-08-29 07:36:30,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-0f7f23aa-72a7-41cb-bb18-228c7d3cf01e x-compute-request-id: req-0f7f23aa-72a7-41cb-bb18-228c7d3cf01e Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:30,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-0f7f23aa-72a7-41cb-bb18-228c7d3cf01e 2018-08-29 07:36:30,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-abf2c823-a23c-490b-a1c5-c17610867e0c x-compute-request-id: req-abf2c823-a23c-490b-a1c5-c17610867e0c Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:30,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-abf2c823-a23c-490b-a1c5-c17610867e0c 2018-08-29 07:36:31,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:31,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:31,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:32,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-181b8f64-135b-4a12-bfe3-01c50cae0438 x-compute-request-id: req-181b8f64-135b-4a12-bfe3-01c50cae0438 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:32,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-181b8f64-135b-4a12-bfe3-01c50cae0438 2018-08-29 07:36:32,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-dd49e064-169a-44e3-9da7-e768262fd152 x-compute-request-id: req-dd49e064-169a-44e3-9da7-e768262fd152 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:32,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-dd49e064-169a-44e3-9da7-e768262fd152 2018-08-29 07:36:32,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-6e2323ea-e5a5-4224-a501-aea7555e5c40 x-compute-request-id: req-6e2323ea-e5a5-4224-a501-aea7555e5c40 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:32,214 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-6e2323ea-e5a5-4224-a501-aea7555e5c40 2018-08-29 07:36:33,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:33,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:33,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:34,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-766ef69c-ce6f-4cd5-8428-7ca009b525b3 x-compute-request-id: req-766ef69c-ce6f-4cd5-8428-7ca009b525b3 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:34,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-766ef69c-ce6f-4cd5-8428-7ca009b525b3 2018-08-29 07:36:34,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-7eabe4ca-c1e1-43b0-aa62-8ae4775c0c73 x-compute-request-id: req-7eabe4ca-c1e1-43b0-aa62-8ae4775c0c73 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:34,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-7eabe4ca-c1e1-43b0-aa62-8ae4775c0c73 2018-08-29 07:36:34,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5e78a751-c197-4a36-9d0c-96f36af9fa4f x-compute-request-id: req-5e78a751-c197-4a36-9d0c-96f36af9fa4f Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:34,294 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-5e78a751-c197-4a36-9d0c-96f36af9fa4f 2018-08-29 07:36:35,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:35,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:35,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:36,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-077a85d9-f91c-4c91-a0aa-4d376fcab788 x-compute-request-id: req-077a85d9-f91c-4c91-a0aa-4d376fcab788 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\n"} 2018-08-29 07:36:36,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-077a85d9-f91c-4c91-a0aa-4d376fcab788 2018-08-29 07:36:36,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-fecc57f7-23ff-4f22-b90a-e8acaf0effe0 x-compute-request-id: req-fecc57f7-23ff-4f22-b90a-e8acaf0effe0 Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:36,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-fecc57f7-23ff-4f22-b90a-e8acaf0effe0 2018-08-29 07:36:36,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8ac85044-ec29-4ac5-b3ec-79c148d86784 x-compute-request-id: req-8ac85044-ec29-4ac5-b3ec-79c148d86784 Content-Encoding: gzip Content-Length: 8099 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:36,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-8ac85044-ec29-4ac5-b3ec-79c148d86784 2018-08-29 07:36:37,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:37,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:37,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:38,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-1bbfc54a-ebe1-42ca-9951-ac8da758f14a x-compute-request-id: req-1bbfc54a-ebe1-42ca-9951-ac8da758f14a Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\nping 10.10.10.11 KO\n"} 2018-08-29 07:36:38,346 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-1bbfc54a-ebe1-42ca-9951-ac8da758f14a 2018-08-29 07:36:38,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b581a1d6-91a1-4d33-906f-b542e2d53d1f x-compute-request-id: req-b581a1d6-91a1-4d33-906f-b542e2d53d1f Content-Encoding: gzip Content-Length: 10913 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473919997 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133833] pid_max: default: 32768 minimum: 301\n[ 0.134705] ACPI: Core revision 20150930\n[ 0.136077] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137348] Security Framework initialized\n[ 0.138138] Yama: becoming mindful.\n[ 0.138850] AppArmor: AppArmor initialized\n[ 0.139694] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142207] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143386] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144743] Initializing cgroup subsys io\n[ 0.145532] Initializing cgroup subsys memory\n[ 0.146363] Initializing cgroup subsys devices\n[ 0.147203] Initializing cgroup subsys freezer\n[ 0.148054] Initializing cgroup subsys net_cls\n[ 0.148898] Initializing cgroup subsys perf_event\n[ 0.149782] Initializing cgroup subsys net_prio\n[ 0.150640] Initializing cgroup subsys hugetlb\n[ 0.151494] Initializing cgroup subsys pids\n[ 0.152342] CPU: Physical Processor ID: 0\n[ 0.153817] mce: CPU supports 10 MCE banks\n[ 0.154642] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155867] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167186] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174304] ftrace: allocating 31920 entries in 125 pages\n[ 0.201861] smpboot: Max logical packages: 1\n[ 0.202958] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204731] x2apic enabled\n[ 0.205708] Switched APIC routing to physical x2apic.\n[ 0.207781] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209250] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211836] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214091] KVM setup paravirtual spinlock\n[ 0.215673] x86: Booted up 1 node, 1 CPUs\n[ 0.216697] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218450] devtmpfs: initialized\n[ 0.220316] evm: security.selinux\n[ 0.221195] evm: security.SMACK64\n[ 0.222057] evm: security.SMACK64EXEC\n[ 0.222998] evm: security.SMACK64TRANSMUTE\n[ 0.224027] evm: security.SMACK64MMAP\n[ 0.224957] evm: security.ima\n[ 0.225762] evm: security.capability\n[ 0.226793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229240] pinctrl core: initialized pinctrl subsystem\n[ 0.230702] RTC time: 7:35:09, date: 08/29/18\n[ 0.231932] NET: Registered protocol family 16\n[ 0.232913] cpuidle: using governor ladder\n[ 0.233755] cpuidle: using governor menu\n[ 0.234540] PCCT header not found.\n[ 0.235284] ACPI: bus type PCI registered\n[ 0.236104] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237345] PCI: Using configuration type 1 for base access\n[ 0.239105] ACPI: Added _OSI(Module Device)\n[ 0.239955] ACPI: Added _OSI(Processor Device)\n[ 0.240803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241706] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243830] ACPI: Interpreter enabled\n[ 0.244603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248237] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251830] ACPI: (supports S0 S5)\n[ 0.252534] ACPI: Using IOAPIC for interrupt routing\n[ 0.253564] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257771] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260161] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262319] acpiphp: Slot [3] registered\n[ 0.263107] acpiphp: Slot [4] registered\n[ 0.263884] acpiphp: Slot [5] registered\n[ 0.264689] acpiphp: Slot [6] registered\n[ 0.265465] acpiphp: Slot [7] registered\n[ 0.266239] acpiphp: Slot [8] registered\n[ 0.267018] acpiphp: Slot [9] registered\n[ 0.267792] acpiphp: Slot [10] registered\n[ 0.268579] acpiphp: Slot [11] registered\n[ 0.269368] acpiphp: Slot [12] registered\n[ 0.270186] acpiphp: Slot [13] registered\n[ 0.270999] acpiphp: Slot [14] registered\n[ 0.271786] acpiphp: Slot [15] registered\n[ 0.282272] acpiphp: Slot [16] registered\n[ 0.283063] acpiphp: Slot [17] registered\n[ 0.283851] acpiphp: Slot [18] registered\n[ 0.284637] acpiphp: Slot [19] registered\n[ 0.285436] acpiphp: Slot [20] registered\n[ 0.286235] acpiphp: Slot [21] registered\n[ 0.287037] acpiphp: Slot [22] registered\n[ 0.287825] acpiphp: Slot [23] registered\n[ 0.288612] acpiphp: Slot [24] registered\n[ 0.289398] acpiphp: Slot [25] registered\n[ 0.290178] acpiphp: Slot [26] registered\n[ 0.290970] acpiphp: Slot [27] registered\n[ 0.291765] acpiphp: Slot [28] registered\n[ 0.292553] acpiphp: Slot [29] registered\n[ 0.293334] acpiphp: Slot [30] registered\n[ 0.294121] acpiphp: Slot [31] registered\n[ 0.294912] PCI host bridge to bus 0000:00\n[ 0.295696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299464] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300870] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310716] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317644] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319075] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368602] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.370023] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372810] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374632] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378387] vgaarb: loaded\n[ 0.378986] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380130] SCSI subsystem initialized\n[ 0.380957] ACPI: bus type USB registered\n[ 0.381768] usbcore: registered new interface driver usbfs\n[ 0.382801] usbcore: registered new interface driver hub\n[ 0.383804] usbcore: registered new device driver usb\n[ 0.384859] PCI: Using ACPI for IRQ routing\n[ 0.385913] NetLabel: Initializing\n[ 0.386678] NetLabel: domain hash size = 128\n[ 0.387527] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388473] NetLabel: unlabeled traffic allowed by default\n[ 0.389568] clocksource: Switched to clocksource kvm-clock\n[ 0.395259] AppArmor: AppArmor Filesystem Enabled\n[ 0.396231] pnp: PnP ACPI init\n[ 0.397146] pnp: PnP ACPI: found 5 devices\n[ 0.403523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405189] NET: Registered protocol family 2\n[ 0.406150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408548] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.409695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410762] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411904] NET: Registered protocol family 1\n[ 0.412752] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413830] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414890] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.428882] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443106] Trying to unpack rootfs image as initramfs...\n[ 0.493599] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507329] Scanning for low memory corruption every 60 seconds\n[ 0.508838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510201] audit: initializing netlink subsys (disabled)\n[ 0.511421] audit: type=2000 audit(1535528110.310:1): initialized\n[ 0.512939] Initialise system trusted keyring\n[ 0.514041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515438] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517617] zbud: loaded\n[ 0.518418] VFS: Disk quotas dquot_6.6.0\n[ 0.519363] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.521115] fuse init (API version 7.23)\n[ 0.522152] Key type big_key registered\n[ 0.523093] Allocating IMA MOK and blacklist keyrings.\n[ 0.524751] Key type asymmetric registered\n[ 0.525731] Asymmetric key parser 'x509' registered\n[ 0.526850] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528554] io scheduler noop registered\n[ 0.529508] io scheduler deadline registered (default)\n[ 0.530681] io scheduler cfq registered\n[ 0.531670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536114] ACPI: Power Button [PWRF]\n[ 0.537076] GHES: HEST is not enabled!\n[ 0.550930] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579439] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581936] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.611172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615305] Linux agpgart interface v0.103\n[ 0.618996] brd: module loaded\n[ 0.620765] loop: module loaded\n[ 0.628095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630607] GPT:90111 != 2097151\n[ 0.631709] GPT:Alternate GPT header not at the end of the disk.\n[ 0.633525] GPT:90111 != 2097151\n[ 0.634555] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635793] vda: vda1 vda15\n[ 0.637697] scsi host0: ata_piix\n[ 0.638586] scsi host1: ata_piix\n[ 0.639446] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640948] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642691] libphy: Fixed MDIO Bus: probed\n[ 0.643684] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644842] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647575] PPP generic driver version 2.4.2\n[ 0.648586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.650076] ehci-pci: EHCI PCI platform driver\n[ 0.651141] ehci-platform: EHCI generic platform driver\n[ 0.652344] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.653811] ohci-pci: OHCI PCI platform driver\n[ 0.654841] ohci-platform: OHCI generic platform driver\n[ 0.655823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.670258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.671246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672665] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673672] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674769] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675964] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677355] usb usb1: Product: UHCI Host Controller\n[ 0.678274] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.679396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.680434] hub 1-0:1.0: USB hub found\n[ 0.681197] hub 1-0:1.0: 2 ports detected\n[ 0.682090] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684172] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685117] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686137] mousedev: PS/2 mouse device common for all mice\n[ 0.687376] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690264] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691438] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692601] i2c /dev entries driver\n[ 0.693350] device-mapper: uevent: version 1.0.3\n[ 0.694285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695880] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697130] NET: Registered protocol family 10\n[ 0.698108] NET: Registered protocol family 17\n[ 0.698970] Key type dns_resolver registered\n[ 0.699873] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.700945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.702667] registered taskstats version 1\n[ 0.703486] Loading compiled-in X.509 certificates\n[ 0.704902] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.706720] zswap: loaded using pool lzo/zbud\n[ 0.708106] Key type trusted registered\n[ 0.709699] Key type encrypted registered\n[ 0.710518] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.711521] ima: No TPM chip found, activating TPM-bypass!\n[ 0.712533] evm: HMAC attrs: 0x1\n[ 0.713461] Magic number: 14:960:572\n[ 0.714318] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:10 UTC (1535528110)\n[ 0.715893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717000] EDD information not available.\n[ 0.802549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804077] Write protecting the kernel read-only data: 14336k\n[ 0.816033] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.817826] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.138897] random: dd 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.9...\nLease of 10.10.10.9 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.03. iid=i-000000f6\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8q/+BAKRKQYOvW0FQ5wBonhCJ2dFv21nAOEdRy05A6q6/3HCTRpXRuQMb4L6nRjJbNOgup/l2BUe9xPHTRpm8hUJeAhItrIO8v4l+mp+1nMIJ9oO5yPoEvulIxOI//jx2hdidnnwXP/MpqRcifxxMnQDeale9hFqhjhvWcx8HukBMZI5Qtg/G35WZYa1OZE8DM/HXD9x4Y4RMEbwmP9QS7C4km5fAGRhZLrJLjKJYVuNznrCjSdggSI05ZLVM2wkqnJ0tGPHQ1+o9du2WUGmzrtkdLCnpgj0NNqdXnwImfYDdeY5I4pMzPtFVP8jmXaE34tvAvsoX+5XvndVr52SB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOZyN4clUwFm+SgWSiS/xDIqBBYQ76ZNdIWFNLE0igBqMiu1ZUISFw/7+Rk1e9dgSbatMpMjdWxUbc9BN6aLGGTLJGA0JnJF/JqRFDgMGx7uvPrPa/42A6Pk4lz+xXIYkCHXcsSxy6U4OZoEf7xaRWlrAkQg/CWW5avs5f57oEHXAAAAFQDBLyfDdcOT6AbEgP7PbIMRVE0JHQAAAIEAxHCq8zs1ijRz4JQP04PSupqnMGDIn4ecvO/MupYFSrnv/4sD2C4Bot03fmAmTioA1g4nmMm6ge+RPcs3mYRCtE8qwf9Kjn3qWI/gDempm7VLh7zDO/KG/11/OJ2su9h/d1T8dsP5GrSUoEvSR74/H9vmq1WxtDKP0jfieIJkgPoAAACBAKqoVao7bQzg8TEhYbwHHV4wi1Nq1RGTpna/VFbF3pERk7hznTXpzA2Nxm8eXQd9oEBqqk17O8BHr8oIlM2+NlVhgn3uS144iAEeRkvuDURh/ecYAGPG5/7sETSVqYHUWRc3cJOFcNcaFOZSHz3TSEPlhtAC4U+ez0W456KGa12c 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.9,24,fe80::f816:3eff:fecc:26ff/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \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-000000f6\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n/dev/root resized successfully [took 1.97s]\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:CC:26:FF \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:26ff/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8079 (7.8 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.138897] random: dd urandom read with 5 bits of entropy available\n[ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.154919] usb 1-1: Product: QEMU USB Tablet\n[ 1.154920] usb 1-1: Manufacturer: QEMU\n[ 1.154921] usb 1-1: SerialNumber: 42\n[ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.477732] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 29 08:35:10 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 29 08:35:10 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 29 08:35:10 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)\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 29 08:35:10 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 29 08:35:10 cirros kern.notice kernel: [ 1.138897] random: dd urandom read with 5 bits of entropy available\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154916] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154918] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154919] usb 1-1: Product: QEMU USB Tablet\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154920] usb 1-1: Manufacturer: QEMU\nAug 29 08:35:10 cirros kern.info kernel: [ 1.154921] usb 1-1: SerialNumber: 42\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505617] tsc: Refined TSC clocksource calibration: 3491.910 MHz\nAug 29 08:35:11 cirros kern.info kernel: [ 1.505620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nAug 29 08:35:12 cirros auth.notice su: + /dev/console root:cirros\nAug 29 08:35:12 cirros authpriv.info dropbear[340]: Running in background\nAug 29 08:35:12 cirros kern.info kernel: [ 3.168576] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 29 08:35:13 cirros kern.info kernel: [ 3.477732] 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-08-29 07:36:38,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-b581a1d6-91a1-4d33-906f-b542e2d53d1f 2018-08-29 07:36:38,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-53844363-6a1f-4118-b36f-e09595e49e16 x-compute-request-id: req-53844363-6a1f-4118-b36f-e09595e49e16 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:38,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-53844363-6a1f-4118-b36f-e09595e49e16 2018-08-29 07:36:39,282 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-08-29 07:36:39,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"forceDelete": null}' 2018-08-29 07:36:39,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0693d9ba70d3f75cee1b667117cefc3abc4c9bf7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:39,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dba64ae543b4195415b90c365912cefcd920189" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:39,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c27f4fca6a012a208d47a7ac8663b864152310" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:39,449 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45ac1cdb-00be-4368-947d-e58a1bd2fb99 x-compute-request-id: req-45ac1cdb-00be-4368-947d-e58a1bd2fb99 Content-Length: 0 Content-Type: application/json 2018-08-29 07:36:39,449 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-45ac1cdb-00be-4368-947d-e58a1bd2fb99 2018-08-29 07:36:40,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-5950bf58-2194-430e-90f7-78d3c8d41e48 x-compute-request-id: req-5950bf58-2194-430e-90f7-78d3c8d41e48 Content-Encoding: gzip Content-Length: 8114 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492667761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.152982] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154932] pid_max: default: 32768 minimum: 301\n[ 0.155997] ACPI: Core revision 20150930\n[ 0.157506] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159051] Security Framework initialized\n[ 0.160026] Yama: becoming mindful.\n[ 0.161118] AppArmor: AppArmor initialized\n[ 0.162143] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163542] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164931] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166272] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167837] Initializing cgroup subsys io\n[ 0.168698] Initializing cgroup subsys memory\n[ 0.169627] Initializing cgroup subsys devices\n[ 0.170557] Initializing cgroup subsys freezer\n[ 0.171464] Initializing cgroup subsys net_cls\n[ 0.172430] Initializing cgroup subsys perf_event\n[ 0.173428] Initializing cgroup subsys net_prio\n[ 0.174384] Initializing cgroup subsys hugetlb\n[ 0.175302] Initializing cgroup subsys pids\n[ 0.176226] CPU: Physical Processor ID: 0\n[ 0.177784] mce: CPU supports 10 MCE banks\n[ 0.178682] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179768] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191751] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198417] ftrace: allocating 31920 entries in 125 pages\n[ 0.225325] smpboot: Max logical packages: 1\n[ 0.226231] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227646] x2apic enabled\n[ 0.228506] Switched APIC routing to physical x2apic.\n[ 0.230287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231582] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233723] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235614] KVM setup paravirtual spinlock\n[ 0.236985] x86: Booted up 1 node, 1 CPUs\n[ 0.237829] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239278] devtmpfs: initialized\n[ 0.241016] evm: security.selinux\n[ 0.241759] evm: security.SMACK64\n[ 0.242476] evm: security.SMACK64EXEC\n[ 0.243264] evm: security.SMACK64TRANSMUTE\n[ 0.244118] evm: security.SMACK64MMAP\n[ 0.244895] evm: security.ima\n[ 0.245560] evm: security.capability\n[ 0.246414] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248370] pinctrl core: initialized pinctrl subsystem\n[ 0.249530] RTC time: 7:35:34, date: 08/29/18\n[ 0.250532] NET: Registered protocol family 16\n[ 0.251545] cpuidle: using governor ladder\n[ 0.252435] cpuidle: using governor menu\n[ 0.253274] PCCT header not found.\n[ 0.254058] ACPI: bus type PCI registered\n[ 0.254906] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256247] PCI: Using configuration type 1 for base access\n[ 0.258094] ACPI: Added _OSI(Module Device)\n[ 0.258982] ACPI: Added _OSI(Processor Device)\n[ 0.259897] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263033] ACPI: Interpreter enabled\n[ 0.263831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.266077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.268047] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.272209] ACPI: (supports S0 S5)\n[ 0.273039] ACPI: Using IOAPIC for interrupt routing\n[ 0.273978] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279422] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280602] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282798] acpiphp: Slot [3] registered\n[ 0.283579] acpiphp: Slot [4] registered\n[ 0.284373] acpiphp: Slot [5] registered\n[ 0.285166] acpiphp: Slot [6] registered\n[ 0.285947] acpiphp: Slot [7] registered\n[ 0.286736] acpiphp: Slot [8] registered\n[ 0.287517] acpiphp: Slot [9] registered\n[ 0.288299] acpiphp: Slot [10] registered\n[ 0.289093] acpiphp: Slot [11] registered\n[ 0.289893] acpiphp: Slot [12] registered\n[ 0.290686] acpiphp: Slot [13] registered\n[ 0.291486] acpiphp: Slot [14] registered\n[ 0.292280] acpiphp: Slot [15] registered\n[ 0.303246] acpiphp: Slot [16] registered\n[ 0.304081] acpiphp: Slot [17] registered\n[ 0.304875] acpiphp: Slot [18] registered\n[ 0.305666] acpiphp: Slot [19] registered\n[ 0.306475] acpiphp: Slot [20] registered\n[ 0.307277] acpiphp: Slot [21] registered\n[ 0.308108] acpiphp: Slot [22] registered\n[ 0.308908] acpiphp: Slot [23] registered\n[ 0.309717] acpiphp: Slot [24] registered\n[ 0.310624] acpiphp: Slot [25] registered\n[ 0.311434] acpiphp: Slot [26] registered\n[ 0.312234] acpiphp: Slot [27] registered\n[ 0.313034] acpiphp: Slot [28] registered\n[ 0.313833] acpiphp: Slot [29] registered\n[ 0.314624] acpiphp: Slot [30] registered\n[ 0.315428] acpiphp: Slot [31] registered\n[ 0.316222] PCI host bridge to bus 0000:00\n[ 0.317021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.319389] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320816] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322230] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328522] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329781] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330922] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332196] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338770] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340179] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389788] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391319] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392764] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.395030] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397576] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.398670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400272] vgaarb: loaded\n[ 0.400890] vgaarb: bridge control possible 0000:00:02.0\n[ 0.402075] SCSI subsystem initialized\n[ 0.402939] ACPI: bus type USB registered\n[ 0.403812] usbcore: registered new interface driver usbfs\n[ 0.404935] usbcore: registered new interface driver hub\n[ 0.406066] usbcore: registered new device driver usb\n[ 0.407196] PCI: Using ACPI for IRQ routing\n[ 0.408278] NetLabel: Initializing\n[ 0.409036] NetLabel: domain hash size = 128\n[ 0.409966] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.410959] NetLabel: unlabeled traffic allowed by default\n[ 0.412112] clocksource: Switched to clocksource kvm-clock\n[ 0.418123] AppArmor: AppArmor Filesystem Enabled\n[ 0.419203] pnp: PnP ACPI init\n[ 0.420196] pnp: PnP ACPI: found 5 devices\n[ 0.426653] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428448] NET: Registered protocol family 2\n[ 0.429450] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.430823] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432117] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433372] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434521] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435774] NET: Registered protocol family 1\n[ 0.436683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438955] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452688] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.466648] Trying to unpack rootfs image as initramfs...\n[ 0.516284] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530819] Scanning for low memory corruption every 60 seconds\n[ 0.532672] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.534075] audit: initializing netlink subsys (disabled)\n[ 0.535101] audit: type=2000 audit(1535528135.534:1): initialized\n[ 0.536429] Initialise system trusted keyring\n[ 0.537353] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.538505] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540461] zbud: loaded\n[ 0.541165] VFS: Disk quotas dquot_6.6.0\n[ 0.541990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543499] fuse init (API version 7.23)\n[ 0.544391] Key type big_key registered\n[ 0.545192] Allocating IMA MOK and blacklist keyrings.\n[ 0.546657] Key type asymmetric registered\n[ 0.547479] Asymmetric key parser 'x509' registered\n[ 0.548437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549894] io scheduler noop registered\n[ 0.550677] io scheduler deadline registered (default)\n[ 0.551655] io scheduler cfq registered\n[ 0.552497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553542] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.556251] ACPI: Power Button [PWRF]\n[ 0.557091] GHES: HEST is not enabled!\n[ 0.570765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.604968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.631934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634102] Linux agpgart interface v0.103\n[ 0.636236] brd: module loaded\n[ 0.637480] loop: module loaded\n[ 0.641954] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.643388] GPT:90111 != 2097151\n[ 0.644063] GPT:Alternate GPT header not at the end of the disk.\n[ 0.645149] GPT:90111 != 2097151\n[ 0.645820] GPT: Use GNU Parted to correct GPT errors.\n[ 0.646775] vda: vda1 vda15\n[ 0.648220] scsi host0: ata_piix\n[ 0.648951] scsi host1: ata_piix\n[ 0.649656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.650859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.652299] libphy: Fixed MDIO Bus: probed\n[ 0.653118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.654059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656227] PPP generic driver version 2.4.2\n[ 0.657115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658389] ehci-pci: EHCI PCI platform driver\n[ 0.659257] ehci-platform: EHCI generic platform driver\n[ 0.660248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661367] ohci-pci: OHCI PCI platform driver\n[ 0.662229] ohci-platform: OHCI generic platform driver\n[ 0.663206] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.677576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.678563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.680009] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.681014] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.682125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.683348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.684757] usb usb1: Product: UHCI Host Controller\n[ 0.685682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.686815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.687854] hub 1-0:1.0: USB hub found\n[ 0.688635] hub 1-0:1.0: 2 ports detected\n[ 0.689538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.691652] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.692611] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.693639] mousedev: PS/2 mouse device common for all mice\n[ 0.694883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696705] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698983] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700171] i2c /dev entries driver\n[ 0.700940] device-mapper: uevent: version 1.0.3\n[ 0.701883] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703490] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704776] NET: Registered protocol family 10\n[ 0.705780] NET: Registered protocol family 17\n[ 0.706659] Key type dns_resolver registered\n[ 0.707583] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.708675] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710409] registered taskstats version 1\n[ 0.711237] Loading compiled-in X.509 certificates\n[ 0.712681] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.714514] zswap: loaded using pool lzo/zbud\n[ 0.716361] Key type trusted registered\n[ 0.717923] Key type encrypted registered\n[ 0.718756] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719771] ima: No TPM chip found, activating TPM-bypass!\n[ 0.721261] evm: HMAC attrs: 0x1\n[ 0.722206] Magic number: 14:960:572\n[ 0.723074] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:35 UTC (1535528135)\n[ 0.724675] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725789] EDD information not available.\n[ 0.808775] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.810216] ata1.00: configured for MWDMA2\n[ 0.811408] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.824108] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.825358] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.826605] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.828470] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.829998] Write protecting the kernel read-only data: 14336k\n[ 0.831540] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.833332] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found 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.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.225116] 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.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=2078687,end=2097119\n/dev/root resized successfully [took 2.21s]\nping 10.10.10.11 KO\nping 10.10.10.9 KO\nping 10.10.10.11 KO\n"} 2018-08-29 07:36:40,423 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-5950bf58-2194-430e-90f7-78d3c8d41e48 2018-08-29 07:36:40,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8e1f1b47-e01b-4aab-b5a4-fbfb9a13c791 x-compute-request-id: req-8e1f1b47-e01b-4aab-b5a4-fbfb9a13c791 Content-Encoding: gzip Content-Length: 8100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 529544413 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129634] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131265] pid_max: default: 32768 minimum: 301\n[ 0.132148] ACPI: Core revision 20150930\n[ 0.133534] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134817] Security Framework initialized\n[ 0.135622] Yama: becoming mindful.\n[ 0.136342] AppArmor: AppArmor initialized\n[ 0.137202] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138516] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139767] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140956] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142316] Initializing cgroup subsys io\n[ 0.143112] Initializing cgroup subsys memory\n[ 0.143960] Initializing cgroup subsys devices\n[ 0.144831] Initializing cgroup subsys freezer\n[ 0.145687] Initializing cgroup subsys net_cls\n[ 0.146542] Initializing cgroup subsys perf_event\n[ 0.147432] Initializing cgroup subsys net_prio\n[ 0.148304] Initializing cgroup subsys hugetlb\n[ 0.149166] Initializing cgroup subsys pids\n[ 0.150045] CPU: Physical Processor ID: 0\n[ 0.151539] mce: CPU supports 10 MCE banks\n[ 0.152371] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153361] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170560] ftrace: allocating 31920 entries in 125 pages\n[ 0.196908] smpboot: Max logical packages: 1\n[ 0.197765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199088] x2apic enabled\n[ 0.199898] Switched APIC routing to physical x2apic.\n[ 0.201648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202750] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204704] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206465] KVM setup paravirtual spinlock\n[ 0.207759] x86: Booted up 1 node, 1 CPUs\n[ 0.208558] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209928] devtmpfs: initialized\n[ 0.211636] evm: security.selinux\n[ 0.212328] evm: security.SMACK64\n[ 0.213013] evm: security.SMACK64EXEC\n[ 0.213742] evm: security.SMACK64TRANSMUTE\n[ 0.214540] evm: security.SMACK64MMAP\n[ 0.215272] evm: security.ima\n[ 0.215914] evm: security.capability\n[ 0.216706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218524] pinctrl core: initialized pinctrl subsystem\n[ 0.219602] RTC time: 7:35:23, date: 08/29/18\n[ 0.220556] NET: Registered protocol family 16\n[ 0.221516] cpuidle: using governor ladder\n[ 0.222321] cpuidle: using governor menu\n[ 0.223104] PCCT header not found.\n[ 0.223840] ACPI: bus type PCI registered\n[ 0.224638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225857] PCI: Using configuration type 1 for base access\n[ 0.227610] ACPI: Added _OSI(Module Device)\n[ 0.228436] ACPI: Added _OSI(Processor Device)\n[ 0.229290] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230180] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232322] ACPI: Interpreter enabled\n[ 0.233075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236712] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240334] ACPI: (supports S0 S5)\n[ 0.241025] ACPI: Using IOAPIC for interrupt routing\n[ 0.242101] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246328] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247544] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248717] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250900] acpiphp: Slot [3] registered\n[ 0.251699] acpiphp: Slot [4] registered\n[ 0.252485] acpiphp: Slot [5] registered\n[ 0.253265] acpiphp: Slot [6] registered\n[ 0.254052] acpiphp: Slot [7] registered\n[ 0.254850] acpiphp: Slot [8] registered\n[ 0.255645] acpiphp: Slot [9] registered\n[ 0.256432] acpiphp: Slot [10] registered\n[ 0.257229] acpiphp: Slot [11] registered\n[ 0.258046] acpiphp: Slot [12] registered\n[ 0.258859] acpiphp: Slot [13] registered\n[ 0.259657] acpiphp: Slot [14] registered\n[ 0.260454] acpiphp: Slot [15] registered\n[ 0.271524] acpiphp: Slot [16] registered\n[ 0.272332] acpiphp: Slot [17] registered\n[ 0.273137] acpiphp: Slot [18] registered\n[ 0.273943] acpiphp: Slot [19] registered\n[ 0.274740] acpiphp: Slot [20] registered\n[ 0.275543] acpiphp: Slot [21] registered\n[ 0.276343] acpiphp: Slot [22] registered\n[ 0.277144] acpiphp: Slot [23] registered\n[ 0.277958] acpiphp: Slot [24] registered\n[ 0.278758] acpiphp: Slot [25] registered\n[ 0.279557] acpiphp: Slot [26] registered\n[ 0.280356] acpiphp: Slot [27] registered\n[ 0.281168] acpiphp: Slot [28] registered\n[ 0.281981] acpiphp: Slot [29] registered\n[ 0.282777] acpiphp: Slot [30] registered\n[ 0.283578] acpiphp: Slot [31] registered\n[ 0.284376] PCI host bridge to bus 0000:00\n[ 0.285176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286364] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288978] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296811] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298075] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300466] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308927] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357725] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359174] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360574] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361981] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364277] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365512] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366644] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369199] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370912] SCSI subsystem initialized\n[ 0.371718] ACPI: bus type USB registered\n[ 0.372522] usbcore: registered new interface driver usbfs\n[ 0.373533] usbcore: registered new interface driver hub\n[ 0.374523] usbcore: registered new device driver usb\n[ 0.375566] PCI: Using ACPI for IRQ routing\n[ 0.376578] NetLabel: Initializing\n[ 0.377284] NetLabel: domain hash size = 128\n[ 0.378127] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379059] NetLabel: unlabeled traffic allowed by default\n[ 0.380140] clocksource: Switched to clocksource kvm-clock\n[ 0.385605] AppArmor: AppArmor Filesystem Enabled\n[ 0.386580] pnp: PnP ACPI init\n[ 0.387475] pnp: PnP ACPI: found 5 devices\n[ 0.393856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395546] NET: Registered protocol family 2\n[ 0.396495] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397742] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398891] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400027] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401084] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402235] NET: Registered protocol family 1\n[ 0.403078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405209] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433693] Trying to unpack rootfs image as initramfs...\n[ 0.484018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497801] Scanning for low memory corruption every 60 seconds\n[ 0.499100] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500234] audit: initializing netlink subsys (disabled)\n[ 0.501243] audit: type=2000 audit(1535528124.319:1): initialized\n[ 0.502562] Initialise system trusted keyring\n[ 0.503478] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504624] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506572] zbud: loaded\n[ 0.507258] VFS: Disk quotas dquot_6.6.0\n[ 0.508065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509582] fuse init (API version 7.23)\n[ 0.510454] Key type big_key registered\n[ 0.511239] Allocating IMA MOK and blacklist keyrings.\n[ 0.512335] Key type asymmetric registered\n[ 0.513150] Asymmetric key parser 'x509' registered\n[ 0.514088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515891] io scheduler noop registered\n[ 0.516691] io scheduler deadline registered (default)\n[ 0.517663] io scheduler cfq registered\n[ 0.518471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519514] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520761] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522187] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536828] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.567216] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571299] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.597395] Linux agpgart interface v0.103\n[ 0.599516] brd: module loaded\n[ 0.600776] loop: module loaded\n[ 0.609849] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611312] GPT:90111 != 2097151\n[ 0.611988] GPT:Alternate GPT header not at the end of the disk.\n[ 0.613069] GPT:90111 != 2097151\n[ 0.613742] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614695] vda: vda1 vda15\n[ 0.616247] scsi host0: ata_piix\n[ 0.616987] scsi host1: ata_piix\n[ 0.617695] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618889] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.620325] libphy: Fixed MDIO Bus: probed\n[ 0.621145] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622082] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.624332] PPP generic driver version 2.4.2\n[ 0.625215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626652] ehci-pci: EHCI PCI platform driver\n[ 0.627511] ehci-platform: EHCI generic platform driver\n[ 0.628493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629609] ohci-pci: OHCI PCI platform driver\n[ 0.630465] ohci-platform: OHCI generic platform driver\n[ 0.631443] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646016] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647001] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648440] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649459] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650568] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651770] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653179] usb usb1: Product: UHCI Host Controller\n[ 0.654107] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655233] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656286] hub 1-0:1.0: USB hub found\n[ 0.657055] hub 1-0:1.0: 2 ports detected\n[ 0.657960] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660050] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660999] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662022] mousedev: PS/2 mouse device common for all mice\n[ 0.663274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665089] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667364] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668549] i2c /dev entries driver\n[ 0.669310] device-mapper: uevent: version 1.0.3\n[ 0.670243] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671865] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673143] NET: Registered protocol family 10\n[ 0.674130] NET: Registered protocol family 17\n[ 0.675012] Key type dns_resolver registered\n[ 0.675928] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677018] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678747] registered taskstats version 1\n[ 0.679573] Loading compiled-in X.509 certificates\n[ 0.681011] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682844] zswap: loaded using pool lzo/zbud\n[ 0.684209] Key type trusted registered\n[ 0.685767] Key type encrypted registered\n[ 0.686585] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687599] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688636] evm: HMAC attrs: 0x1\n[ 0.689577] Magic number: 14:960:572\n[ 0.690420] rtc_cmos 00:00: setting system clock to 2018-08-29 07:35:24 UTC (1535528124)\n[ 0.692009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693119] EDD information not available.\n[ 0.777030] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778477] ata1.00: configured for MWDMA2\n[ 0.779683] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.792304] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.793541] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.794770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796629] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798131] Write protecting the kernel read-only data: 14336k\n[ 0.799676] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801461] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.62\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.822547] 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.43s]\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\nping 10.10.10.9 OK\n"} 2018-08-29 07:36:40,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-8e1f1b47-e01b-4aab-b5a4-fbfb9a13c791 2018-08-29 07:36:40,585 - novaclient.v2.client - DEBUG - RESP: [500] Date: Wed, 29 Aug 2018 07:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5ec0b84-329d-4b06-8f9c-0e209f414f1c x-compute-request-id: req-f5ec0b84-329d-4b06-8f9c-0e209f414f1c Content-Length: 211 Content-Type: application/json; charset=UTF-8 RESP BODY: {"computeFault": {"message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\n", "code": 500}} 2018-08-29 07:36:40,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/edb11607-7f73-4d67-839e-e1dc99041dfe/action used request id req-f5ec0b84-329d-4b06-8f9c-0e209f414f1c 2018-08-29 07:36:40,585 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-08-29 07:36:40,596 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-08-29 07:36:40,596 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=7b469a8c-4b0d-4929-ae8b-dd54d1904859 network=3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.11 10.10.10.15 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-08-29 07:36:40,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:36:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:36:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:36:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:36:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:36:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:36:40,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:36:40,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:36:40,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:36:40,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:36:40,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:36:40,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:36:40,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:36:40,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:36:40,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:36:40,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:36:40,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:36:40,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:36:40,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:36:40,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:36:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:36:40,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a255fc-fade-42ef-85f6-7f39b3cb2f7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:36:40,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-82a255fc-fade-42ef-85f6-7f39b3cb2f7e 2018-08-29 07:36:40,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:36:40,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:36:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["kgOFgJckRoyxTabdedguwA"], "issued_at": "2018-08-29T07:36:40.000000Z"}} 2018-08-29 07:36:40,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" 2018-08-29 07:36:41,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c61bd98c-4d04-4d80-a1a9-ca4c5d91fa52 x-compute-request-id: req-c61bd98c-4d04-4d80-a1a9-ca4c5d91fa52 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:36:41,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-c61bd98c-4d04-4d80-a1a9-ca4c5d91fa52 2018-08-29 07:36:41,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" 2018-08-29 07:36:41,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-f3ce6427-c0d1-4428-8c4e-abd86215c880 x-compute-request-id: req-f3ce6427-c0d1-4428-8c4e-abd86215c880 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:36:41,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f used request id req-f3ce6427-c0d1-4428-8c4e-abd86215c880 2018-08-29 07:36:41,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMSAxMC4xMC4xMC4xNQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c"}], "config_drive": true}}' 2018-08-29 07:36:42,898 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-97b66ee7-da19-4b36-8495-e2d3e4044eee x-compute-request-id: req-97b66ee7-da19-4b36-8495-e2d3e4044eee Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bfad2594-d83e-41a1-81e8-302e79042eef", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "bookmark"}], "adminPass": "uYC25ppo9HLs"}} 2018-08-29 07:36:42,898 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-97b66ee7-da19-4b36-8495-e2d3e4044eee 2018-08-29 07:36:42,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:36:42,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db81395e-2ce8-47bc-8641-9c4b2daf7368 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:36:42,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-db81395e-2ce8-47bc-8641-9c4b2daf7368 2018-08-29 07:36:42,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:36:43,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["TKYB7uqJTUWh3_MUyD8Iig"], "issued_at": "2018-08-29T07:36:43.000000Z"}} 2018-08-29 07:36:43,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917153a061234ab3796743d11c0737534e44a040" 2018-08-29 07:36:43,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-b06e8bcb-b449-4ff9-937c-cfe89dacf8cb x-compute-request-id: req-b06e8bcb-b449-4ff9-937c-cfe89dacf8cb Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "bfad2594-d83e-41a1-81e8-302e79042eef", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:36:43Z", "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-08-29T07:36:42Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:36:43,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef used request id req-b06e8bcb-b449-4ff9-937c-cfe89dacf8cb 2018-08-29 07:36:46,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917153a061234ab3796743d11c0737534e44a040" 2018-08-29 07:36:47,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36: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-79785377-63dc-47c9-8375-8cf177502da3 x-compute-request-id: req-79785377-63dc-47c9-8375-8cf177502da3 Content-Encoding: gzip Content-Length: 782 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:c6:76:29", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "bfad2594-d83e-41a1-81e8-302e79042eef", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:36:43Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:36:42Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:36:47,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef used request id req-79785377-63dc-47c9-8375-8cf177502da3 2018-08-29 07:36:50,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}917153a061234ab3796743d11c0737534e44a040" 2018-08-29 07:36:50,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2d1c58d-f396-4678-b052-3d05ef20cd82 x-compute-request-id: req-e2d1c58d-f396-4678-b052-3d05ef20cd82 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:c6:76:29", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-08-29T07:36:46.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "bfad2594-d83e-41a1-81e8-302e79042eef", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:36:47Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:36:42Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:36:50,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef used request id req-e2d1c58d-f396-4678-b052-3d05ef20cd82 2018-08-29 07:36:50,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" 2018-08-29 07:36:51,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-145e88b0-5370-45d3-9c0b-cd12f72d7740 x-compute-request-id: req-145e88b0-5370-45d3-9c0b-cd12f72d7740 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:c6:76:29", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/bfad2594-d83e-41a1-81e8-302e79042eef", "rel": "bookmark"}], "image": {"id": "7b469a8c-4b0d-4929-ae8b-dd54d1904859", "links": [{"href": "http://172.30.9.24:8774/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000102", "OS-SRV-USG:launched_at": "2018-08-29T07:36:46.000000", "flavor": {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}]}, "id": "bfad2594-d83e-41a1-81e8-302e79042eef", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:36:47Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:36:42Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:36:51,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef used request id req-145e88b0-5370-45d3-9c0b-cd12f72d7740 2018-08-29 07:36:51,379 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.9'. 2018-08-29 07:36:51,379 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-08-29 07:36:51,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:36:52,842 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:36: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-a2c5a48b-2c40-45b1-bd5e-6ac13b4c63f1 x-compute-request-id: req-a2c5a48b-2c40-45b1-bd5e-6ac13b4c63f1 Content-Length: 0 Content-Type: application/json 2018-08-29 07:36:52,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-a2c5a48b-2c40-45b1-bd5e-6ac13b4c63f1 2018-08-29 07:36:52,843 - sdnvpn_test_utils - INFO - Waiting for instance bfad2594-d83e-41a1-81e8-302e79042eef to boot up 2018-08-29 07:36:52,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:53,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15258494-fb14-4473-b079-5e1040a44709 x-compute-request-id: req-15258494-fb14-4473-b079-5e1040a44709 Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\n"} 2018-08-29 07:36:53,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-15258494-fb14-4473-b079-5e1040a44709 2018-08-29 07:36:55,925 - __name__ - INFO - Starting monitor thread of vm_4 2018-08-29 07:36:56,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:36:58,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8201fd41-bbad-4258-a25c-5ce3bffafd53 x-compute-request-id: req-8201fd41-bbad-4258-a25c-5ce3bffafd53 Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\n"} 2018-08-29 07:36:58,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-8201fd41-bbad-4258-a25c-5ce3bffafd53 2018-08-29 07:36:59,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:00,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:36:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2de2bc16-be35-4a6c-ab0b-31ce2fd9933e x-compute-request-id: req-2de2bc16-be35-4a6c-ab0b-31ce2fd9933e 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:00,108 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-2de2bc16-be35-4a6c-ab0b-31ce2fd9933e 2018-08-29 07:37:01,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:02,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd7424f1-767b-4d70-b874-311a0dad7e2c x-compute-request-id: req-dd7424f1-767b-4d70-b874-311a0dad7e2c 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:02,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-dd7424f1-767b-4d70-b874-311a0dad7e2c 2018-08-29 07:37:03,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:04,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eec0d4fd-be91-4f89-bf95-53d3445d86ed x-compute-request-id: req-eec0d4fd-be91-4f89-bf95-53d3445d86ed 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:04,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-eec0d4fd-be91-4f89-bf95-53d3445d86ed 2018-08-29 07:37:05,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:06,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13c8786d-6a8f-465d-8672-22082eb53e33 x-compute-request-id: req-13c8786d-6a8f-465d-8672-22082eb53e33 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:06,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-13c8786d-6a8f-465d-8672-22082eb53e33 2018-08-29 07:37:07,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:08,418 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2160ed2-cbee-445e-bb1c-ea74dce65e8c x-compute-request-id: req-b2160ed2-cbee-445e-bb1c-ea74dce65e8c 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:08,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-b2160ed2-cbee-445e-bb1c-ea74dce65e8c 2018-08-29 07:37:09,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:10,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8566eb0-a889-42eb-a36e-650123aa6ca9 x-compute-request-id: req-a8566eb0-a889-42eb-a36e-650123aa6ca9 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:10,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-a8566eb0-a889-42eb-a36e-650123aa6ca9 2018-08-29 07:37:11,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:12,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91fa8351-3ea3-4a20-a7a8-17f2ef62ffc4 x-compute-request-id: req-91fa8351-3ea3-4a20-a7a8-17f2ef62ffc4 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:12,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-91fa8351-3ea3-4a20-a7a8-17f2ef62ffc4 2018-08-29 07:37:13,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:14,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bc71eae-6152-41ef-a19f-25921e877fa6 x-compute-request-id: req-4bc71eae-6152-41ef-a19f-25921e877fa6 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:14,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-4bc71eae-6152-41ef-a19f-25921e877fa6 2018-08-29 07:37:15,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:16,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36afa256-c50e-4655-96b0-a1068605981a x-compute-request-id: req-36afa256-c50e-4655-96b0-a1068605981a 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 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\n"} 2018-08-29 07:37:16,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-36afa256-c50e-4655-96b0-a1068605981a 2018-08-29 07:37:17,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:18,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-cb2a48ce-c336-492d-934d-b458f6cb04c5 x-compute-request-id: req-cb2a48ce-c336-492d-934d-b458f6cb04c5 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\nping 10.10.10.15 KO\n"} 2018-08-29 07:37:18,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-cb2a48ce-c336-492d-934d-b458f6cb04c5 2018-08-29 07:37:19,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:20,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a009ed5-4954-4695-8a3a-22ee9e45c56d x-compute-request-id: req-9a009ed5-4954-4695-8a3a-22ee9e45c56d Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\nping 10.10.10.15 KO\n"} 2018-08-29 07:37:20,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-9a009ed5-4954-4695-8a3a-22ee9e45c56d 2018-08-29 07:37:21,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:22,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37: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-499178f8-4fc8-4221-b6f9-2910635d668b x-compute-request-id: req-499178f8-4fc8-4221-b6f9-2910635d668b Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\nping 10.10.10.15 KO\n"} 2018-08-29 07:37:22,972 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-499178f8-4fc8-4221-b6f9-2910635d668b 2018-08-29 07:37:23,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:25,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37: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-752f04e1-71d5-49fd-b5f6-fdca36b89027 x-compute-request-id: req-752f04e1-71d5-49fd-b5f6-fdca36b89027 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\nping 10.10.10.15 KO\n"} 2018-08-29 07:37:25,047 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-752f04e1-71d5-49fd-b5f6-fdca36b89027 2018-08-29 07:37:25,934 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-08-29 07:37:25,935 - __name__ - INFO - Sending stop signal to monitor thread 2018-08-29 07:37:26,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e2c457eccd704b46240a40699987ca1b609f02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:37:27,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-475212f2-6cec-4330-a7e5-f1f8aae7738e x-compute-request-id: req-475212f2-6cec-4330-a7e5-f1f8aae7738e Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 517263452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.161511] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.163787] pid_max: default: 32768 minimum: 301\n[ 0.165026] ACPI: Core revision 20150930\n[ 0.166715] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.168524] Security Framework initialized\n[ 0.169642] Yama: becoming mindful.\n[ 0.170631] AppArmor: AppArmor initialized\n[ 0.171795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.173644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.175417] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.177056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178936] Initializing cgroup subsys io\n[ 0.180034] Initializing cgroup subsys memory\n[ 0.181192] Initializing cgroup subsys devices\n[ 0.182364] Initializing cgroup subsys freezer\n[ 0.183533] Initializing cgroup subsys net_cls\n[ 0.184718] Initializing cgroup subsys perf_event\n[ 0.185934] Initializing cgroup subsys net_prio\n[ 0.187112] Initializing cgroup subsys hugetlb\n[ 0.188281] Initializing cgroup subsys pids\n[ 0.189487] CPU: Physical Processor ID: 0\n[ 0.191268] mce: CPU supports 10 MCE banks\n[ 0.192417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.193774] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206294] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.213577] ftrace: allocating 31920 entries in 125 pages\n[ 0.240924] smpboot: Max logical packages: 1\n[ 0.242058] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.243860] x2apic enabled\n[ 0.244869] Switched APIC routing to physical x2apic.\n[ 0.246955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248499] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251156] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253551] KVM setup paravirtual spinlock\n[ 0.255143] x86: Booted up 1 node, 1 CPUs\n[ 0.256245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.258151] devtmpfs: initialized\n[ 0.260232] evm: security.selinux\n[ 0.261172] evm: security.SMACK64\n[ 0.262124] evm: security.SMACK64EXEC\n[ 0.263140] evm: security.SMACK64TRANSMUTE\n[ 0.264249] evm: security.SMACK64MMAP\n[ 0.265260] evm: security.ima\n[ 0.266132] evm: security.capability\n[ 0.267205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269717] pinctrl core: initialized pinctrl subsystem\n[ 0.271160] RTC time: 7:36:46, date: 08/29/18\n[ 0.272419] NET: Registered protocol family 16\n[ 0.273692] cpuidle: using governor ladder\n[ 0.274777] cpuidle: using governor menu\n[ 0.275831] PCCT header not found.\n[ 0.276808] ACPI: bus type PCI registered\n[ 0.277868] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.279531] PCI: Using configuration type 1 for base access\n[ 0.281664] ACPI: Added _OSI(Module Device)\n[ 0.282801] ACPI: Added _OSI(Processor Device)\n[ 0.283952] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285162] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287651] ACPI: Interpreter enabled\n[ 0.288663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298692] ACPI: (supports S0 S5)\n[ 0.299630] ACPI: Using IOAPIC for interrupt routing\n[ 0.300926] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.304747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.306338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308074] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309757] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312796] acpiphp: Slot [3] registered\n[ 0.313868] acpiphp: Slot [4] registered\n[ 0.314927] acpiphp: Slot [5] registered\n[ 0.315984] acpiphp: Slot [6] registered\n[ 0.317039] acpiphp: Slot [7] registered\n[ 0.318096] acpiphp: Slot [8] registered\n[ 0.319151] acpiphp: Slot [9] registered\n[ 0.320200] acpiphp: Slot [10] registered\n[ 0.321274] acpiphp: Slot [11] registered\n[ 0.322351] acpiphp: Slot [12] registered\n[ 0.323441] acpiphp: Slot [13] registered\n[ 0.324510] acpiphp: Slot [14] registered\n[ 0.325584] acpiphp: Slot [15] registered\n[ 0.336960] acpiphp: Slot [16] registered\n[ 0.338044] acpiphp: Slot [17] registered\n[ 0.339122] acpiphp: Slot [18] registered\n[ 0.340196] acpiphp: Slot [19] registered\n[ 0.341276] acpiphp: Slot [20] registered\n[ 0.342354] acpiphp: Slot [21] registered\n[ 0.343447] acpiphp: Slot [22] registered\n[ 0.344525] acpiphp: Slot [23] registered\n[ 0.345613] acpiphp: Slot [24] registered\n[ 0.346706] acpiphp: Slot [25] registered\n[ 0.347828] acpiphp: Slot [26] registered\n[ 0.348935] acpiphp: Slot [27] registered\n[ 0.350043] acpiphp: Slot [28] registered\n[ 0.351155] acpiphp: Slot [29] registered\n[ 0.352259] acpiphp: Slot [30] registered\n[ 0.353360] acpiphp: Slot [31] registered\n[ 0.354481] PCI host bridge to bus 0000:00\n[ 0.355588] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.357276] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.358965] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.360915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.362862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.369514] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.371253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.372881] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.374621] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.381911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.383815] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432416] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434278] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.437548] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439384] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.444380] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.445856] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.447984] vgaarb: loaded\n[ 0.448806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.450328] SCSI subsystem initialized\n[ 0.451409] ACPI: bus type USB registered\n[ 0.452493] usbcore: registered new interface driver usbfs\n[ 0.453890] usbcore: registered new interface driver hub\n[ 0.455233] usbcore: registered new device driver usb\n[ 0.456632] PCI: Using ACPI for IRQ routing\n[ 0.457955] NetLabel: Initializing\n[ 0.458898] NetLabel: domain hash size = 128\n[ 0.460027] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.461288] NetLabel: unlabeled traffic allowed by default\n[ 0.462768] clocksource: Switched to clocksource kvm-clock\n[ 0.468652] AppArmor: AppArmor Filesystem Enabled\n[ 0.469942] pnp: PnP ACPI init\n[ 0.471069] pnp: PnP ACPI: found 5 devices\n[ 0.477721] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480034] NET: Registered protocol family 2\n[ 0.481280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.483036] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484655] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.486274] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487779] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] NET: Registered protocol family 1\n[ 0.490600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.492126] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.493653] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.508177] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522894] Trying to unpack rootfs image as initramfs...\n[ 0.573811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593121] Scanning for low memory corruption every 60 seconds\n[ 0.594879] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596223] audit: initializing netlink subsys (disabled)\n[ 0.597282] audit: type=2000 audit(1535528207.821:1): initialized\n[ 0.598597] Initialise system trusted keyring\n[ 0.599535] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600707] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602663] zbud: loaded\n[ 0.603375] VFS: Disk quotas dquot_6.6.0\n[ 0.604198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605713] fuse init (API version 7.23)\n[ 0.606611] Key type big_key registered\n[ 0.607427] Allocating IMA MOK and blacklist keyrings.\n[ 0.608905] Key type asymmetric registered\n[ 0.609748] Asymmetric key parser 'x509' registered\n[ 0.610701] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612178] io scheduler noop registered\n[ 0.612993] io scheduler deadline registered (default)\n[ 0.613985] io scheduler cfq registered\n[ 0.614840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.615894] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617164] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.618635] ACPI: Power Button [PWRF]\n[ 0.619492] GHES: HEST is not enabled!\n[ 0.633192] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663961] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687737] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689862] Linux agpgart interface v0.103\n[ 0.691867] brd: module loaded\n[ 0.693026] loop: module loaded\n[ 0.697143] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698583] GPT:90111 != 2097151\n[ 0.699259] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700343] GPT:90111 != 2097151\n[ 0.701009] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701956] vda: vda1 vda15\n[ 0.703413] scsi host0: ata_piix\n[ 0.704134] scsi host1: ata_piix\n[ 0.704832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.706022] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.707450] libphy: Fixed MDIO Bus: probed\n[ 0.708256] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.711299] PPP generic driver version 2.4.2\n[ 0.712228] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.713577] ehci-pci: EHCI PCI platform driver\n[ 0.714487] ehci-platform: EHCI generic platform driver\n[ 0.715522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.716688] ohci-pci: OHCI PCI platform driver\n[ 0.717589] ohci-platform: OHCI generic platform driver\n[ 0.718613] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733004] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736615] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740608] usb usb1: Product: UHCI Host Controller\n[ 0.741587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742859] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743865] hub 1-0:1.0: USB hub found\n[ 0.744664] hub 1-0:1.0: 2 ports detected\n[ 0.745628] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748912] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749993] mousedev: PS/2 mouse device common for all mice\n[ 0.751328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753312] rtc_cmos 00:00: RTC can wake from S4\n[ 0.754514] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755810] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757099] i2c /dev entries driver\n[ 0.757904] device-mapper: uevent: version 1.0.3\n[ 0.758905] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760641] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762019] NET: Registered protocol family 10\n[ 0.763073] NET: Registered protocol family 17\n[ 0.764030] Key type dns_resolver registered\n[ 0.765015] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766233] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.768167] registered taskstats version 1\n[ 0.769085] Loading compiled-in X.509 certificates\n[ 0.770625] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772638] zswap: loaded using pool lzo/zbud\n[ 0.774556] Key type trusted registered\n[ 0.776191] Key type encrypted registered\n[ 0.777083] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.778175] ima: No TPM chip found, activating TPM-bypass!\n[ 0.779332] evm: HMAC attrs: 0x1\n[ 0.780347] Magic number: 14:513:623\n[ 0.781298] rtc_cmos 00:00: setting system clock to 2018-08-29 07:36:47 UTC (1535528207)\n[ 0.783113] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784388] EDD information not available.\n[ 0.863436] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.864929] ata1.00: configured for MWDMA2\n[ 0.866175] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.878776] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.880099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.881406] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.883350] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.884990] Write protecting the kernel read-only data: 14336k\n[ 0.886643] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.888571] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.944186] 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.52\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.48s]\nping 10.10.10.11 OK\nping 10.10.10.15 KO\n"} 2018-08-29 07:37:27,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-475212f2-6cec-4330-a7e5-f1f8aae7738e 2018-08-29 07:37:27,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"forceDelete": null}' 2018-08-29 07:37:27,305 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11954261-df78-4010-9246-efb175f40d69 x-compute-request-id: req-11954261-df78-4010-9246-efb175f40d69 Content-Length: 0 Content-Type: application/json 2018-08-29 07:37:27,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/650a947b-7477-47e4-98e7-0f358170cfdf/action used request id req-11954261-df78-4010-9246-efb175f40d69 2018-08-29 07:37:27,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"forceDelete": null}' 2018-08-29 07:37:27,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e510a0ce-f69c-466c-82b5-22f24ad14d13 x-compute-request-id: req-e510a0ce-f69c-466c-82b5-22f24ad14d13 Content-Length: 0 Content-Type: application/json 2018-08-29 07:37:27,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/d58c013d-00f5-4d9c-aa39-7fff06312bf5/action used request id req-e510a0ce-f69c-466c-82b5-22f24ad14d13 2018-08-29 07:37:27,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f4055023795a5cb2067749a00b0228a200b2db6" -d '{"forceDelete": null}' 2018-08-29 07:37:27,718 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-329422d2-9263-4670-9524-28e36d02ec04 x-compute-request-id: req-329422d2-9263-4670-9524-28e36d02ec04 Content-Length: 0 Content-Type: application/json 2018-08-29 07:37:27,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/bfad2594-d83e-41a1-81e8-302e79042eef/action used request id req-329422d2-9263-4670-9524-28e36d02ec04 2018-08-29 07:37:27,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}224c5cdbe7577554a5c8d1a1d49a7a3511b509a1" 2018-08-29 07:37:29,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-115987f4-27f8-45a8-b2ed-539b6a3bf9b3 Date: Wed, 29 Aug 2018 07:37:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:37:29,555 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/7b469a8c-4b0d-4929-ae8b-dd54d1904859 used request id req-115987f4-27f8-45a8-b2ed-539b6a3bf9b3 2018-08-29 07:37:29,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/1438f9b0-a6ad-4260-9644-01256e345c41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9899adba3a7b9992daef14227bc00d0a25e1a001" 2018-08-29 07:37:32,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15f79c37-05ef-4000-bb22-1a8190f93ba0 Date: Wed, 29 Aug 2018 07:37:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:37:32,108 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/1438f9b0-a6ad-4260-9644-01256e345c41 used request id req-15f79c37-05ef-4000-bb22-1a8190f93ba0 2018-08-29 07:37:32,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9899adba3a7b9992daef14227bc00d0a25e1a001" 2018-08-29 07:37:34,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e337b835-84a6-4154-861b-1ffa37b1d1de Date: Wed, 29 Aug 2018 07:37:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:37:34,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/3a7728b1-a9d3-4cba-ad9b-1ced583e9b8c used request id req-e337b835-84a6-4154-861b-1ffa37b1d1de 2018-08-29 07:37:34,349 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-3 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-08-29 07:37:34,350 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-29 07:37:34,366 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-29 07:37:34,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-08-29 07:37:34,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-29 07:37:34,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-29 07:37:34,367 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-29 07:37:34,446 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-29 07:37:34,446 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:37:34,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:37:34,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:37:34,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:37:34,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:37:34,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:37:34,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:37:34,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:37:34,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:37:34,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:37:34,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:37:34,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:37:34,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:37:34,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:37:34,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:37:34,456 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-29 07:37:34,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:37:34,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d6c3a5-6160-48dc-a24d-11922b29da70 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:37:34,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-e8d6c3a5-6160-48dc-a24d-11922b29da70 2018-08-29 07:37:34,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:37:34,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["BQ6OXE0AT8Ons5ICiGL4eA"], "issued_at": "2018-08-29T07:37:34.000000Z"}} 2018-08-29 07:37:34,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" 2018-08-29 07:37:35,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-91dc4e44-8281-4872-a5a1-6ccadc83e7e4 Date: Wed, 29 Aug 2018 07:37:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:37:35,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-91dc4e44-8281-4872-a5a1-6ccadc83e7e4 2018-08-29 07:37:35,023 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-29 07:37:35,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" 2018-08-29 07:37:35,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0abc38d-6ff2-416c-84d4-bbd07b9ace65 Date: Wed, 29 Aug 2018 07:37: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-08-29 07:37:35,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-b0abc38d-6ff2-416c-84d4-bbd07b9ace65 2018-08-29 07:37:35,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-08-29 07:37:35,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6 X-Openstack-Request-Id: req-b77b905b-5934-4c79-a45d-2556cda9c34b Date: Wed, 29 Aug 2018 07:37:35 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:37:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:37:35Z", "visibility": "public", "locations": [], "self": "/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "min_disk": 0, "protected": false, "id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "file": "/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:37:35,426 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-b77b905b-5934-4c79-a45d-2556cda9c34b 2018-08-29 07:37:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" -d '' 2018-08-29 07:37:46,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7fd0a9d1-7ff4-418c-aed4-df34d19ffccb Date: Wed, 29 Aug 2018 07:37:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:37:46,934 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6/file used request id req-7fd0a9d1-7ff4-418c-aed4-df34d19ffccb 2018-08-29 07:37:46,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:37:46,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:37:46,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:37:46,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:37:46,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:37:46,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:37:46,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:37:46,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:37:46,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:37:46,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee847f7-29b1-4255-bd48-5590a79d23c9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:37:46,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-5ee847f7-29b1-4255-bd48-5590a79d23c9 2018-08-29 07:37:46,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:37:47,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:37:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["7PZrFnVSSNm-TeBi8YmoGw"], "issued_at": "2018-08-29T07:37:47.000000Z"}} 2018-08-29 07:37:47,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b66abcf539b8d0efe8f90f33a05accd1e743511" 2018-08-29 07:37:47,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37: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-293286b9-7f44-4e73-97bc-4e25d98b98be x-compute-request-id: req-293286b9-7f44-4e73-97bc-4e25d98b98be Content-Encoding: gzip Content-Length: 277 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-08-29 07:37:47,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail used request id req-293286b9-7f44-4e73-97bc-4e25d98b98be 2018-08-29 07:37:47,513 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-29 07:37:47,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b66abcf539b8d0efe8f90f33a05accd1e743511" -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-08-29 07:37:47,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37: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-872103ce-ac2f-4158-b988-dee1997d2e41 x-compute-request-id: req-872103ce-ac2f-4158-b988-dee1997d2e41 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:37:47,572 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-872103ce-ac2f-4158-b988-dee1997d2e41 2018-08-29 07:37:47,573 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=71390aa7-6f2f-445d-8cc0-7479bffe30b7 created successfully. 2018-08-29 07:37:47,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:37:47,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efc8477-6f48-42e2-bcb7-f420174f773f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:37:47,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9efc8477-6f48-42e2-bcb7-f420174f773f 2018-08-29 07:37:47,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:37:47,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:37:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["fkvVMxvASV6uq5hRoyBOaQ"], "issued_at": "2018-08-29T07:37:47.000000Z"}} 2018-08-29 07:37:47,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:37:48,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10068 X-Openstack-Request-Id: req-4c0a1a04-0fde-4fab-9305-b9bc11014646 Date: Wed, 29 Aug 2018 07:37:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6dc62bd0-cec7-4313-8290-31551be04c54","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["3bf5605b-038c-4630-a16e-eee0f7b98810"],"description":"","tags":[],"updated_at":"2018-08-29T07:14:23Z","provider:segmentation_id":17,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a2566c72-8697-47bf-92b4-b26ff0eca766","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:28:08Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a7a38ecc-7069-4cfc-a508-68223bafaa31","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:28:04Z","provider:segmentation_id":109,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["bbe1a0bf-c842-41a9-903b-ffcf3a950e39"],"description":"","tags":[],"updated_at":"2018-08-29T07:20:52Z","provider:segmentation_id":97,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e2b3114c-1ef2-4cce-af05-56cde26f1c66","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:27:57Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:27:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e605c231-0c92-4f97-a6f0-f3f76652a5aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:28:06Z","provider:segmentation_id":31,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:06Z","provider:network_type":"vxlan"}]} 2018-08-29 07:37:48,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-4c0a1a04-0fde-4fab-9305-b9bc11014646 2018-08-29 07:37:48,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:37:48,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1884 X-Openstack-Request-Id: req-80824419-4a81-4c96-9fff-d02942cd050d Date: Wed, 29 Aug 2018 07:37:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:47Z","dns_nameservers":[],"updated_at":"2018-08-29T04:49:47Z","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":"fb87e102295a4cbb94ad3f321c27c8d6","id":"22013455-84e2-490c-9984-e92df445cfbb","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:14:23Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"3bf5605b-038c-4630-a16e-eee0f7b98810","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:20:52Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-29 07:37:48,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-80824419-4a81-4c96-9fff-d02942cd050d 2018-08-29 07:37:48,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:37:48,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7e6de83a-e391-41da-9731-4560ce465abc Date: Wed, 29 Aug 2018 07:37:48 GMT RESP BODY: {"routers": []} 2018-08-29 07:37:48,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers used request id req-7e6de83a-e391-41da-9731-4560ce465abc 2018-08-29 07:37:48,631 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-29 07:37:48,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-08-29 07:37:49,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-3c615eb1-fb02-40fb-b36f-f74fc05bcb33 Date: Wed, 29 Aug 2018 07:37:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:37:48Z","is_default":false,"provider:segmentation_id":95,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:48Z","mtu":1450}} 2018-08-29 07:37:49,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks used request id req-3c615eb1-fb02-40fb-b36f-f74fc05bcb33 2018-08-29 07:37:49,080 - sdnvpn.lib.openstack_utils - DEBUG - Network 'b4ed1ad9-91bf-4cdf-9758-d216bea07d9e' created successfully 2018-08-29 07:37:49,080 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-29 07:37:49,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"subnets": [{"ip_version": 4, "network_id": "b4ed1ad9-91bf-4cdf-9758-d216bea07d9e", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-08-29 07:37:49,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-6c34bc92-775b-4cca-a73d-d0e97b8a3987 Date: Wed, 29 Aug 2018 07:37:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:49Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-29T07:37:49Z","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":"8331fb80acb1488a84bc7cffea257dab","id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-08-29 07:37:49,828 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets used request id req-6c34bc92-775b-4cca-a73d-d0e97b8a3987 2018-08-29 07:37:49,829 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '20bba96d-c4ab-4b72-bf4d-13f028f26a2b' created successfully 2018-08-29 07:37:49,829 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-29 07:37:49,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-08-29 07:37:50,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-4ff6a605-62b7-4659-8185-e81dfbeae1fd Date: Wed, 29 Aug 2018 07:37:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:37:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:37:49Z", "revision_number": 0, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "42382ea9-75bf-442d-a504-4c861116aea6", "name": "sdnvpn-13-1-router"}} 2018-08-29 07:37:50,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers used request id req-4ff6a605-62b7-4659-8185-e81dfbeae1fd 2018-08-29 07:37:50,042 - sdnvpn.lib.openstack_utils - DEBUG - Router '42382ea9-75bf-442d-a504-4c861116aea6' created successfully 2018-08-29 07:37:50,042 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-29 07:37:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"subnet_id": "20bba96d-c4ab-4b72-bf4d-13f028f26a2b"}' 2018-08-29 07:37:51,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b5ddf752-3b98-4a47-952a-8e018001c073 Date: Wed, 29 Aug 2018 07:37:51 GMT RESP BODY: {"network_id": "b4ed1ad9-91bf-4cdf-9758-d216bea07d9e", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "20bba96d-c4ab-4b72-bf4d-13f028f26a2b", "subnet_ids": ["20bba96d-c4ab-4b72-bf4d-13f028f26a2b"], "port_id": "11a41bf0-b1e5-4d71-be23-da1db65e1398", "id": "42382ea9-75bf-442d-a504-4c861116aea6"} 2018-08-29 07:37:51,546 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6/add_router_interface used request id req-b5ddf752-3b98-4a47-952a-8e018001c073 2018-08-29 07:37:51,546 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-29 07:37:51,546 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-29 07:37:51,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:37:51,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10729 X-Openstack-Request-Id: req-d73c1af7-5f0f-4369-becb-f88b32e033ea Date: Wed, 29 Aug 2018 07:37:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"fb87e102295a4cbb94ad3f321c27c8d6","status":"ACTIVE","subnets":["22013455-84e2-490c-9984-e92df445cfbb"],"description":"","tags":[],"updated_at":"2018-08-29T04:49:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"fb87e102295a4cbb94ad3f321c27c8d6","created_at":"2018-08-29T04:49:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3902ee7d-d5ef-4c3f-8c0a-83df98dcf539","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5daad07790d478b8a9a6047964ce246","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:28Z","provider:segmentation_id":93,"name":"c_rally_3cd07467_tEjQwZTu","admin_state_up":true,"tenant_id":"e5daad07790d478b8a9a6047964ce246","created_at":"2018-08-29T05:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3d080d93-d518-4c44-8de8-7d62b87bbade","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e6d88b93953342df9e37edb618c3f465","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:15Z","provider:segmentation_id":99,"name":"c_rally_7a036925_GqFAG1sR","admin_state_up":true,"tenant_id":"e6d88b93953342df9e37edb618c3f465","created_at":"2018-08-29T06:00:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4abafaf2-7e85-4b09-b7f3-403fe1bc8c49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9351e3b36d8948deb6b3b74b732d94d6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:27Z","provider:segmentation_id":85,"name":"c_rally_e575d1f3_QrpjrM8x","admin_state_up":true,"tenant_id":"9351e3b36d8948deb6b3b74b732d94d6","created_at":"2018-08-29T06:00:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4e58fccd-218d-4149-bba0-08f90c19c092","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:06:21Z","provider:segmentation_id":34,"name":"c_rally_ce79b77e_T51sCZzx","admin_state_up":true,"tenant_id":"0ef1ab932f2746d5b4e75bd2b2d8b190","created_at":"2018-08-29T06:06:21Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6dc62bd0-cec7-4313-8290-31551be04c54","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["3bf5605b-038c-4630-a16e-eee0f7b98810"],"description":"","tags":[],"updated_at":"2018-08-29T07:14:23Z","provider:segmentation_id":17,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9d1f8d5e-3201-47a1-b413-e3e93e755d14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"465ff41d798f4367b52c13f4a1a115d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:57Z","provider:segmentation_id":44,"name":"c_rally_4aa0a13f_kBGzvQld","admin_state_up":true,"tenant_id":"465ff41d798f4367b52c13f4a1a115d8","created_at":"2018-08-29T06:04:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a2566c72-8697-47bf-92b4-b26ff0eca766","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:28:08Z","provider:segmentation_id":6,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:08Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a3c74cc9-a353-411b-87ec-f004f0ed562a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"af117c9e886c48748c261e9127ad5108","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:04:44Z","provider:segmentation_id":28,"name":"c_rally_ef08684b_t0uimnrR","admin_state_up":true,"tenant_id":"af117c9e886c48748c261e9127ad5108","created_at":"2018-08-29T06:04:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a7a38ecc-7069-4cfc-a508-68223bafaa31","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:28:04Z","provider:segmentation_id":109,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["bbe1a0bf-c842-41a9-903b-ffcf3a950e39"],"description":"","tags":[],"updated_at":"2018-08-29T07:20:52Z","provider:segmentation_id":97,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aa29cc61-b60e-46f3-82c4-9682b69bf7ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"44ea38f4159c462c963cae1895d35b14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:00:02Z","provider:segmentation_id":51,"name":"c_rally_d55c0f5b_CVZBks0Z","admin_state_up":true,"tenant_id":"44ea38f4159c462c963cae1895d35b14","created_at":"2018-08-29T06:00:02Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab4beb6a-b42c-4b47-8831-c8a3bb13ace6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5c8d8960b73a4fa997b955f8090a3145","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T05:59:13Z","provider:segmentation_id":13,"name":"c_rally_cda536aa_FNq4xnBT","admin_state_up":true,"tenant_id":"5c8d8960b73a4fa997b955f8090a3145","created_at":"2018-08-29T05:59:13Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","subnets":["20bba96d-c4ab-4b72-bf4d-13f028f26a2b"],"description":"","tags":[],"updated_at":"2018-08-29T07:37:49Z","provider:segmentation_id":95,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:48Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c31087bf-962a-4196-b1dc-47559ddc1bb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9ed00bbc7af24ad9840ef422e056b838","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T06:05:09Z","provider:segmentation_id":96,"name":"c_rally_59e66403_TXP1IqTf","admin_state_up":true,"tenant_id":"9ed00bbc7af24ad9840ef422e056b838","created_at":"2018-08-29T06:05:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e2b3114c-1ef2-4cce-af05-56cde26f1c66","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:27:57Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:27:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e605c231-0c92-4f97-a6f0-f3f76652a5aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0f6adf5e8f364cdaa2d80d8152973749","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-29T07:28:06Z","provider:segmentation_id":31,"name":"","admin_state_up":true,"tenant_id":"0f6adf5e8f364cdaa2d80d8152973749","created_at":"2018-08-29T07:28:06Z","provider:network_type":"vxlan"}]} 2018-08-29 07:37:51,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks used request id req-d73c1af7-5f0f-4369-becb-f88b32e033ea 2018-08-29 07:37:51,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"router": {"external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f"}}}' 2018-08-29 07:37:53,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-631462f2-c57a-4815-a610-1e4504f67daf Date: Wed, 29 Aug 2018 07:37:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:37:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:37:52Z", "revision_number": 3, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "42382ea9-75bf-442d-a504-4c861116aea6", "name": "sdnvpn-13-1-router"}} 2018-08-29 07:37:53,426 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 used request id req-631462f2-c57a-4815-a610-1e4504f67daf 2018-08-29 07:37:53,427 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-29 07:37:53,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:37:53,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 27676 X-Openstack-Request-Id: req-e66d9944-96da-44dd-a4c2-6e7aff429268 Date: Wed, 29 Aug 2018 07:37:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "created_at": "2018-08-29T05:13:37Z", "updated_at": "2018-08-29T05:13:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "45853f88-ffed-4438-9fb6-5104b8d8ae52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "4bd7c9d3-286c-490f-ae4c-b7b993ca1547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "b7cb027e-dec4-49b1-8c69-cccc7cbab5c9", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv6", "project_id": "4502eceebff94fd799e86a5a03c38e91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:37Z", "revision_number": 0, "id": "c36a57d9-552a-4594-8dd5-318feb19b1cd", "remote_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:37Z", "security_group_id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "tenant_id": "4502eceebff94fd799e86a5a03c38e91", "port_range_min": null, "ethertype": "IPv4", "project_id": "4502eceebff94fd799e86a5a03c38e91"}], "revision_number": 4, "project_id": "4502eceebff94fd799e86a5a03c38e91", "id": "03c7b28e-8aee-4190-a6e3-f399d77ac88c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "created_at": "2018-08-29T05:46:47Z", "updated_at": "2018-08-29T05:46:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "5ad40f01-6358-4953-bd8b-64329491c139", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "99cfcc69-c0ae-4354-86a4-da43019201b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "c734ffab-e108-4eb9-9d7a-f6138b7b396e", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:46:47Z", "revision_number": 0, "id": "cab2d544-2289-4e1e-b490-4d483e70f810", "remote_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:46:47Z", "security_group_id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "tenant_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea"}], "revision_number": 4, "project_id": "ae58bc5adcc848dfa5b05bdcbbd398ea", "id": "0da2d1b5-a575-4c99-a22f-4bda4596594a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "created_at": "2018-08-29T05:01:01Z", "updated_at": "2018-08-29T05:01:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "2f34ab15-5a50-46a8-8417-b3f99b74760d", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "bc643d7e-d272-467e-aae2-b36fe7fcd2f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "c4204b11-e698-40d6-afb9-fc3cddd86099", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:01:01Z", "revision_number": 0, "id": "f8c5884d-2098-4cb8-94dd-7bead787746a", "remote_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:01:01Z", "security_group_id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "tenant_id": "c8c4e2c36ff640bd9e200515f4dcb394", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8c4e2c36ff640bd9e200515f4dcb394"}], "revision_number": 4, "project_id": "c8c4e2c36ff640bd9e200515f4dcb394", "id": "0f185d44-f69c-4f6e-8ace-09e3748eb1d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-29T05:02:38Z", "updated_at": "2018-08-29T05:02:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "3c9fce03-305c-46c0-8641-c03e04f3cbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "54da35da-0e80-4320-a357-00f4ac1e2350", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "642959c8-284a-47dc-91d5-12c766770b5e", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:02:38Z", "revision_number": 0, "id": "ff237dae-0f71-44d0-b694-6ef8527e23c3", "remote_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:02:38Z", "security_group_id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "10dd2ca0-e011-4534-93d1-328c95c5d43a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "created_at": "2018-08-29T04:49:39Z", "updated_at": "2018-08-29T04:49:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "2c1dc395-b5d8-456a-a4a4-31287c9c9726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "46bc8eda-fb5b-4005-bb13-d6911f861c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "bb6b8cf2-12ec-4560-900c-7ea66925a3f2", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T04:49:39Z", "revision_number": 0, "id": "fd8ff8e7-22de-44dc-8e3e-8f87bf3811c6", "remote_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "remote_ip_prefix": null, "created_at": "2018-08-29T04:49:39Z", "security_group_id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "tenant_id": "fb87e102295a4cbb94ad3f321c27c8d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb87e102295a4cbb94ad3f321c27c8d6"}], "revision_number": 4, "project_id": "fb87e102295a4cbb94ad3f321c27c8d6", "id": "1bc2ab25-6e0e-4050-9c1b-08eb57d816e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T05:24:51Z", "updated_at": "2018-08-29T05:24:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "9e27935d-136b-4b88-82d5-1a588875c462", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "b6bd9c29-158a-47a0-bba8-fd3cae01ad98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e28c4813-aaa5-4b1a-a3ae-33eea95424af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:24:51Z", "revision_number": 0, "id": "e35ee0d3-6896-4081-914d-561932b5ec71", "remote_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "remote_ip_prefix": null, "created_at": "2018-08-29T05:24:51Z", "security_group_id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 4, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "247f1fec-4062-4b16-b0bc-001440e7b21a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "created_at": "2018-08-29T05:13:47Z", "updated_at": "2018-08-29T05:13:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "0108d6d8-e301-42fb-b02e-1cf5ddcf6129", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "3c5c6260-7251-45a0-8fd0-70dd1762c4a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "8bd0b298-41d7-4bdf-aeaa-23fe25d0526a", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv4", "project_id": "199a6c361a634479973eb2576c5e7b3b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:13:47Z", "revision_number": 0, "id": "d9fcf752-4e07-4bdc-8bd2-70d6da981757", "remote_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "remote_ip_prefix": null, "created_at": "2018-08-29T05:13:47Z", "security_group_id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "tenant_id": "199a6c361a634479973eb2576c5e7b3b", "port_range_min": null, "ethertype": "IPv6", "project_id": "199a6c361a634479973eb2576c5e7b3b"}], "revision_number": 4, "project_id": "199a6c361a634479973eb2576c5e7b3b", "id": "3b1f1577-2cc7-42b8-aa72-7d06b58654d2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "772c163e3eee48b184613f70fd956d02", "created_at": "2018-08-29T06:09:18Z", "updated_at": "2018-08-29T06:09:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "0296b4c9-9c55-42f6-bcc7-9d0025354365", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "a6f6e6b8-f4b5-49e1-8bc5-c242b088d195", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv4", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "c5ddb8ae-21c4-4936-b16d-98a8d610b819", "remote_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:09:18Z", "revision_number": 0, "id": "f8e4d602-0e14-43f4-a955-b32f88ddd13f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:09:18Z", "security_group_id": "5b731641-b3ac-4724-baf4-8915048fb097", "tenant_id": "772c163e3eee48b184613f70fd956d02", "port_range_min": null, "ethertype": "IPv6", "project_id": "772c163e3eee48b184613f70fd956d02"}], "revision_number": 4, "project_id": "772c163e3eee48b184613f70fd956d02", "id": "5b731641-b3ac-4724-baf4-8915048fb097", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T06:56:30Z", "updated_at": "2018-08-29T06:59:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "129e007e-6055-4cc8-a134-9d9996ec2b77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "45c9cb19-ea91-4fc3-858d-84a6cba8798c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-29T06:56:32Z", "revision_number": 0, "id": "86f34069-5268-48dc-bf76-2567c2ec563b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:32Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "9041cd35-362e-4da7-b07a-dd82a53a4206", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:31Z", "revision_number": 0, "id": "b53afc42-f273-46f1-9bf4-19dec8e70fdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:31Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-08-29T06:59:30Z", "revision_number": 0, "id": "c8185120-2549-40d8-9a6a-eb9e5bc78177", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:59:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": 179, "ethertype": "IPv4", "project_id": "8331fb80acb1488a84bc7cffea257dab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:56:30Z", "revision_number": 0, "id": "ce94e13c-bf42-4b7d-be84-fdfea8ef4f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:56:30Z", "security_group_id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "port_range_min": null, "ethertype": "IPv6", "project_id": "8331fb80acb1488a84bc7cffea257dab"}], "revision_number": 7, "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "created_at": "2018-08-29T05:15:06Z", "updated_at": "2018-08-29T05:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "376ec766-4253-4bd8-a293-8662e196be81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "3a7fd2df-9a44-4c9c-89ed-e7af82fab04f", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "71ba38da-ed21-4dc6-bc6c-8cbb4c92ca10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T05:15:06Z", "revision_number": 0, "id": "c89c83e7-f758-4ee5-a932-67c4c568fa0d", "remote_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "remote_ip_prefix": null, "created_at": "2018-08-29T05:15:06Z", "security_group_id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "tenant_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd"}], "revision_number": 4, "project_id": "fd63af4c54d24a4fb8e1b1a68f1cf9bd", "id": "908251fd-fa5f-46dc-81c4-0abe724f64c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "created_at": "2018-08-29T06:52:27Z", "updated_at": "2018-08-29T06:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "20a30c32-3f75-408c-b805-fd0d31b4adf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "547ae074-a748-43a2-8bd0-268187dc6c9c", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv6", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "87103991-c36b-4194-bf10-5aaf3a477981", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-29T06:52:27Z", "revision_number": 0, "id": "fdcb16a6-63ec-4892-90be-b8f5b50632f7", "remote_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "remote_ip_prefix": null, "created_at": "2018-08-29T06:52:27Z", "security_group_id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "tenant_id": "e37f8729a5ba451195bc11584bcb427b", "port_range_min": null, "ethertype": "IPv4", "project_id": "e37f8729a5ba451195bc11584bcb427b"}], "revision_number": 4, "project_id": "e37f8729a5ba451195bc11584bcb427b", "id": "c1d5e239-ba03-44c5-81bd-6b3cf8d21d8f", "name": "default"}]} 2018-08-29 07:37:53,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups used request id req-e66d9944-96da-44dd-a4c2-6e7aff429268 2018-08-29 07:37:53,664 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-29 07:37:53,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:37:53,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6267a48e-7c4e-403a-9cbe-fd352aa300c1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:37:53,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-6267a48e-7c4e-403a-9cbe-fd352aa300c1 2018-08-29 07:37:53,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:37:54,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:37:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["EBv8h2xxTwup7bTLwaJCNQ"], "issued_at": "2018-08-29T07:37:54.000000Z"}} 2018-08-29 07:37:54,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" 2018-08-29 07:37:54,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20c415fa-5501-45dc-8e49-c2fe6b323f51 x-compute-request-id: req-20c415fa-5501-45dc-8e49-c2fe6b323f51 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 189}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 1, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4608, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 1, "free_disk_gb": 10238, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 27894, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 186}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-08-29 07:37:54,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-20c415fa-5501-45dc-8e49-c2fe6b323f51 2018-08-29 07:37:54,227 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2018-08-29 07:37:54,227 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-08-29 07:37:54,227 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=a75e06c5-f761-4bb4-ab4a-9ca3685444e6 network=b4ed1ad9-91bf-4cdf-9758-d216bea07d9e secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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-08-29 07:37:54,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:37:54,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:37:54,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:37:54,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:37:54,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:37:54,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:37:54,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:37:54,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:37:54,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:37:54,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fee1afa-79d8-4d6b-ba7f-1e1cf1285160 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:37:54,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-7fee1afa-79d8-4d6b-ba7f-1e1cf1285160 2018-08-29 07:37:54,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:37:54,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:37:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["VFw97xvdTeiEFyrkZUq91A"], "issued_at": "2018-08-29T07:37:54.000000Z"}} 2018-08-29 07:37:54,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d53960bf21a0b7aebb582dbf1c7cc9ff54fe5b7" 2018-08-29 07:37:54,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78754dcd-e68b-4eaf-83c0-3a29bad6b3fc x-compute-request-id: req-78754dcd-e68b-4eaf-83c0-3a29bad6b3fc Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:37:54,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-78754dcd-e68b-4eaf-83c0-3a29bad6b3fc 2018-08-29 07:37:54,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d53960bf21a0b7aebb582dbf1c7cc9ff54fe5b7" 2018-08-29 07:37:54,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-248f0779-2978-4291-9d01-2f5019c328d4 x-compute-request-id: req-248f0779-2978-4291-9d01-2f5019c328d4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:37:54,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 used request id req-248f0779-2978-4291-9d01-2f5019c328d4 2018-08-29 07:37:54,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d53960bf21a0b7aebb582dbf1c7cc9ff54fe5b7" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b4ed1ad9-91bf-4cdf-9758-d216bea07d9e"}], "config_drive": true}}' 2018-08-29 07:37:56,360 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:37:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38c336d4-8651-462a-a5d6-964fd2c72d1e x-compute-request-id: req-38c336d4-8651-462a-a5d6-964fd2c72d1e Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "adminPass": "zshab7yCRyYK"}} 2018-08-29 07:37:56,360 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-38c336d4-8651-462a-a5d6-964fd2c72d1e 2018-08-29 07:37:56,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:37:56,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1e82e02-6512-4c70-b0b2-61edc2afaa4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:37:56,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-f1e82e02-6512-4c70-b0b2-61edc2afaa4a 2018-08-29 07:37:56,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:37:56,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:37:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["fv2jMmO-STOaWobKPFhcWw"], "issued_at": "2018-08-29T07:37:56.000000Z"}} 2018-08-29 07:37:56,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:37:57,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:37:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-865a2214-1e73-4837-b955-e46643e7a5ee x-compute-request-id: req-865a2214-1e73-4837-b955-e46643e7a5ee 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.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:56Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:37:57,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-865a2214-1e73-4837-b955-e46643e7a5ee 2018-08-29 07:38:00,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:01,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38: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-21cf6b56-f4b0-447e-964b-d7bfae6ae383 x-compute-request-id: req-21cf6b56-f4b0-447e-964b-d7bfae6ae383 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:01,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-21cf6b56-f4b0-447e-964b-d7bfae6ae383 2018-08-29 07:38:04,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:04,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42b8e57e-1964-4741-a1e7-c7e49f3f9eea x-compute-request-id: req-42b8e57e-1964-4741-a1e7-c7e49f3f9eea Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:04,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-42b8e57e-1964-4741-a1e7-c7e49f3f9eea 2018-08-29 07:38:07,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:08,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73e9a169-8d2b-4ec0-8209-22512204e770 x-compute-request-id: req-73e9a169-8d2b-4ec0-8209-22512204e770 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:08,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-73e9a169-8d2b-4ec0-8209-22512204e770 2018-08-29 07:38:11,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:12,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fd88f00-109d-4286-928f-6160e94faaff x-compute-request-id: req-9fd88f00-109d-4286-928f-6160e94faaff Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:12,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-9fd88f00-109d-4286-928f-6160e94faaff 2018-08-29 07:38:15,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:16,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-592b9a8c-8f73-49fe-a790-5c711105437f x-compute-request-id: req-592b9a8c-8f73-49fe-a790-5c711105437f Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:16,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-592b9a8c-8f73-49fe-a790-5c711105437f 2018-08-29 07:38:19,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:19,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-107576ef-b04d-4a3e-9116-bf536fc52408 x-compute-request-id: req-107576ef-b04d-4a3e-9116-bf536fc52408 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:19,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-107576ef-b04d-4a3e-9116-bf536fc52408 2018-08-29 07:38:22,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:23,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38: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-aca0e8cd-ba2f-4910-8ea4-cb2a63732f7b x-compute-request-id: req-aca0e8cd-ba2f-4910-8ea4-cb2a63732f7b Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:23,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-aca0e8cd-ba2f-4910-8ea4-cb2a63732f7b 2018-08-29 07:38:26,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:27,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33eda0bc-dbfa-4b62-9c7b-64e4a5de1c6b x-compute-request-id: req-33eda0bc-dbfa-4b62-9c7b-64e4a5de1c6b Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:27,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-33eda0bc-dbfa-4b62-9c7b-64e4a5de1c6b 2018-08-29 07:38:30,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:30,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38: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-8022b4e5-73a4-44a9-ae6c-c7ef3c7dfeaa x-compute-request-id: req-8022b4e5-73a4-44a9-ae6c-c7ef3c7dfeaa Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:30,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-8022b4e5-73a4-44a9-ae6c-c7ef3c7dfeaa 2018-08-29 07:38:33,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:34,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2989fa8-7126-4963-9ddf-e6963d38712e x-compute-request-id: req-b2989fa8-7126-4963-9ddf-e6963d38712e Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:34,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-b2989fa8-7126-4963-9ddf-e6963d38712e 2018-08-29 07:38:37,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:37,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c3c5a45-2cbc-446a-b1e2-68e32c6ca034 x-compute-request-id: req-1c3c5a45-2cbc-446a-b1e2-68e32c6ca034 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:37,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-1c3c5a45-2cbc-446a-b1e2-68e32c6ca034 2018-08-29 07:38:40,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:41,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3ae172f-a27f-4fe1-adbe-6b303c025caa x-compute-request-id: req-f3ae172f-a27f-4fe1-adbe-6b303c025caa Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:41,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-f3ae172f-a27f-4fe1-adbe-6b303c025caa 2018-08-29 07:38:44,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:45,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca872304-40e8-48e9-a787-a608e91c8da3 x-compute-request-id: req-ca872304-40e8-48e9-a787-a608e91c8da3 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:45,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-ca872304-40e8-48e9-a787-a608e91c8da3 2018-08-29 07:38:48,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:48,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38: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-fb4fcb6d-7622-42f2-a8ce-ea699c4eae92 x-compute-request-id: req-fb4fcb6d-7622-42f2-a8ce-ea699c4eae92 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:48,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-fb4fcb6d-7622-42f2-a8ce-ea699c4eae92 2018-08-29 07:38:51,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:52,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d123f421-0159-4509-854a-049df38a1a15 x-compute-request-id: req-d123f421-0159-4509-854a-049df38a1a15 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:52,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-d123f421-0159-4509-854a-049df38a1a15 2018-08-29 07:38:55,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:55,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8822d733-a65e-4451-9aa1-217c45f4ca2e x-compute-request-id: req-8822d733-a65e-4451-9aa1-217c45f4ca2e Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:55,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-8822d733-a65e-4451-9aa1-217c45f4ca2e 2018-08-29 07:38:58,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:38:59,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:38:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fc1360c-e200-44bf-9aec-72f9ebda139f x-compute-request-id: req-1fc1360c-e200-44bf-9aec-72f9ebda139f Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:38:59,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-1fc1360c-e200-44bf-9aec-72f9ebda139f 2018-08-29 07:39:02,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:03,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fdae89e-b9a2-4308-8af3-786378aa9ee7 x-compute-request-id: req-4fdae89e-b9a2-4308-8af3-786378aa9ee7 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:03,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-4fdae89e-b9a2-4308-8af3-786378aa9ee7 2018-08-29 07:39:06,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:06,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-65096afe-fafb-4b1c-9535-a2e38c600307 x-compute-request-id: req-65096afe-fafb-4b1c-9535-a2e38c600307 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:06,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-65096afe-fafb-4b1c-9535-a2e38c600307 2018-08-29 07:39:09,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:10,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39: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-e0ddfb58-7a9a-4d3c-a684-bbf22608f93b x-compute-request-id: req-e0ddfb58-7a9a-4d3c-a684-bbf22608f93b Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:10,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-e0ddfb58-7a9a-4d3c-a684-bbf22608f93b 2018-08-29 07:39:13,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:13,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39fbb76d-01c7-48dd-924f-e49a971e1ecd x-compute-request-id: req-39fbb76d-01c7-48dd-924f-e49a971e1ecd Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:13,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-39fbb76d-01c7-48dd-924f-e49a971e1ecd 2018-08-29 07:39:16,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:17,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39: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-bebed150-c33f-48fb-a0d4-ab5d1f1236ee x-compute-request-id: req-bebed150-c33f-48fb-a0d4-ab5d1f1236ee Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:17,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-bebed150-c33f-48fb-a0d4-ab5d1f1236ee 2018-08-29 07:39:20,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:21,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9260b2e-f853-4e15-a0e6-80375bb2c191 x-compute-request-id: req-b9260b2e-f853-4e15-a0e6-80375bb2c191 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:21,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-b9260b2e-f853-4e15-a0e6-80375bb2c191 2018-08-29 07:39:24,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:24,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5890c61f-128d-4b04-8c76-7dca9009a712 x-compute-request-id: req-5890c61f-128d-4b04-8c76-7dca9009a712 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:24,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-5890c61f-128d-4b04-8c76-7dca9009a712 2018-08-29 07:39:27,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:28,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f24649d8-0d57-4533-becd-950e1dfd0d06 x-compute-request-id: req-f24649d8-0d57-4533-becd-950e1dfd0d06 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:28,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-f24649d8-0d57-4533-becd-950e1dfd0d06 2018-08-29 07:39:31,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:31,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28391edc-6267-45d2-9056-e98a960c4302 x-compute-request-id: req-28391edc-6267-45d2-9056-e98a960c4302 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:31,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-28391edc-6267-45d2-9056-e98a960c4302 2018-08-29 07:39:34,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:35,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09359202-683c-45ad-a160-9f4619020b51 x-compute-request-id: req-09359202-683c-45ad-a160-9f4619020b51 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:35,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-09359202-683c-45ad-a160-9f4619020b51 2018-08-29 07:39:38,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:38,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a515b6f-3580-4513-bc2d-c479c0e6fd98 x-compute-request-id: req-4a515b6f-3580-4513-bc2d-c479c0e6fd98 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:38,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-4a515b6f-3580-4513-bc2d-c479c0e6fd98 2018-08-29 07:39:41,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:42,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e31b48c-cce9-435c-adc2-327f50c60a23 x-compute-request-id: req-8e31b48c-cce9-435c-adc2-327f50c60a23 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:42,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-8e31b48c-cce9-435c-adc2-327f50c60a23 2018-08-29 07:39:45,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:46,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39: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-ea9f378f-4374-4f11-b8b8-43499c1afa32 x-compute-request-id: req-ea9f378f-4374-4f11-b8b8-43499c1afa32 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:46,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-ea9f378f-4374-4f11-b8b8-43499c1afa32 2018-08-29 07:39:49,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:49,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c255f18-295f-4363-89ea-746efeec2228 x-compute-request-id: req-7c255f18-295f-4363-89ea-746efeec2228 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:49,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-7c255f18-295f-4363-89ea-746efeec2228 2018-08-29 07:39:52,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:53,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bd8067a-51ee-444b-b070-a71bef41a8d6 x-compute-request-id: req-8bd8067a-51ee-444b-b070-a71bef41a8d6 Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:53,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-8bd8067a-51ee-444b-b070-a71bef41a8d6 2018-08-29 07:39:56,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:39:56,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f89f212-04ae-44b8-b6e7-37f2c5b5d28b x-compute-request-id: req-9f89f212-04ae-44b8-b6e7-37f2c5b5d28b Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:39:56,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-9f89f212-04ae-44b8-b6e7-37f2c5b5d28b 2018-08-29 07:39:59,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:40:00,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:39:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e1ef932-201e-4f02-b779-467883b5d74f x-compute-request-id: req-9e1ef932-201e-4f02-b779-467883b5d74f Content-Encoding: gzip Content-Length: 781 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:37:57Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:00,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-9e1ef932-201e-4f02-b779-467883b5d74f 2018-08-29 07:40:03,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c4adcc8c69299239d21a0fed6a2699a3a4351fe" 2018-08-29 07:40:03,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fffcb75-0cef-4861-9c65-3304affc5925 x-compute-request-id: req-1fffcb75-0cef-4861-9c65-3304affc5925 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-08-29T07:40:01.000000", "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:02Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:03,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-1fffcb75-0cef-4861-9c65-3304affc5925 2018-08-29 07:40:03,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d53960bf21a0b7aebb582dbf1c7cc9ff54fe5b7" 2018-08-29 07:40:04,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be90d967-cb44-434f-a65b-de3681fb9717 x-compute-request-id: req-be90d967-cb44-434f-a65b-de3681fb9717 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:46:49:48", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-08-29T07:40:01.000000", "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "b7cbb3d6-7fc1-4738-964a-8cb8196d715a", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:02Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:37:56Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:04,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a used request id req-be90d967-cb44-434f-a65b-de3681fb9717 2018-08-29 07:40:04,357 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.11'. 2018-08-29 07:40:04,357 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-08-29 07:40:04,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:40:06,080 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b3cb62b-9c2e-4907-8e3a-05dd28ee249e x-compute-request-id: req-4b3cb62b-9c2e-4907-8e3a-05dd28ee249e Content-Length: 0 Content-Type: application/json 2018-08-29 07:40:06,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a/action used request id req-4b3cb62b-9c2e-4907-8e3a-05dd28ee249e 2018-08-29 07:40:06,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:40:06,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10242 X-Openstack-Request-Id: req-ec8104da-9753-4105-a43c-5a3d31ef80a1 Date: Wed, 29 Aug 2018 07:40:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.201"}],"id":"0b129855-aff7-47f8-9db0-5fe2cb2e94f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:74:a2:02","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42382ea9-75bf-442d-a504-4c861116aea6","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T07:37:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:51Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.1"}],"id":"11a41bf0-b1e5-4d71-be23-da1db65e1398","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:33:41","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42382ea9-75bf-442d-a504-4c861116aea6","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:14:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3bf5605b-038c-4630-a16e-eee0f7b98810","ip_address":"10.10.10.3"}],"id":"2183dd9b-8861-4466-83dd-b9c84a011f1b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:79:88","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6dc62bd0-cec7-4313-8290-31551be04c54","name":"","admin_state_up":true,"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.3"}],"id":"2412bd4b-6ce0-4c1c-b3dc-89b1757d2b72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cc:a7","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:20:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","ip_address":"10.10.10.3"}],"id":"285b8b9e-04ec-4ff5-8fad-6b528922406a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:a0:8e","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8f28373-780c-4783-b0e6-5f7b0333adbf","name":"","admin_state_up":true,"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:20:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","ip_address":"10.10.10.4"}],"id":"2e6c874b-7f61-4637-a3b4-6924fd937bc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:8a:4a","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8f28373-780c-4783-b0e6-5f7b0333adbf","name":"","admin_state_up":true,"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.4"}],"id":"372c51d0-22cb-4a44-a4f9-37816d47585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:1c:1a","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:40:05Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.11"}],"id":"3c125e49-8057-40fa-b072-9596e36359ca","security_groups":["247f1fec-4062-4b16-b0bc-001440e7b21a","853cbd19-26e0-46b6-b5fd-cdd50e9b2673"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:49:48","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"b7cbb3d6-7fc1-4738-964a-8cb8196d715a","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:20:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","ip_address":"10.10.10.2"}],"id":"49d70d55-d1d9-4d6e-989c-4c18f9b3016e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:0f:22","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8f28373-780c-4783-b0e6-5f7b0333adbf","name":"","admin_state_up":true,"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:14:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3bf5605b-038c-4630-a16e-eee0f7b98810","ip_address":"10.10.10.4"}],"id":"6b8806ae-bc16-4940-9381-89d4867d6aff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:af:5e","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6dc62bd0-cec7-4313-8290-31551be04c54","name":"","admin_state_up":true,"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:14:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3bf5605b-038c-4630-a16e-eee0f7b98810","ip_address":"10.10.10.2"}],"id":"75c0d841-201c-48dd-a3a6-99ea51495d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:d8:0e","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6dc62bd0-cec7-4313-8290-31551be04c54","name":"","admin_state_up":true,"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.2"}],"id":"9a6c36be-86d2-4440-b0e3-e460b27cce77","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:9f:e3","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:50Z","binding:vnic_type":"normal"}]} 2018-08-29 07:40:06,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports used request id req-ec8104da-9753-4105-a43c-5a3d31ef80a1 2018-08-29 07:40:06,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/ports/3c125e49-8057-40fa-b072-9596e36359ca -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:46:49:48"}]}}' 2018-08-29 07:40:07,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-7fd88a4f-a89b-46dd-ba50-8d9b24b0c378 Date: Wed, 29 Aug 2018 07:40:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:46:49:48"}],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:40:06Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.11"}],"id":"3c125e49-8057-40fa-b072-9596e36359ca","security_groups":["247f1fec-4062-4b16-b0bc-001440e7b21a","853cbd19-26e0-46b6-b5fd-cdd50e9b2673"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:49:48","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"b7cbb3d6-7fc1-4738-964a-8cb8196d715a","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:57Z","binding:vnic_type":"normal"}} 2018-08-29 07:40:07,030 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/ports/3c125e49-8057-40fa-b072-9596e36359ca used request id req-7fd88a4f-a89b-46dd-ba50-8d9b24b0c378 2018-08-29 07:40:07,031 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-08-29 07:40:07,031 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=a75e06c5-f761-4bb4-ab4a-9ca3685444e6 network=b4ed1ad9-91bf-4cdf-9758-d216bea07d9e secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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-08-29 07:40:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:40:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:40:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:40:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:40:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:40:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:40:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:40:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:40:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:40:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:40:07,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:40:07,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:40:07,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:40:07,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:40:07,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:40:07,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:40:07,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:40:07,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:40:07,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:40:07,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15300a7e-694c-4070-a5c9-3a3d2798339e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:40:07,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-15300a7e-694c-4070-a5c9-3a3d2798339e 2018-08-29 07:40:07,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:40:07,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:40:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["GhGHqQMfQPu09YcowGALhQ"], "issued_at": "2018-08-29T07:40:07.000000Z"}} 2018-08-29 07:40:07,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" 2018-08-29 07:40:07,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3a10821-19db-4747-b1cd-b950603d8325 x-compute-request-id: req-a3a10821-19db-4747-b1cd-b950603d8325 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:40:07,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-a3a10821-19db-4747-b1cd-b950603d8325 2018-08-29 07:40:07,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" 2018-08-29 07:40:07,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8bbff96-ac25-46de-8998-2a2eb17cf242 x-compute-request-id: req-d8bbff96-ac25-46de-8998-2a2eb17cf242 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:40:07,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 used request id req-d8bbff96-ac25-46de-8998-2a2eb17cf242 2018-08-29 07:40:07,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b4ed1ad9-91bf-4cdf-9758-d216bea07d9e"}], "config_drive": true}}' 2018-08-29 07:40:09,154 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:40:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8889e38-c307-4799-bd08-9c15b77891d9 x-compute-request-id: req-d8889e38-c307-4799-bd08-9c15b77891d9 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "adminPass": "NhqGkoQEpF9w"}} 2018-08-29 07:40:09,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-d8889e38-c307-4799-bd08-9c15b77891d9 2018-08-29 07:40:09,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:40:09,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50485c47-d189-49fe-a38d-c0d7c39ea933 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:40:09,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-50485c47-d189-49fe-a38d-c0d7c39ea933 2018-08-29 07:40:09,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:40:09,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:40:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["axhhw082S1iHpP8b_LYQvg"], "issued_at": "2018-08-29T07:40:09.000000Z"}} 2018-08-29 07:40:09,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea90078d4ae140ae2eef2c49c36df498ef6e66a" 2018-08-29 07:40:10,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a06ec06-ec0e-4859-b9a8-18245d8dfba6 x-compute-request-id: req-0a06ec06-ec0e-4859-b9a8-18245d8dfba6 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.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40: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-13-2", "created": "2018-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:10,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-0a06ec06-ec0e-4859-b9a8-18245d8dfba6 2018-08-29 07:40:13,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea90078d4ae140ae2eef2c49c36df498ef6e66a" 2018-08-29 07:40:13,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb95863f-68bf-43c4-a303-53045d89cef4 x-compute-request-id: req-bb95863f-68bf-43c4-a303-53045d89cef4 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:ec:87:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:13,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-bb95863f-68bf-43c4-a303-53045d89cef4 2018-08-29 07:40:16,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea90078d4ae140ae2eef2c49c36df498ef6e66a" 2018-08-29 07:40:17,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-495b6eec-dffb-481d-a8c5-b9badfdae7fa x-compute-request-id: req-495b6eec-dffb-481d-a8c5-b9badfdae7fa 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:ec:87:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:17,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-495b6eec-dffb-481d-a8c5-b9badfdae7fa 2018-08-29 07:40:20,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea90078d4ae140ae2eef2c49c36df498ef6e66a" 2018-08-29 07:40:21,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59ca7d84-fa84-43db-af33-e336f5003901 x-compute-request-id: req-59ca7d84-fa84-43db-af33-e336f5003901 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:ec:87:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:21,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-59ca7d84-fa84-43db-af33-e336f5003901 2018-08-29 07:40:24,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea90078d4ae140ae2eef2c49c36df498ef6e66a" 2018-08-29 07:40:24,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-7dd3b930-49ad-493c-96a5-3f2c0c81251a x-compute-request-id: req-7dd3b930-49ad-493c-96a5-3f2c0c81251a 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:ec:87:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:10Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:24,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-7dd3b930-49ad-493c-96a5-3f2c0c81251a 2018-08-29 07:40:28,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ea90078d4ae140ae2eef2c49c36df498ef6e66a" 2018-08-29 07:40:28,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-8087e896-3b34-4355-9909-4659ba26b32c x-compute-request-id: req-8087e896-3b34-4355-9909-4659ba26b32c 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:ec:87:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-08-29T07:40:27.000000", "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:27Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:28,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-8087e896-3b34-4355-9909-4659ba26b32c 2018-08-29 07:40:28,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" 2018-08-29 07:40:29,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-f2bcae79-ea9a-4973-8231-335b35376765 x-compute-request-id: req-f2bcae79-ea9a-4973-8231-335b35376765 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:ec:87:08", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "rel": "bookmark"}], "image": {"id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "links": [{"href": "http://172.30.9.24:8774/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-08-29T07:40:27.000000", "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "f3fa60fd-906b-418b-8a9c-ca29f6828ca7", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:27Z", "hostId": "0dec1f8e57412b968a97844b5a8c3ef01b7e67770dbd1eb39d667d43", "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-08-29T07:40:09Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:29,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7 used request id req-f2bcae79-ea9a-4973-8231-335b35376765 2018-08-29 07:40:29,326 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.6'. 2018-08-29 07:40:29,326 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-08-29 07:40:29,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:40:30,705 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:40:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35202a66-1fac-44cb-9027-ce7815cbcae0 x-compute-request-id: req-35202a66-1fac-44cb-9027-ce7815cbcae0 Content-Length: 0 Content-Type: application/json 2018-08-29 07:40:30,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-35202a66-1fac-44cb-9027-ce7815cbcae0 2018-08-29 07:40:30,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:40:30,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11208 X-Openstack-Request-Id: req-b84b8b38-b561-4292-a28b-139bf8ad61fc Date: Wed, 29 Aug 2018 07:40:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"22013455-84e2-490c-9984-e92df445cfbb","ip_address":"172.30.9.201"}],"id":"0b129855-aff7-47f8-9db0-5fe2cb2e94f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:74:a2:02","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42382ea9-75bf-442d-a504-4c861116aea6","name":"","admin_state_up":true,"network_id":"0c72616c-e4f7-4964-93e6-09fc67b91a5f","tenant_id":"","created_at":"2018-08-29T07:37:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:51Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.1"}],"id":"11a41bf0-b1e5-4d71-be23-da1db65e1398","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a7:33:41","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"42382ea9-75bf-442d-a504-4c861116aea6","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:14:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3bf5605b-038c-4630-a16e-eee0f7b98810","ip_address":"10.10.10.3"}],"id":"2183dd9b-8861-4466-83dd-b9c84a011f1b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f1:79:88","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6dc62bd0-cec7-4313-8290-31551be04c54","name":"","admin_state_up":true,"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.3"}],"id":"2412bd4b-6ce0-4c1c-b3dc-89b1757d2b72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:cc:a7","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:50Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:20:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","ip_address":"10.10.10.3"}],"id":"285b8b9e-04ec-4ff5-8fad-6b528922406a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:a0:8e","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8f28373-780c-4783-b0e6-5f7b0333adbf","name":"","admin_state_up":true,"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:53Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:20:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","ip_address":"10.10.10.4"}],"id":"2e6c874b-7f61-4637-a3b4-6924fd937bc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:8a:4a","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8f28373-780c-4783-b0e6-5f7b0333adbf","name":"","admin_state_up":true,"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:51Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.4"}],"id":"372c51d0-22cb-4a44-a4f9-37816d47585e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:1c:1a","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:46:49:48"}],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:40:06Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.11"}],"id":"3c125e49-8057-40fa-b072-9596e36359ca","security_groups":["247f1fec-4062-4b16-b0bc-001440e7b21a","853cbd19-26e0-46b6-b5fd-cdd50e9b2673"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:49:48","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"b7cbb3d6-7fc1-4738-964a-8cb8196d715a","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:20:53Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bbe1a0bf-c842-41a9-903b-ffcf3a950e39","ip_address":"10.10.10.2"}],"id":"49d70d55-d1d9-4d6e-989c-4c18f9b3016e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:0f:22","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8f28373-780c-4783-b0e6-5f7b0333adbf","name":"","admin_state_up":true,"network_id":"a8f28373-780c-4783-b0e6-5f7b0333adbf","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:20:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:14:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3bf5605b-038c-4630-a16e-eee0f7b98810","ip_address":"10.10.10.4"}],"id":"6b8806ae-bc16-4940-9381-89d4867d6aff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:af:5e","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6dc62bd0-cec7-4313-8290-31551be04c54","name":"","admin_state_up":true,"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:40:30Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.6"}],"id":"6db0b210-7113-4af1-8811-8526f1091840","security_groups":["247f1fec-4062-4b16-b0bc-001440e7b21a","853cbd19-26e0-46b6-b5fd-cdd50e9b2673"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:87:08","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"f3fa60fd-906b-418b-8a9c-ca29f6828ca7","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:40:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:14:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3bf5605b-038c-4630-a16e-eee0f7b98810","ip_address":"10.10.10.2"}],"id":"75c0d841-201c-48dd-a3a6-99ea51495d4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:d8:0e","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6dc62bd0-cec7-4313-8290-31551be04c54","name":"","admin_state_up":true,"network_id":"6dc62bd0-cec7-4313-8290-31551be04c54","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:14:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:37:50Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.2"}],"id":"9a6c36be-86d2-4440-b0e3-e460b27cce77","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:9f:e3","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:37:50Z","binding:vnic_type":"normal"}]} 2018-08-29 07:40:30,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports used request id req-b84b8b38-b561-4292-a28b-139bf8ad61fc 2018-08-29 07:40:30,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/ports/6db0b210-7113-4af1-8811-8526f1091840 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:ec:87:08"}]}}' 2018-08-29 07:40:31,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-254b1786-c1a2-44ee-90f3-695524936025 Date: Wed, 29 Aug 2018 07:40:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:ec:87:08"}],"extra_dhcp_opts":[],"updated_at":"2018-08-29T07:40:31Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"20bba96d-c4ab-4b72-bf4d-13f028f26a2b","ip_address":"10.10.10.6"}],"id":"6db0b210-7113-4af1-8811-8526f1091840","security_groups":["247f1fec-4062-4b16-b0bc-001440e7b21a","853cbd19-26e0-46b6-b5fd-cdd50e9b2673"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:87:08","project_id":"8331fb80acb1488a84bc7cffea257dab","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"f3fa60fd-906b-418b-8a9c-ca29f6828ca7","name":"","admin_state_up":true,"network_id":"b4ed1ad9-91bf-4cdf-9758-d216bea07d9e","tenant_id":"8331fb80acb1488a84bc7cffea257dab","created_at":"2018-08-29T07:40:10Z","binding:vnic_type":"normal"}} 2018-08-29 07:40:31,453 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/ports/6db0b210-7113-4af1-8811-8526f1091840 used request id req-254b1786-c1a2-44ee-90f3-695524936025 2018-08-29 07:40:31,454 - sdnvpn_test_utils - INFO - Waiting for instance b7cbb3d6-7fc1-4738-964a-8cb8196d715a to boot up 2018-08-29 07:40:31,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d53960bf21a0b7aebb582dbf1c7cc9ff54fe5b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:40:31,459 - sdnvpn_test_utils - INFO - Waiting for instance f3fa60fd-906b-418b-8a9c-ca29f6828ca7 to boot up 2018-08-29 07:40:31,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:40:32,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-58663b52-0ddb-4cf4-98ca-b7cca2da03fb x-compute-request-id: req-58663b52-0ddb-4cf4-98ca-b7cca2da03fb Content-Encoding: gzip Content-Length: 8326 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 595106183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135343] pid_max: default: 32768 minimum: 301\n[ 0.136236] ACPI: Core revision 20150930\n[ 0.137624] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138936] Security Framework initialized\n[ 0.139755] Yama: becoming mindful.\n[ 0.140488] AppArmor: AppArmor initialized\n[ 0.141378] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144451] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145684] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147075] Initializing cgroup subsys io\n[ 0.147896] Initializing cgroup subsys memory\n[ 0.148771] Initializing cgroup subsys devices\n[ 0.149652] Initializing cgroup subsys freezer\n[ 0.150525] Initializing cgroup subsys net_cls\n[ 0.151400] Initializing cgroup subsys perf_event\n[ 0.152317] Initializing cgroup subsys net_prio\n[ 0.153209] Initializing cgroup subsys hugetlb\n[ 0.154089] Initializing cgroup subsys pids\n[ 0.154971] CPU: Physical Processor ID: 0\n[ 0.156472] mce: CPU supports 10 MCE banks\n[ 0.157333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158339] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169177] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175655] ftrace: allocating 32123 entries in 126 pages\n[ 0.202480] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203706] smpboot: Max logical packages: 1\n[ 0.204710] x2apic enabled\n[ 0.205536] Switched APIC routing to physical x2apic.\n[ 0.207299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212241] KVM setup paravirtual spinlock\n[ 0.213539] x86: Booted up 1 node, 1 CPUs\n[ 0.214359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215763] devtmpfs: initialized\n[ 0.218226] evm: security.selinux\n[ 0.218938] evm: security.SMACK64\n[ 0.219640] evm: security.SMACK64EXEC\n[ 0.220389] evm: security.SMACK64TRANSMUTE\n[ 0.221208] evm: security.SMACK64MMAP\n[ 0.221963] evm: security.ima\n[ 0.222613] evm: security.capability\n[ 0.223423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225301] pinctrl core: initialized pinctrl subsystem\n[ 0.226403] RTC time: 7:40:27, date: 08/29/18\n[ 0.227351] NET: Registered protocol family 16\n[ 0.228330] cpuidle: using governor ladder\n[ 0.229152] cpuidle: using governor menu\n[ 0.229952] PCCT header not found.\n[ 0.230713] ACPI: bus type PCI registered\n[ 0.231522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232774] PCI: Using configuration type 1 for base access\n[ 0.234939] ACPI: Added _OSI(Module Device)\n[ 0.235792] ACPI: Added _OSI(Processor Device)\n[ 0.236663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237572] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239722] ACPI: Interpreter enabled\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241202] ACPI: Using IOAPIC for interrupt routing\n[ 0.242158] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247603] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248795] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251146] acpiphp: Slot [3] registered\n[ 0.251950] acpiphp: Slot [4] registered\n[ 0.252745] acpiphp: Slot [5] registered\n[ 0.253547] acpiphp: Slot [6] registered\n[ 0.254345] acpiphp: Slot [7] registered\n[ 0.255133] acpiphp: Slot [8] registered\n[ 0.255929] acpiphp: Slot [9] registered\n[ 0.256725] acpiphp: Slot [10] registered\n[ 0.257539] acpiphp: Slot [11] registered\n[ 0.258351] acpiphp: Slot [12] registered\n[ 0.259157] acpiphp: Slot [13] registered\n[ 0.259973] acpiphp: Slot [14] registered\n[ 0.270902] acpiphp: Slot [15] registered\n[ 0.271717] acpiphp: Slot [16] registered\n[ 0.272525] acpiphp: Slot [17] registered\n[ 0.273334] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274951] acpiphp: Slot [20] registered\n[ 0.275760] acpiphp: Slot [21] registered\n[ 0.276568] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278182] acpiphp: Slot [24] registered\n[ 0.278997] acpiphp: Slot [25] registered\n[ 0.279809] acpiphp: Slot [26] registered\n[ 0.280618] acpiphp: Slot [27] registered\n[ 0.281425] acpiphp: Slot [28] registered\n[ 0.282231] acpiphp: Slot [29] registered\n[ 0.283047] acpiphp: Slot [30] registered\n[ 0.283857] acpiphp: Slot [31] registered\n[ 0.284658] PCI host bridge to bus 0000:00\n[ 0.285469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289342] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290783] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299610] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354519] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365642] vgaarb: loaded\n[ 0.366247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367418] SCSI subsystem initialized\n[ 0.368256] ACPI: bus type USB registered\n[ 0.369089] usbcore: registered new interface driver usbfs\n[ 0.370132] usbcore: registered new interface driver hub\n[ 0.371149] usbcore: registered new device driver usb\n[ 0.372207] PCI: Using ACPI for IRQ routing\n[ 0.373243] NetLabel: Initializing\n[ 0.373967] NetLabel: domain hash size = 128\n[ 0.374835] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375803] NetLabel: unlabeled traffic allowed by default\n[ 0.376903] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377888] clocksource: Switched to clocksource kvm-clock\n[ 0.383512] AppArmor: AppArmor Filesystem Enabled\n[ 0.384499] pnp: PnP ACPI init\n[ 0.385419] pnp: PnP ACPI: found 5 devices\n[ 0.391468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393185] NET: Registered protocol family 2\n[ 0.394154] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395451] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397842] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398946] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400141] NET: Registered protocol family 1\n[ 0.401020] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417355] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431723] Trying to unpack rootfs image as initramfs...\n[ 1.729808] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.746140] Scanning for low memory corruption every 60 seconds\n[ 1.747509] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.748666] audit: initializing netlink subsys (disabled)\n[ 1.749713] audit: type=2000 audit(1535528429.413:1): initialized\n[ 1.751053] Initialise system trusted keyring\n[ 1.751999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.753172] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.755169] zbud: loaded\n[ 1.755887] VFS: Disk quotas dquot_6.6.0\n[ 1.756710] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.758126] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759356] fuse init (API version 7.23)\n[ 1.760235] Key type big_key registered\n[ 1.761034] Allocating IMA MOK and blacklist keyrings.\n[ 1.762163] Key type asymmetric registered\n[ 1.762997] Asymmetric key parser 'x509' registered\n[ 1.763953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765425] io scheduler noop registered\n[ 1.766231] io scheduler deadline registered (default)\n[ 1.767229] io scheduler cfq registered\n[ 1.768067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769113] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771865] ACPI: Power Button [PWRF]\n[ 1.772725] GHES: HEST is not enabled!\n[ 1.786574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.818050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.842334] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.844445] Linux agpgart interface v0.103\n[ 1.846476] brd: module loaded\n[ 1.847727] loop: module loaded\n[ 1.849236] vda: vda1\n[ 1.850663] scsi host0: ata_piix\n[ 1.851410] scsi host1: ata_piix\n[ 1.852124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.853366] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854829] libphy: Fixed MDIO Bus: probed\n[ 1.855658] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856620] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858783] PPP generic driver version 2.4.2\n[ 1.859688] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860951] ehci-pci: EHCI PCI platform driver\n[ 1.861830] ehci-platform: EHCI generic platform driver\n[ 1.862859] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.864021] ohci-pci: OHCI PCI platform driver\n[ 1.864901] ohci-platform: OHCI generic platform driver\n[ 1.865905] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880448] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881463] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883978] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.885124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887807] usb usb1: Product: UHCI Host Controller\n[ 1.888752] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889908] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890918] hub 1-0:1.0: USB hub found\n[ 1.891706] hub 1-0:1.0: 2 ports detected\n[ 1.892623] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894771] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896789] mousedev: PS/2 mouse device common for all mice\n[ 1.898068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899939] rtc_cmos 00:00: RTC can wake from S4\n[ 1.901048] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902283] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903513] i2c /dev entries driver\n[ 1.904275] device-mapper: uevent: version 1.0.3\n[ 1.905217] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908166] NET: Registered protocol family 10\n[ 1.909173] NET: Registered protocol family 17\n[ 1.910088] Key type dns_resolver registered\n[ 1.911044] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913953] registered taskstats version 1\n[ 1.914808] Loading compiled-in X.509 certificates\n[ 1.916247] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918124] zswap: loaded using pool lzo/zbud\n[ 1.919945] Key type trusted registered\n[ 1.922213] Key type encrypted registered\n[ 1.923079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924124] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925176] evm: HMAC attrs: 0x1\n[ 1.926142] Magic number: 14:66:674\n[ 1.926998] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:29 UTC (1535528429)\n[ 1.928622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929750] EDD information not available.\n[ 2.010667] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012141] ata1.00: configured for MWDMA2\n[ 2.013369] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015723] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016978] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028838] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030729] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032281] Write protecting the kernel read-only data: 14336k\n[ 2.033838] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.044408] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046461] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048373] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050236] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052087] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053958] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055792] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057581] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059924] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061731] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091433] virtio_net virtio0 ens3: renamed from eth0\n[ 2.099363] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.101217] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.124849] AVX2 version of gcm_enc/dec engaged.\n[ 2.125821] AES CTR mode by8 optimization enabled\n[ 2.130236] FDC 0 is a S82078B\n[ 2.201925] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.366399] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.367675] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.368976] usb 1-1: Product: QEMU USB Tablet\n[ 2.369833] usb 1-1: Manufacturer: QEMU\n[ 2.370619] usb 1-1: SerialNumber: 42\n[ 2.377964] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.383734] usbcore: registered new interface driver usbhid\n[ 2.384862] usbhid: USB HID core driver\n[ 2.386619] 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.388886] 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.741957] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.743165] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.654403] md: linear personality registered for level -1\n[ 3.657587] md: multipath personality registered for level -4\n[ 3.660780] md: raid0 personality registered for level 0\n[ 3.664159] md: raid1 personality registered for level 1\n[ 3.733892] raid6: sse2x1 gen() 11424 MB/s\n[ 3.801892] raid6: sse2x1 xor() 8822 MB/s\n[ 3.869893] raid6: sse2x2 gen() 14422 MB/s\n[ 3.937895] raid6: sse2x2 xor() 9582 MB/s\n[ 4.005895] raid6: sse2x4 gen() 16881 MB/s\n[ 4.073893] raid6: sse2x4 xor() 11749 MB/s\n[ 4.141894] raid6: avx2x1 gen() 22167 MB/s\n[ 4.209895] raid6: avx2x2 gen() 25789 MB/s\n"} 2018-08-29 07:40:32,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-58663b52-0ddb-4cf4-98ca-b7cca2da03fb 2018-08-29 07:40:32,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-39ab263d-1dd0-4d15-9e52-a139d88f5a27 x-compute-request-id: req-39ab263d-1dd0-4d15-9e52-a139d88f5a27 Content-Encoding: gzip Content-Length: 13571 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 613053010 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145252] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146938] pid_max: default: 32768 minimum: 301\n[ 0.147841] ACPI: Core revision 20150930\n[ 0.149225] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150545] Security Framework initialized\n[ 0.151367] Yama: becoming mindful.\n[ 0.152109] AppArmor: AppArmor initialized\n[ 0.153002] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154426] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156100] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157347] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158750] Initializing cgroup subsys io\n[ 0.159575] Initializing cgroup subsys memory\n[ 0.160452] Initializing cgroup subsys devices\n[ 0.161328] Initializing cgroup subsys freezer\n[ 0.162205] Initializing cgroup subsys net_cls\n[ 0.163085] Initializing cgroup subsys perf_event\n[ 0.164003] Initializing cgroup subsys net_prio\n[ 0.164904] Initializing cgroup subsys hugetlb\n[ 0.165784] Initializing cgroup subsys pids\n[ 0.166669] CPU: Physical Processor ID: 0\n[ 0.168184] mce: CPU supports 10 MCE banks\n[ 0.169047] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170069] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182064] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188494] ftrace: allocating 32123 entries in 126 pages\n[ 0.215100] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216336] smpboot: Max logical packages: 1\n[ 0.217345] x2apic enabled\n[ 0.218161] Switched APIC routing to physical x2apic.\n[ 0.219918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221065] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223105] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224931] KVM setup paravirtual spinlock\n[ 0.226233] x86: Booted up 1 node, 1 CPUs\n[ 0.227056] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228471] devtmpfs: initialized\n[ 0.230943] evm: security.selinux\n[ 0.231663] evm: security.SMACK64\n[ 0.232365] evm: security.SMACK64EXEC\n[ 0.233120] evm: security.SMACK64TRANSMUTE\n[ 0.233948] evm: security.SMACK64MMAP\n[ 0.234710] evm: security.ima\n[ 0.235353] evm: security.capability\n[ 0.236170] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238074] pinctrl core: initialized pinctrl subsystem\n[ 0.239184] RTC time: 7:40:01, date: 08/29/18\n[ 0.240138] NET: Registered protocol family 16\n[ 0.241129] cpuidle: using governor ladder\n[ 0.241962] cpuidle: using governor menu\n[ 0.242766] PCCT header not found.\n[ 0.243529] ACPI: bus type PCI registered\n[ 0.244344] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245608] PCI: Using configuration type 1 for base access\n[ 0.247775] ACPI: Added _OSI(Module Device)\n[ 0.248629] ACPI: Added _OSI(Processor Device)\n[ 0.249507] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250425] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252592] ACPI: Interpreter enabled\n[ 0.253367] ACPI: (supports S0 S5)\n[ 0.254091] ACPI: Using IOAPIC for interrupt routing\n[ 0.255048] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259293] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260535] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264111] acpiphp: Slot [3] registered\n[ 0.264918] acpiphp: Slot [4] registered\n[ 0.265720] acpiphp: Slot [5] registered\n[ 0.266529] acpiphp: Slot [6] registered\n[ 0.267330] acpiphp: Slot [7] registered\n[ 0.268132] acpiphp: Slot [8] registered\n[ 0.268935] acpiphp: Slot [9] registered\n[ 0.269740] acpiphp: Slot [10] registered\n[ 0.270563] acpiphp: Slot [11] registered\n[ 0.271376] acpiphp: Slot [12] registered\n[ 0.272193] acpiphp: Slot [13] registered\n[ 0.273011] acpiphp: Slot [14] registered\n[ 0.283849] acpiphp: Slot [15] registered\n[ 0.284667] acpiphp: Slot [16] registered\n[ 0.285482] acpiphp: Slot [17] registered\n[ 0.286295] acpiphp: Slot [18] registered\n[ 0.287111] acpiphp: Slot [19] registered\n[ 0.287931] acpiphp: Slot [20] registered\n[ 0.288752] acpiphp: Slot [21] registered\n[ 0.289568] acpiphp: Slot [22] registered\n[ 0.290379] acpiphp: Slot [23] registered\n[ 0.291194] acpiphp: Slot [24] registered\n[ 0.292014] acpiphp: Slot [25] registered\n[ 0.292832] acpiphp: Slot [26] registered\n[ 0.293647] acpiphp: Slot [27] registered\n[ 0.294461] acpiphp: Slot [28] registered\n[ 0.295275] acpiphp: Slot [29] registered\n[ 0.296100] acpiphp: Slot [30] registered\n[ 0.296919] acpiphp: Slot [31] registered\n[ 0.297730] PCI host bridge to bus 0000:00\n[ 0.298548] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299773] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300998] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302459] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303921] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310335] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311627] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312807] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314084] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321147] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322591] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377355] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.379378] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380646] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381722] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.383297] vgaarb: loaded\n[ 0.383911] vgaarb: bridge control possible 0000:00:02.0\n[ 0.385073] SCSI subsystem initialized\n[ 0.385898] ACPI: bus type USB registered\n[ 0.386726] usbcore: registered new interface driver usbfs\n[ 0.387775] usbcore: registered new interface driver hub\n[ 0.388795] usbcore: registered new device driver usb\n[ 0.389857] PCI: Using ACPI for IRQ routing\n[ 0.390898] NetLabel: Initializing\n[ 0.391627] NetLabel: domain hash size = 128\n[ 0.392497] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393473] NetLabel: unlabeled traffic allowed by default\n[ 0.394579] amd_nb: Cannot enumerate AMD northbridges\n[ 0.395572] clocksource: Switched to clocksource kvm-clock\n[ 0.401007] AppArmor: AppArmor Filesystem Enabled\n[ 0.401990] pnp: PnP ACPI init\n[ 0.402911] pnp: PnP ACPI: found 5 devices\n[ 0.408985] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410731] NET: Registered protocol family 2\n[ 0.411712] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.413027] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.414251] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.415465] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.416586] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.417804] NET: Registered protocol family 1\n[ 0.418691] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420924] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435062] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449451] Trying to unpack rootfs image as initramfs...\n[ 1.733815] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.749566] Scanning for low memory corruption every 60 seconds\n[ 1.751324] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.752498] audit: initializing netlink subsys (disabled)\n[ 1.753535] audit: type=2000 audit(1535528404.074:1): initialized\n[ 1.754857] Initialise system trusted keyring\n[ 1.755801] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756983] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758977] zbud: loaded\n[ 1.759698] VFS: Disk quotas dquot_6.6.0\n[ 1.760528] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761941] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.763177] fuse init (API version 7.23)\n[ 1.764074] Key type big_key registered\n[ 1.764877] Allocating IMA MOK and blacklist keyrings.\n[ 1.765992] Key type asymmetric registered\n[ 1.766825] Asymmetric key parser 'x509' registered\n[ 1.767803] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.769288] io scheduler noop registered\n[ 1.770092] io scheduler deadline registered (default)\n[ 1.771091] io scheduler cfq registered\n[ 1.771948] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.773013] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.774284] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775771] ACPI: Power Button [PWRF]\n[ 1.776632] GHES: HEST is not enabled!\n[ 1.790547] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819678] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.822238] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.846074] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.848197] Linux agpgart interface v0.103\n[ 1.850227] brd: module loaded\n[ 1.851488] loop: module loaded\n[ 1.853008] vda: vda1\n[ 1.854434] scsi host0: ata_piix\n[ 1.855178] scsi host1: ata_piix\n[ 1.855912] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.857151] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.858618] libphy: Fixed MDIO Bus: probed\n[ 1.859453] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860428] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862557] PPP generic driver version 2.4.2\n[ 1.863464] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.864768] ehci-pci: EHCI PCI platform driver\n[ 1.865658] ehci-platform: EHCI generic platform driver\n[ 1.866661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.867819] ohci-pci: OHCI PCI platform driver\n[ 1.868713] ohci-platform: OHCI generic platform driver\n[ 1.869718] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884303] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885324] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886810] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887846] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.888995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.891683] usb usb1: Product: UHCI Host Controller\n[ 1.892634] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.893792] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.894897] hub 1-0:1.0: USB hub found\n[ 1.895695] hub 1-0:1.0: 2 ports detected\n[ 1.896616] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.898733] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.899713] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.900760] mousedev: PS/2 mouse device common for all mice\n[ 1.902033] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.903921] rtc_cmos 00:00: RTC can wake from S4\n[ 1.905035] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.906245] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.907460] i2c /dev entries driver\n[ 1.908231] device-mapper: uevent: version 1.0.3\n[ 1.909180] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.910832] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.912127] NET: Registered protocol family 10\n[ 1.913151] NET: Registered protocol family 17\n[ 1.914052] Key type dns_resolver registered\n[ 1.914997] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.916120] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.917892] registered taskstats version 1\n[ 1.918744] Loading compiled-in X.509 certificates\n[ 1.920194] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.922077] zswap: loaded using pool lzo/zbud\n[ 1.923938] Key type trusted registered\n[ 1.926229] Key type encrypted registered\n[ 1.927072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.928136] ima: No TPM chip found, activating TPM-bypass!\n[ 1.929212] evm: HMAC attrs: 0x1\n[ 1.930157] Magic number: 14:66:674\n[ 1.931014] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:03 UTC (1535528403)\n[ 1.932664] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.933804] EDD information not available.\n[ 2.012138] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.013610] ata1.00: configured for MWDMA2\n[ 2.014838] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.017160] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.018411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.030311] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.032194] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033758] Write protecting the kernel read-only data: 14336k\n[ 2.035320] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037067] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.045893] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.047961] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.049871] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051745] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053597] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055619] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057456] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059261] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061476] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.063290] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093634] virtio_net virtio0 ens3: renamed from eth0\n[ 2.104394] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106258] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.114591] AVX2 version of gcm_enc/dec engaged.\n[ 2.115538] AES CTR mode by8 optimization enabled\n[ 2.131928] FDC 0 is a S82078B\n[ 2.207584] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373248] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374508] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375800] usb 1-1: Product: QEMU USB Tablet\n[ 2.376666] usb 1-1: Manufacturer: QEMU\n[ 2.377450] usb 1-1: SerialNumber: 42\n[ 2.384855] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391732] usbcore: registered new interface driver usbhid\n[ 2.392860] usbhid: USB HID core driver\n[ 2.394545] 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.396860] 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.747608] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 2.748782] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nBegin: Loading essential drivers ... [ 3.372121] md: linear personality registered for level -1\n[ 3.374711] md: multipath personality registered for level -4\n[ 3.377339] md: raid0 personality registered for level 0\n[ 3.380245] md: raid1 personality registered for level 1\n[ 3.451575] raid6: sse2x1 gen() 11474 MB/s\n[ 3.519575] raid6: sse2x1 xor() 8901 MB/s\n[ 3.587576] raid6: sse2x2 gen() 14190 MB/s\n[ 3.655577] raid6: sse2x2 xor() 9551 MB/s\n[ 3.723575] raid6: sse2x4 gen() 16604 MB/s\n[ 3.791575] raid6: sse2x4 xor() 11722 MB/s\n[ 3.859575] raid6: avx2x1 gen() 22097 MB/s\n[ 3.927576] raid6: avx2x2 gen() 25588 MB/s\n[ 3.995575] raid6: avx2x4 gen() 30054 MB/s\n[ 3.996429] raid6: using algorithm avx2x4 gen() 30054 MB/s\n[ 3.997445] raid6: using avx2x2 recovery algorithm\n[ 3.999652] xor: automatically using best checksumming function:\n[ 4.039574] avx : 35303.000 MB/sec\n[ 4.041382] async_tx: api initialized (async)\n[ 4.048912] md: raid6 personality registered for level 6\n[ 4.049952] md: raid5 personality registered for level 5\n[ 4.050944] md: raid4 personality registered for level 4\n[ 4.055184] 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.079037] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.105698] 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.195608] 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.198844] systemd[1]: Detected virtualization kvm.\n[ 4.199810] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.203551] systemd[1]: Set hostname to .\n[ 4.207042] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.208158] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.331669] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.333867] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.335640] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.338109] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.340200] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.342110] 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.344894] 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.347997] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.350143] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.352279] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.354416] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.356309] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.358211] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.360470] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.362541] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.364775] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.366973] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.369352] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372037] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.376938] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.381580] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.384386] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.389000] systemd[1]: Starting Uncomplicated firewall...\n[ 4.394170] Loading iSCSI transport class v2.0-870.\n Starting Uncomplicated firewall...\n[ 4.397379] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.404997] 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.411351] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.415695] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.417658] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.420958] 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.424267] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.429110] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.434654] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.439442] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441369] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445750] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.451467] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.457595] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.463163] 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.471774] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.475679] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.486005] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.[ 4.488428] iscsi: registered transport (iser)\n\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\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 udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\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 Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.996059] cloud-init[467]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:40:07 +0000. Up 5.35 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 9.627530] cloud-init[1027]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:40:08 +0000. Up 7.05 seconds.\n[ 9.630150] cloud-init[1027]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.636327] cloud-init[1027]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.638106] cloud-init[1027]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.644106] cloud-init[1027]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.645904] cloud-init[1027]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:46:49:48 |\n[ 9.652104] cloud-init[1027]: ci-info: | ens3 | True | fe80::f816:3eff:fe46:4948/64 | . | link | fa:16:3e:46:49:48 |\n[ 9.653901] cloud-init[1027]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.655637] cloud-init[1027]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.661355] cloud-init[1027]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.663099] cloud-init[1027]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.668285] cloud-init[1027]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.669903] cloud-init[1027]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.676100] cloud-init[1027]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.677761] cloud-init[1027]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 9.679393] cloud-init[1027]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.683378] cloud-init[1027]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 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 Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n\n[ 9.690906] cloud-init[1027]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.693067] cloud-init[1027]: Generating public/private rsa key pair.\n[ 9.694659] cloud-init[1027]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m\n[ 9.700764] cloud-init[1027]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.703353] cloud-init[1027]: The key fingerprint is:] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.\n\n[ 9.708192] cloud-init[1027]: SHA256:YuNxrYev7EGdu42NV7/OOJ4NW2YmYRbKKGlwMoVmQwE root@sdnvpn-13-1\n[ 9.710316] cloud-init[1027]: The key's randomart image is:\n Starting LXD - unix socket.[ 9.712213] cloud-init[1027]: +---[RSA 2048]----+\n[ 9.713004] cloud-init[1027]: | Eooo. |\n[ 9.713776] cloud-init[1027]: | =. |\n[ 9.714562] cloud-init[1027]: | o+.. . |\n[ 9.715356] cloud-init[1027]: | = .oo.. . |\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 9.720603] cloud-init[1027]: | =+S.+o + |\n[ 9.723116] cloud-init[1027]: | o.*.o .o o |\n[ 9.725895] cloud-init[1027]: | . + o + * |\n[ 9.728090] cloud-init[1027]: | . + *..& .|\n[ 9.732257] cloud-init[1027]: | .+.=.+=o=.|[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 9.736058] cloud-init[1027]: +----[SHA256]-----+\n Starting Login to default iSCSI targets...\n[ 9.738351] cloud-init[1027]: Generating public/private dsa key pair.\n[[0;32m OK [0m[ 9.740100] cloud-init[1027]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.741350] cloud-init[1027]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 9.742520] cloud-init[1027]: The key fingerprint is:\n[ 9.743322] cloud-init[1027]: SHA256:bDyGVMKUAPJbLwwFij9abhXh8Rc3I4bEnH2k1fb+XrM root@sdnvpn-13-1] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting /etc/rc.local Compatibility...\n Starting LSB: Record successful boot for GRUB...\n\n Starting Apply the settings specified in cloud-config...\n[ 9.750654] cloud-init[1027]: The key's randomart image is:\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.765741] cloud-init[1027]: +---[DSA 1024]----+\n[ 9.767812] cloud-init[1027]: |. oo=B+==.*. |\n[ 9.770930] cloud-init[1027]: |.+ o +B+.*.oo |\n[ 9.773348] cloud-init[1027]: |o o + o o. . . |\n[ 9.776058] cloud-init[1027]: | . = + = . |\n[ 9.778385] cloud-init[1027]: | = + o S . |\n[ 9.781145] cloud-init[1027]: | + o . o . . |\n[ 9.783556] cloud-init[1027]: |. o o.|\n[ 9.786055] cloud-init[1027]: | . =|\n[ 9.788288] cloud-init[1027]: | E.|\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n[ 9.794759] cloud-init[1027]: +----[SHA256]-----+ Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 9.802759] Starting Pollinate to seed the pseudo random number generator...\n Starting Login Service...\ncloud-init[1027]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 9.845236] cloud-init[1027]: [[0;32m OK [0m] Started /etc/rc.local Compatibility.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 9.910338] cloud-init[1027]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[ 9.938676] cloud-init[1027]: The key fingerprint is:\n[ 9.945074] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[1027]: SHA256:9lb5JEvKO85mK7PdEFB2dZpfEQ43nfRiKgMktWiVgU0 root@sdnvpn-13-1[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 9.959394] cloud-init[1027]: The key's randomart image is:\n[ 9.972857] cloud-init[1027]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 9.987308] cloud-init[1027]: \n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...| .=Eoo .oo*=|\n\n Starting LSB: start and stop the Quagga routing suite...\n[ 9.997800] cloud-init Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[1027]: | .=o+ . +==|\n[ 10.048204] cloud-init[1027]: | o + =.o|\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 10.100672] cloud-init[1027]: | . o + o.|\n[ 10.109418] cloud-init[1027]: | S + * . .|\n[ 10.122192] cloud-init[1027]: | . o B = |\n[ 10.128388] cloud-init[1027]: | * . . |\n[ 10.132089] cloud-init[1027]: | o+++ |\n[ 10.136093] cloud-init[1027]: | .B*o. |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.146714] cloud-init[1027]: +----[SHA256]-----+\n[ 10.147942] cloud-init[1027]: Generating public/private ed25519 key pair.\n[ 10.156101] cloud-init[1027]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.160088] cloud-init[1027]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.168086] cloud-init[1027]: The key fingerprint is:\n[ 10.169369] cloud-init[1027]: SHA256:hdeyI4DCtsngWXmkMZgVnW5/damRksF5zr67R8bKvJM root@sdnvpn-13-1\n[ 10.174739] cloud-init[1027]: The key's randomart image is:\n[ 10.178042] cloud-init[1027]: +--[ED25519 256]--+\n[ 10.185118] cloud-init[1027]: | +=o.. . . |\n[ 10.187477] cloud-init[1027]: | + *+ = o |\n[ 10.188823] cloud-init[1027]: |. ++o.. . X o . |\n[ 10.192123] cloud-init[1027]: |.+o+.o . = O o |\n[ 10.194234] cloud-init[1027]: | o+ . . S * = |\n[ 10.197043] cloud-init[1027]: | . o + + |\n[ 10.199611] cloud-init[1027]: | . o * |\n[ 10.202800] cloud-init[1027]: | E . |\n[ 10.205449] cloud-init[1027]: | +* |\n[ 10.208619] cloud-init[1027]: +----[SHA256]-----+\n[ 10.427404] cloud-init[1129]: Generating locales (this might take a while)...\n[ 11.012363] cloud-init[1129]: en_US.UTF-8... done\n[ 11.015146] cloud-init[1129]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] 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[ 11.974858] cloud-init[1129]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 29 Aug 2018 07:40:12 +0000. Up 10.36 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 12.280787] cloud-init[1402]: + sudo useradd -m sdnvpn\n[ 12.342019] cloud-init[1402]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.810458] cloud-init[1402]: + sudo adduser sdnvpn sudo\n[ 13.866718] cloud-init[1402]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.902011] cloud-init[1402]: Adding user `sdnvpn' to group `sudo' ...\n[ 13.906134] cloud-init[1402]: Adding user sdnvpn to group sudo\n[ 14.425419] cloud-init[1402]: Done.\n[ 14.426995] cloud-init[1402]: + chpasswd\n[ 14.428184] cloud-init[1402]: + sudo echo sdnvpn:opnfv\n[ 14.484165] cloud-init[1402]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.545183] cloud-init[1402]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-08-29 07:40:32,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a/action used request id req-39ab263d-1dd0-4d15-9e52-a139d88f5a27 2018-08-29 07:40:34,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:40:35,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0d68efe-dc20-42b4-863f-42a79ee2a595 x-compute-request-id: req-e0d68efe-dc20-42b4-863f-42a79ee2a595 Content-Encoding: gzip Content-Length: 10612 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 595106183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135343] pid_max: default: 32768 minimum: 301\n[ 0.136236] ACPI: Core revision 20150930\n[ 0.137624] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138936] Security Framework initialized\n[ 0.139755] Yama: becoming mindful.\n[ 0.140488] AppArmor: AppArmor initialized\n[ 0.141378] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144451] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145684] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147075] Initializing cgroup subsys io\n[ 0.147896] Initializing cgroup subsys memory\n[ 0.148771] Initializing cgroup subsys devices\n[ 0.149652] Initializing cgroup subsys freezer\n[ 0.150525] Initializing cgroup subsys net_cls\n[ 0.151400] Initializing cgroup subsys perf_event\n[ 0.152317] Initializing cgroup subsys net_prio\n[ 0.153209] Initializing cgroup subsys hugetlb\n[ 0.154089] Initializing cgroup subsys pids\n[ 0.154971] CPU: Physical Processor ID: 0\n[ 0.156472] mce: CPU supports 10 MCE banks\n[ 0.157333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158339] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169177] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175655] ftrace: allocating 32123 entries in 126 pages\n[ 0.202480] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203706] smpboot: Max logical packages: 1\n[ 0.204710] x2apic enabled\n[ 0.205536] Switched APIC routing to physical x2apic.\n[ 0.207299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212241] KVM setup paravirtual spinlock\n[ 0.213539] x86: Booted up 1 node, 1 CPUs\n[ 0.214359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215763] devtmpfs: initialized\n[ 0.218226] evm: security.selinux\n[ 0.218938] evm: security.SMACK64\n[ 0.219640] evm: security.SMACK64EXEC\n[ 0.220389] evm: security.SMACK64TRANSMUTE\n[ 0.221208] evm: security.SMACK64MMAP\n[ 0.221963] evm: security.ima\n[ 0.222613] evm: security.capability\n[ 0.223423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225301] pinctrl core: initialized pinctrl subsystem\n[ 0.226403] RTC time: 7:40:27, date: 08/29/18\n[ 0.227351] NET: Registered protocol family 16\n[ 0.228330] cpuidle: using governor ladder\n[ 0.229152] cpuidle: using governor menu\n[ 0.229952] PCCT header not found.\n[ 0.230713] ACPI: bus type PCI registered\n[ 0.231522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232774] PCI: Using configuration type 1 for base access\n[ 0.234939] ACPI: Added _OSI(Module Device)\n[ 0.235792] ACPI: Added _OSI(Processor Device)\n[ 0.236663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237572] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239722] ACPI: Interpreter enabled\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241202] ACPI: Using IOAPIC for interrupt routing\n[ 0.242158] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247603] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248795] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251146] acpiphp: Slot [3] registered\n[ 0.251950] acpiphp: Slot [4] registered\n[ 0.252745] acpiphp: Slot [5] registered\n[ 0.253547] acpiphp: Slot [6] registered\n[ 0.254345] acpiphp: Slot [7] registered\n[ 0.255133] acpiphp: Slot [8] registered\n[ 0.255929] acpiphp: Slot [9] registered\n[ 0.256725] acpiphp: Slot [10] registered\n[ 0.257539] acpiphp: Slot [11] registered\n[ 0.258351] acpiphp: Slot [12] registered\n[ 0.259157] acpiphp: Slot [13] registered\n[ 0.259973] acpiphp: Slot [14] registered\n[ 0.270902] acpiphp: Slot [15] registered\n[ 0.271717] acpiphp: Slot [16] registered\n[ 0.272525] acpiphp: Slot [17] registered\n[ 0.273334] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274951] acpiphp: Slot [20] registered\n[ 0.275760] acpiphp: Slot [21] registered\n[ 0.276568] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278182] acpiphp: Slot [24] registered\n[ 0.278997] acpiphp: Slot [25] registered\n[ 0.279809] acpiphp: Slot [26] registered\n[ 0.280618] acpiphp: Slot [27] registered\n[ 0.281425] acpiphp: Slot [28] registered\n[ 0.282231] acpiphp: Slot [29] registered\n[ 0.283047] acpiphp: Slot [30] registered\n[ 0.283857] acpiphp: Slot [31] registered\n[ 0.284658] PCI host bridge to bus 0000:00\n[ 0.285469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289342] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290783] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299610] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354519] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365642] vgaarb: loaded\n[ 0.366247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367418] SCSI subsystem initialized\n[ 0.368256] ACPI: bus type USB registered\n[ 0.369089] usbcore: registered new interface driver usbfs\n[ 0.370132] usbcore: registered new interface driver hub\n[ 0.371149] usbcore: registered new device driver usb\n[ 0.372207] PCI: Using ACPI for IRQ routing\n[ 0.373243] NetLabel: Initializing\n[ 0.373967] NetLabel: domain hash size = 128\n[ 0.374835] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375803] NetLabel: unlabeled traffic allowed by default\n[ 0.376903] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377888] clocksource: Switched to clocksource kvm-clock\n[ 0.383512] AppArmor: AppArmor Filesystem Enabled\n[ 0.384499] pnp: PnP ACPI init\n[ 0.385419] pnp: PnP ACPI: found 5 devices\n[ 0.391468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393185] NET: Registered protocol family 2\n[ 0.394154] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395451] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397842] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398946] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400141] NET: Registered protocol family 1\n[ 0.401020] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417355] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431723] Trying to unpack rootfs image as initramfs...\n[ 1.729808] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.746140] Scanning for low memory corruption every 60 seconds\n[ 1.747509] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.748666] audit: initializing netlink subsys (disabled)\n[ 1.749713] audit: type=2000 audit(1535528429.413:1): initialized\n[ 1.751053] Initialise system trusted keyring\n[ 1.751999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.753172] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.755169] zbud: loaded\n[ 1.755887] VFS: Disk quotas dquot_6.6.0\n[ 1.756710] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.758126] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759356] fuse init (API version 7.23)\n[ 1.760235] Key type big_key registered\n[ 1.761034] Allocating IMA MOK and blacklist keyrings.\n[ 1.762163] Key type asymmetric registered\n[ 1.762997] Asymmetric key parser 'x509' registered\n[ 1.763953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765425] io scheduler noop registered\n[ 1.766231] io scheduler deadline registered (default)\n[ 1.767229] io scheduler cfq registered\n[ 1.768067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769113] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771865] ACPI: Power Button [PWRF]\n[ 1.772725] GHES: HEST is not enabled!\n[ 1.786574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.818050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.842334] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.844445] Linux agpgart interface v0.103\n[ 1.846476] brd: module loaded\n[ 1.847727] loop: module loaded\n[ 1.849236] vda: vda1\n[ 1.850663] scsi host0: ata_piix\n[ 1.851410] scsi host1: ata_piix\n[ 1.852124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.853366] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854829] libphy: Fixed MDIO Bus: probed\n[ 1.855658] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856620] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858783] PPP generic driver version 2.4.2\n[ 1.859688] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860951] ehci-pci: EHCI PCI platform driver\n[ 1.861830] ehci-platform: EHCI generic platform driver\n[ 1.862859] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.864021] ohci-pci: OHCI PCI platform driver\n[ 1.864901] ohci-platform: OHCI generic platform driver\n[ 1.865905] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880448] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881463] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883978] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.885124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887807] usb usb1: Product: UHCI Host Controller\n[ 1.888752] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889908] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890918] hub 1-0:1.0: USB hub found\n[ 1.891706] hub 1-0:1.0: 2 ports detected\n[ 1.892623] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894771] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896789] mousedev: PS/2 mouse device common for all mice\n[ 1.898068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899939] rtc_cmos 00:00: RTC can wake from S4\n[ 1.901048] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902283] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903513] i2c /dev entries driver\n[ 1.904275] device-mapper: uevent: version 1.0.3\n[ 1.905217] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908166] NET: Registered protocol family 10\n[ 1.909173] NET: Registered protocol family 17\n[ 1.910088] Key type dns_resolver registered\n[ 1.911044] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913953] registered taskstats version 1\n[ 1.914808] Loading compiled-in X.509 certificates\n[ 1.916247] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918124] zswap: loaded using pool lzo/zbud\n[ 1.919945] Key type trusted registered\n[ 1.922213] Key type encrypted registered\n[ 1.923079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924124] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925176] evm: HMAC attrs: 0x1\n[ 1.926142] Magic number: 14:66:674\n[ 1.926998] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:29 UTC (1535528429)\n[ 1.928622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929750] EDD information not available.\n[ 2.010667] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012141] ata1.00: configured for MWDMA2\n[ 2.013369] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015723] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016978] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028838] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030729] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032281] Write protecting the kernel read-only data: 14336k\n[ 2.033838] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.044408] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046461] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048373] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050236] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052087] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053958] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055792] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057581] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059924] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061731] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091433] virtio_net virtio0 ens3: renamed from eth0\n[ 2.099363] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.101217] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.124849] AVX2 version of gcm_enc/dec engaged.\n[ 2.125821] AES CTR mode by8 optimization enabled\n[ 2.130236] FDC 0 is a S82078B\n[ 2.201925] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.366399] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.367675] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.368976] usb 1-1: Product: QEMU USB Tablet\n[ 2.369833] usb 1-1: Manufacturer: QEMU\n[ 2.370619] usb 1-1: SerialNumber: 42\n[ 2.377964] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.383734] usbcore: registered new interface driver usbhid\n[ 2.384862] usbhid: USB HID core driver\n[ 2.386619] 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.388886] 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.741957] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.743165] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.654403] md: linear personality registered for level -1\n[ 3.657587] md: multipath personality registered for level -4\n[ 3.660780] md: raid0 personality registered for level 0\n[ 3.664159] md: raid1 personality registered for level 1\n[ 3.733892] raid6: sse2x1 gen() 11424 MB/s\n[ 3.801892] raid6: sse2x1 xor() 8822 MB/s\n[ 3.869893] raid6: sse2x2 gen() 14422 MB/s\n[ 3.937895] raid6: sse2x2 xor() 9582 MB/s\n[ 4.005895] raid6: sse2x4 gen() 16881 MB/s\n[ 4.073893] raid6: sse2x4 xor() 11749 MB/s\n[ 4.141894] raid6: avx2x1 gen() 22167 MB/s\n[ 4.209895] raid6: avx2x2 gen() 25789 MB/s\n[ 4.277894] raid6: avx2x4 gen() 29727 MB/s\n[ 4.279014] raid6: using algorithm avx2x4 gen() 29727 MB/s\n[ 4.280328] raid6: using avx2x2 recovery algorithm\n[ 4.283237] xor: automatically using best checksumming function:\n[ 4.321891] avx : 35666.000 MB/sec\n[ 4.324207] async_tx: api initialized (async)\n[ 4.333536] md: raid6 personality registered for level 6\n[ 4.334863] md: raid5 personality registered for level 5\n[ 4.336138] md: raid4 personality registered for level 4\n[ 4.341009] 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.367265] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.398312] 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.489212] 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.493383] systemd[1]: Detected virtualization kvm.\n[ 4.494602] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.499620] systemd[1]: Set hostname to .\n[ 4.503835] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.505288] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.622097] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.625087] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.627992] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.630924] 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.634860] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.637736] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.641332] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.644065] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.647227] 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.652206] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.655725] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.662510] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.665766] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.668601] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.671326] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.673469] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.677007] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.678867] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.681494] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.684657] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.686795] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.690785] Loading iSCSI transport class v2.0-870.\n[ 4.692082] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.694774] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.[ 4.700228] iscsi: registered transport (tcp)\n\n[ 4.701757] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.705864] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.713352] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.717989] 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.723459] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.727286] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.734459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.739133] 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.[ 4.743960] iscsi: registered transport (iser)\n\n[ 4.747956] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.751602] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.759285] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.766176] 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.774469] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.778820] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.786466] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.789366] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.792254] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.797654] 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 Initial cloud-init job (pre-networking)...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.276787] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:40:33 +0000. Up 5.59 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-29 07:40:35,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-e0d68efe-dc20-42b4-863f-42a79ee2a595 2018-08-29 07:40:37,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:40:38,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17e23844-719f-420a-99c2-78fbaf83ceb7 x-compute-request-id: req-17e23844-719f-420a-99c2-78fbaf83ceb7 Content-Encoding: gzip Content-Length: 13334 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 595106183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135343] pid_max: default: 32768 minimum: 301\n[ 0.136236] ACPI: Core revision 20150930\n[ 0.137624] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138936] Security Framework initialized\n[ 0.139755] Yama: becoming mindful.\n[ 0.140488] AppArmor: AppArmor initialized\n[ 0.141378] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144451] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145684] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147075] Initializing cgroup subsys io\n[ 0.147896] Initializing cgroup subsys memory\n[ 0.148771] Initializing cgroup subsys devices\n[ 0.149652] Initializing cgroup subsys freezer\n[ 0.150525] Initializing cgroup subsys net_cls\n[ 0.151400] Initializing cgroup subsys perf_event\n[ 0.152317] Initializing cgroup subsys net_prio\n[ 0.153209] Initializing cgroup subsys hugetlb\n[ 0.154089] Initializing cgroup subsys pids\n[ 0.154971] CPU: Physical Processor ID: 0\n[ 0.156472] mce: CPU supports 10 MCE banks\n[ 0.157333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158339] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169177] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175655] ftrace: allocating 32123 entries in 126 pages\n[ 0.202480] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203706] smpboot: Max logical packages: 1\n[ 0.204710] x2apic enabled\n[ 0.205536] Switched APIC routing to physical x2apic.\n[ 0.207299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212241] KVM setup paravirtual spinlock\n[ 0.213539] x86: Booted up 1 node, 1 CPUs\n[ 0.214359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215763] devtmpfs: initialized\n[ 0.218226] evm: security.selinux\n[ 0.218938] evm: security.SMACK64\n[ 0.219640] evm: security.SMACK64EXEC\n[ 0.220389] evm: security.SMACK64TRANSMUTE\n[ 0.221208] evm: security.SMACK64MMAP\n[ 0.221963] evm: security.ima\n[ 0.222613] evm: security.capability\n[ 0.223423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225301] pinctrl core: initialized pinctrl subsystem\n[ 0.226403] RTC time: 7:40:27, date: 08/29/18\n[ 0.227351] NET: Registered protocol family 16\n[ 0.228330] cpuidle: using governor ladder\n[ 0.229152] cpuidle: using governor menu\n[ 0.229952] PCCT header not found.\n[ 0.230713] ACPI: bus type PCI registered\n[ 0.231522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232774] PCI: Using configuration type 1 for base access\n[ 0.234939] ACPI: Added _OSI(Module Device)\n[ 0.235792] ACPI: Added _OSI(Processor Device)\n[ 0.236663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237572] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239722] ACPI: Interpreter enabled\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241202] ACPI: Using IOAPIC for interrupt routing\n[ 0.242158] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247603] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248795] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251146] acpiphp: Slot [3] registered\n[ 0.251950] acpiphp: Slot [4] registered\n[ 0.252745] acpiphp: Slot [5] registered\n[ 0.253547] acpiphp: Slot [6] registered\n[ 0.254345] acpiphp: Slot [7] registered\n[ 0.255133] acpiphp: Slot [8] registered\n[ 0.255929] acpiphp: Slot [9] registered\n[ 0.256725] acpiphp: Slot [10] registered\n[ 0.257539] acpiphp: Slot [11] registered\n[ 0.258351] acpiphp: Slot [12] registered\n[ 0.259157] acpiphp: Slot [13] registered\n[ 0.259973] acpiphp: Slot [14] registered\n[ 0.270902] acpiphp: Slot [15] registered\n[ 0.271717] acpiphp: Slot [16] registered\n[ 0.272525] acpiphp: Slot [17] registered\n[ 0.273334] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274951] acpiphp: Slot [20] registered\n[ 0.275760] acpiphp: Slot [21] registered\n[ 0.276568] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278182] acpiphp: Slot [24] registered\n[ 0.278997] acpiphp: Slot [25] registered\n[ 0.279809] acpiphp: Slot [26] registered\n[ 0.280618] acpiphp: Slot [27] registered\n[ 0.281425] acpiphp: Slot [28] registered\n[ 0.282231] acpiphp: Slot [29] registered\n[ 0.283047] acpiphp: Slot [30] registered\n[ 0.283857] acpiphp: Slot [31] registered\n[ 0.284658] PCI host bridge to bus 0000:00\n[ 0.285469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289342] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290783] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299610] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354519] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365642] vgaarb: loaded\n[ 0.366247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367418] SCSI subsystem initialized\n[ 0.368256] ACPI: bus type USB registered\n[ 0.369089] usbcore: registered new interface driver usbfs\n[ 0.370132] usbcore: registered new interface driver hub\n[ 0.371149] usbcore: registered new device driver usb\n[ 0.372207] PCI: Using ACPI for IRQ routing\n[ 0.373243] NetLabel: Initializing\n[ 0.373967] NetLabel: domain hash size = 128\n[ 0.374835] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375803] NetLabel: unlabeled traffic allowed by default\n[ 0.376903] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377888] clocksource: Switched to clocksource kvm-clock\n[ 0.383512] AppArmor: AppArmor Filesystem Enabled\n[ 0.384499] pnp: PnP ACPI init\n[ 0.385419] pnp: PnP ACPI: found 5 devices\n[ 0.391468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393185] NET: Registered protocol family 2\n[ 0.394154] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395451] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397842] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398946] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400141] NET: Registered protocol family 1\n[ 0.401020] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417355] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431723] Trying to unpack rootfs image as initramfs...\n[ 1.729808] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.746140] Scanning for low memory corruption every 60 seconds\n[ 1.747509] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.748666] audit: initializing netlink subsys (disabled)\n[ 1.749713] audit: type=2000 audit(1535528429.413:1): initialized\n[ 1.751053] Initialise system trusted keyring\n[ 1.751999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.753172] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.755169] zbud: loaded\n[ 1.755887] VFS: Disk quotas dquot_6.6.0\n[ 1.756710] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.758126] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759356] fuse init (API version 7.23)\n[ 1.760235] Key type big_key registered\n[ 1.761034] Allocating IMA MOK and blacklist keyrings.\n[ 1.762163] Key type asymmetric registered\n[ 1.762997] Asymmetric key parser 'x509' registered\n[ 1.763953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765425] io scheduler noop registered\n[ 1.766231] io scheduler deadline registered (default)\n[ 1.767229] io scheduler cfq registered\n[ 1.768067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769113] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771865] ACPI: Power Button [PWRF]\n[ 1.772725] GHES: HEST is not enabled!\n[ 1.786574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.818050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.842334] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.844445] Linux agpgart interface v0.103\n[ 1.846476] brd: module loaded\n[ 1.847727] loop: module loaded\n[ 1.849236] vda: vda1\n[ 1.850663] scsi host0: ata_piix\n[ 1.851410] scsi host1: ata_piix\n[ 1.852124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.853366] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854829] libphy: Fixed MDIO Bus: probed\n[ 1.855658] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856620] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858783] PPP generic driver version 2.4.2\n[ 1.859688] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860951] ehci-pci: EHCI PCI platform driver\n[ 1.861830] ehci-platform: EHCI generic platform driver\n[ 1.862859] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.864021] ohci-pci: OHCI PCI platform driver\n[ 1.864901] ohci-platform: OHCI generic platform driver\n[ 1.865905] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880448] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881463] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883978] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.885124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887807] usb usb1: Product: UHCI Host Controller\n[ 1.888752] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889908] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890918] hub 1-0:1.0: USB hub found\n[ 1.891706] hub 1-0:1.0: 2 ports detected\n[ 1.892623] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894771] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896789] mousedev: PS/2 mouse device common for all mice\n[ 1.898068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899939] rtc_cmos 00:00: RTC can wake from S4\n[ 1.901048] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902283] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903513] i2c /dev entries driver\n[ 1.904275] device-mapper: uevent: version 1.0.3\n[ 1.905217] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908166] NET: Registered protocol family 10\n[ 1.909173] NET: Registered protocol family 17\n[ 1.910088] Key type dns_resolver registered\n[ 1.911044] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913953] registered taskstats version 1\n[ 1.914808] Loading compiled-in X.509 certificates\n[ 1.916247] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918124] zswap: loaded using pool lzo/zbud\n[ 1.919945] Key type trusted registered\n[ 1.922213] Key type encrypted registered\n[ 1.923079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924124] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925176] evm: HMAC attrs: 0x1\n[ 1.926142] Magic number: 14:66:674\n[ 1.926998] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:29 UTC (1535528429)\n[ 1.928622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929750] EDD information not available.\n[ 2.010667] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012141] ata1.00: configured for MWDMA2\n[ 2.013369] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015723] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016978] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028838] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030729] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032281] Write protecting the kernel read-only data: 14336k\n[ 2.033838] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.044408] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046461] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048373] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050236] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052087] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053958] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055792] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057581] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059924] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061731] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091433] virtio_net virtio0 ens3: renamed from eth0\n[ 2.099363] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.101217] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.124849] AVX2 version of gcm_enc/dec engaged.\n[ 2.125821] AES CTR mode by8 optimization enabled\n[ 2.130236] FDC 0 is a S82078B\n[ 2.201925] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.366399] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.367675] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.368976] usb 1-1: Product: QEMU USB Tablet\n[ 2.369833] usb 1-1: Manufacturer: QEMU\n[ 2.370619] usb 1-1: SerialNumber: 42\n[ 2.377964] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.383734] usbcore: registered new interface driver usbhid\n[ 2.384862] usbhid: USB HID core driver\n[ 2.386619] 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.388886] 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.741957] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.743165] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.654403] md: linear personality registered for level -1\n[ 3.657587] md: multipath personality registered for level -4\n[ 3.660780] md: raid0 personality registered for level 0\n[ 3.664159] md: raid1 personality registered for level 1\n[ 3.733892] raid6: sse2x1 gen() 11424 MB/s\n[ 3.801892] raid6: sse2x1 xor() 8822 MB/s\n[ 3.869893] raid6: sse2x2 gen() 14422 MB/s\n[ 3.937895] raid6: sse2x2 xor() 9582 MB/s\n[ 4.005895] raid6: sse2x4 gen() 16881 MB/s\n[ 4.073893] raid6: sse2x4 xor() 11749 MB/s\n[ 4.141894] raid6: avx2x1 gen() 22167 MB/s\n[ 4.209895] raid6: avx2x2 gen() 25789 MB/s\n[ 4.277894] raid6: avx2x4 gen() 29727 MB/s\n[ 4.279014] raid6: using algorithm avx2x4 gen() 29727 MB/s\n[ 4.280328] raid6: using avx2x2 recovery algorithm\n[ 4.283237] xor: automatically using best checksumming function:\n[ 4.321891] avx : 35666.000 MB/sec\n[ 4.324207] async_tx: api initialized (async)\n[ 4.333536] md: raid6 personality registered for level 6\n[ 4.334863] md: raid5 personality registered for level 5\n[ 4.336138] md: raid4 personality registered for level 4\n[ 4.341009] 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.367265] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.398312] 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.489212] 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.493383] systemd[1]: Detected virtualization kvm.\n[ 4.494602] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.499620] systemd[1]: Set hostname to .\n[ 4.503835] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.505288] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.622097] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.625087] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.627992] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.630924] 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.634860] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.637736] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.641332] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.644065] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.647227] 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.652206] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.655725] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.662510] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.665766] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.668601] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.671326] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.673469] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.677007] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.678867] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.681494] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.684657] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.686795] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.690785] Loading iSCSI transport class v2.0-870.\n[ 4.692082] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.694774] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.[ 4.700228] iscsi: registered transport (tcp)\n\n[ 4.701757] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.705864] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.713352] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.717989] 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.723459] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.727286] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.734459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.739133] 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.[ 4.743960] iscsi: registered transport (iser)\n\n[ 4.747956] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.751602] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.759285] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.766176] 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.774469] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.778820] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.786466] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.789366] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.792254] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.797654] 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 Initial cloud-init job (pre-networking)...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.276787] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:40:33 +0000. Up 5.59 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.340215] cloud-init[1016]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:40:35 +0000. Up 7.36 seconds.\n[ 8.342694] cloud-init[1016]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.348310] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.356128] cloud-init[1016]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.358912] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.364307] cloud-init[1016]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:ec:87:08 |\n[ 8.372120] cloud-init[1016]: ci-info: | ens3 | True | fe80::f816:3eff:feec:8708/64 | . | link | fa:16:3e:ec:87:08 |\n[ 8.374819] cloud-init[1016]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.380298] cloud-init[1016]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.384100] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.388095] cloud-init[1016]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.389841] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.394557] cloud-init[1016]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...[ 8.400336] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.401780] cloud-init[1016]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.403200] cloud-init[1016]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.408626] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.cloud-init[1016]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m\n[ 8.416777] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.418330] cloud-init[1016]: Generating public/private rsa key pair.\n[ 8.419310] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.425466] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.429639] cloud-init[1016]: The key fingerprint is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[ 8.432340] cloud-init[1016]: SHA256:dx9IpLLajxhsHcHiaETmFTWtxNZPdX63GBYDFj8EZ2E root@sdnvpn-13-2\n[ 8.433976] cloud-init[1016]: The key's randomart image is:\n[ 8.435102] cloud-init[1016]: +---[RSA 2048]----+\n\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m[ 8.440318] cloud-init[1016]: | o o+oo ==Eo .|\n[ 8.441287] cloud-init[1016]: | + . .+.+oB oo |\n[ 8.442272] cloud-init[1016]: | o .o+..o.= +|\n[ 8.443271] cloud-init[1016]: | . o ..+ .o.+ +|] Listening on LXD - unix socket.\n\n[ 8.448189] cloud-init[1016]: | o . S . o... |\n[ 8.451951] cloud-init[1016]: | . . + o . . . |\n[ 8.456935] cloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1016]: | = o . |\n[ 8.461123] cloud-init[1016]: | . o o |\n Starting Login to default iSCSI targets...\n[ 8.464454] cloud-init[1016]: | . . . |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.467916] cloud-init[1016]: +----[SHA256]-----+\n[ 8.469365] cloud-init[1016]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.475398] cloud-init Starting Pollinate to seed the pseudo random number generator...\n[1016]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n\n[ 8.487076] cloud-init Starting System Logging Service...\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...[1016]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started D-Bus System Message Bus.[ 8.518576] cloud-init\n[1016]: The key fingerprint is:\n[ 8.538667] cloud-init[1016]: SHA256:UkfIiYniqfoeCh71+C9OPUHasG7yXd28czQwPjhQ9Ls root@sdnvpn-13-2\n[ 8.546382] cloud-init[1016]: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...The key's randomart image is:\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n\n[ 8.596984] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[1016]: +---[DSA 1024]----+\n[ 8.611333] cloud-init[1016]: | . + oo. |\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.628913] cloud-init\n[1016]: | . . o +. .. |\n[ 8.641398] cloud-init[1016]: | . o . .. o . |\n[ 8.655327] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1016]: | o *. o o. |\n[ 8.664749] cloud-init[1016]: | . . o.oS . o.o |[[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...\n[[0;32m OK [0m\n[ 8.681604] cloud-init[1016]: |. . + ... .ooo.o |] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n\n[ 8.687404] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1016]: \n Starting Permit User Sessions...\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.\n|o..o = o . ..Eo .|\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.746763] cloud-init[1016]: |+...*.. o ... |\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.758356] cloud-init[1016]: |.+o .+oo .o |\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[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.798143] cloud-init[1016]: +----[SHA256]-----+\n Starting Set console scheme...\n[ 8.811518] cloud-init[1016]: [[0;32m OK [0m] Started Serial Getty on ttyS0.\nGenerating public/private ecdsa key pair.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.830691] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.839576] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.853389] cloud-init[1016]: The key fingerprint is:\n[ 8.856155] cloud-init[1016]: SHA256:BictuvFcW3dw64/IGNvyjw+UIi0+iEoEjOmAisMl8us root@sdnvpn-13-2\n[ 8.863124] cloud-init[1016]: The key's randomart image is:\n[ 8.868275] cloud-init[1016]: +---[ECDSA 256]---+\n[ 8.871623] cloud-init[1016]: | |\n[ 8.873607] cloud-init[1016]: |+. . |\n[ 8.876135] cloud-init[1016]: |Bo . + o . . |\n[ 8.878996] cloud-init[1016]: |Boo . = . + . |\n[ 8.882343] cloud-init[1016]: |+oo o S + + o |\n[ 8.885401] cloud-init[1016]: | o . * = = + o |\n[ 8.888324] cloud-init[1016]: | o o + + . . . |\n[ 8.891656] cloud-init[1016]: | o . ..* + o |\n[ 8.894402] cloud-init[1016]: | E oo*o+ .|\n[ 8.897821] cloud-init[1016]: +----[SHA256]-----+\n[ 8.900893] cloud-init[1016]: Generating public/private ed25519 key pair.\n[ 8.904161] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.908740] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.916265] cloud-init[1016]: The key fingerprint is:\n[ 8.919251] cloud-init[1016]: SHA256:EcintljZX33ODrQ99k93KaprMWC3/n0jYlz/FLEvyfY root@sdnvpn-13-2\n[ 8.925177] cloud-init[1016]: The key's randomart image is:\n[ 8.926621] cloud-init[1016]: +--[ED25519 256]--+\n[ 8.932082] cloud-init[1016]: | . .. |\n[ 8.933450] cloud-init[1016]: | o .. |\n[ 8.934719] cloud-init[1016]: | =. . . |\n[ 8.936545] cloud-init[1016]: | =o.o . o +|\n[ 8.940085] cloud-init[1016]: | +..S... . O |\n[ 8.943510] cloud-init[1016]: | . . +. oo+B|\n[ 8.944891] cloud-init[1016]: | . + ..B+O|\n[ 8.948082] cloud-init[1016]: | o +oo.O=|\n[ 8.952085] cloud-init[1016]: | .o=o..o E|\n[ 8.953678] cloud-init[1016]: +----[SHA256]-----+\n[ 9.152285] cloud-init[1135]: 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.758075] cloud-init[1135]: en_US.UTF-8... done\n[ 9.760072] cloud-init[1135]: Generation complete.\n"} 2018-08-29 07:40:38,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-17e23844-719f-420a-99c2-78fbaf83ceb7 2018-08-29 07:40:40,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:40:41,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-933ee04a-131c-4a30-9fcd-adc61c8bb8df x-compute-request-id: req-933ee04a-131c-4a30-9fcd-adc61c8bb8df Content-Encoding: gzip Content-Length: 13578 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 595106183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135343] pid_max: default: 32768 minimum: 301\n[ 0.136236] ACPI: Core revision 20150930\n[ 0.137624] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138936] Security Framework initialized\n[ 0.139755] Yama: becoming mindful.\n[ 0.140488] AppArmor: AppArmor initialized\n[ 0.141378] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144451] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145684] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147075] Initializing cgroup subsys io\n[ 0.147896] Initializing cgroup subsys memory\n[ 0.148771] Initializing cgroup subsys devices\n[ 0.149652] Initializing cgroup subsys freezer\n[ 0.150525] Initializing cgroup subsys net_cls\n[ 0.151400] Initializing cgroup subsys perf_event\n[ 0.152317] Initializing cgroup subsys net_prio\n[ 0.153209] Initializing cgroup subsys hugetlb\n[ 0.154089] Initializing cgroup subsys pids\n[ 0.154971] CPU: Physical Processor ID: 0\n[ 0.156472] mce: CPU supports 10 MCE banks\n[ 0.157333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158339] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169177] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175655] ftrace: allocating 32123 entries in 126 pages\n[ 0.202480] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203706] smpboot: Max logical packages: 1\n[ 0.204710] x2apic enabled\n[ 0.205536] Switched APIC routing to physical x2apic.\n[ 0.207299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212241] KVM setup paravirtual spinlock\n[ 0.213539] x86: Booted up 1 node, 1 CPUs\n[ 0.214359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215763] devtmpfs: initialized\n[ 0.218226] evm: security.selinux\n[ 0.218938] evm: security.SMACK64\n[ 0.219640] evm: security.SMACK64EXEC\n[ 0.220389] evm: security.SMACK64TRANSMUTE\n[ 0.221208] evm: security.SMACK64MMAP\n[ 0.221963] evm: security.ima\n[ 0.222613] evm: security.capability\n[ 0.223423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225301] pinctrl core: initialized pinctrl subsystem\n[ 0.226403] RTC time: 7:40:27, date: 08/29/18\n[ 0.227351] NET: Registered protocol family 16\n[ 0.228330] cpuidle: using governor ladder\n[ 0.229152] cpuidle: using governor menu\n[ 0.229952] PCCT header not found.\n[ 0.230713] ACPI: bus type PCI registered\n[ 0.231522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232774] PCI: Using configuration type 1 for base access\n[ 0.234939] ACPI: Added _OSI(Module Device)\n[ 0.235792] ACPI: Added _OSI(Processor Device)\n[ 0.236663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237572] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239722] ACPI: Interpreter enabled\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241202] ACPI: Using IOAPIC for interrupt routing\n[ 0.242158] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247603] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248795] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251146] acpiphp: Slot [3] registered\n[ 0.251950] acpiphp: Slot [4] registered\n[ 0.252745] acpiphp: Slot [5] registered\n[ 0.253547] acpiphp: Slot [6] registered\n[ 0.254345] acpiphp: Slot [7] registered\n[ 0.255133] acpiphp: Slot [8] registered\n[ 0.255929] acpiphp: Slot [9] registered\n[ 0.256725] acpiphp: Slot [10] registered\n[ 0.257539] acpiphp: Slot [11] registered\n[ 0.258351] acpiphp: Slot [12] registered\n[ 0.259157] acpiphp: Slot [13] registered\n[ 0.259973] acpiphp: Slot [14] registered\n[ 0.270902] acpiphp: Slot [15] registered\n[ 0.271717] acpiphp: Slot [16] registered\n[ 0.272525] acpiphp: Slot [17] registered\n[ 0.273334] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274951] acpiphp: Slot [20] registered\n[ 0.275760] acpiphp: Slot [21] registered\n[ 0.276568] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278182] acpiphp: Slot [24] registered\n[ 0.278997] acpiphp: Slot [25] registered\n[ 0.279809] acpiphp: Slot [26] registered\n[ 0.280618] acpiphp: Slot [27] registered\n[ 0.281425] acpiphp: Slot [28] registered\n[ 0.282231] acpiphp: Slot [29] registered\n[ 0.283047] acpiphp: Slot [30] registered\n[ 0.283857] acpiphp: Slot [31] registered\n[ 0.284658] PCI host bridge to bus 0000:00\n[ 0.285469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289342] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290783] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299610] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354519] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365642] vgaarb: loaded\n[ 0.366247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367418] SCSI subsystem initialized\n[ 0.368256] ACPI: bus type USB registered\n[ 0.369089] usbcore: registered new interface driver usbfs\n[ 0.370132] usbcore: registered new interface driver hub\n[ 0.371149] usbcore: registered new device driver usb\n[ 0.372207] PCI: Using ACPI for IRQ routing\n[ 0.373243] NetLabel: Initializing\n[ 0.373967] NetLabel: domain hash size = 128\n[ 0.374835] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375803] NetLabel: unlabeled traffic allowed by default\n[ 0.376903] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377888] clocksource: Switched to clocksource kvm-clock\n[ 0.383512] AppArmor: AppArmor Filesystem Enabled\n[ 0.384499] pnp: PnP ACPI init\n[ 0.385419] pnp: PnP ACPI: found 5 devices\n[ 0.391468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393185] NET: Registered protocol family 2\n[ 0.394154] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395451] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397842] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398946] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400141] NET: Registered protocol family 1\n[ 0.401020] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417355] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431723] Trying to unpack rootfs image as initramfs...\n[ 1.729808] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.746140] Scanning for low memory corruption every 60 seconds\n[ 1.747509] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.748666] audit: initializing netlink subsys (disabled)\n[ 1.749713] audit: type=2000 audit(1535528429.413:1): initialized\n[ 1.751053] Initialise system trusted keyring\n[ 1.751999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.753172] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.755169] zbud: loaded\n[ 1.755887] VFS: Disk quotas dquot_6.6.0\n[ 1.756710] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.758126] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759356] fuse init (API version 7.23)\n[ 1.760235] Key type big_key registered\n[ 1.761034] Allocating IMA MOK and blacklist keyrings.\n[ 1.762163] Key type asymmetric registered\n[ 1.762997] Asymmetric key parser 'x509' registered\n[ 1.763953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765425] io scheduler noop registered\n[ 1.766231] io scheduler deadline registered (default)\n[ 1.767229] io scheduler cfq registered\n[ 1.768067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769113] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771865] ACPI: Power Button [PWRF]\n[ 1.772725] GHES: HEST is not enabled!\n[ 1.786574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.818050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.842334] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.844445] Linux agpgart interface v0.103\n[ 1.846476] brd: module loaded\n[ 1.847727] loop: module loaded\n[ 1.849236] vda: vda1\n[ 1.850663] scsi host0: ata_piix\n[ 1.851410] scsi host1: ata_piix\n[ 1.852124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.853366] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854829] libphy: Fixed MDIO Bus: probed\n[ 1.855658] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856620] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858783] PPP generic driver version 2.4.2\n[ 1.859688] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860951] ehci-pci: EHCI PCI platform driver\n[ 1.861830] ehci-platform: EHCI generic platform driver\n[ 1.862859] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.864021] ohci-pci: OHCI PCI platform driver\n[ 1.864901] ohci-platform: OHCI generic platform driver\n[ 1.865905] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880448] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881463] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883978] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.885124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887807] usb usb1: Product: UHCI Host Controller\n[ 1.888752] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889908] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890918] hub 1-0:1.0: USB hub found\n[ 1.891706] hub 1-0:1.0: 2 ports detected\n[ 1.892623] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894771] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896789] mousedev: PS/2 mouse device common for all mice\n[ 1.898068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899939] rtc_cmos 00:00: RTC can wake from S4\n[ 1.901048] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902283] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903513] i2c /dev entries driver\n[ 1.904275] device-mapper: uevent: version 1.0.3\n[ 1.905217] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908166] NET: Registered protocol family 10\n[ 1.909173] NET: Registered protocol family 17\n[ 1.910088] Key type dns_resolver registered\n[ 1.911044] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913953] registered taskstats version 1\n[ 1.914808] Loading compiled-in X.509 certificates\n[ 1.916247] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918124] zswap: loaded using pool lzo/zbud\n[ 1.919945] Key type trusted registered\n[ 1.922213] Key type encrypted registered\n[ 1.923079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924124] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925176] evm: HMAC attrs: 0x1\n[ 1.926142] Magic number: 14:66:674\n[ 1.926998] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:29 UTC (1535528429)\n[ 1.928622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929750] EDD information not available.\n[ 2.010667] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012141] ata1.00: configured for MWDMA2\n[ 2.013369] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015723] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016978] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028838] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030729] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032281] Write protecting the kernel read-only data: 14336k\n[ 2.033838] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.044408] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046461] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048373] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050236] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052087] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053958] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055792] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057581] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059924] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061731] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091433] virtio_net virtio0 ens3: renamed from eth0\n[ 2.099363] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.101217] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.124849] AVX2 version of gcm_enc/dec engaged.\n[ 2.125821] AES CTR mode by8 optimization enabled\n[ 2.130236] FDC 0 is a S82078B\n[ 2.201925] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.366399] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.367675] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.368976] usb 1-1: Product: QEMU USB Tablet\n[ 2.369833] usb 1-1: Manufacturer: QEMU\n[ 2.370619] usb 1-1: SerialNumber: 42\n[ 2.377964] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.383734] usbcore: registered new interface driver usbhid\n[ 2.384862] usbhid: USB HID core driver\n[ 2.386619] 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.388886] 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.741957] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.743165] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.654403] md: linear personality registered for level -1\n[ 3.657587] md: multipath personality registered for level -4\n[ 3.660780] md: raid0 personality registered for level 0\n[ 3.664159] md: raid1 personality registered for level 1\n[ 3.733892] raid6: sse2x1 gen() 11424 MB/s\n[ 3.801892] raid6: sse2x1 xor() 8822 MB/s\n[ 3.869893] raid6: sse2x2 gen() 14422 MB/s\n[ 3.937895] raid6: sse2x2 xor() 9582 MB/s\n[ 4.005895] raid6: sse2x4 gen() 16881 MB/s\n[ 4.073893] raid6: sse2x4 xor() 11749 MB/s\n[ 4.141894] raid6: avx2x1 gen() 22167 MB/s\n[ 4.209895] raid6: avx2x2 gen() 25789 MB/s\n[ 4.277894] raid6: avx2x4 gen() 29727 MB/s\n[ 4.279014] raid6: using algorithm avx2x4 gen() 29727 MB/s\n[ 4.280328] raid6: using avx2x2 recovery algorithm\n[ 4.283237] xor: automatically using best checksumming function:\n[ 4.321891] avx : 35666.000 MB/sec\n[ 4.324207] async_tx: api initialized (async)\n[ 4.333536] md: raid6 personality registered for level 6\n[ 4.334863] md: raid5 personality registered for level 5\n[ 4.336138] md: raid4 personality registered for level 4\n[ 4.341009] 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.367265] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.398312] 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.489212] 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.493383] systemd[1]: Detected virtualization kvm.\n[ 4.494602] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.499620] systemd[1]: Set hostname to .\n[ 4.503835] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.505288] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.622097] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.625087] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.627992] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.630924] 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.634860] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.637736] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.641332] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.644065] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.647227] 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.652206] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.655725] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.662510] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.665766] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.668601] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.671326] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.673469] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.677007] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.678867] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.681494] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.684657] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.686795] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.690785] Loading iSCSI transport class v2.0-870.\n[ 4.692082] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.694774] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.[ 4.700228] iscsi: registered transport (tcp)\n\n[ 4.701757] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.705864] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.713352] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.717989] 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.723459] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.727286] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.734459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.739133] 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.[ 4.743960] iscsi: registered transport (iser)\n\n[ 4.747956] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.751602] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.759285] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.766176] 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.774469] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.778820] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.786466] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.789366] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.792254] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.797654] 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 Initial cloud-init job (pre-networking)...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.276787] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:40:33 +0000. Up 5.59 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.340215] cloud-init[1016]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:40:35 +0000. Up 7.36 seconds.\n[ 8.342694] cloud-init[1016]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.348310] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.356128] cloud-init[1016]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.358912] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.364307] cloud-init[1016]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:ec:87:08 |\n[ 8.372120] cloud-init[1016]: ci-info: | ens3 | True | fe80::f816:3eff:feec:8708/64 | . | link | fa:16:3e:ec:87:08 |\n[ 8.374819] cloud-init[1016]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.380298] cloud-init[1016]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.384100] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.388095] cloud-init[1016]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.389841] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.394557] cloud-init[1016]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...[ 8.400336] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.401780] cloud-init[1016]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.403200] cloud-init[1016]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.408626] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.cloud-init[1016]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m\n[ 8.416777] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.418330] cloud-init[1016]: Generating public/private rsa key pair.\n[ 8.419310] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.425466] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.429639] cloud-init[1016]: The key fingerprint is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[ 8.432340] cloud-init[1016]: SHA256:dx9IpLLajxhsHcHiaETmFTWtxNZPdX63GBYDFj8EZ2E root@sdnvpn-13-2\n[ 8.433976] cloud-init[1016]: The key's randomart image is:\n[ 8.435102] cloud-init[1016]: +---[RSA 2048]----+\n\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m[ 8.440318] cloud-init[1016]: | o o+oo ==Eo .|\n[ 8.441287] cloud-init[1016]: | + . .+.+oB oo |\n[ 8.442272] cloud-init[1016]: | o .o+..o.= +|\n[ 8.443271] cloud-init[1016]: | . o ..+ .o.+ +|] Listening on LXD - unix socket.\n\n[ 8.448189] cloud-init[1016]: | o . S . o... |\n[ 8.451951] cloud-init[1016]: | . . + o . . . |\n[ 8.456935] cloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1016]: | = o . |\n[ 8.461123] cloud-init[1016]: | . o o |\n Starting Login to default iSCSI targets...\n[ 8.464454] cloud-init[1016]: | . . . |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.467916] cloud-init[1016]: +----[SHA256]-----+\n[ 8.469365] cloud-init[1016]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.475398] cloud-init Starting Pollinate to seed the pseudo random number generator...\n[1016]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n\n[ 8.487076] cloud-init Starting System Logging Service...\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...[1016]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started D-Bus System Message Bus.[ 8.518576] cloud-init\n[1016]: The key fingerprint is:\n[ 8.538667] cloud-init[1016]: SHA256:UkfIiYniqfoeCh71+C9OPUHasG7yXd28czQwPjhQ9Ls root@sdnvpn-13-2\n[ 8.546382] cloud-init[1016]: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...The key's randomart image is:\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n\n[ 8.596984] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[1016]: +---[DSA 1024]----+\n[ 8.611333] cloud-init[1016]: | . + oo. |\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.628913] cloud-init\n[1016]: | . . o +. .. |\n[ 8.641398] cloud-init[1016]: | . o . .. o . |\n[ 8.655327] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1016]: | o *. o o. |\n[ 8.664749] cloud-init[1016]: | . . o.oS . o.o |[[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...\n[[0;32m OK [0m\n[ 8.681604] cloud-init[1016]: |. . + ... .ooo.o |] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n\n[ 8.687404] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1016]: \n Starting Permit User Sessions...\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.\n|o..o = o . ..Eo .|\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.746763] cloud-init[1016]: |+...*.. o ... |\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.758356] cloud-init[1016]: |.+o .+oo .o |\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[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.798143] cloud-init[1016]: +----[SHA256]-----+\n Starting Set console scheme...\n[ 8.811518] cloud-init[1016]: [[0;32m OK [0m] Started Serial Getty on ttyS0.\nGenerating public/private ecdsa key pair.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.830691] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.839576] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.853389] cloud-init[1016]: The key fingerprint is:\n[ 8.856155] cloud-init[1016]: SHA256:BictuvFcW3dw64/IGNvyjw+UIi0+iEoEjOmAisMl8us root@sdnvpn-13-2\n[ 8.863124] cloud-init[1016]: The key's randomart image is:\n[ 8.868275] cloud-init[1016]: +---[ECDSA 256]---+\n[ 8.871623] cloud-init[1016]: | |\n[ 8.873607] cloud-init[1016]: |+. . |\n[ 8.876135] cloud-init[1016]: |Bo . + o . . |\n[ 8.878996] cloud-init[1016]: |Boo . = . + . |\n[ 8.882343] cloud-init[1016]: |+oo o S + + o |\n[ 8.885401] cloud-init[1016]: | o . * = = + o |\n[ 8.888324] cloud-init[1016]: | o o + + . . . |\n[ 8.891656] cloud-init[1016]: | o . ..* + o |\n[ 8.894402] cloud-init[1016]: | E oo*o+ .|\n[ 8.897821] cloud-init[1016]: +----[SHA256]-----+\n[ 8.900893] cloud-init[1016]: Generating public/private ed25519 key pair.\n[ 8.904161] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.908740] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.916265] cloud-init[1016]: The key fingerprint is:\n[ 8.919251] cloud-init[1016]: SHA256:EcintljZX33ODrQ99k93KaprMWC3/n0jYlz/FLEvyfY root@sdnvpn-13-2\n[ 8.925177] cloud-init[1016]: The key's randomart image is:\n[ 8.926621] cloud-init[1016]: +--[ED25519 256]--+\n[ 8.932082] cloud-init[1016]: | . .. |\n[ 8.933450] cloud-init[1016]: | o .. |\n[ 8.934719] cloud-init[1016]: | =. . . |\n[ 8.936545] cloud-init[1016]: | =o.o . o +|\n[ 8.940085] cloud-init[1016]: | +..S... . O |\n[ 8.943510] cloud-init[1016]: | . . +. oo+B|\n[ 8.944891] cloud-init[1016]: | . + ..B+O|\n[ 8.948082] cloud-init[1016]: | o +oo.O=|\n[ 8.952085] cloud-init[1016]: | .o=o..o E|\n[ 8.953678] cloud-init[1016]: +----[SHA256]-----+\n[ 9.152285] cloud-init[1135]: 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.758075] cloud-init[1135]: en_US.UTF-8... done\n[ 9.760072] cloud-init[1135]: Generation complete.\n[ 10.404821] cloud-init[1135]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 29 Aug 2018 07:40:36 +0000. Up 9.09 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.709512] cloud-init[1389]: + sudo useradd -m sdnvpn\n[ 10.773449] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.179780] cloud-init[1389]: + sudo adduser sdnvpn sudo\n[ 11.211045] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.245506] cloud-init[1389]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.249647] cloud-init[1389]: Adding user sdnvpn to group sudo\n[ 11.504039] cloud-init[1389]: Done.\n[ 11.506066] cloud-init[1389]: + chpasswd\n[ 11.508059] cloud-init[1389]: + sudo echo sdnvpn:opnfv\n[ 11.563523] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.587433] cloud-init[1389]: + sleep 20\n"} 2018-08-29 07:40:41,880 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-933ee04a-131c-4a30-9fcd-adc61c8bb8df 2018-08-29 07:40:43,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b17420a3d89599a06cb622d6fb786297988942" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:40:44,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d544bc89-69ce-4c0d-ad46-a3db968c9849 x-compute-request-id: req-d544bc89-69ce-4c0d-ad46-a3db968c9849 Content-Encoding: gzip Content-Length: 13595 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 595106183 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.133680] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135343] pid_max: default: 32768 minimum: 301\n[ 0.136236] ACPI: Core revision 20150930\n[ 0.137624] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138936] Security Framework initialized\n[ 0.139755] Yama: becoming mindful.\n[ 0.140488] AppArmor: AppArmor initialized\n[ 0.141378] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142788] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144451] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145684] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147075] Initializing cgroup subsys io\n[ 0.147896] Initializing cgroup subsys memory\n[ 0.148771] Initializing cgroup subsys devices\n[ 0.149652] Initializing cgroup subsys freezer\n[ 0.150525] Initializing cgroup subsys net_cls\n[ 0.151400] Initializing cgroup subsys perf_event\n[ 0.152317] Initializing cgroup subsys net_prio\n[ 0.153209] Initializing cgroup subsys hugetlb\n[ 0.154089] Initializing cgroup subsys pids\n[ 0.154971] CPU: Physical Processor ID: 0\n[ 0.156472] mce: CPU supports 10 MCE banks\n[ 0.157333] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158339] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169177] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175655] ftrace: allocating 32123 entries in 126 pages\n[ 0.202480] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203706] smpboot: Max logical packages: 1\n[ 0.204710] x2apic enabled\n[ 0.205536] Switched APIC routing to physical x2apic.\n[ 0.207299] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208424] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210437] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.212241] KVM setup paravirtual spinlock\n[ 0.213539] x86: Booted up 1 node, 1 CPUs\n[ 0.214359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215763] devtmpfs: initialized\n[ 0.218226] evm: security.selinux\n[ 0.218938] evm: security.SMACK64\n[ 0.219640] evm: security.SMACK64EXEC\n[ 0.220389] evm: security.SMACK64TRANSMUTE\n[ 0.221208] evm: security.SMACK64MMAP\n[ 0.221963] evm: security.ima\n[ 0.222613] evm: security.capability\n[ 0.223423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225301] pinctrl core: initialized pinctrl subsystem\n[ 0.226403] RTC time: 7:40:27, date: 08/29/18\n[ 0.227351] NET: Registered protocol family 16\n[ 0.228330] cpuidle: using governor ladder\n[ 0.229152] cpuidle: using governor menu\n[ 0.229952] PCCT header not found.\n[ 0.230713] ACPI: bus type PCI registered\n[ 0.231522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.232774] PCI: Using configuration type 1 for base access\n[ 0.234939] ACPI: Added _OSI(Module Device)\n[ 0.235792] ACPI: Added _OSI(Processor Device)\n[ 0.236663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237572] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239722] ACPI: Interpreter enabled\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241202] ACPI: Using IOAPIC for interrupt routing\n[ 0.242158] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246381] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247603] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248795] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251146] acpiphp: Slot [3] registered\n[ 0.251950] acpiphp: Slot [4] registered\n[ 0.252745] acpiphp: Slot [5] registered\n[ 0.253547] acpiphp: Slot [6] registered\n[ 0.254345] acpiphp: Slot [7] registered\n[ 0.255133] acpiphp: Slot [8] registered\n[ 0.255929] acpiphp: Slot [9] registered\n[ 0.256725] acpiphp: Slot [10] registered\n[ 0.257539] acpiphp: Slot [11] registered\n[ 0.258351] acpiphp: Slot [12] registered\n[ 0.259157] acpiphp: Slot [13] registered\n[ 0.259973] acpiphp: Slot [14] registered\n[ 0.270902] acpiphp: Slot [15] registered\n[ 0.271717] acpiphp: Slot [16] registered\n[ 0.272525] acpiphp: Slot [17] registered\n[ 0.273334] acpiphp: Slot [18] registered\n[ 0.274138] acpiphp: Slot [19] registered\n[ 0.274951] acpiphp: Slot [20] registered\n[ 0.275760] acpiphp: Slot [21] registered\n[ 0.276568] acpiphp: Slot [22] registered\n[ 0.277378] acpiphp: Slot [23] registered\n[ 0.278182] acpiphp: Slot [24] registered\n[ 0.278997] acpiphp: Slot [25] registered\n[ 0.279809] acpiphp: Slot [26] registered\n[ 0.280618] acpiphp: Slot [27] registered\n[ 0.281425] acpiphp: Slot [28] registered\n[ 0.282231] acpiphp: Slot [29] registered\n[ 0.283047] acpiphp: Slot [30] registered\n[ 0.283857] acpiphp: Slot [31] registered\n[ 0.284658] PCI host bridge to bus 0000:00\n[ 0.285469] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287897] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289342] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.290783] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297162] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299610] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300873] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307366] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308799] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354519] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361592] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362996] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365642] vgaarb: loaded\n[ 0.366247] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367418] SCSI subsystem initialized\n[ 0.368256] ACPI: bus type USB registered\n[ 0.369089] usbcore: registered new interface driver usbfs\n[ 0.370132] usbcore: registered new interface driver hub\n[ 0.371149] usbcore: registered new device driver usb\n[ 0.372207] PCI: Using ACPI for IRQ routing\n[ 0.373243] NetLabel: Initializing\n[ 0.373967] NetLabel: domain hash size = 128\n[ 0.374835] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375803] NetLabel: unlabeled traffic allowed by default\n[ 0.376903] amd_nb: Cannot enumerate AMD northbridges\n[ 0.377888] clocksource: Switched to clocksource kvm-clock\n[ 0.383512] AppArmor: AppArmor Filesystem Enabled\n[ 0.384499] pnp: PnP ACPI init\n[ 0.385419] pnp: PnP ACPI: found 5 devices\n[ 0.391468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393185] NET: Registered protocol family 2\n[ 0.394154] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.395451] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.396652] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.397842] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398946] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.400141] NET: Registered protocol family 1\n[ 0.401020] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417355] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431723] Trying to unpack rootfs image as initramfs...\n[ 1.729808] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.746140] Scanning for low memory corruption every 60 seconds\n[ 1.747509] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.748666] audit: initializing netlink subsys (disabled)\n[ 1.749713] audit: type=2000 audit(1535528429.413:1): initialized\n[ 1.751053] Initialise system trusted keyring\n[ 1.751999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.753172] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.755169] zbud: loaded\n[ 1.755887] VFS: Disk quotas dquot_6.6.0\n[ 1.756710] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.758126] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.759356] fuse init (API version 7.23)\n[ 1.760235] Key type big_key registered\n[ 1.761034] Allocating IMA MOK and blacklist keyrings.\n[ 1.762163] Key type asymmetric registered\n[ 1.762997] Asymmetric key parser 'x509' registered\n[ 1.763953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.765425] io scheduler noop registered\n[ 1.766231] io scheduler deadline registered (default)\n[ 1.767229] io scheduler cfq registered\n[ 1.768067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.769113] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.770392] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.771865] ACPI: Power Button [PWRF]\n[ 1.772725] GHES: HEST is not enabled!\n[ 1.786574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.815441] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.818050] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.842334] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.844445] Linux agpgart interface v0.103\n[ 1.846476] brd: module loaded\n[ 1.847727] loop: module loaded\n[ 1.849236] vda: vda1\n[ 1.850663] scsi host0: ata_piix\n[ 1.851410] scsi host1: ata_piix\n[ 1.852124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.853366] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.854829] libphy: Fixed MDIO Bus: probed\n[ 1.855658] tun: Universal TUN/TAP device driver, 1.6\n[ 1.856620] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.858783] PPP generic driver version 2.4.2\n[ 1.859688] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.860951] ehci-pci: EHCI PCI platform driver\n[ 1.861830] ehci-platform: EHCI generic platform driver\n[ 1.862859] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.864021] ohci-pci: OHCI PCI platform driver\n[ 1.864901] ohci-platform: OHCI generic platform driver\n[ 1.865905] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.880448] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.881463] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.882954] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.883978] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.885124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.886368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.887807] usb usb1: Product: UHCI Host Controller\n[ 1.888752] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.889908] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.890918] hub 1-0:1.0: USB hub found\n[ 1.891706] hub 1-0:1.0: 2 ports detected\n[ 1.892623] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.894771] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.895737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.896789] mousedev: PS/2 mouse device common for all mice\n[ 1.898068] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.899939] rtc_cmos 00:00: RTC can wake from S4\n[ 1.901048] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.902283] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.903513] i2c /dev entries driver\n[ 1.904275] device-mapper: uevent: version 1.0.3\n[ 1.905217] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.906883] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.908166] NET: Registered protocol family 10\n[ 1.909173] NET: Registered protocol family 17\n[ 1.910088] Key type dns_resolver registered\n[ 1.911044] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.912151] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.913953] registered taskstats version 1\n[ 1.914808] Loading compiled-in X.509 certificates\n[ 1.916247] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.918124] zswap: loaded using pool lzo/zbud\n[ 1.919945] Key type trusted registered\n[ 1.922213] Key type encrypted registered\n[ 1.923079] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.924124] ima: No TPM chip found, activating TPM-bypass!\n[ 1.925176] evm: HMAC attrs: 0x1\n[ 1.926142] Magic number: 14:66:674\n[ 1.926998] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:29 UTC (1535528429)\n[ 1.928622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.929750] EDD information not available.\n[ 2.010667] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012141] ata1.00: configured for MWDMA2\n[ 2.013369] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.015723] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016978] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028838] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030729] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.032281] Write protecting the kernel read-only data: 14336k\n[ 2.033838] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035608] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.044408] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046461] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048373] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050236] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.052087] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053958] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055792] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057581] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.059924] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.061731] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091433] virtio_net virtio0 ens3: renamed from eth0\n[ 2.099363] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.101217] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.124849] AVX2 version of gcm_enc/dec engaged.\n[ 2.125821] AES CTR mode by8 optimization enabled\n[ 2.130236] FDC 0 is a S82078B\n[ 2.201925] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.366399] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.367675] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.368976] usb 1-1: Product: QEMU USB Tablet\n[ 2.369833] usb 1-1: Manufacturer: QEMU\n[ 2.370619] usb 1-1: SerialNumber: 42\n[ 2.377964] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.383734] usbcore: registered new interface driver usbhid\n[ 2.384862] usbhid: USB HID core driver\n[ 2.386619] 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.388886] 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.741957] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 2.743165] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.654403] md: linear personality registered for level -1\n[ 3.657587] md: multipath personality registered for level -4\n[ 3.660780] md: raid0 personality registered for level 0\n[ 3.664159] md: raid1 personality registered for level 1\n[ 3.733892] raid6: sse2x1 gen() 11424 MB/s\n[ 3.801892] raid6: sse2x1 xor() 8822 MB/s\n[ 3.869893] raid6: sse2x2 gen() 14422 MB/s\n[ 3.937895] raid6: sse2x2 xor() 9582 MB/s\n[ 4.005895] raid6: sse2x4 gen() 16881 MB/s\n[ 4.073893] raid6: sse2x4 xor() 11749 MB/s\n[ 4.141894] raid6: avx2x1 gen() 22167 MB/s\n[ 4.209895] raid6: avx2x2 gen() 25789 MB/s\n[ 4.277894] raid6: avx2x4 gen() 29727 MB/s\n[ 4.279014] raid6: using algorithm avx2x4 gen() 29727 MB/s\n[ 4.280328] raid6: using avx2x2 recovery algorithm\n[ 4.283237] xor: automatically using best checksumming function:\n[ 4.321891] avx : 35666.000 MB/sec\n[ 4.324207] async_tx: api initialized (async)\n[ 4.333536] md: raid6 personality registered for level 6\n[ 4.334863] md: raid5 personality registered for level 5\n[ 4.336138] md: raid4 personality registered for level 4\n[ 4.341009] 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.367265] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.398312] 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.489212] 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.493383] systemd[1]: Detected virtualization kvm.\n[ 4.494602] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.499620] systemd[1]: Set hostname to .\n[ 4.503835] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.505288] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.622097] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.625087] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.627992] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.630924] 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.634860] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.637736] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.641332] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.644065] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.647227] 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.652206] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.655725] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.662510] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.665766] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.668601] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.671326] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.673469] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.677007] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.678867] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.681494] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.684657] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.686795] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.690785] Loading iSCSI transport class v2.0-870.\n[ 4.692082] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.694774] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.[ 4.700228] iscsi: registered transport (tcp)\n\n[ 4.701757] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.705864] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.713352] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.717989] 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.723459] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.727286] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.734459] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.739133] 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.[ 4.743960] iscsi: registered transport (iser)\n\n[ 4.747956] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.751602] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.759285] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.766176] 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.774469] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.778820] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.786466] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.789366] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.792254] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.797654] 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 Initial cloud-init job (pre-networking)...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.276787] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 29 Aug 2018 07:40:33 +0000. Up 5.59 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 8.340215] cloud-init[1016]: Cloud-init v. 0.7.9 running 'init' at Wed, 29 Aug 2018 07:40:35 +0000. Up 7.36 seconds.\n[ 8.342694] cloud-init[1016]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.348310] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.356128] cloud-init[1016]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.358912] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.364307] cloud-init[1016]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:ec:87:08 |\n[ 8.372120] cloud-init[1016]: ci-info: | ens3 | True | fe80::f816:3eff:feec:8708/64 | . | link | fa:16:3e:ec:87:08 |\n[ 8.374819] cloud-init[1016]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.380298] cloud-init[1016]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.384100] cloud-init[1016]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.388095] cloud-init[1016]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.389841] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.394557] cloud-init[1016]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...[ 8.400336] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.401780] cloud-init[1016]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.403200] cloud-init[1016]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.408626] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n Starting Socket activation for snappy daemon.cloud-init[1016]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m\n[ 8.416777] cloud-init[1016]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.418330] cloud-init[1016]: Generating public/private rsa key pair.\n[ 8.419310] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n\n[ 8.425466] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.429639] cloud-init[1016]: The key fingerprint is:\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.[ 8.432340] cloud-init[1016]: SHA256:dx9IpLLajxhsHcHiaETmFTWtxNZPdX63GBYDFj8EZ2E root@sdnvpn-13-2\n[ 8.433976] cloud-init[1016]: The key's randomart image is:\n[ 8.435102] cloud-init[1016]: +---[RSA 2048]----+\n\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m[ 8.440318] cloud-init[1016]: | o o+oo ==Eo .|\n[ 8.441287] cloud-init[1016]: | + . .+.+oB oo |\n[ 8.442272] cloud-init[1016]: | o .o+..o.= +|\n[ 8.443271] cloud-init[1016]: | . o ..+ .o.+ +|] Listening on LXD - unix socket.\n\n[ 8.448189] cloud-init[1016]: | o . S . o... |\n[ 8.451951] cloud-init[1016]: | . . + o . . . |\n[ 8.456935] cloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1016]: | = o . |\n[ 8.461123] cloud-init[1016]: | . o o |\n Starting Login to default iSCSI targets...\n[ 8.464454] cloud-init[1016]: | . . . |\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.467916] cloud-init[1016]: +----[SHA256]-----+\n[ 8.469365] cloud-init[1016]: Generating public/private dsa key pair.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[ 8.475398] cloud-init Starting Pollinate to seed the pseudo random number generator...\n[1016]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n\n[ 8.487076] cloud-init Starting System Logging Service...\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...[1016]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started D-Bus System Message Bus.[ 8.518576] cloud-init\n[1016]: The key fingerprint is:\n[ 8.538667] cloud-init[1016]: SHA256:UkfIiYniqfoeCh71+C9OPUHasG7yXd28czQwPjhQ9Ls root@sdnvpn-13-2\n[ 8.546382] cloud-init[1016]: Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...The key's randomart image is:\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n\n[ 8.596984] cloud-init[[0;32m OK [0m] Started Login to default iSCSI targets.\n[1016]: +---[DSA 1024]----+\n[ 8.611333] cloud-init[1016]: | . + oo. |\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.628913] cloud-init\n[1016]: | . . o +. .. |\n[ 8.641398] cloud-init[1016]: | . o . .. o . |\n[ 8.655327] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1016]: | o *. o o. |\n[ 8.664749] cloud-init[1016]: | . . o.oS . o.o |[[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...\n[[0;32m OK [0m\n[ 8.681604] cloud-init[1016]: |. . + ... .ooo.o |] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n\n[ 8.687404] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1016]: \n Starting Permit User Sessions...\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.\n|o..o = o . ..Eo .|\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[ 8.746763] cloud-init[1016]: |+...*.. o ... |\n\n[[0;32m OK [0m] Started Accounts Service.\n[ 8.758356] cloud-init[1016]: |.+o .+oo .o |\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[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 8.798143] cloud-init[1016]: +----[SHA256]-----+\n Starting Set console scheme...\n[ 8.811518] cloud-init[1016]: [[0;32m OK [0m] Started Serial Getty on ttyS0.\nGenerating public/private ecdsa key pair.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.830691] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.839576] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.853389] cloud-init[1016]: The key fingerprint is:\n[ 8.856155] cloud-init[1016]: SHA256:BictuvFcW3dw64/IGNvyjw+UIi0+iEoEjOmAisMl8us root@sdnvpn-13-2\n[ 8.863124] cloud-init[1016]: The key's randomart image is:\n[ 8.868275] cloud-init[1016]: +---[ECDSA 256]---+\n[ 8.871623] cloud-init[1016]: | |\n[ 8.873607] cloud-init[1016]: |+. . |\n[ 8.876135] cloud-init[1016]: |Bo . + o . . |\n[ 8.878996] cloud-init[1016]: |Boo . = . + . |\n[ 8.882343] cloud-init[1016]: |+oo o S + + o |\n[ 8.885401] cloud-init[1016]: | o . * = = + o |\n[ 8.888324] cloud-init[1016]: | o o + + . . . |\n[ 8.891656] cloud-init[1016]: | o . ..* + o |\n[ 8.894402] cloud-init[1016]: | E oo*o+ .|\n[ 8.897821] cloud-init[1016]: +----[SHA256]-----+\n[ 8.900893] cloud-init[1016]: Generating public/private ed25519 key pair.\n[ 8.904161] cloud-init[1016]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.908740] cloud-init[1016]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.916265] cloud-init[1016]: The key fingerprint is:\n[ 8.919251] cloud-init[1016]: SHA256:EcintljZX33ODrQ99k93KaprMWC3/n0jYlz/FLEvyfY root@sdnvpn-13-2\n[ 8.925177] cloud-init[1016]: The key's randomart image is:\n[ 8.926621] cloud-init[1016]: +--[ED25519 256]--+\n[ 8.932082] cloud-init[1016]: | . .. |\n[ 8.933450] cloud-init[1016]: | o .. |\n[ 8.934719] cloud-init[1016]: | =. . . |\n[ 8.936545] cloud-init[1016]: | =o.o . o +|\n[ 8.940085] cloud-init[1016]: | +..S... . O |\n[ 8.943510] cloud-init[1016]: | . . +. oo+B|\n[ 8.944891] cloud-init[1016]: | . + ..B+O|\n[ 8.948082] cloud-init[1016]: | o +oo.O=|\n[ 8.952085] cloud-init[1016]: | .o=o..o E|\n[ 8.953678] cloud-init[1016]: +----[SHA256]-----+\n[ 9.152285] cloud-init[1135]: 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.758075] cloud-init[1135]: en_US.UTF-8... done\n[ 9.760072] cloud-init[1135]: Generation complete.\n[ 10.404821] cloud-init[1135]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 29 Aug 2018 07:40:36 +0000. Up 9.09 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.709512] cloud-init[1389]: + sudo useradd -m sdnvpn\n[ 10.773449] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.179780] cloud-init[1389]: + sudo adduser sdnvpn sudo\n[ 11.211045] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.245506] cloud-init[1389]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.249647] cloud-init[1389]: Adding user sdnvpn to group sudo\n[ 11.504039] cloud-init[1389]: Done.\n[ 11.506066] cloud-init[1389]: + chpasswd\n[ 11.508059] cloud-init[1389]: + sudo echo sdnvpn:opnfv\n[ 11.563523] cloud-init[1389]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.587433] cloud-init[1389]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-08-29 07:40:44,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-d544bc89-69ce-4c0d-ad46-a3db968c9849 2018-08-29 07:40:47,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" 2018-08-29 07:40:47,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-71dba5fd-c12d-44b6-aa9d-03f42ef74423 Date: Wed, 29 Aug 2018 07:40:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:37:35Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-08-29T07:37:46Z", "visibility": "public", "locations": [{"url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6/snap", "metadata": {}}], "self": "/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "min_disk": 0, "protected": false, "id": "a75e06c5-f761-4bb4-ab4a-9ca3685444e6", "file": "/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "8331fb80acb1488a84bc7cffea257dab", "direct_url": "rbd://b7086a68-39a0-46a6-849e-a9758cfe92f8/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-29 07:40:47,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images?limit=20 used request id req-71dba5fd-c12d-44b6-aa9d-03f42ef74423 2018-08-29 07:40:47,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" 2018-08-29 07:40:47,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2011d06c-26e5-42c8-9b5a-4a1a86091c10 Date: Wed, 29 Aug 2018 07:40: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-08-29 07:40:47,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/schemas/image used request id req-2011d06c-26e5-42c8-9b5a-4a1a86091c10 2018-08-29 07:40:47,757 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-29 07:40:47,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-29 07:40:47,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf X-Openstack-Request-Id: req-1f56dec7-3bec-458c-a63c-abf91e2e7c4b Date: Wed, 29 Aug 2018 07:40:47 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-08-29T07:40:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-08-29T07:40:47Z", "visibility": "public", "locations": [], "self": "/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "min_disk": 0, "protected": false, "id": "2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "file": "/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf/file", "checksum": null, "owner": "8331fb80acb1488a84bc7cffea257dab", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-08-29 07:40:47,990 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-1f56dec7-3bec-458c-a63c-abf91e2e7c4b 2018-08-29 07:40:48,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" -d '' 2018-08-29 07:40:49,004 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-656ef2e7-eacf-4694-a634-f4fbdf0f07b0 Date: Wed, 29 Aug 2018 07:40:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:40:49,004 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf/file used request id req-656ef2e7-eacf-4694-a634-f4fbdf0f07b0 2018-08-29 07:40:49,005 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-08-29 07:40:49,005 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=2e45a2ca-cf6d-49a1-bc70-f3c508038bcf network=b4ed1ad9-91bf-4cdf-9758-d216bea07d9e secgroup=853cbd19-26e0-46b6-b5fd-cdd50e9b2673 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-08-29 07:40:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:40:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:40:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:40:49,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:40:49,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:40:49,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:40:49,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:40:49,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:40:49,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:40:49,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:40:49,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-29 07:40:49,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-29 07:40:49,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-29 07:40:49,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-29 07:40:49,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-29 07:40:49,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-29 07:40:49,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-29 07:40:49,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-29 07:40:49,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-29 07:40:49,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:40:49,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9997a54b-b02c-413a-a44e-12094c2b2b84 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:40:49,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-9997a54b-b02c-413a-a44e-12094c2b2b84 2018-08-29 07:40:49,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:40:49,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["-MeIoyENSryR6rn_KSj81g"], "issued_at": "2018-08-29T07:40:49.000000Z"}} 2018-08-29 07:40:49,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" 2018-08-29 07:40:49,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce895be9-28eb-4db0-9765-e2f8d09fda76 x-compute-request-id: req-ce895be9-28eb-4db0-9765-e2f8d09fda76 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/bc96f23f-ecec-43fd-ad21-ac0aac0f7d6f", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-29 07:40:49,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-ce895be9-28eb-4db0-9765-e2f8d09fda76 2018-08-29 07:40:49,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" 2018-08-29 07:40:49,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b82f620-3ea1-4ef1-a0c4-762e0993a51c x-compute-request-id: req-2b82f620-3ea1-4ef1-a0c4-762e0993a51c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-08-29 07:40:49,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 used request id req-2b82f620-3ea1-4ef1-a0c4-762e0993a51c 2018-08-29 07:40:49,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b4ed1ad9-91bf-4cdf-9758-d216bea07d9e"}], "config_drive": true}}' 2018-08-29 07:40:51,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bdd8c3d-636d-4e18-8e00-b0e75cb94534 x-compute-request-id: req-7bdd8c3d-636d-4e18-8e00-b0e75cb94534 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "35f7187f-9621-4b6a-ade4-a62a04160561", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "bookmark"}], "adminPass": "JfqDZuDk7aGi"}} 2018-08-29 07:40:51,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-7bdd8c3d-636d-4e18-8e00-b0e75cb94534 2018-08-29 07:40:51,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-08-29 07:40:51,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb520c10-25f7-4267-98dc-b46f193cb444 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-29 07:40:51,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000/v3 used request id req-bb520c10-25f7-4267-98dc-b46f193cb444 2018-08-29 07:40:51,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-29 07:40:51,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a460152930ef4d1a8287ffc269a5335d", "name": "admin"}], "expires_at": "2018-08-29T08:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8331fb80acb1488a84bc7cffea257dab", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ef075ca2243490d9afefdae79930f41"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8e413fdc40e58319069f8ecc24c5"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8665dedbd62244a69b3327685dfe5a94"}], "type": "compute", "id": "0cd2276469e74cf6933569b57f7806e0", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "73ee49101cd24d37aed171b571e78fa1"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91f579500ada48e6b2b8545fc80cd370"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fda33677e87645a19d2e60b9008d6bdf"}], "type": "image", "id": "249a579e4ac24a3cabcfe4ba8a6d5082", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0c1048c1b1b74023830fd97d8b08636d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a2d1e4de83c4aba8b0c78ba8caeb336"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2bcfb51f8df47e281d2684d84694643"}], "type": "alarming", "id": "2fcfed1e9eac4651b1a948d166860ff4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d61a66a354e54e4182f1a070b3a35ddc"}, {"url": "http://172.30.9.24:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df9e777f51e2403989b84d0c5989a28f"}, {"url": "http://192.30.9.5:8776/v3/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3607353c33e47848c514cc510d6cafe"}], "type": "volumev3", "id": "304aebfa89054dedb471155799e1eb0b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37782e5cff1c4872bb77bbce0e9bec09"}, {"url": "http://172.30.9.24:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59e4f675d246481ea77fccc3ed59d8dc"}, {"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c81bd8f30f374f0287a299213c98b9ae"}], "type": "policy", "id": "4543a59c72174c02a199fb5ac318a88f", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00f7815f03c04615b1cbb08da448f738"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7648c82197844852a706b434e3c96bad"}, {"url": "http://192.30.9.5:8776/v2/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b4f6317e68b1406e8b7ee7360bd6d5fd"}], "type": "volumev2", "id": "7df65f74995b409699baf2c8c2ba74cc", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20e7da121b964216b6d2f12dcc1f4355"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33acfdf1edbf4a2f9bc587d4d9d41f42"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "addb077cdc4c4055af9644e7d5e25182"}], "type": "identity", "id": "992a92ced9ec409aa95e8e88e702c481", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "389bb97784a84b7e9136c10991075b6c"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7ed287b308d54b64ab9f1e5bff78a30c"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a18c94ff6bb74626b36200212e3dba8a"}], "type": "network", "id": "a15365a1a581407e89c39eb5fee15c36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "104e670a5f0945c39a873e8a0990bfbc"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d42cd5e0ddf4e5e8de9ef6f90d29817"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d5d152fa8ec847cbb5ac508dee1649fb"}], "type": "cloudformation", "id": "b55bf9a33666433f9e0dc2038d80030a", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ebd4c0fd4cb46659708ae4e476ba8d1"}, {"url": "http://172.30.9.24:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d62460c5c8f4da49ec1ad2b2c408066"}, {"url": "http://192.30.9.5:8004/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ef9b7b6053415d8901044eec2d0060"}], "type": "orchestration", "id": "cacf5bbaffac454caf05caa9f70f7c78", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1cd124ef15d44cd1b021f00bf1eeeba6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e90d9611dff4829a0a928120af48d95"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7687987fc5b743aa9f86241134a680fe"}], "type": "placement", "id": "cdc1616751f54625900a20f2aaed5667", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e3b1a6f25964f08a50ca558259b23ae"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54c103be0c894e2ca6e0a2a05f0ab290"}, {"url": "http://172.30.9.24:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7409ae632a204ebdbc50bd54e9884810"}], "type": "key-manager", "id": "da0777a63c1445b0aeeb947ffda11679", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59c15b140b094afeb47766bccf3ee713"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa962cea8d54465dbf414091d43bea01"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e385462c42a047ba8317cb31602af0f3"}], "type": "metric", "id": "dc5305c2e52943d6bd97ba908c24e645", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e4052f2a7e145cb9fb76339e6b70318"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86a596914e5349abb604d8e7afba392c"}, {"url": "http://192.30.9.5:8776/v1/8331fb80acb1488a84bc7cffea257dab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca1e1aef573e4cc6a96fc3387778cb81"}], "type": "volume", "id": "f2c70c2f37884686b34e331db0e35caf", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "fd87a3c786514e54b3566678f44452a1", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31f6f76915d74820aba3dfcfc82467cc"}, "audit_ids": ["4hYq4Y51Ra-C2QCi99hCbg"], "issued_at": "2018-08-29T07:40:51.000000Z"}} 2018-08-29 07:40:51,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a49678db767c69bd9fb9b568f593099c2b62dcf" 2018-08-29 07:40:52,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c917f36-3a68-4c6d-beab-99cd42e2d7ae x-compute-request-id: req-2c917f36-3a68-4c6d-beab-99cd42e2d7ae 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.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "bookmark"}], "image": {"id": "2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "links": [{"href": "http://172.30.9.24:8774/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "35f7187f-9621-4b6a-ade4-a62a04160561", "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40: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-13-3", "created": "2018-08-29T07:40:51Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:52,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 used request id req-2c917f36-3a68-4c6d-beab-99cd42e2d7ae 2018-08-29 07:40:55,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a49678db767c69bd9fb9b568f593099c2b62dcf" 2018-08-29 07:40:55,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8aabf8fb-c85e-4996-bf3b-02e9ffa31616 x-compute-request-id: req-8aabf8fb-c85e-4996-bf3b-02e9ffa31616 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.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "bookmark"}], "image": {"id": "2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "links": [{"href": "http://172.30.9.24:8774/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "35f7187f-9621-4b6a-ade4-a62a04160561", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:52Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:40:51Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:55,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 used request id req-8aabf8fb-c85e-4996-bf3b-02e9ffa31616 2018-08-29 07:40:58,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a49678db767c69bd9fb9b568f593099c2b62dcf" 2018-08-29 07:40:59,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25dff8ea-c720-4d1f-99f7-54a63c8a2b8d x-compute-request-id: req-25dff8ea-c720-4d1f-99f7-54a63c8a2b8d Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:3f:c6", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "bookmark"}], "image": {"id": "2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "links": [{"href": "http://172.30.9.24:8774/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-08-29T07:40:55.000000", "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "35f7187f-9621-4b6a-ade4-a62a04160561", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:56Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:40:51Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:59,298 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 used request id req-25dff8ea-c720-4d1f-99f7-54a63c8a2b8d 2018-08-29 07:40:59,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" 2018-08-29 07:40:59,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:40: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-04431035-607b-4326-9a9c-d0e662aee4be x-compute-request-id: req-04431035-607b-4326-9a9c-d0e662aee4be Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:3f:c6", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/35f7187f-9621-4b6a-ade4-a62a04160561", "rel": "bookmark"}], "image": {"id": "2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "links": [{"href": "http://172.30.9.24:8774/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-08-29T07:40:55.000000", "flavor": {"id": "71390aa7-6f2f-445d-8cc0-7479bffe30b7", "links": [{"href": "http://172.30.9.24:8774/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7", "rel": "bookmark"}]}, "id": "35f7187f-9621-4b6a-ade4-a62a04160561", "security_groups": [{"name": "default"}], "user_id": "31f6f76915d74820aba3dfcfc82467cc", "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-08-29T07:40:56Z", "hostId": "91f6138e5f72fdc14c725a437a89e92e3161981bda430bde21fee4e9", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-08-29T07:40:51Z", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-29 07:40:59,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561 used request id req-04431035-607b-4326-9a9c-d0e662aee4be 2018-08-29 07:40:59,970 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.8'. 2018-08-29 07:40:59,970 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-08-29 07:40:59,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" -d '{"addSecurityGroup": {"name": "853cbd19-26e0-46b6-b5fd-cdd50e9b2673"}}' 2018-08-29 07:41:01,468 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07:40: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-5abf84d3-3b2a-4b1c-b474-3a68ace062c7 x-compute-request-id: req-5abf84d3-3b2a-4b1c-b474-3a68ace062c7 Content-Length: 0 Content-Type: application/json 2018-08-29 07:41:01,468 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-5abf84d3-3b2a-4b1c-b474-3a68ace062c7 2018-08-29 07:41:01,469 - sdnvpn_test_utils - INFO - Waiting for instance 35f7187f-9621-4b6a-ade4-a62a04160561 to boot up 2018-08-29 07:41:01,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:02,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41: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-293d43f3-2149-4656-98ca-fe420868fac9 x-compute-request-id: req-293d43f3-2149-4656-98ca-fe420868fac9 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:02,543 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-293d43f3-2149-4656-98ca-fe420868fac9 2018-08-29 07:41:04,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:05,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41: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-9dca1cf9-0944-4b2c-99f8-e2baac9cb51f x-compute-request-id: req-9dca1cf9-0944-4b2c-99f8-e2baac9cb51f 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:05,618 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-9dca1cf9-0944-4b2c-99f8-e2baac9cb51f 2018-08-29 07:41:07,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:08,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36a229af-9b6d-482e-b4d2-dcac926172f9 x-compute-request-id: req-36a229af-9b6d-482e-b4d2-dcac926172f9 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:08,700 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-36a229af-9b6d-482e-b4d2-dcac926172f9 2018-08-29 07:41:10,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:11,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33f20ffe-014a-42be-a16c-13a6d80174d5 x-compute-request-id: req-33f20ffe-014a-42be-a16c-13a6d80174d5 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:11,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-33f20ffe-014a-42be-a16c-13a6d80174d5 2018-08-29 07:41:13,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:14,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-154c1cb5-1e2e-4491-b573-26f73d8207f0 x-compute-request-id: req-154c1cb5-1e2e-4491-b573-26f73d8207f0 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:14,854 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-154c1cb5-1e2e-4491-b573-26f73d8207f0 2018-08-29 07:41:16,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:17,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e55a874e-0758-4e83-9157-85c2507c80e1 x-compute-request-id: req-e55a874e-0758-4e83-9157-85c2507c80e1 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:17,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-e55a874e-0758-4e83-9157-85c2507c80e1 2018-08-29 07:41:19,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:21,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71be16c6-d0a7-4769-bfdd-d8f05f9423fe x-compute-request-id: req-71be16c6-d0a7-4769-bfdd-d8f05f9423fe 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:21,013 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-71be16c6-d0a7-4769-bfdd-d8f05f9423fe 2018-08-29 07:41:23,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:24,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8938fff4-3aad-4d47-8dde-db4a81034117 x-compute-request-id: req-8938fff4-3aad-4d47-8dde-db4a81034117 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:24,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-8938fff4-3aad-4d47-8dde-db4a81034117 2018-08-29 07:41:26,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:27,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41: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-3d11f263-0584-492b-9dba-bac9d6695201 x-compute-request-id: req-3d11f263-0584-492b-9dba-bac9d6695201 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:27,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-3d11f263-0584-492b-9dba-bac9d6695201 2018-08-29 07:41:29,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:30,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5d84ef7-40db-4d1c-a12c-d905f8abf735 x-compute-request-id: req-f5d84ef7-40db-4d1c-a12c-d905f8abf735 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:30,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-f5d84ef7-40db-4d1c-a12c-d905f8abf735 2018-08-29 07:41:32,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:33,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79cfa810-da18-4018-8293-a51cae72f1a5 x-compute-request-id: req-79cfa810-da18-4018-8293-a51cae72f1a5 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:33,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-79cfa810-da18-4018-8293-a51cae72f1a5 2018-08-29 07:41:35,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:36,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc22b038-1a73-4b82-9b96-32d8e4e4020e x-compute-request-id: req-cc22b038-1a73-4b82-9b96-32d8e4e4020e 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:36,395 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-cc22b038-1a73-4b82-9b96-32d8e4e4020e 2018-08-29 07:41:38,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:39,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32f6bccb-86fc-4124-ab27-6689b5c467d9 x-compute-request-id: req-32f6bccb-86fc-4124-ab27-6689b5c467d9 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:39,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-32f6bccb-86fc-4124-ab27-6689b5c467d9 2018-08-29 07:41:41,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:42,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a58959c-c4b3-4bc2-ac60-0f30ce478125 x-compute-request-id: req-0a58959c-c4b3-4bc2-ac60-0f30ce478125 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:42,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-0a58959c-c4b3-4bc2-ac60-0f30ce478125 2018-08-29 07:41:44,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:45,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7288eb4f-3ef6-47b7-ba3c-b9f36540ab5f x-compute-request-id: req-7288eb4f-3ef6-47b7-ba3c-b9f36540ab5f 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:45,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-7288eb4f-3ef6-47b7-ba3c-b9f36540ab5f 2018-08-29 07:41:47,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:48,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5401f047-6837-4c32-8592-e345c702b225 x-compute-request-id: req-5401f047-6837-4c32-8592-e345c702b225 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:48,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-5401f047-6837-4c32-8592-e345c702b225 2018-08-29 07:41:50,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:51,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41: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-51223535-7cea-40a7-b0dd-996d7244860e x-compute-request-id: req-51223535-7cea-40a7-b0dd-996d7244860e 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:51,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-51223535-7cea-40a7-b0dd-996d7244860e 2018-08-29 07:41:53,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:54,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41: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-cec4052f-3677-4cc0-b7c3-6151b0c28cee x-compute-request-id: req-cec4052f-3677-4cc0-b7c3-6151b0c28cee 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:54,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-cec4052f-3677-4cc0-b7c3-6151b0c28cee 2018-08-29 07:41:56,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:41:57,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41: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-7c9b6046-09ba-472f-89ec-09d6920afa0c x-compute-request-id: req-7c9b6046-09ba-472f-89ec-09d6920afa0c 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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-08-29 07:41:57,949 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-7c9b6046-09ba-472f-89ec-09d6920afa0c 2018-08-29 07:41:59,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:42:01,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:41:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7a53e6-77a3-45af-8c7e-f89bdda4bf02 x-compute-request-id: req-5b7a53e6-77a3-45af-8c7e-f89bdda4bf02 Content-Encoding: gzip Content-Length: 8071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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.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=20953055,end=20971487\n"} 2018-08-29 07:42:01,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-5b7a53e6-77a3-45af-8c7e-f89bdda4bf02 2018-08-29 07:42:03,029 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-08-29 07:42:03,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-777910", "route_distinguishers": ["12:12", "13:13"]}}' 2018-08-29 07:42:03,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-734152dd-c71b-42af-a96c-83915cde8150 Date: Wed, 29 Aug 2018 07:42:03 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "cbbd6e2a-3a9b-4e5b-8216-f2841c7efd45", "name": "sdnvpn-777910", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "type": "l3"}} 2018-08-29 07:42:03,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns used request id req-734152dd-c71b-42af-a96c-83915cde8150 2018-08-29 07:42:03,382 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-777910', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'8331fb80acb1488a84bc7cffea257dab', u'route_targets': [], u'project_id': u'8331fb80acb1488a84bc7cffea257dab', u'type': u'l3', u'id': u'cbbd6e2a-3a9b-4e5b-8216-f2841c7efd45'}} 2018-08-29 07:42:03,382 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-08-29 07:42:03,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/cbbd6e2a-3a9b-4e5b-8216-f2841c7efd45/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"router_association": {"router_id": "42382ea9-75bf-442d-a504-4c861116aea6"}}' 2018-08-29 07:42:04,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-a0ec825b-69ab-476b-8f76-d983ab6bb0e8 Date: Wed, 29 Aug 2018 07:42:04 GMT RESP BODY: {"router_association": {"router_id": "42382ea9-75bf-442d-a504-4c861116aea6", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "b61a7657-cfc2-4731-acf2-9fd56cb16c43"}} 2018-08-29 07:42:04,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/cbbd6e2a-3a9b-4e5b-8216-f2841c7efd45/router_associations used request id req-a0ec825b-69ab-476b-8f76-d983ab6bb0e8 2018-08-29 07:42:04,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"router": {"routes": [{"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}]}}' 2018-08-29 07:42:04,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-6da3c94b-09a9-4bfb-8a76-e37c3fe1be2f Date: Wed, 29 Aug 2018 07:42:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:37:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:42:04Z", "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": "8331fb80acb1488a84bc7cffea257dab", "id": "42382ea9-75bf-442d-a504-4c861116aea6", "name": "sdnvpn-13-1-router"}} 2018-08-29 07:42:04,490 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 used request id req-6da3c94b-09a9-4bfb-8a76-e37c3fe1be2f 2018-08-29 07:42:04,491 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-29 07:42:34,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:42:35,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07: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-8f6ea485-268d-4567-8d16-4f935ad93aee x-compute-request-id: req-8f6ea485-268d-4567-8d16-4f935ad93aee Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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.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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 33.88s]\n"} 2018-08-29 07:42:35,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-8f6ea485-268d-4567-8d16-4f935ad93aee 2018-08-29 07:42:35,603 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.8) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-08-29 07:42:35,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0be1e1e850ff37b406727f6907f4bfc70bdc4f97" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-29 07:42:36,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:42:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06e6c6cd-126a-4a95-81a9-2d6f46c7ee70 x-compute-request-id: req-06e6c6cd-126a-4a95-81a9-2d6f46c7ee70 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 543514989 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.912 MHz processor\n[ 0.138537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140202] pid_max: default: 32768 minimum: 301\n[ 0.141099] ACPI: Core revision 20150930\n[ 0.142491] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143810] Security Framework initialized\n[ 0.144635] Yama: becoming mindful.\n[ 0.145370] AppArmor: AppArmor initialized\n[ 0.146261] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.147671] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149340] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.150615] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.152018] Initializing cgroup subsys io\n[ 0.152838] Initializing cgroup subsys memory\n[ 0.153721] Initializing cgroup subsys devices\n[ 0.154603] Initializing cgroup subsys freezer\n[ 0.155493] Initializing cgroup subsys net_cls\n[ 0.156366] Initializing cgroup subsys perf_event\n[ 0.157281] Initializing cgroup subsys net_prio\n[ 0.158180] Initializing cgroup subsys hugetlb\n[ 0.159050] Initializing cgroup subsys pids\n[ 0.159930] CPU: Physical Processor ID: 0\n[ 0.161421] mce: CPU supports 10 MCE banks\n[ 0.162286] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163384] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180586] ftrace: allocating 31920 entries in 125 pages\n[ 0.207051] smpboot: Max logical packages: 1\n[ 0.207935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209300] x2apic enabled\n[ 0.210128] Switched APIC routing to physical x2apic.\n[ 0.211889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213024] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216847] KVM setup paravirtual spinlock\n[ 0.218139] x86: Booted up 1 node, 1 CPUs\n[ 0.219100] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220507] devtmpfs: initialized\n[ 0.222248] evm: security.selinux\n[ 0.222956] evm: security.SMACK64\n[ 0.223670] evm: security.SMACK64EXEC\n[ 0.224425] evm: security.SMACK64TRANSMUTE\n[ 0.225324] evm: security.SMACK64MMAP\n[ 0.226081] evm: security.ima\n[ 0.226731] evm: security.capability\n[ 0.227544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229417] pinctrl core: initialized pinctrl subsystem\n[ 0.230528] RTC time: 7:40:55, date: 08/29/18\n[ 0.231481] NET: Registered protocol family 16\n[ 0.232455] cpuidle: using governor ladder\n[ 0.233298] cpuidle: using governor menu\n[ 0.234089] PCCT header not found.\n[ 0.234852] ACPI: bus type PCI registered\n[ 0.235666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236919] PCI: Using configuration type 1 for base access\n[ 0.239054] ACPI: Added _OSI(Module Device)\n[ 0.239903] ACPI: Added _OSI(Processor Device)\n[ 0.240770] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243783] ACPI: Interpreter enabled\n[ 0.244560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251991] ACPI: (supports S0 S5)\n[ 0.252705] ACPI: Using IOAPIC for interrupt routing\n[ 0.253771] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259259] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262701] acpiphp: Slot [3] registered\n[ 0.263515] acpiphp: Slot [4] registered\n[ 0.264320] acpiphp: Slot [5] registered\n[ 0.265129] acpiphp: Slot [6] registered\n[ 0.265933] acpiphp: Slot [7] registered\n[ 0.266738] acpiphp: Slot [8] registered\n[ 0.267636] acpiphp: Slot [9] registered\n[ 0.268451] acpiphp: Slot [10] registered\n[ 0.269276] acpiphp: Slot [11] registered\n[ 0.270091] acpiphp: Slot [12] registered\n[ 0.270907] acpiphp: Slot [13] registered\n[ 0.271723] acpiphp: Slot [14] registered\n[ 0.272540] acpiphp: Slot [15] registered\n[ 0.283782] acpiphp: Slot [16] registered\n[ 0.284608] acpiphp: Slot [17] registered\n[ 0.285430] acpiphp: Slot [18] registered\n[ 0.286246] acpiphp: Slot [19] registered\n[ 0.287062] acpiphp: Slot [20] registered\n[ 0.287888] acpiphp: Slot [21] registered\n[ 0.288709] acpiphp: Slot [22] registered\n[ 0.289528] acpiphp: Slot [23] registered\n[ 0.290348] acpiphp: Slot [24] registered\n[ 0.291167] acpiphp: Slot [25] registered\n[ 0.291989] acpiphp: Slot [26] registered\n[ 0.292808] acpiphp: Slot [27] registered\n[ 0.293626] acpiphp: Slot [28] registered\n[ 0.294448] acpiphp: Slot [29] registered\n[ 0.295262] acpiphp: Slot [30] registered\n[ 0.296082] acpiphp: Slot [31] registered\n[ 0.296900] PCI host bridge to bus 0000:00\n[ 0.297718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298938] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300168] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301632] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.303095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310598] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311758] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320728] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367127] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368529] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369929] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371358] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372627] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374098] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375182] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376723] vgaarb: loaded\n[ 0.377325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378454] SCSI subsystem initialized\n[ 0.379287] ACPI: bus type USB registered\n[ 0.380116] usbcore: registered new interface driver usbfs\n[ 0.381182] usbcore: registered new interface driver hub\n[ 0.382219] usbcore: registered new device driver usb\n[ 0.383322] PCI: Using ACPI for IRQ routing\n[ 0.384369] NetLabel: Initializing\n[ 0.385089] NetLabel: domain hash size = 128\n[ 0.385972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387069] NetLabel: unlabeled traffic allowed by default\n[ 0.388192] clocksource: Switched to clocksource kvm-clock\n[ 0.393705] AppArmor: AppArmor Filesystem Enabled\n[ 0.394683] pnp: PnP ACPI init\n[ 0.395606] pnp: PnP ACPI: found 5 devices\n[ 0.401643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403376] NET: Registered protocol family 2\n[ 0.404351] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.405660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.406880] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.408084] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.409205] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.410415] NET: Registered protocol family 1\n[ 0.411301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412427] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413518] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427503] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441731] Trying to unpack rootfs image as initramfs...\n[ 0.491836] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.505652] Scanning for low memory corruption every 60 seconds\n[ 0.506992] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508177] audit: initializing netlink subsys (disabled)\n[ 0.509241] audit: type=2000 audit(1535528455.991:1): initialized\n[ 0.510938] Initialise system trusted keyring\n[ 0.512180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513734] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516361] zbud: loaded\n[ 0.517354] VFS: Disk quotas dquot_6.6.0\n[ 0.518425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520460] fuse init (API version 7.23)\n[ 0.521610] Key type big_key registered\n[ 0.522748] Allocating IMA MOK and blacklist keyrings.\n[ 0.524298] Key type asymmetric registered\n[ 0.525386] Asymmetric key parser 'x509' registered\n[ 0.526729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528708] io scheduler noop registered\n[ 0.529800] io scheduler deadline registered (default)\n[ 0.531034] io scheduler cfq registered\n[ 0.531887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532981] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534292] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535773] ACPI: Power Button [PWRF]\n[ 0.536642] GHES: HEST is not enabled!\n[ 0.550114] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579824] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582540] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608688] Linux agpgart interface v0.103\n[ 0.611164] brd: module loaded\n[ 0.612359] loop: module loaded\n[ 0.616473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617982] GPT:90111 != 20971519\n[ 0.618708] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619843] GPT:90111 != 20971519\n[ 0.620578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621557] vda: vda1 vda15\n[ 0.622957] scsi host0: ata_piix\n[ 0.623731] scsi host1: ata_piix\n[ 0.624485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625759] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627222] libphy: Fixed MDIO Bus: probed\n[ 0.628063] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631301] PPP generic driver version 2.4.2\n[ 0.632531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634034] ehci-pci: EHCI PCI platform driver\n[ 0.635115] ehci-platform: EHCI generic platform driver\n[ 0.636354] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.637736] ohci-pci: OHCI PCI platform driver\n[ 0.638742] ohci-platform: OHCI generic platform driver\n[ 0.639943] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654952] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.656221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.658007] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.659262] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660656] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662160] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663868] usb usb1: Product: UHCI Host Controller\n[ 0.665038] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667600] hub 1-0:1.0: USB hub found\n[ 0.668558] hub 1-0:1.0: 2 ports detected\n[ 0.669647] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672151] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673341] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674591] mousedev: PS/2 mouse device common for all mice\n[ 0.676082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678288] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679572] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681041] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682549] i2c /dev entries driver\n[ 0.683482] device-mapper: uevent: version 1.0.3\n[ 0.684602] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686525] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688012] NET: Registered protocol family 10\n[ 0.689168] NET: Registered protocol family 17\n[ 0.690202] Key type dns_resolver registered\n[ 0.691278] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694635] registered taskstats version 1\n[ 0.695609] Loading compiled-in X.509 certificates\n[ 0.697219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699418] zswap: loaded using pool lzo/zbud\n[ 0.700935] Key type trusted registered\n[ 0.702592] Key type encrypted registered\n[ 0.703564] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706024] evm: HMAC attrs: 0x1\n[ 0.707060] Magic number: 14:66:674\n[ 0.708030] rtc_cmos 00:00: setting system clock to 2018-08-29 07:40:56 UTC (1535528456)\n[ 0.709906] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711232] EDD information not available.\n[ 0.780710] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.782359] ata1.00: configured for MWDMA2\n[ 0.783682] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.796420] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.797860] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.799289] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.801300] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803054] Write protecting the kernel read-only data: 14336k\n[ 0.804776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806802] 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.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.304721] 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.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=20953055,end=20971487\nping 179.24.1.12 KO\n/dev/root resized successfully [took 33.88s]\n"} 2018-08-29 07:42:36,678 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-06e6c6cd-126a-4a95-81a9-2d6f46c7ee70 2018-08-29 07:42:36,679 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-13-3' cannot ping 'sdnvpn_extra_route_13' 2018-08-29 07:42:36,680 - 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-08-29 07:42:36,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"router": {"routes": []}}' 2018-08-29 07:42:37,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-27e68ce9-1070-46c6-88d0-1e2af6f4c431 Date: Wed, 29 Aug 2018 07:42:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0c72616c-e4f7-4964-93e6-09fc67b91a5f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "22013455-84e2-490c-9984-e92df445cfbb", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:37:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:42:37Z", "revision_number": 6, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "42382ea9-75bf-442d-a504-4c861116aea6", "name": "sdnvpn-13-1-router"}} 2018-08-29 07:42:37,190 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 used request id req-27e68ce9-1070-46c6-88d0-1e2af6f4c431 2018-08-29 07:42:37,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" 2018-08-29 07:42:37,226 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-20c6d8b8-7c0e-46aa-938d-397c29b09eb4 x-compute-request-id: req-20c6d8b8-7c0e-46aa-938d-397c29b09eb4 Content-Length: 0 Content-Type: application/json 2018-08-29 07:42:37,226 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/71390aa7-6f2f-445d-8cc0-7479bffe30b7 used request id req-20c6d8b8-7c0e-46aa-938d-397c29b09eb4 2018-08-29 07:42:37,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" -d '{"forceDelete": null}' 2018-08-29 07:42:37,393 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-893562f5-4d14-4038-8b85-f08f847ffd32 x-compute-request-id: req-893562f5-4d14-4038-8b85-f08f847ffd32 Content-Length: 0 Content-Type: application/json 2018-08-29 07:42:37,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/b7cbb3d6-7fc1-4738-964a-8cb8196d715a/action used request id req-893562f5-4d14-4038-8b85-f08f847ffd32 2018-08-29 07:42:37,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" -d '{"forceDelete": null}' 2018-08-29 07:42:37,854 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-75218e7a-a540-407c-a0b0-7eaab9d4704d x-compute-request-id: req-75218e7a-a540-407c-a0b0-7eaab9d4704d Content-Length: 0 Content-Type: application/json 2018-08-29 07:42:37,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f3fa60fd-906b-418b-8a9c-ca29f6828ca7/action used request id req-75218e7a-a540-407c-a0b0-7eaab9d4704d 2018-08-29 07:42:37,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90fe529779f3f334e94094f68fb0f3a47ba5ec1e" -d '{"forceDelete": null}' 2018-08-29 07:42:38,053 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 29 Aug 2018 07: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 x-openstack-request-id: req-a6a0d049-4482-402f-8dbd-d45ad7127a9f x-compute-request-id: req-a6a0d049-4482-402f-8dbd-d45ad7127a9f Content-Length: 0 Content-Type: application/json 2018-08-29 07:42:38,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/35f7187f-9621-4b6a-ade4-a62a04160561/action used request id req-a6a0d049-4482-402f-8dbd-d45ad7127a9f 2018-08-29 07:42:38,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" 2018-08-29 07:42:39,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-779d2652-fb0b-48ad-b178-84f5f52fca5c Date: Wed, 29 Aug 2018 07:42:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:42:39,572 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/a75e06c5-f761-4bb4-ab4a-9ca3685444e6 used request id req-779d2652-fb0b-48ad-b178-84f5f52fca5c 2018-08-29 07:42:39,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d695eddfcdbd0ca4b0a2f5c652d3a3a1546e2510" 2018-08-29 07:42:41,661 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97e04aa3-80d5-4d34-b5c9-2546251f9f81 Date: Wed, 29 Aug 2018 07:42:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-29 07:42:41,661 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/2e45a2ca-cf6d-49a1-bc70-f3c508038bcf used request id req-97e04aa3-80d5-4d34-b5c9-2546251f9f81 2018-08-29 07:42:41,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/cbbd6e2a-3a9b-4e5b-8216-f2841c7efd45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:42:41,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32fe6c46-2257-4a33-8a64-bd83deb626f3 Content-Length: 0 Date: Wed, 29 Aug 2018 07:42:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:42:41,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/bgpvpn/bgpvpns/cbbd6e2a-3a9b-4e5b-8216-f2841c7efd45 used request id req-32fe6c46-2257-4a33-8a64-bd83deb626f3 2018-08-29 07:42:41,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"subnet_id": "20bba96d-c4ab-4b72-bf4d-13f028f26a2b"}' 2018-08-29 07:42:43,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-04c92121-d84c-49b0-b872-53319b85feb6 Date: Wed, 29 Aug 2018 07:42:43 GMT RESP BODY: {"network_id": "b4ed1ad9-91bf-4cdf-9758-d216bea07d9e", "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "subnet_id": "20bba96d-c4ab-4b72-bf4d-13f028f26a2b", "subnet_ids": ["20bba96d-c4ab-4b72-bf4d-13f028f26a2b"], "port_id": "11a41bf0-b1e5-4d71-be23-da1db65e1398", "id": "42382ea9-75bf-442d-a504-4c861116aea6"} 2018-08-29 07:42:43,255 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6/remove_router_interface used request id req-04c92121-d84c-49b0-b872-53319b85feb6 2018-08-29 07:42:43,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" -d '{"router": {"external_gateway_info": {}}}' 2018-08-29 07:42:44,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-5bccc6b9-ded1-476d-ad53-4587fed19d49 Date: Wed, 29 Aug 2018 07:42:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8331fb80acb1488a84bc7cffea257dab", "created_at": "2018-08-29T07:37:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-29T07:42:44Z", "revision_number": 10, "routes": [], "project_id": "8331fb80acb1488a84bc7cffea257dab", "id": "42382ea9-75bf-442d-a504-4c861116aea6", "name": "sdnvpn-13-1-router"}} 2018-08-29 07:42:44,318 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 used request id req-5bccc6b9-ded1-476d-ad53-4587fed19d49 2018-08-29 07:42:44,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/20bba96d-c4ab-4b72-bf4d-13f028f26a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:42:46,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f697a042-0a7c-45f1-bfdd-a68f92d4ca18 Date: Wed, 29 Aug 2018 07:42:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:42:46,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/20bba96d-c4ab-4b72-bf4d-13f028f26a2b used request id req-f697a042-0a7c-45f1-bfdd-a68f92d4ca18 2018-08-29 07:42:46,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:42:47,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdb3d7f4-0839-4678-8afc-1e4852159c4f Content-Length: 0 Date: Wed, 29 Aug 2018 07:42:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:42:47,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/42382ea9-75bf-442d-a504-4c861116aea6 used request id req-fdb3d7f4-0839-4678-8afc-1e4852159c4f 2018-08-29 07:42:47,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/b4ed1ad9-91bf-4cdf-9758-d216bea07d9e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}518dada2d3ee6b8667215eb7eda45648bb9907b4" 2018-08-29 07:42:48,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db0dde4c-f1b6-4be9-a369-0ea869b70e10 Date: Wed, 29 Aug 2018 07:42:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-29 07:42:48,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/b4ed1ad9-91bf-4cdf-9758-d216bea07d9e used request id req-db0dde4c-f1b6-4be9-a369-0ea869b70e10 2018-08-29 07:42:48,029 - 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-08-29 07:42:48,029 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-29 07:42:48,030 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-29 07:42:48,030 - 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-08-29 07:42:48,030 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-29 07:42:48,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/quotas/8331fb80acb1488a84bc7cffea257dab -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}391c5f36c8553b076a58d21a74814de9bc159782" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-08-29 07:42:48,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-f1422270-4a2b-428c-8ed6-579f9326cb62 Date: Wed, 29 Aug 2018 07:42:48 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-08-29 07:42:48,304 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/quotas/8331fb80acb1488a84bc7cffea257dab used request id req-f1422270-4a2b-428c-8ed6-579f9326cb62 2018-08-29 07:42:48,304 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-29 07:42:48,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24: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}2145cd39457df448e561571b0c01c12c9321f50a" -d '{"quota_class_set": {"instances": 10}}' 2018-08-29 07:42:48,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 29 Aug 2018 07:42:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94703a84-b1de-491d-9b41-a246560d8d98 x-compute-request-id: req-94703a84-b1de-491d-9b41-a246560d8d98 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-08-29 07:42:48,487 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.24:8774/v2.1/os-quota-class-sets/default used request id req-94703a84-b1de-491d-9b41-a246560d8d98 2018-08-29 07:42:48,491 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fe3a810L 2018-08-29 07:42:48,491 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:48,513 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:48,514 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:48,518 - 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-08-29 07:42:48,519 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:48,519 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:48,519 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:48,519 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:48,519 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:48,524 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:48,525 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:48,555 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.107: 183c752f2bfe65f6771ba26cd7f6abf4 2018-08-29 07:42:48,556 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:48,564 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:48,658 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:48,660 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:48,854 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:48,855 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:48,894 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:48,894 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:48,933 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:53,354 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:53,356 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:53,358 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fee88d0L 2018-08-29 07:42:53,358 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:53,364 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:53,364 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:53,367 - 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-08-29 07:42:53,368 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:53,368 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:53,368 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:53,368 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:53,368 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:53,373 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:53,374 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:53,390 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 07:42:53,391 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:53,414 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:53,426 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:53,455 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:53,527 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:53,527 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:53,566 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:53,567 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:53,576 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:53,612 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:53,612 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:53,613 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:53,614 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:53,614 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:53,655 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:53,694 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:53,696 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:42:53,696 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:53,697 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:42:53,697 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:42:53,738 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:42:53,773 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:42:53,774 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:42:53,776 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fef19d0L 2018-08-29 07:42:53,777 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:53,783 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:53,783 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:53,785 - 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-08-29 07:42:53,785 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:53,786 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:53,786 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:53,786 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:53,786 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:53,790 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:53,791 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:53,792 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 07:42:53,792 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:53,831 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:53,842 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:53,857 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:53,929 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:53,929 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:53,968 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:53,969 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:53,977 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:54,014 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:54,015 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:54,016 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:54,017 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:54,017 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:54,058 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:54,097 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:54,099 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:42:54,099 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:54,100 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:42:54,100 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:42:54,141 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:42:54,174 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:42:54,176 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:42:54,179 - paramiko.transport - DEBUG - starting thread (client mode): 0x9ff37b90L 2018-08-29 07:42:54,179 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:54,183 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:54,184 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:54,186 - 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-08-29 07:42:54,187 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:54,187 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:54,187 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:54,187 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:54,187 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:54,193 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:54,193 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:54,195 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 07:42:54,195 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:54,233 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:54,244 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:54,260 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:54,324 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:54,325 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:54,364 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:54,365 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:54,371 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:54,406 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:54,407 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:54,408 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:54,409 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:54,409 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:54,450 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:54,486 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:54,488 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:54,488 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:42:54,490 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:42:54,490 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:42:54,531 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:42:54,562 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:42:54,563 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:42:54,565 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fea5110L 2018-08-29 07:42:54,566 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:54,570 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:54,570 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:54,572 - 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-08-29 07:42:54,572 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:54,573 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:54,573 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:54,573 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:54,573 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:54,578 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:54,578 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:54,581 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 07:42:54,582 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:54,617 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:54,628 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:54,646 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:54,708 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:54,708 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:54,748 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:54,749 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:54,753 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:54,783 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:54,784 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:54,785 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:54,786 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:54,786 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:54,827 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:54,860 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:54,862 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:42:54,862 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:54,863 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:42:54,864 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:42:54,905 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:42:54,933 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:42:54,934 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:42:54,936 - paramiko.transport - DEBUG - starting thread (client mode): 0xa1622c50L 2018-08-29 07:42:54,936 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:54,941 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:54,941 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:54,943 - 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-08-29 07:42:54,944 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:54,944 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:54,944 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:54,944 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:54,944 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:54,949 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:54,949 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:54,951 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 07:42:54,952 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:54,989 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:55,000 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:55,016 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:55,081 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:55,081 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:55,120 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:55,121 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:55,127 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:55,157 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:55,158 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:55,158 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:55,160 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:55,160 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:55,201 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:55,234 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:55,235 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:42:55,236 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:55,237 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:42:55,237 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:42:55,278 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:42:55,306 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:42:55,307 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:55,308 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:42:55,309 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:55,309 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:55,316 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:59,590 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:59,592 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:59,594 - paramiko.transport - DEBUG - starting thread (client mode): 0xa0a7ead0L 2018-08-29 07:42:59,595 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:42:59,601 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:42:59,601 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:42:59,605 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-29 07:42:59,605 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:42:59,605 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:42:59,605 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:42:59,605 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:42:59,606 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:42:59,648 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:42:59,649 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:42:59,660 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: 6d1ae7babb68c0df64034bf6ff9f5964 2018-08-29 07:42:59,661 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:42:59,688 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:42:59,700 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:42:59,726 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:42:59,787 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:42:59,788 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:42:59,827 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:42:59,828 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:42:59,832 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:42:59,866 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:42:59,867 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:42:59,868 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:42:59,868 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:42:59,869 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:42:59,909 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:42:59,943 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:42:59,945 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:42:59,945 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:42:59,946 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:42:59,947 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:42:59,987 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:43:00,017 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:43:00,019 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:43:00,020 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fed2990L 2018-08-29 07:43:00,021 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:43:00,026 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:43:00,026 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:43:00,029 - 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-08-29 07:43:00,029 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:43:00,029 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:43:00,029 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:43:00,030 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:43:00,030 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:43:00,035 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:43:00,035 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:43:00,036 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 79e9475fd10c3a29623fd7c57a68de58 2018-08-29 07:43:00,037 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:43:00,075 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:43:00,087 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:43:00,101 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:43:00,167 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:43:00,167 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:43:00,206 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:43:00,206 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:43:00,212 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:43:00,245 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:43:00,246 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:43:00,247 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:43:00,248 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:43:00,248 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:43:00,289 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:43:00,325 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:43:00,326 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:43:00,327 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:43:00,328 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:43:00,328 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:43:00,369 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:43:00,401 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:43:00,402 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:43:00,404 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fee8e90L 2018-08-29 07:43:00,404 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:43:00,410 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:43:00,410 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:43:00,414 - 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-08-29 07:43:00,414 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:43:00,415 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:43:00,415 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:43:00,415 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:43:00,415 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:43:00,419 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:43:00,420 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:43:00,436 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 735fb215d179a2a45b47c15c7fe5df11 2018-08-29 07:43:00,437 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:43:00,460 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:43:00,472 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:43:00,501 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:43:00,571 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:43:00,571 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:43:00,610 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:43:00,611 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:43:00,621 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:43:00,655 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:43:00,656 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:43:00,657 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:43:00,657 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:43:00,658 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:43:00,698 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:43:00,734 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:43:00,736 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:43:00,736 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:43:00,737 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:43:00,737 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:43:00,778 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:43:00,808 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:43:00,810 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:43:00,812 - paramiko.transport - DEBUG - starting thread (client mode): 0x9fe5ad50L 2018-08-29 07:43:00,812 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:43:00,817 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:43:00,817 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:43:00,819 - 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-08-29 07:43:00,819 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:43:00,819 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:43:00,819 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:43:00,820 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:43:00,820 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:43:00,824 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:43:00,825 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:43:00,827 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 15662ba28cff5ca172cf35c15a023cf3 2018-08-29 07:43:00,828 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:43:00,864 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:43:00,874 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:43:00,892 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:43:00,947 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:43:00,947 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:43:00,986 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:43:00,987 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:43:00,995 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:43:01,025 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:43:01,026 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:43:01,027 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:43:01,028 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:43:01,028 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:43:01,069 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:43:01,102 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:43:01,103 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:43:01,104 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:43:01,105 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:43:01,105 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:43:01,146 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:43:01,174 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:43:01,176 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:43:01,178 - paramiko.transport - DEBUG - starting thread (client mode): 0xa304f1d0L 2018-08-29 07:43:01,179 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-08-29 07:43:01,185 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-29 07:43:01,185 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-29 07:43:01,188 - 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-08-29 07:43:01,188 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-29 07:43:01,188 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-29 07:43:01,189 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-29 07:43:01,189 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-29 07:43:01,189 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-29 07:43:01,193 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-29 07:43:01,194 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-29 07:43:01,210 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: cdab2b685740a41062670d27476dc51f 2018-08-29 07:43:01,211 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-29 07:43:01,234 - paramiko.transport - DEBUG - userauth is OK 2018-08-29 07:43:01,246 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-29 07:43:01,275 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-29 07:43:01,344 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-29 07:43:01,344 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-29 07:43:01,384 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-29 07:43:01,385 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-29 07:43:01,395 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-29 07:43:01,429 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-29 07:43:01,429 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-29 07:43:01,430 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-29 07:43:01,431 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-29 07:43:01,431 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-29 07:43:01,472 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-29 07:43:01,506 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-29 07:43:01,508 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-29 07:43:01,508 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-29 07:43:01,509 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-29 07:43:01,510 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-29 07:43:01,550 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-29 07:43:01,581 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-29 07:43:01,581 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-29 07:43:01,586 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-29 07:43:01,620 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:43:01,621 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:43:01,621 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:43:01,624 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:43:01,659 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-29 07:43:01,660 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-29 07:43:01,662 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-29 07:43:01,674 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-29 07:43:01,676 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-29 07:43:01,677 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:43:01,678 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:43:01,678 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:43:01,681 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:43:01,681 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:43:01,682 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:01,682 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:01,683 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:05,232 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:43:05,235 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:43:05,235 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:43:05,236 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:43:05,236 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:43:05,277 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:43:05,306 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-29 07:43:05,307 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-29 07:43:05,308 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-29 07:43:05,308 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-29 07:43:05,426 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-29 07:43:05,427 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-29 07:43:05,444 - 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-08-29 07:43:05,718 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:43:05,719 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:43:05,719 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:43:05,722 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:43:05,757 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-29 07:43:05,757 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-29 07:43:05,759 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-29 07:43:05,760 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-29 07:43:05,761 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-29 07:43:05,762 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:43:05,763 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:43:05,763 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:43:05,765 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:43:05,766 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:43:05,766 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:05,766 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:05,767 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:10,834 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:43:10,836 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:43:10,837 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:43:10,838 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:43:10,838 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:43:10,879 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:43:10,910 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-29 07:43:10,911 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-29 07:43:10,912 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-29 07:43:10,912 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-29 07:43:11,032 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-29 07:43:11,033 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-29 07:43:11,049 - 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-08-29 07:43:11,263 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:43:11,265 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:43:11,265 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:43:11,272 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:43:11,309 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-29 07:43:11,310 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-29 07:43:11,312 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-29 07:43:11,312 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-29 07:43:11,314 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-29 07:43:11,315 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:43:11,316 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:43:11,316 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:43:11,318 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:43:11,319 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:43:11,320 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:11,321 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:11,321 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:15,900 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:43:15,902 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:43:15,903 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:43:15,904 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:43:15,904 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:43:15,945 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:43:15,977 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-29 07:43:15,977 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-29 07:43:15,978 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-29 07:43:15,980 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-29 07:43:16,102 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-29 07:43:16,104 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-29 07:43:16,117 - 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-08-29 07:43:16,369 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:43:16,370 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:43:16,370 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:43:16,373 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:43:16,402 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-29 07:43:16,403 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-29 07:43:16,405 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-29 07:43:16,406 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-29 07:43:16,407 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-29 07:43:16,409 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:43:16,410 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:43:16,410 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:43:16,412 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:43:16,412 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:43:16,413 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:16,413 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:16,414 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:16,563 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:43:16,564 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:43:16,566 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:43:16,566 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:43:16,566 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:43:16,569 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:43:16,597 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-29 07:43:16,597 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-29 07:43:16,599 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-29 07:43:16,600 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-29 07:43:16,608 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-29 07:43:16,609 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-29 07:43:16,624 - 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-08-29 07:43:16,650 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-29 07:43:16,650 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-29 07:43:16,651 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-29 07:43:16,653 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-29 07:43:16,685 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-29 07:43:16,685 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-29 07:43:16,687 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-29 07:43:16,688 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-29 07:43:16,689 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-29 07:43:16,691 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-29 07:43:16,691 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-29 07:43:16,692 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-29 07:43:16,694 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-29 07:43:16,694 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-29 07:43:16,695 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:16,695 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:16,696 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-29 07:43:16,832 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-29 07:43:16,833 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-29 07:43:16,834 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-29 07:43:16,835 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-29 07:43:16,835 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-29 07:43:16,877 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-29 07:43:16,906 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-29 07:43:16,906 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-29 07:43:16,907 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-29 07:43:16,908 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-29 07:43:16,915 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-29 07:43:16,916 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-29 07:43:16,931 - 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-08-29 07:43:16,953 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-29 07:43:18,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-29 07:43:18,634 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 48:02 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-29 07:43:18,637 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-29 07:43:18,637 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:08 | PASS | | bgpvpn | sdnvpn | features | 48:02 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-29 07:43:18,640 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-29 07:43:18,723 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:18,824 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:18,933 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,024 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,125 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,224 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,324 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,435 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,535 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,634 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,725 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,835 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:19,926 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,036 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,136 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,237 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,322 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,420 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,537 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,637 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,736 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,838 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:20,939 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,021 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,037 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,137 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,239 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,339 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,429 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,514 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,655 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,751 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:21,817 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-29 07:43:24,938 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-274 | | 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-08-29 07:43:24,944 - 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=a7BUMz4TCQhrYvJCDTVukhvKk export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-08-29 07:43:24,944 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-29 07:43:24,945 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-29 07:43:24,946 - 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-08-29 07:43:24,948 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-29 07:43:27,745 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-274 | | 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-08-29 07:43:27,753 - 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=a7BUMz4TCQhrYvJCDTVukhvKk export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.24,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.5 export OS_REGION_NAME=regionOne 2018-08-29 07:43:27,753 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-29 07:43:27,753 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-08-29 07:43:27,755 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-08-29 07:43:27,757 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK